HomeSort by relevance Sort by last modified time
    Searched defs:SIZE_MAX (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/syslinux/com32/include/bitsize32/
stdintlimits.h 23 # define SIZE_MAX UINT32_MAX //(4294967295U)
  /external/syslinux/com32/include/bitsize64/
stdintlimits.h 23 # define SIZE_MAX UINT64_MAX
  /external/flac/include/share/
alloc.h 41 * before #including this file, otherwise SIZE_MAX might not be defined
44 #include <limits.h> /* for SIZE_MAX */
46 #include <stdint.h> /* for SIZE_MAX in case limits.h didn't get it */
51 #ifndef SIZE_MAX
63 # define SIZE_MAX SIZE_T_MAX
125 if(size1 > SIZE_MAX / size2)
128 if(size1 > SIZE_MAX / size3)
138 if(size1 > SIZE_MAX / size2)
151 if(size1 > SIZE_MAX / size2)
203 if(size1 > SIZE_MAX / size2
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 167 #define SIZE_MAX UINT32_MAX
169 #define SIZE_MAX UINT64_MAX
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_limits.h 125 #define SIZE_MAX 0xffffffffffffffffULL /* size_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_limits.h 125 #define SIZE_MAX 0xffffffffUL /* size_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_limits.h 138 #define SIZE_MAX 0xffffffffU /* size_t */
139 #define SIZE_T_MAX SIZE_MAX
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_limits.h 132 #define SIZE_MAX 0xffffffffffffffffUL /* size_t */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_limits.h 132 #define SIZE_MAX 0xffffffffffffffffULL /* size_t */
133 #define SIZE_T_MAX SIZE_MAX
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
limits.h 74 #ifndef SIZE_MAX
76 #define SIZE_MAX _UI64_MAX
78 #define SIZE_MAX UINT_MAX
  /external/icu/icu4c/source/tools/tzcode/
private.h 208 #ifndef SIZE_MAX
209 #define SIZE_MAX ((size_t) -1)
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress01.c 113 #define SIZE_MAX UINT_MAX
502 if (statbuf.st_size - sparseoffset > SIZE_MAX) {
644 if (statbuf.st_size - sparseoffset > SIZE_MAX) {
mmapstress10.c 111 #define SIZE_MAX UINT_MAX
578 if (statbuf.st_size - sparseoffset > SIZE_MAX) {
827 if (statbuf.st_size - sparseoffset > SIZE_MAX) {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp 28 #ifndef SIZE_MAX
29 #define SIZE_MAX ((size_t) -1)
108 if ((size_t)nLayers > SIZE_MAX / sizeof(Vol *)) {
146 if ((size_t)nLayers > SIZE_MAX / sizeof(Vop *)) {
438 if ((size_t)nTotalMB > SIZE_MAX / sizeof(typeDCStore)) {
446 || (size_t)(nMBPerRow + 1) > SIZE_MAX / sizeof(typeDCACStore)) {
465 if ((size_t)nTotalMB > SIZE_MAX / sizeof(int16)) {
485 if ((size_t)nTotalMB > SIZE_MAX / (sizeof(MOT) * 4)) {
    [all...]
  /bionic/libc/tzcode/
private.h 288 #ifndef SIZE_MAX
289 #define SIZE_MAX ((size_t) -1)
  /external/curl/packages/OS400/
ccsidcurl.c 45 #ifndef SIZE_MAX
46 #define SIZE_MAX ((size_t) ~0) /* Is unsigned on OS/400. */
1256 if(pfsize < 0 || pfsize > SIZE_MAX) {
1264 if(pfsize > SIZE_MAX)
1265 pfsize = SIZE_MAX;
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 202 #ifndef SIZE_MAX // [
204 # define SIZE_MAX _UI64_MAX
206 # define SIZE_MAX _UI32_MAX
208 #endif // SIZE_MAX ]
  /external/libusb/msvc/
stdint.h 203 #ifndef SIZE_MAX
205 #define SIZE_MAX UINT64_MAX
207 #define SIZE_MAX UINT32_MAX
  /external/libvncserver/compat/msvc/
stdint.h 202 #ifndef SIZE_MAX // [
204 # define SIZE_MAX _UI64_MAX
206 # define SIZE_MAX _UI32_MAX
208 #endif // SIZE_MAX ]
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 187 #ifndef SIZE_MAX // [
189 # define SIZE_MAX _UI64_MAX
191 # define SIZE_MAX _UI32_MAX
193 #endif // SIZE_MAX ]
  /external/syslinux/dos/
stdint.h 121 # define SIZE_MAX (4294967295U)
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 248 #ifndef SIZE_MAX // [
250 # define SIZE_MAX _UI64_MAX
252 # define SIZE_MAX _UI32_MAX
254 #endif // SIZE_MAX ]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdint-gcc.h 220 #undef SIZE_MAX
221 #define SIZE_MAX __SIZE_MAX__
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdint-gcc.h 220 #undef SIZE_MAX
221 #define SIZE_MAX __SIZE_MAX__
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 208 #define SIZE_MAX UINT64_MAX
210 #define SIZE_MAX UINT32_MAX

Completed in 3014 milliseconds

1 2 3