Searched refs:cur_off (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/elftoolchain/strings/
H A Dstrings.c347 off_t cur_off, start_off; local
359 cur_off = offset;
362 if ((offset + size) && (cur_off >= offset + size))
364 start_off = cur_off;
373 cur_off += encoding_size;
379 cur_off += encoding_size;
382 cur_off += encoding_size;
387 if (i >= min_len && ((cur_off <= offset + size) ||
411 (cur_off >= offset + size))
414 cur_off
[all...]
/freebsd-11.0-release/lib/libedit/
H A Dfilecomplete.c480 int cur_off = (int)(li->cursor - li->buffer); local
484 cur_off - (int)len, cur_off);
/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf32-arm.c5632 int cur_off = off; local
5657 + cur_off);
5662 globals->sgot->contents + cur_off);
5670 globals->sgot->contents + cur_off + 4);
5680 globals->sgot->contents + cur_off + 4);
5696 globals->sgot->contents + cur_off);
5698 globals->sgot->contents + cur_off + 4);
5701 cur_off += 8;
5714 + cur_off);
5719 globals->sgot->contents + cur_off);
[all...]
/freebsd-11.0-release/sys/dev/mpt/
H A Dmpt_cam.c1267 uint32_t addr, cur_off, flags, nxt_off, tf; local
1485 cur_off = nxt_off;
1497 chain_list_addr += cur_off;
1858 uint32_t tf, cur_off; local
1884 cur_off = nxt_off;
1896 chain_list_addr += cur_off;

Completed in 135 milliseconds