/external/protobuf/python/google/protobuf/internal/ |
wire_format_test.py | 165 [wire_format.SFixed64ByteSize, wire_format.INT64_MAX, 8],
|
/external/skia/src/ports/ |
SkImageDecoder_WIC.cpp | 27 #undef INT64_MAX
|
/system/core/libcutils/ |
properties.c | 100 return (int64_t)property_get_imax(key, INT64_MIN, INT64_MAX, default_value);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/ |
ax_create_stdint_h.m4 | 617 # define INT64_MAX (__INT64_C(9223372036854775807)) 634 # define INT_LEAST64_MAX INT64_MAX
|
/external/libexif/m4m/ |
stdint.m4 | 676 # define INT64_MAX (__INT64_C(9223372036854775807)) 693 # define INT_LEAST64_MAX INT64_MAX
|
/external/libmtp/m4/ |
stdint.m4 | 674 # define INT64_MAX (__INT64_C(9223372036854775807)) 691 # define INT_LEAST64_MAX INT64_MAX
|
/external/llvm/lib/MC/ |
MCDwarf.cpp | 184 // and use INT64_MAX as the line delta which is the signal that this is 202 MCOS->EmitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd, 339 MCDwarfLineAddr::Emit(MCOS, INT64_MAX, 0); 438 // A LineDelta of INT64_MAX is a signal that this is actually a 441 if (LineDelta == INT64_MAX) { [all...] |
/external/clang/test/CodeGenCXX/ |
mangle-ms-templates.cpp | 140 LongLongTemplate<9223372036854775807LL> int64_max; local
|
/external/nanopb-c/tests/decode_unittests/ |
decode_unittests.c | 142 TEST((s = S("\xFE\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x01"), pb_dec_svarint(&s, &f, &d) && d == INT64_MAX))
|
/external/qemu/util/ |
cutils.c | 334 if ((val * mul >= INT64_MAX) || val < 0) {
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/ |
IN.py | 101 INT64_MAX = (__INT64_C(9223372036854775807))
|
/external/llvm/include/llvm/Support/ |
ScaledNumber.h | 441 if (U > uint64_t(INT64_MAX)) 442 return IsNeg ? INT64_MIN : INT64_MAX;
|
/frameworks/av/services/audiopolicy/ |
AudioPolicyService.cpp | 381 nsecs_t waitTime = INT64_MAX; 520 waitTime = INT64_MAX; [all...] |
/external/chromium_org/v8/test/cctest/ |
test-assembler-arm64.cc | [all...] |
/external/vixl/test/ |
test-assembler-a64.cc | [all...] |
/external/clang/test/Preprocessor/ |
stdint.c | 1018 // TCE:INT64_MAX_ INT64_MAX [all...] |
/external/compiler-rt/test/builtins/Unit/ppc/ |
fixtfdi_test.c | 14 // { HUGE, 0.0, INT64_MAX }, 15 // { INFINITY, 0.0, INT64_MAX },
|
/external/chromium_org/sync/internal_api/public/base/ |
unique_position.cc | 192 // This is technically implementation-defined if y > INT64_MAX, so
|
/external/qemu/ |
main-loop.c | 631 int64_t nearest_delta_ns = INT64_MAX;
|
/frameworks/compile/mclinker/include/mcld/Target/ |
GNULDBackend.h | 316 virtual int64_t maxFwdBranchOffset() { return INT64_MAX; }
|
/external/qemu/target-arm/ |
neon_helper.c | 560 if (val == INT64_MAX) { 960 if (val == INT64_MAX) { [all...] |
/external/lldb/source/Commands/ |
CommandObjectMemory.cpp | [all...] |
/external/lldb/source/Core/ |
RegisterValue.cpp | 491 uint64_t sval64 = Args::StringToSInt64(value_str, INT64_MAX, 0, &success); [all...] |
/external/pixman/pixman/ |
pixman.c | 360 tx1 = ty1 = INT64_MAX; [all...] |
/system/core/fastboot/ |
fastboot.c | 888 if (num > INT64_MAX) { [all...] |