Home
last modified time | relevance | path

Searched defs:is_long (Results 1 – 9 of 9) 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/llvm-project/compiler-rt/test/asan/TestCases/
Dspeculative_load.cpp34 bool is_long() const { in is_long() function
/external/rust/crates/futures/tests/
Dsink.rs501 let mut is_long = tx in with_implements_clone() localVariable
/external/llvm-project/polly/lib/External/isl/interface/
Dgenerator.cc738 bool generator::is_long(QualType type) in is_long() function in generator
/external/rust/crates/quiche/src/
Dpacket.rs365 fn is_long(b: u8) -> bool { in is_long() method
/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.c3465 #define is_long(c) (classify[rtt2asc(c) & 0x7F] & vX) macro