Home
last modified time | relevance | path

Searched defs:is_long (Results 1 – 11 of 11) 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/libxaac/decoder/
Dixheaacd_mps_mdct_2_qmf.c860 WORD32 is_long, VOID *scratch) { in ixheaacd_local_imdet()
1055 VOID *scratch, WORD32 is_long) { in ixheaacd_local_hybcmdct2qmf()
1521 WORD32 is_long; in ixheaacd_mdct2qmf_process() local
/external/rust/crates/clap_lex/src/
Dlib.rs347 pub fn is_long(&self) -> bool { in is_long() method
/external/protobuf/python/google/protobuf/
Dtext_format.py1684 def _ConsumeInteger(tokenizer, is_signed=False, is_long=False): argument
1706 def ParseInteger(text, is_signed=False, is_long=False): argument
/external/cronet/third_party/protobuf/python/google/protobuf/
Dtext_format.py1637 def _ConsumeInteger(tokenizer, is_signed=False, is_long=False): argument
1659 def ParseInteger(text, is_signed=False, is_long=False): argument
/external/rust/crates/futures/tests/
Dsink.rs393 let mut is_long = in with_implements_clone() localVariable
/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh2413 bool is_long = longWords (); in get_delta() local
2605 bool is_long = longWords (); in get_item_delta_fast() local
2633 bool is_long = longWords (); in set_item_delta_fast() local
Dhb-aat-layout-kerx-table.hh626 bool is_long () const { return flags & ValuesAreLong; } in is_long() function
/external/rust/crates/quiche/src/
Dpacket.rs520 fn is_long(b: u8) -> bool { in is_long() method
/external/mksh/src/
Dedit.c3466 #define is_long(c) (classify[rtt2asc(c) & 0x7F] & vX) macro