Home
last modified time | relevance | path

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

/third_party/protobuf/
Dtests.sh520 IS_64BIT=$1
524 if [ "$IS_64BIT" = "true" ]
545 IS_64BIT=$1
549 if [ "$IS_64BIT" = "true" ]
617 IS_64BIT=$1
621 if [ "$IS_64BIT" = "true" ]
642 IS_64BIT=$1
646 if [ "$IS_64BIT" = "true" ]
666 IS_64BIT=$1
670 if [ "$IS_64BIT" = "true" ]
[all …]
/third_party/python/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
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.h283 #define IS_64BIT (SIZEOF_LONG == 8) macro
/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
732 if (IS_64BIT(inst->dst) || IS_64BIT(inst->src[0]) || in is_dep_ctrl_unsafe()
733 IS_64BIT(inst->src[1]) || IS_64BIT(inst->src[2])) in is_dep_ctrl_unsafe()
737 #undef IS_64BIT in is_dep_ctrl_unsafe()