/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/ |
D | _stdint.h | 73 #define INT32_MAX 0x7fffffff macro 95 #define INT_LEAST32_MAX INT32_MAX 115 #define INT_FAST8_MAX INT32_MAX 116 #define INT_FAST16_MAX INT32_MAX 117 #define INT_FAST32_MAX INT32_MAX 132 #define INTPTR_MAX INT32_MAX 155 #define PTRDIFF_MAX INT32_MAX 163 #define SIG_ATOMIC_MAX INT32_MAX 175 #define WCHAR_MAX INT32_MAX 180 #define WINT_MAX INT32_MAX
|
/device/google/crosshatch/json-c/ |
D | json_inttypes.h | 12 #define INT32_MAX ((int32_t)_I32_MAX) macro
|
D | json_object.c | 544 else if (cint64 >= INT32_MAX) in json_object_get_int() 545 return INT32_MAX; in json_object_get_int()
|
D | json_tokener.c | 253 if ((len < -1) || (len == -1 && strlen(str) > INT32_MAX)) { in json_tokener_parse_ex()
|
/device/google/bonito/json-c/ |
D | json_inttypes.h | 12 #define INT32_MAX ((int32_t)_I32_MAX) macro
|
D | json_object.c | 544 else if (cint64 >= INT32_MAX) in json_object_get_int() 545 return INT32_MAX; in json_object_get_int()
|
D | json_tokener.c | 253 if ((len < -1) || (len == -1 && strlen(str) > INT32_MAX)) { in json_tokener_parse_ex()
|
/device/google/coral/json-c/ |
D | json_inttypes.h | 12 #define INT32_MAX ((int32_t)_I32_MAX) macro
|
D | json_object.c | 544 else if (cint64 >= INT32_MAX) in json_object_get_int() 545 return INT32_MAX; in json_object_get_int()
|
D | json_tokener.c | 253 if ((len < -1) || (len == -1 && strlen(str) > INT32_MAX)) { in json_tokener_parse_ex()
|
/device/google/sunfish/json-c/ |
D | json_inttypes.h | 12 #define INT32_MAX ((int32_t)_I32_MAX) macro
|
D | json_object.c | 544 else if (cint64 >= INT32_MAX) in json_object_get_int() 545 return INT32_MAX; in json_object_get_int()
|
D | json_tokener.c | 253 if ((len < -1) || (len == -1 && strlen(str) > INT32_MAX)) { in json_tokener_parse_ex()
|
/device/google/redbull/json-c/ |
D | json_inttypes.h | 12 #define INT32_MAX ((int32_t)_I32_MAX) macro
|
D | json_object.c | 544 else if (cint64 >= INT32_MAX) in json_object_get_int() 545 return INT32_MAX; in json_object_get_int()
|
D | json_tokener.c | 253 if ((len < -1) || (len == -1 && strlen(str) > INT32_MAX)) { in json_tokener_parse_ex()
|
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/ |
D | int_limits.h | 50 #define INT32_MAX 0x7fffffff /* int32_t */ macro
|
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/ |
D | int_limits.h | 50 #define INT32_MAX 0x7fffffff /* int32_t */ macro
|
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
D | int_limits.h | 57 #define INT32_MAX 0x7fffffff /* int32_t */ macro
|
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/ |
D | int_limits.h | 57 #define INT32_MAX 0x7fffffff /* int32_t */ macro
|
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/ |
D | int_limits.h | 63 #define INT32_MAX 0x7fffffff /* int32_t */ macro
|
/device/google/fuchsia/bioniccompat/include/ |
D | stdint.h | 159 #define INT32_MAX __INT32_MAX__ macro 164 #define INT32_MIN (-INT32_MAX - 1)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
D | cursor.c | 33 #ifndef INT32_MAX 34 #define INT32_MAX 2147483647 macro 369 if (intval < INT32_MIN || intval > INT32_MAX) { in _pysqlite_fetch_one_row()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | pyport.h | 127 #if (defined INT32_MAX || defined int32_t)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/ |
D | pyport.h | 127 #if (defined INT32_MAX || defined int32_t)
|