Home
last modified time | relevance | path

Searched refs:IS_64BIT (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_hash.py16 IS_64BIT = (struct.calcsize('l') == 8) variable
176 if IS_64BIT:
190 if IS_64BIT:
/external/python/cpython3/Lib/test/
Dtest_hash.py13 IS_64BIT = sys.maxsize > 2**32 variable
247 platform = 1 if IS_64BIT else 0
250 platform = 3 if IS_64BIT else 2
/external/protobuf/python/google/protobuf/pyext/
Dmessage.h292 #define IS_64BIT (SIZEOF_LONG == 8) macro
/external/mesa3d/src/intel/compiler/
Dbrw_vec4.cpp1009 #define IS_64BIT(reg) (reg.file != BAD_FILE && type_sz(reg.type) == 8) in is_dep_ctrl_unsafe() macro
1012 if (IS_64BIT(inst->dst) || IS_64BIT(inst->src[0]) || in is_dep_ctrl_unsafe()
1013 IS_64BIT(inst->src[1]) || IS_64BIT(inst->src[2])) in is_dep_ctrl_unsafe()
1017 #undef IS_64BIT in is_dep_ctrl_unsafe()
/external/libcups/backend/
Dusb-darwin.c288 #define IS_64BIT 1 macro