Searched refs:checkbuf (Results 1 – 3 of 3) sorted by relevance
/third_party/libcoap/tests/ |
D | test_uri.c | 152 const uint8_t checkbuf[] = { in t_parse_uri7() local 175 CU_ASSERT(buflen == sizeof(checkbuf)); in t_parse_uri7() 176 CU_ASSERT_NSTRING_EQUAL(buf, checkbuf, buflen); in t_parse_uri7() 245 const uint8_t checkbuf[] = { in t_parse_uri11() local 268 CU_ASSERT(buflen == sizeof(checkbuf)); in t_parse_uri11() 269 CU_ASSERT_NSTRING_EQUAL(buf, checkbuf, buflen); in t_parse_uri11()
|
/third_party/ltp/testcases/misc/math/atof/ |
D | atof01.c | 67 static int checkbuf(char *, int, int); 85 if (checkbuf(buf, i, j)) { in main() 312 static int checkbuf(char *str, int n1, int n2) in checkbuf() function
|
/third_party/ffmpeg/libavfilter/ |
D | af_mcompand.c | 532 double level_in_lin, level_out_lin, checkbuf; in mcompand_channel() local 541 checkbuf = ibuf[i] * level_out_lin; in mcompand_channel() 542 obuf[i] = checkbuf; in mcompand_channel() 560 checkbuf = in mcompand_channel() 565 l->delay_size) % c->delay_buf_size] = checkbuf; in mcompand_channel()
|