marko
1d1e9b59da
branches/zip: Rename ut_ulonglong_align_down() and ut_ulonglong_align_up()
...
to ut_uint64_align_down() and ut_uint64_align_up(), to reflect the rename
of ib_ulonglong to ib_uint64_t in r1085.
2006-11-30 09:23:47 +00:00
marko
5e9d893508
branches/zip: Replace ib_ulonglong with ib_uint64_t, since we want exactly
...
64 bits. "long long" might be longer than 64 bits on some systems.
2006-11-29 14:52:16 +00:00
marko
109570b94a
branches/zip: Introduce the unsigned 64-bit data type ib_ulonglong
...
for log sequence numbers, to replace dulint.
2006-11-24 13:05:01 +00:00
marko
64f3cee67f
branches/zip: Merge revisions 720:765 from trunk and reindent the code
...
as per revisions r763:765.
2006-08-29 09:30:31 +00:00
marko
0260ba1f0f
branches/zip: Cleanup suggested by Osku.
...
ut_is_2pow(): New function for testing if a number is zero or a power of two.
Use this function instead of bitwise arithmetics or ut_2_power_up() where
possible.
2006-06-07 11:23:21 +00:00
marko
f40121415d
branches/zip: Merge revisions 200:236 from trunk.
2006-02-23 19:25:29 +00:00
marko
6ce8427cb8
branches/zip: Merge revisions 79:200 from trunk.
2006-02-17 14:19:39 +00:00
osku
c307820962
Import 5.0 code.
2005-10-27 07:29:40 +00:00