/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/arm-neon/ |
A D | linux-auxv.c | 53 if (nbytes > INT_MAX) in safe_read() 54 nread = INT_MAX; in safe_read()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/ |
A D | net_defs.h | 26 #ifndef INT_MAX 27 #define INT_MAX ((int)(~0U>>1)) macro 31 #define INT_MIN (-INT_MAX - 1)
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | gzguts.h | 127 #ifdef INT_MAX 128 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | gzguts.h | 213 #ifdef INT_MAX 214 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)
|
/AliOS-Things-master/components/freetype/include/config/ |
A D | ftstdlib.h | 64 #define FT_INT_MAX INT_MAX
|
/AliOS-Things-master/kernel/rhino/include/ |
A D | k_err.h | 98 RHINO_STATE_ALIGN = INT_MAX /* keep enum 4 bytes at 32bit machine */
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngconf.h | 486 #if INT_MIN == -32768 && INT_MAX == 32767 502 #if INT_MIN < -2147483646 && INT_MAX > 2147483646
|
A D | pngmem.c | 143 if (add_elements <= INT_MAX - old_elements)
|
A D | pngset.c | 797 if (num_text <= INT_MAX - max_text) in png_set_text_2() 802 if (max_text < INT_MAX-8) in png_set_text_2() 806 max_text = INT_MAX; in png_set_text_2()
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | pngconf.h | 486 #if INT_MIN == -32768 && INT_MAX == 32767 502 #if INT_MIN < -2147483646 && INT_MAX > 2147483646
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_cjson.c | 146 if (number >= INT_MAX) { in parse_number() 147 item->value_int = INT_MAX; in parse_number() 981 if (needed > INT_MAX) { in ensure() 996 if (needed > (INT_MAX / 2)) { in ensure() 998 if (needed <= INT_MAX) { in ensure() 999 newsize = INT_MAX; in ensure() 1757 if (num >= INT_MAX) { in lite_cjson_create_number() 1758 item->valueint = INT_MAX; in lite_cjson_create_number()
|
/AliOS-Things-master/components/SDL2/src/hidapi/testgui/ |
A D | test.cpp | 466 input_text->setBottomLine(INT_MAX); in onGetFeatureReport() 499 input_text->setBottomLine(INT_MAX); in onTimeout() 503 input_text->setBottomLine(INT_MAX); in onTimeout()
|
/AliOS-Things-master/components/cjson/src/ |
A D | cJSON.c | 323 if (number >= INT_MAX) in parse_number() 325 item->valueint = INT_MAX; in parse_number() 345 if (number >= INT_MAX) in cJSON_SetNumberHelper() 347 object->valueint = INT_MAX; in cJSON_SetNumberHelper() 389 if (needed > INT_MAX) in ensure() 406 if (needed > (INT_MAX / 2)) in ensure() 409 if (needed <= INT_MAX) in ensure() 411 newsize = INT_MAX; in ensure() 2299 if (num >= INT_MAX) in cJSON_CreateNumber() 2301 item->valueint = INT_MAX; in cJSON_CreateNumber()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | timepng.c | 520 if (nfiles == INT_MAX) in main() 542 if (nfiles == INT_MAX) in main()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | opt.h | 1829 #ifndef INT_MAX 1830 #define INT_MAX 0x7fffffff macro 1832 #define RECV_BUFSIZE_DEFAULT INT_MAX
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11clipboard.c | 165 if (X11_XGetWindowProperty(display, owner, selection, 0, INT_MAX/4, False, in X11_GetClipboardText()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duk_config.h | 1602 #if !defined(INT_MAX) 1603 #define INT_MAX 0x7FFFFFFF macro 1609 #if defined(INT_MAX) && defined(INT_MIN) 1610 #if INT_MAX != -(INT_MIN + 1) 2009 #define DUK_INT_MAX INT_MAX 2038 #define DUK_SMALL_INT_MAX INT_MAX
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | parsenum.c | 250 if (exp_val < (INT_MAX / 2 - 9) / 10) { in mp_parse_num_decimal()
|
/AliOS-Things-master/components/oss/src/external/tinyxml2/ |
A D | tinyxml2.h | 227 TIXMLASSERT( _size < INT_MAX ); in Push() 235 TIXMLASSERT( _size <= INT_MAX - count ); in PushArr() 306 TIXMLASSERT( cap <= INT_MAX / 2 ); in EnsureCapacity() 597 inline static bool StringEqual( const char* p, const char* q, int nChar=INT_MAX ) {
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | tiffdec.c | 168 if (data == NULL || data_size == 0 || data_size > INT_MAX || pic == NULL) { in ReadTIFF()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | anim_diff.c | 32 return (b > 0) && (a > INT_MAX - b); in AdditionWillOverflow()
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_fuzzer.c | 432 const Sint64 maxValue = INT_MAX; in SDLTest_RandomSint32BoundaryValue()
|
/AliOS-Things-master/components/SDL2/src/haptic/linux/ |
A D | SDL_syshaptic.c | 1033 run.value = (iterations > INT_MAX) ? INT_MAX : iterations; in SDL_SYS_HapticRunEffect()
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_wave.c | 29 #ifndef INT_MAX 31 #define INT_MAX SDL_MAX_SINT32 macro 1694 } else if (format->frequency > INT_MAX) { in WaveCheckFormat() 1696 return SDL_SetError("Sample rate exceeds limit of %d", INT_MAX); in WaveCheckFormat()
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | gzlib.c | 520 #ifndef INT_MAX
|