Searched refs:crypto_min (Results 1 – 2 of 2) sorted by relevance
45 #define crypto_min(a, b) ((a) < (b) ? (a) : (b)) macro
428 nodes = crypto_min(SYMC_INT_LEVEL, hisi_ctx->total_nodes - hisi_ctx->cur_nodes); in symc_add_buf_list()