Home
last modified time | relevance | path

Searched defs:IS_64BIT (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.h283 #define IS_64BIT (SIZEOF_LONG == 8) macro
/third_party/python/Lib/test/
Dtest_hash.py13 IS_64BIT = sys.maxsize > 2**32 variable
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.cpp729 #define IS_64BIT(reg) (reg.file != BAD_FILE && type_sz(reg.type) == 8) in is_dep_ctrl_unsafe() macro