HomeSort by relevance Sort by last modified time
    Searched refs:UINT_LEAST64_MAX (Results 1 - 22 of 22) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_limits.h 77 #define UINT_LEAST64_MAX 0xffffffffffffffffULL /* uint_least64_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_limits.h 77 #define UINT_LEAST64_MAX 0xffffffffffffffffULL /* uint_least64_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_limits.h 90 #define UINT_LEAST64_MAX 0xffffffffffffffffULL /* uint_least64_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_limits.h 84 #define UINT_LEAST64_MAX 0xffffffffffffffffUL /* uint_least64_t */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_limits.h 84 #define UINT_LEAST64_MAX 0xffffffffffffffffULL /* uint_least64_t */
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 102 #define UINT_LEAST64_MAX UINT64_MAX
  /external/libbrillo/brillo/
flag_helper_unittest.cc 36 DEFINE_uint64(uint64_2, UINT_LEAST64_MAX, "Test uint64 flag");
59 EXPECT_EQ(FLAGS_uint64_2, UINT_LEAST64_MAX);
123 EXPECT_EQ(FLAGS_uint64_2, UINT_LEAST64_MAX);
181 EXPECT_EQ(FLAGS_uint64_2, UINT_LEAST64_MAX);
  /bionic/tests/headers/posix/
stdint_h.c 92 MACRO(UINT_LEAST64_MAX);
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 157 #define UINT_LEAST64_MAX UINT64_MAX
  /external/jemalloc_new/include/msvc_compat/C99/
stdint.h 157 #define UINT_LEAST64_MAX UINT64_MAX
  /external/libnl/lib/fib_lookup/
request.c 105 return UINT_LEAST64_MAX;
lookup.c 222 fr.fl_fwmark = fwmark != UINT_LEAST64_MAX ? fwmark : 0;
  /external/libusb/msvc/
stdint.h 156 #define UINT_LEAST64_MAX UINT64_MAX
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 142 #define UINT_LEAST64_MAX UINT64_MAX
  /bionic/libc/include/
stdint.h 195 #define UINT_LEAST64_MAX UINT64_MAX
  /device/google/fuchsia/bioniccompat/include/
stdint.h 179 #define UINT_LEAST64_MAX __UINT_LEAST64_MAX__
  /external/libcxx/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp 107 #ifndef UINT_LEAST64_MAX
108 #error UINT_LEAST64_MAX not defined
  /external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 107 #ifndef UINT_LEAST64_MAX
108 #error UINT_LEAST64_MAX not defined
  /external/python/cpython2/Lib/plat-linux2/
IN.py 115 UINT_LEAST64_MAX = (__UINT64_C(18446744073709551615))
  /external/clang/lib/Headers/
stdint.h 495 # define UINT_LEAST64_MAX __UINT_LEAST64_MAX
  /external/python/cpython2/Lib/plat-atheos/
IN.py 244 UINT_LEAST64_MAX = (__UINT64_C(18446744073709551615))

Completed in 711 milliseconds