Home
last modified time | relevance | path

Searched refs:is_long (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_macros_internal.h248 #define INTERNAL_SCOPED_UMA_HISTOGRAM_TIMER_EXPANDER(name, is_long, key) \
249 INTERNAL_SCOPED_UMA_HISTOGRAM_TIMER_UNIQUE(name, is_long, key)
252 #define INTERNAL_SCOPED_UMA_HISTOGRAM_TIMER_UNIQUE(name, is_long, key) \
258 if (is_long) { \
/external/compiler-rt/test/asan/TestCases/
Dspeculative_load.cc30 bool is_long() const { in is_long() function
35 return is_long() ? _data._l._ptr : _data._s._ch; in get_pointer()
/external/protobuf/python/google/protobuf/
Dtext_format.py885 result = ParseInteger(self.token, is_signed=True, is_long=False)
901 result = ParseInteger(self.token, is_signed=False, is_long=False)
924 result = ParseInteger(self.token, is_signed=True, is_long=True)
947 result = ParseInteger(self.token, is_signed=False, is_long=True)
1102 def ParseInteger(text, is_signed=False, is_long=False): argument
1121 if is_long:
1129 checker = _INTEGER_CHECKERS[2 * int(is_long) + int(is_signed)]
/external/mesa3d/src/compiler/glsl/
Dglsl_lexer.ll158 bool is_long = (text[len - 1] == 'l' || text[len - 1] == 'L');
161 if (is_long)
170 if (is_long)
175 if (is_long && !is_uint && base == 10 && value > (uint64_t)LLONG_MAX + 1) {
180 } else if (!is_long && value > UINT_MAX) {
198 if (is_long)
/external/libxml2/
Dtriop.h107 void trio_set_long TRIO_PROTO((trio_pointer_t ref, int is_long));
Dtrio.c4494 TRIO_ARGS2((ref, is_long),
4496 int is_long)
4498 if (is_long)
/external/harfbuzz_ng/src/
Dhb-aat-layout-kerx-table.hh637 bool is_long () const { return flags & ValuesAreLong; } in is_long() function
643 if (is_long ()) in get_kerning()
688 (is_long () ? in sanitize()
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc551 bool is_long = PyLong_Check(arg); in CheckAndGetInteger() local
553 if (!PyInt_Check(arg) && !is_long) { in CheckAndGetInteger()
559 if (!is_long) { in CheckAndGetInteger()
578 if (!is_long) { in CheckAndGetInteger()
/external/mksh/src/
Dedit.c3433 #define is_long(c) (classify[rtt2asc(c) & 0x7F] & vX) macro
3958 else if (is_long(ch)) in nextstate()
/external/pcre/dist2/src/sljit/
DsljitNativeMIPS_common.c1335 # undef is_long in sljit_emit_fop1_conv_sw_from_f64()