Home
last modified time | relevance | path

Searched refs:MINBUFLEN (Results 1 – 2 of 2) sorted by relevance

/system/extras/ioshark/
Dioshark_bench.h40 #define MINBUFLEN (16*1024) macro
Dioshark_bench_subr.c247 len = MINBUFLEN / 2; in get_buf()
250 *buflen = MAX(MINBUFLEN, len * 2); in get_buf()
283 n = MIN(size, MINBUFLEN); in create_file()