Home
last modified time | relevance | path

Searched defs:INT64_MAX (Results 1 – 25 of 90) sorted by relevance

1234

/aosp_15_r20/external/trusty/lk/lib/libc/include/
Dstdint.h52 #define INT64_MAX LLONG_MAX macro
54 #define INT64_MAX __LONG_LONG_MAX__ macro
/aosp_15_r20/external/clang/test/Modules/Inputs/pr19692/
H A Dstdint.h1 #define INT64_MAX 42 macro
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm-c/
H A DDataTypes.h71 # define INT64_MAX 9223372036854775807LL macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm-c/
DDataTypes.h71 # define INT64_MAX 9223372036854775807LL macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm-c/
DDataTypes.h71 # define INT64_MAX 9223372036854775807LL macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm-c/
DDataTypes.h71 # define INT64_MAX 9223372036854775807LL macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm-c/
DDataTypes.h71 # define INT64_MAX 9223372036854775807LL macro
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DDataTypes.h77 # define INT64_MAX 9223372036854775807LL macro
/aosp_15_r20/external/arm-trusted-firmware/include/lib/libc/aarch32/
H A Dstdint_.h14 #define INT64_MAX LLONG_MAX macro
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/libc/aarch32/
Dstdint_.h14 #define INT64_MAX LLONG_MAX macro
/aosp_15_r20/external/arm-trusted-firmware/include/lib/libc/aarch64/
H A Dstdint_.h14 #define INT64_MAX LONG_MAX macro
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/libc/aarch64/
Dstdint_.h14 #define INT64_MAX LONG_MAX macro
/aosp_15_r20/external/perfetto/ui/src/base/
H A Dbigint_math.ts16 static INT64_MAX: bigint = 2n ** 63n - 1n; property in BigintMath
/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dstdint.h45 #define INT64_MAX (9223372036854775807LL) macro
/aosp_15_r20/external/pytorch/torch/onnx/
H A D_constants.py15 INT64_MAX = 9223372036854775807 variable
/aosp_15_r20/development/tools/winscope/src/trace_processor/
H A Dbigint_math.ts16 static INT64_MAX: bigint = (2n ** 63n) - 1n; property in BigintMath
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
H A DDataTypes.h122 # define INT64_MAX 9223372036854775807LL macro
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
H A DDataTypes.h122 # define INT64_MAX 9223372036854775807LL macro
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
H A DDataTypes.h122 # define INT64_MAX 9223372036854775807LL macro
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/
H A DDataTypes.h122 # define INT64_MAX 9223372036854775807LL macro
/aosp_15_r20/external/coreboot/src/include/
H A Dstdint.h70 #define INT64_MAX ((int64_t)0x7FFFFFFFFFFFFFFF) macro
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/
Dupb.c217 INTCHECK(int64, int64_t, INT64_MIN, INT64_MAX) in INTCHECK() argument
/aosp_15_r20/external/capstone/include/
H A Dplatform.h53 #define INT64_MAX 9223372036854775807i64 macro
/aosp_15_r20/external/capstone/include/capstone/
H A Dplatform.h60 #define INT64_MAX 9223372036854775807i64 macro
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DDataTypes.h194 # define INT64_MAX 9223372036854775807LL macro

1234