HomeSort by relevance Sort by last modified time
    Searched full:uint64_max (Results 101 - 125 of 256) sorted by null

1 2 3 45 6 7 8 91011

  /external/bison/darwin-lib/
stdint.h 190 #ifdef UINT64_MAX
381 #if defined GL_UINT64_T && ! defined UINT64_MAX
382 # define UINT64_MAX UINTMAX_C (18446744073709551615)
421 # define UINT_LEAST64_MAX UINT64_MAX
466 # define UINT_FAST64_MAX UINT64_MAX
492 # ifdef UINT64_MAX
493 # define UINTMAX_MAX UINT64_MAX
  /external/bison/m4/
stdint.m4 108 #ifdef UINT64_MAX
109 uint64_t b4 = UINT64_MAX;
197 #ifdef UINT64_MAX
198 int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
252 #ifdef UINT64_MAX
253 MVAL (UINT64_MAX),
  /external/vixl/test/
test-simulator-inputs-a64.h 263 0x43efffffffffffff, /* The value just below UINT64_MAX. */ \
264 /* UINT64_MAX is not representable. */ \
265 0x43f0000000000000, /* The value just above UINT64_MAX. */ \
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 323 #undef UINT64_MAX
325 # define UINT64_MAX UINTMAX_C (18446744073709551615)
364 # define UINT_LEAST64_MAX UINT64_MAX
403 # define UINT_FAST64_MAX UINT64_MAX
428 #ifdef UINT64_MAX
429 # define UINTMAX_MAX UINT64_MAX
  /ndk/sources/host-tools/sed-4.2.1/m4/
stdint.m4 101 #ifdef UINT64_MAX
102 uint64_t b4 = UINT64_MAX;
188 #ifdef UINT64_MAX
189 int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
245 #ifdef UINT64_MAX
246 MVAL (UINT64_MAX),
  /external/llvm/docs/
BlockFrequencyTerminology.rst 74 For each DAG, the entry node is assigned a mass of ``UINT64_MAX`` and mass is
76 fixed-point representation where ``UINT64_MAX`` represents ``1.0`` and ``0``
81 by a cut edge should equal ``UINT64_MAX``. In other words, mass is conserved
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 81 * presence with the test: #ifdef INT64_MAX or #ifdef UINT64_MAX.
249 # define UINT64_C(x) (x + (UINT64_MAX - UINT64_MAX))
269 # if !defined (UINT64_MAX)
270 # define UINT64_MAX 18446744073709551615ULL
501 #if !defined (UINT64_MAX) && defined (INT64_C)
502 # define UINT64_MAX UINT64_C (18446744073709551615)
546 # define UINTMAX_MAX UINT64_MAX
605 # define UINT_LEAST64_MAX UINT64_MAX
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libc.cc 219 res = (res <= UINT64_MAX / 10) ? res * 10 : UINT64_MAX;
221 res = (res <= UINT64_MAX - digit) ? res + digit : UINT64_MAX;
  /external/libcxx/include/
cstdint 32 UINT64_MAX
  /external/llvm/lib/Support/
BlockFrequency.cpp 50 Frequency = UINT64_MAX;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdint 32 UINT64_MAX
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdint 32 UINT64_MAX
  /external/iptables/extensions/
libxt_connbytes.c 40 sinfo->count.to = UINT64_MAX;
128 if (to && to < UINT64_MAX)
  /external/lldb/source/Plugins/Process/Utility/
InferiorCallPOSIX.cpp 125 if (allocated_addr == UINT64_MAX)
265 if (returned_func == UINT64_MAX)
  /external/lldb/source/Utility/
StringExtractor.h 48 return m_index != UINT64_MAX;
137 // to UINT64_MAX the end of the packet data was
  /external/llvm/include/llvm/Support/
DataTypes.h 199 #if !defined(UINT64_MAX)
200 # define UINT64_MAX 0xffffffffffffffffULL
  /external/nanopb-c/tests/alltypes/
encode_alltypes.c 77 alltypes.req_limits.uint64_max = UINT64_MAX;
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include/
stdint-gcc.h 136 # undef UINT64_MAX
137 # define UINT64_MAX __UINT64_MAX__
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdint-gcc.h 136 # undef UINT64_MAX
137 # define UINT64_MAX __UINT64_MAX__
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdint-gcc.h 136 # undef UINT64_MAX
137 # define UINT64_MAX __UINT64_MAX__
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
stdint-gcc.h 136 # undef UINT64_MAX
137 # define UINT64_MAX __UINT64_MAX__
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include/
stdint-gcc.h 136 # undef UINT64_MAX
137 # define UINT64_MAX __UINT64_MAX__
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdint-gcc.h 136 # undef UINT64_MAX
137 # define UINT64_MAX __UINT64_MAX__
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include/
stdint-gcc.h 136 # undef UINT64_MAX
137 # define UINT64_MAX __UINT64_MAX__
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
stdint-gcc.h 136 # undef UINT64_MAX
137 # define UINT64_MAX __UINT64_MAX__

Completed in 893 milliseconds

1 2 3 45 6 7 8 91011