Home
last modified time | relevance | path

Searched defs:is_long (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
Dspeculative_load.cc30 bool is_long() const { in is_long() function
/external/protobuf/python/google/protobuf/
Dtext_format.py1102 def ParseInteger(text, is_signed=False, is_long=False): argument
/external/harfbuzz_ng/src/
Dhb-aat-layout-kerx-table.hh637 bool is_long () const { return flags & ValuesAreLong; } in is_long() function
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc551 bool is_long = PyLong_Check(arg); in CheckAndGetInteger() local
/external/mksh/src/
Dedit.c3433 #define is_long(c) (classify[rtt2asc(c) & 0x7F] & vX) macro