Home
last modified time | relevance | path

Searched refs:MIN (Results 1 – 6 of 6) sorted by relevance

/optee_test-3.20.0/host/xtest/adbg/src/
A Dadbg_log.c61 (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 Dsecurity_utils_hex.c19 #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-3.20.0/host/xtest/
A Drand_stream.c59 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 Dregression_5000.c419 #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 Dregression_1000.c47 #ifndef MIN
48 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
676 buf[MIN(offs, sz)] ^= mask; in load_corrupt_ta()
A Dregression_4000.c2582 size_t out_tag_len = MIN(sizeof(out_tag), in xtest_tee_test_4005()
2624 size_t out_tag_len = MIN(sizeof(out_tag), in xtest_tee_test_4005()

Completed in 19 milliseconds