Home
last modified time | relevance | path

Searched defs:MIN (Results 1 – 24 of 24) sorted by relevance

/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_rotate.h26 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Dreadpng.h63 # define MIN(a,b) ((a) < (b)? (a) : (b)) macro
A Dreadpng2.h63 # define MIN(a,b) ((a) < (b)? (a) : (b)) macro
A Dwritepng.h63 # define MIN(a,b) ((a) < (b)? (a) : (b)) macro
A Drpng2-win.c135 #define MIN(a,b) (a<b?a:b) macro
A Drpng2-x.c142 #define MIN(a,b) (a<b?a:b) macro
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_os.h12 #define MIN(a,b) ((a)<(b) ? (a):(b)) macro
/AliOS-Things-master/components/http/internal/
A Dhttp_wrappers.h23 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
/AliOS-Things-master/components/cli/src/iobox/
A Dhexdump.c15 #define MIN(a, b) (a > b ? b : a) macro
/AliOS-Things-master/components/debug/src/
A Ddebug_lastword.c12 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
/AliOS-Things-master/components/ble_host/ble_profiles/
A Dota_server.c20 # define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djpegint.h268 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Include/
A Darm_nnsupportfunctions.h47 #define MIN(A, B) ((A) < (B) ? (A) : (B)) macro
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Include/
A Darm_nnsupportfunctions.h47 #define MIN(A, B) ((A) < (B) ? (A) : (B)) macro
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/addtiffo/
A Dtif_overview.c64 # define MIN(a,b) ((a<b) ? a : b) macro
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dplat_types.h236 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
/AliOS-Things-master/components/py_engine/engine/py/
A Dmisc.h43 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
/AliOS-Things-master/components/csi/csi2/include/drv/
A Dsdif.h61 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/dbs/xtiff/
A Dxtiff.c78 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Ddeflate.c1626 #define MIN(a, b) ((a) > (b) ? (b) : (a)) macro
/AliOS-Things-master/components/SDL2/src/hidapi/windows/
A Dhid.c103 #define MIN(x,y) ((x) < (y)? (x): (y)) macro
/AliOS-Things-master/components/trace/SEGGER/
A DSEGGER_RTT.c171 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_RLEaccel.c96 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/
A Dutil.h99 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro

Completed in 61 milliseconds