HomeSort by: relevance | last modified time | path
    Searched refs:b_end (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/zstd/dist/contrib/linux-kernel/test/include/linux/
xxhash.h 359 const uint8_t *b_end = p + len; local
363 const uint8_t *const limit = b_end - 16;
388 while (p + 4 <= b_end) {
394 while (p < b_end) {
428 const uint8_t *const b_end = p + len; local
432 const uint8_t *const limit = b_end - 32;
462 while (p + 8 <= b_end) {
470 if (p + 4 <= b_end) {
476 while (p < b_end) {
523 const uint8_t *const b_end = p + len local
591 const uint8_t *const b_end = (const uint8_t *)(state->mem32) + local
628 const uint8_t *const b_end = p + len; local
694 const uint8_t *const b_end = (const uint8_t *)state->mem64 + local
    [all...]
  /src/lib/libc/gen/
getcap.c 368 char *b_end, *bp, *cp; local
376 * B_end always points just past last character in buf.
380 b_end = buf;
391 if (bp >= b_end) {
410 b_end = buf+n;
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getcap.c 320 char *b_end, *bp, *cp; local
328 * B_end always points just past last character in buf.
332 b_end = buf;
344 if (bp >= b_end) {
360 b_end = buf+n;
  /src/external/gpl3/gcc/dist/gcc/
cfgrtl.cc 871 rtx_insn *b_head = BB_HEAD (b), *b_end = BB_END (b), *a_end = BB_END (a);
873 rtx_insn *b_debug_start = b_end, *b_debug_end = b_end;
880 while (DEBUG_INSN_P (b_end))
881 b_end = PREV_INSN (b_debug_start = b_end);
888 if (b_head == b_end)
899 if (b_head == b_end)
950 else if (b_end != b_debug_end)
864 rtx_insn *b_head = BB_HEAD (b), *b_end = BB_END (b), *a_end = BB_END (a); local
  /src/external/gpl3/gcc.old/dist/gcc/
cfgrtl.cc 872 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
  /src/external/bsd/wpa/dist/src/common/
dpp_tcp.c 1444 char band[200], *b_pos, *b_end; local
1461 b_end = band + sizeof(band);
1463 res = os_snprintf(b_pos, b_end - b_pos, "%s%d",
1465 if (os_snprintf_error(b_end - b_pos, res)) {
  /src/external/gpl3/gdb.old/dist/gdb/
symfile.c 3110 CORE_ADDR b_end = b->endaddr ();
3112 return (a_start < b_end && b_start < a_end);
3103 CORE_ADDR b_end = b->endaddr (); local
  /src/external/gpl3/gdb/dist/gdb/
symfile.c 3110 CORE_ADDR b_end = b->endaddr ();
3112 return (a_start < b_end && b_start < a_end);
3103 CORE_ADDR b_end = b->endaddr (); local
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 14581 bool b_end = !b[ix] || b[ix] == '=';
14583 if (!a_end && !b_end)
14585 if (a_end && b_end)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 14055 bool b_end = !b[ix] || b[ix] == '=';
14057 if (!a_end && !b_end)
14059 if (a_end && b_end)

Completed in 126 milliseconds