HomeSort by: relevance | last modified time | path
    Searched defs:bitpos (Results 1 - 25 of 327) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libm/src/
s_nan.c 68 int bitpos; /* index into words (in bits) */ local
82 for (bitpos = 0; bitpos < 32 * num_words; bitpos += 4) {
84 for (bitpos = 32 * num_words - 4; bitpos >= 0; bitpos -= 4) {
88 words[bitpos / 32] |= digittoint(s[si]) << (bitpos % 32);
  /src/external/gpl3/gcc/dist/gcc/
gimple-laddress.cc 103 poly_int64 bitsize, bitpos; local
108 &bitpos, &offset, &mode, &unsignedp,
111 poly_int64 bytepos = exact_div (bitpos, BITS_PER_UNIT);
dwarf2ctf.cc 567 HOST_WIDE_INT bitpos = 0; local
582 bitpos = field_location + bit_offset;
595 bitpos = (field_location
607 bitpos += AT_unsigned (attr);
612 if (bitsize <= 255 && (bitpos - field_location) <= 255)
615 bitpos - field_location,
gimple-range-fold.cc 747 poly_int64 bitsize, bitpos; local
752 &bitpos, &offset, &mode, &unsignedp,
776 off += bitpos;
tree-affine.cc 393 poly_int64 bitpos, bitsize, bytepos; local
438 core = get_inner_reference (TREE_OPERAND (expr, 0), &bitsize, &bitpos,
441 if (!multiple_p (bitpos, BITS_PER_UNIT, &bytepos))
1011 poly_int64 bitsize, bitpos; local
1016 tree base = get_inner_reference (ref, &bitsize, &bitpos, &toff, &mode,
1020 /* ADDR = &BASE + TOFF + BITPOS / BITS_PER_UNIT. */
1030 aff_combination_const (&tmp, sizetype, bits_to_bytes_round_down (bitpos));
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-laddress.cc 103 poly_int64 bitsize, bitpos; local
108 &bitpos, &offset, &mode, &unsignedp,
111 poly_int64 bytepos = exact_div (bitpos, BITS_PER_UNIT);
  /src/usr.sbin/cpuctl/arch/
aarch64.c 66 unsigned char bitpos; member in struct:fieldinfo
128 .bitpos = _bitpos, \
1013 v = (data >> fieldinfo[i].bitpos) &
  /src/external/gpl3/binutils/dist/bfd/
reloc.c 303 . unsigned int bitpos:6;
935 relocation <<= (bfd_vma) howto->bitpos;
1121 relocation <<= (bfd_vma) howto->bitpos;
1206 unsigned int bitpos = howto->bitpos; local
1233 b = (x & howto->src_mask & addrmask) >> bitpos;
1262 ss >>= bitpos; local
1311 relocation <<= (bfd_vma) bitpos;
  /src/external/gpl3/binutils/dist/binutils/
rdcoff.c 348 bfd_vma bitpos = 0, bitsize = 0;
383 bitpos = 8 * bfd_asymbol_value (sym);
388 bitpos = bfd_asymbol_value (sym);
406 bitpos, bitsize, DEBUG_VISIBILITY_PUBLIC);
347 bfd_vma bitpos = 0, bitsize = 0; local
  /src/external/gpl3/binutils/dist/opcodes/
ia64-opc.c 359 int bitpos[41];
367 bitpos[currstatenum] = 40;
373 int currbitnum = bitpos[currstatenum];
381 bitpos[currstatenum] = currbitnum;
528 bitpos[currstatenum] = currbitnum - 1;
351 int bitpos[41]; local
  /src/external/gpl3/binutils.old/dist/bfd/
reloc.c 303 . unsigned int bitpos:6;
935 relocation <<= (bfd_vma) howto->bitpos;
1121 relocation <<= (bfd_vma) howto->bitpos;
1206 unsigned int bitpos = howto->bitpos; local
1233 b = (x & howto->src_mask & addrmask) >> bitpos;
1262 ss >>= bitpos; local
1311 relocation <<= (bfd_vma) bitpos;
  /src/external/gpl3/binutils.old/dist/binutils/
rdcoff.c 348 bfd_vma bitpos = 0, bitsize = 0;
383 bitpos = 8 * bfd_asymbol_value (sym);
388 bitpos = bfd_asymbol_value (sym);
406 bitpos, bitsize, DEBUG_VISIBILITY_PUBLIC);
347 bfd_vma bitpos = 0, bitsize = 0; local
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-opc.c 359 int bitpos[41];
367 bitpos[currstatenum] = 40;
373 int currbitnum = bitpos[currstatenum];
381 bitpos[currstatenum] = currbitnum;
528 bitpos[currstatenum] = currbitnum - 1;
351 int bitpos[41]; local
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-opc.c 359 int bitpos[41];
367 bitpos[currstatenum] = 40;
373 int currbitnum = bitpos[currstatenum];
381 bitpos[currstatenum] = currbitnum;
528 bitpos[currstatenum] = currbitnum - 1;
351 int bitpos[41]; local
  /src/external/gpl3/gdb.old/dist/bfd/
reloc.c 303 . unsigned int bitpos:6;
935 relocation <<= (bfd_vma) howto->bitpos;
1121 relocation <<= (bfd_vma) howto->bitpos;
1206 unsigned int bitpos = howto->bitpos; local
1233 b = (x & howto->src_mask & addrmask) >> bitpos;
1262 ss >>= bitpos; local
1311 relocation <<= (bfd_vma) bitpos;
  /src/external/gpl3/gdb/dist/bfd/
reloc.c 303 . unsigned int bitpos:6;
935 relocation <<= (bfd_vma) howto->bitpos;
1121 relocation <<= (bfd_vma) howto->bitpos;
1206 unsigned int bitpos = howto->bitpos; local
1233 b = (x & howto->src_mask & addrmask) >> bitpos;
1262 ss >>= bitpos; local
1311 relocation <<= (bfd_vma) bitpos;
  /src/external/gpl3/gdb/dist/opcodes/
ia64-opc.c 359 int bitpos[41];
367 bitpos[currstatenum] = 40;
373 int currbitnum = bitpos[currstatenum];
381 bitpos[currstatenum] = currbitnum;
528 bitpos[currstatenum] = currbitnum - 1;
351 int bitpos[41]; local
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_exp.c 493 static BN_ULONG bn_get_bits(const BIGNUM *a, int bitpos)
498 wordpos = bitpos / BN_BITS2;
499 bitpos %= BN_BITS2;
502 if (bitpos) {
503 ret >>= bitpos; local
505 ret |= a->d[wordpos] << (BN_BITS2 - bitpos);
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_exp.c 488 static BN_ULONG bn_get_bits(const BIGNUM *a, int bitpos)
493 wordpos = bitpos / BN_BITS2;
494 bitpos %= BN_BITS2;
497 if (bitpos) {
498 ret >>= bitpos; local
500 ret |= a->d[wordpos] << (BN_BITS2 - bitpos);
  /src/external/gpl3/gdb.old/dist/gdb/
cp-valprint.c 658 LONGEST bitpos = f.loc_bitpos (); local
661 if (offset == bitpos)
670 LONGEST bitpos = self->field (i).loc_bitpos (); local
673 if (offset >= bitpos && offset < bitpos + bitsize)
676 cp_find_class_member (self_p, fieldno, offset - bitpos);
typeprint.c 87 unsigned int bitpos,
91 scenario when END_BITPOS can be zero and BITPOS can be >
97 if (end_bitpos > 0 && end_bitpos < bitpos)
100 bitpos, it means there's a hole in the struct, so we report
102 unsigned int hole = bitpos - end_bitpos;
146 unsigned int bitpos = type->field (field_idx).loc_bitpos ();
150 maybe_print_hole (stream, bitpos, "hole");
158 unsigned real_bitpos = bitpos + offset_bitpos;
170 (bitpos + offset_bitpos) / TARGET_CHAR_BIT);
178 end_bitpos = bitpos + fieldsize_bit
145 unsigned int bitpos = type->field (field_idx).loc_bitpos (); local
186 unsigned int bitpos = type->length () * TARGET_CHAR_BIT; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
cp-valprint.c 658 LONGEST bitpos = f.loc_bitpos (); local
661 if (offset == bitpos)
670 LONGEST bitpos = self->field (i).loc_bitpos (); local
673 if (offset >= bitpos && offset < bitpos + bitsize)
676 cp_find_class_member (self_p, fieldno, offset - bitpos);
typeprint.c 87 unsigned int bitpos,
91 scenario when END_BITPOS can be zero and BITPOS can be >
97 if (end_bitpos > 0 && end_bitpos < bitpos)
100 bitpos, it means there's a hole in the struct, so we report
102 unsigned int hole = bitpos - end_bitpos;
146 unsigned int bitpos = type->field (field_idx).loc_bitpos ();
150 maybe_print_hole (stream, bitpos, "hole");
158 unsigned real_bitpos = bitpos + offset_bitpos;
170 (bitpos + offset_bitpos) / TARGET_CHAR_BIT);
178 end_bitpos = bitpos + fieldsize_bit
145 unsigned int bitpos = type->field (field_idx).loc_bitpos (); local
186 unsigned int bitpos = type->length () * TARGET_CHAR_BIT; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_exp.c 491 static BN_ULONG bn_get_bits(const BIGNUM *a, int bitpos)
496 wordpos = bitpos / BN_BITS2;
497 bitpos %= BN_BITS2;
500 if (bitpos) {
501 ret >>= bitpos; local
503 ret |= a->d[wordpos] << (BN_BITS2 - bitpos);
  /src/external/gpl3/gcc/dist/gcc/config/bpf/
core-builtins.cc 313 poly_int64 bitsize, bitpos;
318 tree base = get_inner_reference (t, &bitsize, &bitpos, &var_off, &mode,
382 poly_int64 bitsize, bitpos; local
391 tree root = get_inner_reference (src, &bitsize, &bitpos, &var_off, &mode,
410 unsigned int start_bitpos = bitpos & ~(align - 1);
444 result += bitpos / 8;
521 result = bitpos + 64 - start_bitpos - align;
523 result = start_bitpos + 64 - bitpos - bitsize;
1396 poly_int64 bitsize, bitpos;
1401 tree base = get_inner_reference (expr, &bitsize, &bitpos, &var_off, &mode
    [all...]

Completed in 105 milliseconds

1 2 3 4 5 6 7 8 91011>>