Searched refs:b_end (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c333 char *b_end, *bp, *cp; local
345 b_end = buf;
357 if (bp >= b_end) {
373 b_end = buf+n;
/freebsd-11-stable/lib/libc/gen/
H A Dgetcap.c278 char *b_end, *bp; local
289 b_end = buf;
299 if (bp >= b_end) {
315 b_end = buf+n;
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c342 register char *b_end = buf; local
364 if (bp >= b_end) {
379 b_end = buf + n;
/freebsd-11-stable/contrib/gcc/
H A Dcfgrtl.c553 rtx b_head = BB_HEAD (b), b_end = BB_END (b), a_end = BB_END (a);
566 if (b_head == b_end)
577 if (b_head == b_end)
628 for (x = a_end; x != b_end; x = NEXT_INSN (x))
631 set_block_for_insn (b_end, a);
633 a_end = b_end;
547 rtx b_head = BB_HEAD (b), b_end = BB_END (b), a_end = BB_END (a); local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_raidz.c2682 uint64_t b_end = in->rs_end >> ashift; local
2689 if (b_end > tgt_col)
2690 end_row = ((b_end - tgt_col - 1) / width) + 1;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsymfile.c2929 CORE_ADDR b_end = b->vma + bfd_get_section_size (b);
2931 return (a_start < b_end && b_start < a_end);
2920 CORE_ADDR b_end = b->vma + bfd_get_section_size (b); local

Completed in 108 milliseconds