Home
last modified time | relevance | path

Searched refs:CHUNKS (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_tlv.h40 #define CHUNKS(x) (((x) + CHUNK_SIZE - 1) / CHUNK_SIZE) macro
H A Dqplib_sp.c861 chunks = CHUNKS(sizeof(struct bnxt_qplib_tlv_modify_cc_req)); in bnxt_qplib_modify_cc()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c408 static char const* const CHUNKS[] = { variable
427 evbuffer_add_printf(evb, "%s", CHUNKS[state->i]); in http_chunked_trickle_cb()
431 if (++state->i < (int) (sizeof(CHUNKS)/sizeof(CHUNKS[0]))) { in http_chunked_trickle_cb()
/freebsd/contrib/libevent/test/
H A Dregress_http.c408 static char const* const CHUNKS[] = { variable
427 evbuffer_add_printf(evb, "%s", CHUNKS[state->i]); in http_chunked_trickle_cb()
431 if (++state->i < (int) (sizeof(CHUNKS)/sizeof(CHUNKS[0]))) { in http_chunked_trickle_cb()