Searched defs:MIN (Results 1 – 16 of 16) sorted by relevance
| /mOS-networking-stack/core/test/tcprb/ |
| H A D | test.c | 9 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
| /mOS-networking-stack/util/include/ |
| H A D | netlib.h | 19 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
|
| /mOS-networking-stack/samples/common/ |
| H A D | applib.h | 12 #define MIN(a, b) ((a)<(b)?(a):(b)) macro
|
| /mOS-networking-stack/core/src/ |
| H A D | eth_out.c | 38 #define MIN(a, b) ((a)<(b)?(a):(b)) macro
|
| H A D | tcp_send_buffer.c | 9 #define MIN(a, b) ((a)<(b)?(a):(b)) macro
|
| H A D | tcp_util.c | 11 #define MIN(a, b) ((a)<(b)?(a):(b)) macro
|
| H A D | eventpoll.c | 18 #define MIN(a, b) ((a)<(b)?(a):(b)) macro
|
| H A D | pipe.c | 14 #define MIN(a, b) ((a)<(b)?(a):(b)) macro
|
| H A D | timer.c | 10 #define MIN(a, b) ((a)<(b)?(a):(b)) macro
|
| H A D | tcp_in.c | 17 #define MIN(a, b) ((a)<(b)?(a):(b)) macro
|
| H A D | tcp_out.c | 24 #define MIN(a, b) ((a)<(b)?(a):(b)) macro
|
| H A D | mos_api.c | 18 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
|
| H A D | tcp_rb.c | 16 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
| H A D | core.c | 53 #define MIN(a, b) ((a)<(b)?(a):(b)) macro
|
| H A D | api.c | 32 #define MIN(a, b) ((a)<(b)?(a):(b)) macro
|
| /mOS-networking-stack/util/ |
| H A D | ring_buffer.c | 25 #define MIN(a, b) ((a)<(b)?(a):(b)) macro
|