Home
last modified time | relevance | path

Searched refs:cur_off (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/elftoolchain/strings/
H A Dstrings.c362 off_t cur_off, start_off; in find_strings() local
374 cur_off = offset; in find_strings()
377 if ((offset + size) && (cur_off >= offset + size)) in find_strings()
379 start_off = cur_off; in find_strings()
387 cur_off += encoding_size; in find_strings()
393 cur_off += encoding_size; in find_strings()
396 cur_off += encoding_size; in find_strings()
401 if (i >= min_len && ((cur_off <= offset + size) || in find_strings()
422 (cur_off >= offset + size)) in find_strings()
426 cur_off += encoding_size; in find_strings()
/freebsd/contrib/libedit/
H A Dfilecomplete.c703 int cur_off = (int)(li->cursor - li->buffer); in fn_complete2() local
706 cur_off - (int)len, cur_off); in fn_complete2()
/freebsd/sys/dev/mpt/
H A Dmpt_cam.c1277 uint32_t addr, cur_off, flags, nxt_off, tf; in mpt_execute_req_a64() local
1484 cur_off = nxt_off; in mpt_execute_req_a64()
1496 chain_list_addr += cur_off; in mpt_execute_req_a64()
1846 uint32_t tf, cur_off; in mpt_execute_req() local
1872 cur_off = nxt_off; in mpt_execute_req()
1884 chain_list_addr += cur_off; in mpt_execute_req()