Home
last modified time | relevance | path

Searched refs:PTRDIFF_MAX (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dstdint.h210 # define PTRDIFF_MAX (9223372036854775807L) macro
214 # define PTRDIFF_MAX (2147483647L) macro
217 # define PTRDIFF_MAX (2147483647) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dstdint.h210 # define PTRDIFF_MAX (9223372036854775807L) macro
214 # define PTRDIFF_MAX (2147483647L) macro
217 # define PTRDIFF_MAX (2147483647) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Dstdint-gcc.h210 #undef PTRDIFF_MAX
211 #define PTRDIFF_MAX __PTRDIFF_MAX__ macro
213 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/
H A Dstdint-gcc.h210 #undef PTRDIFF_MAX
211 #define PTRDIFF_MAX __PTRDIFF_MAX__ macro
213 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/msinttypes/
H A Dstdint.h239 # define PTRDIFF_MAX _I64_MAX macro
242 # define PTRDIFF_MAX _I32_MAX macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcstdint74 PTRDIFF_MAX
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcstdint74 PTRDIFF_MAX
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dparser.c317 # elif defined PTRDIFF_MAX
322 # define YYPTRDIFF_MAXIMUM PTRDIFF_MAX
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefsyacc.c431 # elif defined PTRDIFF_MAX
436 # define YYPTRDIFF_MAXIMUM PTRDIFF_MAX
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo/texinfo/
H A D0001-gnulib-Update.patch2941 +/* Get PTRDIFF_MAX. */
3024 +#define IDX_MAX PTRDIFF_MAX
7759 - or would generate a value larger than PTRDIFF_MAX.
7768 - ((size_t) (PTRDIFF_MAX < SIZE_MAX ? PTRDIFF_MAX : SIZE_MAX - 1) / (s) < (n))
7770 -#if PTRDIFF_MAX < SIZE_MAX
7783 + && ((size_t) (PTRDIFF_MAX < SIZE_MAX ? PTRDIFF_MAX : SIZE_MAX - 1) / (s) \
7788 + MIN (PTRDIFF_MAX, SIZE_MAX - 1).
7798 + argument exceeds MAX (PTRDIFF_MAX, SIZE_MAX). */
7799 +#if 7 <= __GNUC__ && !defined __clang__ && PTRDIFF_MAX < SIZE_MAX
7805 + && PTRDIFF_MAX < SIZE_MAX)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info6141 'PTRDIFF_MAX' on the target.
6142 '-Walloc-size-larger-than=''PTRDIFF_MAX' is enabled by default.
6209 '-Walloca-larger-than=''PTRDIFF_MAX' is enabled by default but is
6571 '-Wlarger-than=''PTRDIFF_MAX' is enabled by default. Warnings
6587 '-Wframe-larger-than=''PTRDIFF_MAX' is enabled by default.
6620 '-Wstack-usage=''PTRDIFF_MAX' is enabled by default. Warnings
7414 '-Wvla-larger-than=''PTRDIFF_MAX' is enabled by default but is
31498 Meaningful sizes are positive values less than 'PTRDIFF_MAX'. GCC
35362 less than 'PTRDIFF_MAX'. Other sizes are disagnosed when detected.
36281 less than 'PTRDIFF_MAX'. Other sizes are disagnosed when detected.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info6141 'PTRDIFF_MAX' on the target.
6142 '-Walloc-size-larger-than=''PTRDIFF_MAX' is enabled by default.
6209 '-Walloca-larger-than=''PTRDIFF_MAX' is enabled by default but is
6571 '-Wlarger-than=''PTRDIFF_MAX' is enabled by default. Warnings
6587 '-Wframe-larger-than=''PTRDIFF_MAX' is enabled by default.
6620 '-Wstack-usage=''PTRDIFF_MAX' is enabled by default. Warnings
7414 '-Wvla-larger-than=''PTRDIFF_MAX' is enabled by default but is
31498 Meaningful sizes are positive values less than 'PTRDIFF_MAX'. GCC
35362 less than 'PTRDIFF_MAX'. Other sizes are disagnosed when detected.
36281 less than 'PTRDIFF_MAX'. Other sizes are disagnosed when detected.