| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
| bios.h | 17 u32 bit_offset; member in struct:nvkm_bios
|
| /src/external/bsd/pdisk/dist/ |
| layout_dump.h | 50 short bit_offset; member in struct:__anon7966
|
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| riscv_arch.h | 64 size_t bit_offset; member in struct:RISCV_capability_s
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| loc.h | 170 LONGEST bit_offset; member in struct:dwarf2_field_location_baton
|
| expr.c | 489 check_pieced_synthetic_pointer (const value *value, LONGEST bit_offset, 495 bit_offset += 8 * value->offset (); 497 bit_offset += value->bitpos (); 504 if (bit_offset > 0) 506 if (bit_offset >= this_size_bits) 508 bit_offset -= this_size_bits; 512 bit_length -= this_size_bits - bit_offset; 513 bit_offset = 0; 541 LONGEST bit_offset = 8 * value->offset (); local 543 bit_offset += value->bitpos () [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_add_filter_compress.c | 101 int bit_offset; member in struct:private_data 186 state->bit_offset = 0; 247 int bits, ret, clear_flg, bit_offset; local 255 bit_offset = state->bit_offset % 8; 256 state->bit_buf |= (ocode << bit_offset) & 0xff; 259 bits = state->code_len - (8 - bit_offset); 260 ocode >>= 8 - bit_offset; 268 state->bit_offset += state->code_len; 270 if (state->bit_offset == state->code_len * 8 [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-loop-prefetch.cc | 494 HOST_WIDE_INT bit_offset; local 518 bit_offset = TREE_INT_CST_LOW (off); 519 gcc_assert (bit_offset % BITS_PER_UNIT == 0); 521 *delta += bit_offset / BITS_PER_UNIT;
|
| dwarf2ctf.cc | 569 HOST_WIDE_INT bit_offset; local 577 bit_offset = AT_unsigned (attr); 579 bit_offset = AT_int (attr); 582 bitpos = field_location + bit_offset; 597 - bit_offset
|
| tree-dfa.cc | 384 poly_offset_int bit_offset = 0; local 423 bit_offset += wi::to_poly_offset (TREE_OPERAND (exp, 2)); 436 bit_offset += woffset; 483 maxsize = wi::to_poly_offset (csize) - bit_offset; 509 bit_offset += woffset; 525 maxsize = wi::to_poly_offset (asize) - bit_offset; 568 /* Try to adjust bit_offset with range information. */ 579 bit_offset += woffset; 592 bit_offset += bitsize; 605 bit_offset = 0 [all...] |
| ggc-page.cc | 1653 unsigned int bit_offset, word, bit; 1658 bit_offset = OFFSET_TO_BIT (((const char *) p) - pe->page, order); 1659 word = bit_offset / HOST_BITS_PER_LONG; 1660 bit = bit_offset % HOST_BITS_PER_LONG; 1697 pe->next_bit_hint = bit_offset; 1651 unsigned int bit_offset, word, bit; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-loop-prefetch.cc | 494 HOST_WIDE_INT bit_offset; local 518 bit_offset = TREE_INT_CST_LOW (off); 519 gcc_assert (bit_offset % BITS_PER_UNIT == 0); 521 *delta += bit_offset / BITS_PER_UNIT;
|
| dwarf2ctf.cc | 577 HOST_WIDE_INT bit_offset; local 585 bit_offset = AT_unsigned (attr); 587 bit_offset = AT_int (attr); 590 bitpos = field_location + bit_offset; 605 - bit_offset
|
| tree-dfa.cc | 389 poly_offset_int bit_offset = 0; local 428 bit_offset += wi::to_poly_offset (TREE_OPERAND (exp, 2)); 441 bit_offset += woffset; 489 maxsize = wi::to_poly_offset (csize) - bit_offset; 515 bit_offset += woffset; 531 maxsize = wi::to_poly_offset (asize) - bit_offset; 575 /* Try to adjust bit_offset with range information. */ 585 bit_offset += woffset; 598 bit_offset += bitsize; 611 bit_offset = 0 [all...] |
| /src/sys/arch/ia64/include/ |
| dig64.h | 43 uint8_t bit_offset; member in struct:dig64_gas
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| bounds-checking.cc | 1406 bit_offset_t bit_offset; local 1408 bit_offset = wi::sext (reg_offset.get_bit_offset (), 1420 bit_offset >> LOG2_BITS_PER_UNIT); 1436 bit_range read_bits (bit_offset, num_bits_unsigned);
|
| region-model-manager.cc | 645 HOST_WIDE_INT bit_offset = bits.get_start_bit_offset ().to_shwi (); local 646 const svalue *shift_sval = get_or_create_int_cst (type, bit_offset); 1157 bit_offset_t bit_offset = bytes.m_start_byte_offset * BITS_PER_UNIT; local 1159 tree field = get_field_at_bit_offset (record_type, bit_offset);
|
| region.cc | 801 /* Get the field within RECORD_TYPE at BIT_OFFSET. */ 804 get_field_at_bit_offset (tree record_type, bit_offset_t bit_offset) 807 if (bit_offset < 0) 810 /* Find the first field that has an offset > BIT_OFFSET, 820 if (bit_offset < iter_field_offset) 2005 HOST_WIDE_INT bit_offset = byte_offset * BITS_PER_UNIT; local 2006 *out = bit_offset;
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| region.cc | 381 /* Get the field within RECORD_TYPE at BIT_OFFSET. */ 384 get_field_at_bit_offset (tree record_type, bit_offset_t bit_offset) 387 if (bit_offset < 0) 390 /* Find the first field that has an offset > BIT_OFFSET, 400 if (bit_offset < iter_field_offset) 1422 HOST_WIDE_INT bit_offset = byte_offset * BITS_PER_UNIT; local 1423 *out = bit_offset;
|
| region-model-manager.cc | 588 HOST_WIDE_INT bit_offset = bits.get_start_bit_offset ().to_shwi (); local 589 const svalue *shift_sval = get_or_create_int_cst (type, bit_offset); 997 bit_offset_t bit_offset = bytes.m_start_byte_offset * BITS_PER_UNIT; local 999 tree field = get_field_at_bit_offset (record_type, bit_offset);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_allocator_primary64.h | 374 uptr bit_offset = (i & bit_offset_mask) << counter_size_bits_log; local 375 return (buffer[index] >> bit_offset) & counter_mask; 381 uptr bit_offset = (i & bit_offset_mask) << counter_size_bits_log; local 382 buffer[index] += 1ULL << bit_offset;
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_allocator_primary64.h | 443 uptr bit_offset = (i & bit_offset_mask) << counter_size_bits_log; local 444 return (buffer[index] >> bit_offset) & counter_mask; 450 uptr bit_offset = (i & bit_offset_mask) << counter_size_bits_log; local 451 buffer[index] += 1ULL << bit_offset;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_allocator_primary64.h | 443 uptr bit_offset = (i & bit_offset_mask) << counter_size_bits_log; local 444 return (buffer[index] >> bit_offset) & counter_mask; 450 uptr bit_offset = (i & bit_offset_mask) << counter_size_bits_log; local 451 buffer[index] += 1ULL << bit_offset;
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| expr.c | 470 check_pieced_synthetic_pointer (const value *value, LONGEST bit_offset, 476 bit_offset += 8 * value->offset (); 478 bit_offset += value->bitpos (); 485 if (bit_offset > 0) 487 if (bit_offset >= this_size_bits) 489 bit_offset -= this_size_bits; 493 bit_length -= this_size_bits - bit_offset; 494 bit_offset = 0; 522 LONGEST bit_offset = 8 * value->offset (); local 524 bit_offset += value->bitpos () [all...] |
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
| svga3d_surfacedefs.h | 369 * @bit_offset: Channel bit masks (in bits offset from the start of the pointer) 380 struct svga3d_channel_def bit_offset; member in struct:svga3d_surface_desc
|
| /src/external/bsd/zstd/dist/doc/educational_decoder/ |
| zstd_decompress.c | 92 int bit_offset; member in struct:__anon8560 1105 i64 bit_offset = (i64)(len * 8 - (size_t)padding); local 1113 FSE_init_state(&states.ll_table, &states.ll_state, src, &bit_offset); 1114 FSE_init_state(&states.of_table, &states.of_state, src, &bit_offset); 1115 FSE_init_state(&states.ml_table, &states.ml_state, src, &bit_offset); 1119 sequences[i] = decode_sequence(&states, src, &bit_offset, i==num_sequences-1); 1122 if (bit_offset != 0) { 1600 const size_t bytes = (num_bits + in->bit_offset + 7) / 8; 1601 const size_t full_bytes = (num_bits + in->bit_offset) / 8; 1606 const u64 result = read_bits_LE(in->ptr, num_bits, in->bit_offset); 1737 size_t bit_offset = offset % 8; local 1838 i64 bit_offset = len * 8 - padding; local [all...] |