Searched defs:size_bits (Results 1 – 7 of 7) sorted by relevance
66 static const GLubyte size_bits[5] = { variable
194 def size_bits(self) -> int: member in FormatSpec
568 uint32_t size_bits = (size == 8 ? 0x2 : size - 1) << (18 + 4 * wp_index); in ApplyHardwareBreakpoint() local
578 uint32_t size_bits = (size == 8 ? 0x2 : size - 1) << (18 + 4 * wp_index); in ApplyHardwareBreakpoint() local
783 uint64_t size_bits = (size == 8 ? 0x2 : size - 1) << (18 + 4 * wp_index); in ApplyHardwareBreakpoint() local
133 next_set_bit(const void *bit_array, unsigned cur_bit, unsigned size_bits) in next_set_bit()
637 unsigned size_bits; variable