HomeSort by: relevance | last modified time | path
    Searched defs:bitpos (Results 1 - 25 of 654) 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);
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);
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/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);
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) &
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;
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
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
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;
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
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
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
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

Completed in 76 milliseconds

1 2 3 4 5 6 7 8 91011>>