HomeSort by relevance Sort by last modified time
    Searched refs:high_bits (Results 1 - 12 of 12) sorted by null

  /external/libchrome/base/
hash.h 55 size_t high_bits = local
57 return high_bits;
90 size_t high_bits = local
92 return high_bits;
  /external/libvorbis/doc/
08-residue.tex 196 2) [high_bits] = 0
199 5) if ( [bitflag] is set ) then [high_bits] = read five bits as unsigned integer
200 6) vector [residue_cascade] element [i] = [high_bits] * 8 + [low_bits]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pickle.py 451 high_bits = obj >> 31 # note that Python shift sign-extends
452 if high_bits == 0 or high_bits == -1:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickle.py 451 high_bits = obj >> 31 # note that Python shift sign-extends
452 if high_bits == 0 or high_bits == -1:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pickle.py 451 high_bits = obj >> 31 # note that Python shift sign-extends
452 if high_bits == 0 or high_bits == -1:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 451 high_bits = obj >> 31 # note that Python shift sign-extends
452 if high_bits == 0 or high_bits == -1:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 451 high_bits = obj >> 31 # note that Python shift sign-extends
452 if high_bits == 0 or high_bits == -1:
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coff-arm.c 992 unsigned int high_bits;
998 high_bits = (rel_off >> 11) & 0x000007FF; /* The top 11 bits. */
1001 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
1003 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
991 unsigned int high_bits; local
    [all...]
elfxx-mips.c 10151 bfd_vma high_bits; local
10302 bfd_vma high_bits; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 1677 dwarf_vma high_bits; local
1797 dwarf_vma high_bits; local
    [all...]
  /art/runtime/
stack_map.h 1031 uint32_t high_bits = encoding.GetMethodIndexIdxEncoding().Load( local
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 2443 int32_t high_bits = product >> 32; local
3477 int32_t high_bits = product >> 32; local
6585 int32_t high_bits = product >> 32; local
6955 int32_t high_bits = product >> 32; local
10330 int32_t high_bits = product >> 32; local
11183 int32_t high_bits = product >> 32; local
11467 uint32_t high_bits = product >> 32; local
    [all...]

Completed in 297 milliseconds