Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dhistogram_macros.h79 #define SCOPED_ANGLE_HISTOGRAM_TIMER_EXPANDER(name, is_long, key) \ argument
82 #define SCOPED_ANGLE_HISTOGRAM_TIMER_UNIQUE(name, is_long, key) \ argument
/external/compiler-rt/test/asan/TestCases/
Dspeculative_load.cc30 bool is_long() const { in is_long() function
/external/protobuf/python/google/protobuf/
Dtext_format.py1352 def ConsumeInteger(self, is_long=False): argument
1601 def _TryConsumeInteger(tokenizer, is_signed=False, is_long=False): argument
1609 def _ConsumeInteger(tokenizer, is_signed=False, is_long=False): argument
1631 def ParseInteger(text, is_signed=False, is_long=False): argument
1654 def _ParseAbstractInteger(text, is_long=False): argument
/external/harfbuzz_ng/src/
Dhb-aat-layout-kerx-table.hh628 bool is_long () const { return flags & ValuesAreLong; } in is_long() function
/external/mksh/src/
Dedit.c3433 #define is_long(c) (classify[rtt2asc(c) & 0x7F] & vX) macro