Searched refs:maj (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | gifdec.h | 33 # define LOCAL_GIF_PREREQ(maj, min) \ argument 34 (LOCAL_GIF_VERSION >= (((maj) << 8) | (min))) 37 # define LOCAL_GIF_PREREQ(maj, min) 0
|
A D | anim_util.c | 304 # define LOCAL_GIF_PREREQ(maj, min) \ argument 305 (LOCAL_GIF_VERSION >= (((maj) << 8) | (min))) 308 # define LOCAL_GIF_PREREQ(maj, min) 0 argument
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | dsp.h | 34 # define LOCAL_GCC_PREREQ(maj, min) \ argument 35 (LOCAL_GCC_VERSION >= (((maj) << 8) | (min))) 38 # define LOCAL_GCC_PREREQ(maj, min) 0 43 # define LOCAL_CLANG_PREREQ(maj, min) \ argument 44 (LOCAL_CLANG_VERSION >= (((maj) << 8) | (min))) 47 # define LOCAL_CLANG_PREREQ(maj, min) 0
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | pngdec.c | 34 #define LOCAL_PNG_PREREQ(maj, min) \ argument 35 (LOCAL_PNG_VERSION >= (((maj) << 8) | (min)))
|
/AliOS-Things-master/components/SDL2/src/audio/pulseaudio/ |
A D | SDL_pulseaudio.c | 246 int maj, min, patch; in getAppName() local 247 if (SDL_sscanf(verstr, "%d.%d.%d", &maj, &min, &patch) == 3) { in getAppName() 248 if (squashVersion(maj, min, patch) >= squashVersion(0, 9, 15)) { in getAppName()
|
Completed in 9 milliseconds