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

1 2 3 4 56 7 8 91011

  /prebuilts/gcc/linux-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/linux-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/linux-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/linux-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/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include/
stdint-gcc.h 135 # undef UINT64_MAX
136 # define UINT64_MAX __UINT64_MAX__
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
stdint-gcc.h 136 # undef UINT64_MAX
137 # define UINT64_MAX __UINT64_MAX__
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
stdint-gcc.h 136 # undef UINT64_MAX
137 # define UINT64_MAX __UINT64_MAX__
  /prebuilts/gcc/linux-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/linux-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/linux-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/linux-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__
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdint-gcc.h 136 # undef UINT64_MAX
137 # define UINT64_MAX __UINT64_MAX__
  /external/lldb/include/lldb/
lldb-defines.h 19 #if !defined(UINT64_MAX)
20 #define UINT64_MAX 18446744073709551615ULL
73 #define LLDB_INVALID_ADDRESS UINT64_MAX
78 #define LLDB_INVALID_UID UINT64_MAX
83 #define LLDB_INVALID_OFFSET UINT64_MAX // Must match max of lldb::offset_t
  /external/bison/lib/
stdint.in.h 189 #ifdef UINT64_MAX
380 #if defined GL_UINT64_T && ! defined UINT64_MAX
381 # define UINT64_MAX UINTMAX_C (18446744073709551615)
420 # define UINT_LEAST64_MAX UINT64_MAX
465 # define UINT_FAST64_MAX UINT64_MAX
491 # ifdef UINT64_MAX
492 # define UINTMAX_MAX UINT64_MAX
inttypes.in.h 200 #ifdef UINT64_MAX
308 #ifdef UINT64_MAX
481 #ifdef UINT64_MAX
693 #ifdef UINT64_MAX
785 #ifdef UINT64_MAX
960 #ifdef UINT64_MAX
  /external/nanopb-c/tests/alltypes_pointer/
decode_alltypes_pointer.c 136 TEST(alltypes.req_limits->uint64_max && *alltypes.req_limits->uint64_max == UINT64_MAX);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
annotate.h 66 return dl->ops.target.offset != UINT64_MAX;
  /external/lldb/www/python_reference/
identifier-index-U.html 149 <td width="33%" class="link-index"><a href="_lldb%27-module.html#UINT64_MAX">UINT64_MAX</a><br />
157 <td width="33%" class="link-index"><a href="lldb-module.html#UINT64_MAX">UINT64_MAX</a><br />
  /external/nanopb-c/tests/alltypes/
alltypes.proto 24 required uint64 uint64_max = 8 [default = 0];
  /external/nanopb-c/tests/field_size_16/
alltypes.proto 24 required uint64 uint64_max = 8;
  /external/nanopb-c/tests/field_size_32/
alltypes.proto 24 required uint64 uint64_max = 8;
  /external/qemu/include/exec/
cpu-common.h 42 # define RAM_ADDR_MAX UINT64_MAX
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
wire_format.py 63 UINT64_MAX = (1 << 64) - 1
246 if uint64 > UINT64_MAX:
  /external/protobuf/python/google/protobuf/internal/
wire_format.py 63 UINT64_MAX = (1 << 64) - 1
246 if uint64 > UINT64_MAX:
  /system/core/libutils/
LinearTransform.cpp 67 *res = UINT64_MAX;
104 *res = UINT64_MAX;

Completed in 1703 milliseconds

1 2 3 4 56 7 8 91011