Home
last modified time | relevance | path

Searched refs:IS_64BIT (Results 1 – 3 of 3) 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