HomeSort by relevance Sort by last modified time
    Searched defs:IS_64BIT (Results 1 - 9 of 9) sorted by null

  /external/protobuf/python/google/protobuf/pyext/
message.h 276 #define IS_64BIT (SIZEOF_LONG == 8)
  /external/python/cpython2/Lib/test/
test_hash.py 16 IS_64BIT = (struct.calcsize('l') == 8)
176 if IS_64BIT:
190 if IS_64BIT:
  /external/python/cpython3/Lib/test/
test_hash.py 13 IS_64BIT = sys.maxsize > 2**32
247 platform = 1 if IS_64BIT else 0
250 platform = 3 if IS_64BIT else 2
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_hash.py 16 IS_64BIT = (struct.calcsize('l') == 8)
176 if IS_64BIT:
190 if IS_64BIT:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_hash.py 16 IS_64BIT = (struct.calcsize('l') == 8)
176 if IS_64BIT:
190 if IS_64BIT:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hash.py 16 IS_64BIT = (struct.calcsize('l') == 8)
176 if IS_64BIT:
190 if IS_64BIT:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hash.py 16 IS_64BIT = (struct.calcsize('l') == 8)
176 if IS_64BIT:
190 if IS_64BIT:
  /system/libhidl/transport/
ServiceManagement.cpp 438 {Arch::IS_64BIT,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.cpp 919 #define IS_64BIT(reg) (reg.file != BAD_FILE && type_sz(reg.type) == 8)
938 if (IS_64BIT(inst->dst) || IS_64BIT(inst->src[0]) ||
939 IS_64BIT(inst->src[1]) || IS_64BIT(inst->src[2]))
943 #undef IS_64BIT
    [all...]

Completed in 1009 milliseconds