Home | History | Annotate | Download | only in src

Lines Matching defs:bit

3133    format some 64-bit architectures use.  */
3215 the architecture. It's 32 bits for 32 bit archs, and 64 bits for
3216 64 bit archs. There is always a bloom filter present, so zero is
3228 Use uint64_t calculation to prevent 32bit overlow. */
3523 when lowest bit is not set, or a string
3524 when the lowest bit is set.
4696 not have to know a bit about the structure of the section, libdwarf
5759 full 64 bit address even when initial_location only holds
6921 /* Takes one 16 bit parameter which is added to the
8588 unsigned int bit = ((void *) i - data) * 8;
8594 particular when the least significant bit is bit 32
8602 bit += n;
8604 if (lastbit != 0 && lastbit + 1 == bit)
8609 p += sprintf (p, "%u", bit - bias);
8611 p += sprintf (p, ",%u", bit - bias);
8613 p += sprintf (p, "-%u,%u", lastbit - bias, bit - bias);
8617 lastbit = bit;
8647 /* This is a hack for an ill-considered 64-bit ABI where
8648 tv_usec is actually a 32-bit field with 32 bits of padding
8650 a 64-bit field. For little-endian, this just means the
8652 be ignored anyway. For big-endian, it means the 32-bit
9134 GElf_Xword bit = 1;
9138 if (av->a_un.a_val & bit)
9143 bit <<= 1;
9217 /* Next is a pointer-aligned union of structures. On 64-bit