| /src/sys/dev/ic/ |
| arcofivar.h | 41 uint8_t *past; member in struct:arcofi_softc::__anon2708
|
| arcofi.c | 472 uint8_t *past; local 475 past = sc->sc_recv.past; 477 while (cur != past && 483 return past - cur; 493 uint8_t *past; local 496 past = sc->sc_xmit.past; 498 while (cur != past && 504 return past - cur [all...] |
| /src/common/dist/zlib/ |
| gzguts.h | 189 int past; /* true if read requested past end */ member in struct:__anon54
|
| /src/external/bsd/zstd/dist/zlibWrapper/ |
| gzguts.h | 196 int past; /* true if read requested past end */ member in struct:__anon8940
|
| /src/external/gpl3/binutils/dist/zlib/ |
| gzguts.h | 188 int past; /* true if read requested past end */ member in struct:__anon10984
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| gzguts.h | 189 int past; /* true if read requested past end */ member in struct:__anon12431
|
| /src/external/gpl3/gdb/dist/zlib/ |
| gzguts.h | 189 int past; /* true if read requested past end */ member in struct:__anon19995
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| gzguts.h | 189 int past; /* true if read requested past end */ member in struct:__anon22734
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| prof_recent.c | 35 ssize_t past = past_ref, future = future_ref; local 41 assert_zd_eq(past, past_ref, "output was touched"); \ 47 ASSERT_SHOULD_FAIL("alloc_max", &past, &len, NULL, 0); 49 ASSERT_SHOULD_FAIL("alloc_max", &past, &len, &future, len); 58 ssize_t past, future; local 68 &past, &len, NULL, 0), 0, "Read error"); 69 expect_zd_eq(past, OPT_ALLOC_MAX, "Wrong read result"); 75 &past, &len, &future, len), 0, "Read/write error"); 76 expect_zd_eq(past, OPT_ALLOC_MAX + 1, "Wrong read result"); 79 &past, &len, &future, len), EINVAL [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-modref.cc | 3008 int past = past_flags[parm_index]; local 3009 past = remove_useless_eaf_flags 3010 (past, ecf_flags, 3015 past &= ~(EAF_NO_DIRECT_READ | EAF_NO_INDIRECT_READ); 3016 if (dump_file && (flags | past) != flags && !(flags & EAF_UNUSED)) 3021 dump_eaf_flags (dump_file, past, false); 3026 flags |= past; 3049 int past = past_retslot_flags; local 3052 past = remove_useless_eaf_flags 3053 (past, ecf_flags 3079 int past = past_static_chain_flags; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-modref.cc | 3005 int past = past_flags[parm_index]; local 3006 past = remove_useless_eaf_flags 3007 (past, ecf_flags, 3012 past &= ~(EAF_NO_DIRECT_READ | EAF_NO_INDIRECT_READ); 3013 if (dump_file && (flags | past) != flags && !(flags & EAF_UNUSED)) 3018 dump_eaf_flags (dump_file, past, false); 3023 flags |= past; 3046 int past = past_retslot_flags; local 3049 past = remove_useless_eaf_flags 3050 (past, ecf_flags 3076 int past = past_static_chain_flags; local [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-mips.c | 3237 When returning true, move *SPTR past the register, store the 9105 const struct mips_opcode *past, struct mips_operand_token *tokens, 9145 while (opcode < past && strcmp (opcode->name, first->name) == 0); 14745 const struct mips_opcode *first, *past; 14755 past = µmips_opcodes[bfd_micromips_num_opcodes]; 14760 past = &mips_opcodes[NUMOPCODES]; 14786 if (!match_insns (insn, first, past, tokens, opcode_extra, false) 14787 && !match_insns (insn, first, past, tokens, opcode_extra, true)) 14736 const struct mips_opcode *first, *past; local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-mips.c | 3002 When returning true, move *SPTR past the register, store the 8793 const struct mips_opcode *past, struct mips_operand_token *tokens, 8833 while (opcode < past && strcmp (opcode->name, first->name) == 0); 14451 const struct mips_opcode *first, *past; 14461 past = µmips_opcodes[bfd_micromips_num_opcodes]; 14466 past = &mips_opcodes[NUMOPCODES]; 14492 if (!match_insns (insn, first, past, tokens, opcode_extra, false) 14493 && !match_insns (insn, first, past, tokens, opcode_extra, true)) 14442 const struct mips_opcode *first, *past; local
|