Searched refs:MIN (Results 1 – 6 of 6) sorted by relevance
/optee_test/host/xtest/adbg/src/ |
A D | adbg_log.c | 61 (void)SecUtil_BufferToHex(Data_p + n, MIN(Cols, Size - n), NULL, in Do_ADBG_HexLog() 63 NumCols = MIN(MIN(Cols, Size - n), sizeof(AsciiBuffer) - 1); in Do_ADBG_HexLog()
|
A D | security_utils_hex.c | 19 #ifndef MIN 20 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro 129 (void)SecUtil_BufferToHex(Data_p + n, MIN(16, BufferLength - n), 198 CopyLength = MIN(BytePrefixLength, in SecUtil_BufferToHex() 226 CopyLength = MIN(SeparatorLength, in SecUtil_BufferToHex()
|
/optee_test/host/xtest/ |
A D | rand_stream.c | 59 size_t t = MIN(sizeof(rs->word_buf) - rs->w_offs, l); in get_random() 81 *num_bytes = MIN(*num_bytes, rs->sb_size - rs->sb_offs); in rand_stream_peek()
|
A D | regression_5000.c | 419 #ifndef MIN 420 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro 427 size_t size = MIN(32 * 1024, in Allocate_sharedMemory_32k() 448 #define SHM_32K_SIZE MIN(32 * 1024, TEEC_CONFIG_SHAREDMEM_MAX_SIZE)
|
A D | regression_1000.c | 40 #ifndef MIN 41 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro 655 buf[MIN(offs, sz)] ^= mask; in load_corrupt_ta()
|
A D | regression_4000.c | 2581 size_t out_tag_len = MIN(sizeof(out_tag), in xtest_tee_test_4005() 2623 size_t out_tag_len = MIN(sizeof(out_tag), in xtest_tee_test_4005()
|
Completed in 16 milliseconds