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

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetcap.c320 char *b_end, *bp, *cp; local
332 b_end = buf;
344 if (bp >= b_end) {
360 b_end = buf+n;
/netbsd-current/lib/libc/gen/
H A Dgetcap.c368 char *b_end, *bp, *cp; local
380 b_end = buf;
391 if (bp >= b_end) {
410 b_end = buf+n;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcfgrtl.c848 rtx_insn *b_head = BB_HEAD (b), *b_end = BB_END (b), *a_end = BB_END (a);
850 rtx_insn *b_debug_start = b_end, *b_debug_end = b_end;
857 while (DEBUG_INSN_P (b_end))
858 b_end = PREV_INSN (b_debug_start = b_end);
865 if (b_head == b_end)
876 if (b_head == b_end)
939 else if (b_end != b_debug_end)
841 rtx_insn *b_head = BB_HEAD (b), *b_end = BB_END (b), *a_end = BB_END (a); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcfgrtl.cc872 rtx_insn *b_head = BB_HEAD (b), *b_end = BB_END (b), *a_end = BB_END (a);
874 rtx_insn *b_debug_start = b_end, *b_debug_end = b_end;
881 while (DEBUG_INSN_P (b_end))
882 b_end = PREV_INSN (b_debug_start = b_end);
889 if (b_head == b_end)
900 if (b_head == b_end)
951 else if (b_end != b_debug_end)
865 rtx_insn *b_head = BB_HEAD (b), *b_end = BB_END (b), *a_end = BB_END (a); local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsymfile.c3079 CORE_ADDR b_end = obj_section_endaddr (b);
3081 return (a_start < b_end && b_start < a_end);
3072 CORE_ADDR b_end = obj_section_endaddr (b); local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymfile.c3064 CORE_ADDR b_end = b->endaddr ();
3066 return (a_start < b_end && b_start < a_end);
3057 CORE_ADDR b_end = b->endaddr (); local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc14055 bool b_end = !b[ix] || b[ix] == '=';
14057 if (!a_end && !b_end)
14059 if (a_end && b_end)

Completed in 296 milliseconds