Searched refs:MIN (Results 1 – 2 of 2) sorted by relevance
39 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro130 blen -= MIN(blen, 16); in dump_buffer()
51 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro405 MIN(MEMREF_SIZE(param), tmpref->size)); in teec_post_process_tmpref()
Completed in 5 milliseconds