~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_bit.h

  • Committer: Brian Aker
  • Date: 2008-07-13 22:21:51 UTC
  • Revision ID: brian@tangent.org-20080713222151-fv2tcpbsc829j2oc
Ulonglong to uint64_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
  return bit;
20
20
}
21
21
 
22
 
static inline uint my_count_bits(ulonglong v)
 
22
static inline uint my_count_bits(uint64_t v)
23
23
{
24
24
#if SIZEOF_LONG_LONG > 4
25
25
  /* The following code is a bit faster on 16 bit machines than if we would