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;
  /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...]
  /external/python/cpython2/Lib/
pickle.py 457 high_bits = obj >> 31 # note that Python shift sign-extends
458 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.27/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 10187 bfd_vma high_bits; local
10336 bfd_vma high_bits; local
    [all...]
  /art/runtime/
stack_map.h 1037 uint32_t high_bits = encoding.GetMethodIndexIdxEncoding().Load( local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
dwarf.c 1718 dwarf_vma high_bits; local
1872 dwarf_vma high_bits; local
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 2463 int32_t high_bits = product >> 32; local
3497 int32_t high_bits = product >> 32; local
6695 int32_t high_bits = product >> 32; local
7065 int32_t high_bits = product >> 32; local
10519 int32_t high_bits = product >> 32; local
11391 int32_t high_bits = product >> 32; local
11675 uint32_t high_bits = product >> 32; local
    [all...]

Completed in 322 milliseconds