| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_suppressions.cc | 117 const char *end2 = end; local 118 while (line != end2 && 119 (end2[-1] == ' ' || end2[-1] == '\t' || end2[-1] == '\r')) 120 end2--; 135 s.templ = (char*)InternalAlloc(end2 - line + 1); 136 internal_memcpy(s.templ, line, end2 - line); 137 s.templ[end2 - line] = 0;
|
| /src/tests/lib/libc/stdlib/ |
| t_strtol.c | 112 char *end, *end2; local 121 uli = strtoul(t[i].str, &end2, t[i].base); 136 if (end != end2) 138 "strtoul(%s, &end, %d)", end2, t[i].str, t[i].base);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_suppressions.cpp | 128 const char *end2 = end; local 129 while (line != end2 && 130 (end2[-1] == ' ' || end2[-1] == '\t' || end2[-1] == '\r')) 131 end2--; 146 s.templ = (char*)InternalAlloc(end2 - line + 1); 147 internal_memcpy(s.templ, line, end2 - line); 148 s.templ[end2 - line] = 0;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_suppressions.cpp | 127 const char *end2 = end; local 128 while (line != end2 && 129 (end2[-1] == ' ' || end2[-1] == '\t' || end2[-1] == '\r')) 130 end2--; 145 s.templ = (char*)InternalAlloc(end2 - line + 1); 146 internal_memcpy(s.templ, line, end2 - line); 147 s.templ[end2 - line] = 0;
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| c_interr_loopsetup_stld.S | 55 LSETUP ( start2 , end2 ) LC0 = P2; 69 end2: R5 += -5; label
|
| c_loopsetup_preg_stld.s | 46 LSETUP ( start2 , end2 ) LC0 = P2; 50 end2: label
|
| c_loopsetup_topbotcntr.s | 51 loadsym R1, end2; 58 end2: R6 += -3; label
|
| c_loopsetup_preg_div2_lc0.s | 35 LSETUP ( start2 , end2 ) LC0 = P2 >> 1; 37 end2: R5 += -5; label
|
| c_loopsetup_preg_lc0.s | 35 LSETUP ( start2 , end2 ) LC0 = P2; 37 end2: R5 += -5; label
|
| c_loopsetup_nested.s | 33 LSETUP ( start2 , end2 ) LC1 = P2; 35 end2: R5 += -5; label
|
| c_loopsetup_nested_bot.s | 32 LSETUP ( start2 , end2 ) LC1 = P2; 34 end2: R5 += -5; label
|
| c_loopsetup_nested_prelc.s | 36 LSETUP ( start2 , end2 ) LC1; 38 end2: R5 += -5; label
|
| c_loopsetup_nested_top.s | 33 LSETUP ( start2 , end2 ) LC1 = P2; 35 end2: R5 += -5; label
|
| c_loopsetup_overlap.s | 33 LSETUP ( start2 , end2 ) LC1 = P2; 35 end2: R5 += -5; label
|
| c_loopsetup_prelc.s | 39 LSETUP ( start2 , end2 ) LC1; 41 end2: R5 += -5; label
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| c_interr_loopsetup_stld.S | 55 LSETUP ( start2 , end2 ) LC0 = P2; 69 end2: R5 += -5; label
|
| c_loopsetup_preg_stld.s | 46 LSETUP ( start2 , end2 ) LC0 = P2; 50 end2: label
|
| c_loopsetup_topbotcntr.s | 51 loadsym R1, end2; 58 end2: R6 += -3; label
|
| c_loopsetup_preg_div2_lc0.s | 35 LSETUP ( start2 , end2 ) LC0 = P2 >> 1; 37 end2: R5 += -5; label
|
| c_loopsetup_preg_lc0.s | 35 LSETUP ( start2 , end2 ) LC0 = P2; 37 end2: R5 += -5; label
|
| c_loopsetup_nested.s | 33 LSETUP ( start2 , end2 ) LC1 = P2; 35 end2: R5 += -5; label
|
| c_loopsetup_nested_bot.s | 32 LSETUP ( start2 , end2 ) LC1 = P2; 34 end2: R5 += -5; label
|
| /src/external/bsd/atf/dist/atf-c/detail/ |
| list_test.c | 245 atf_list_citer_t end1, end2; local 251 end2 = atf_list_end_c(&l2); 253 ATF_CHECK(end1.m_entry != end2.m_entry); 256 ATF_CHECK(atf_list_end_c(&l1).m_entry == end2.m_entry);
|
| /src/sys/arch/sparc/stand/ofwboot/ |
| boot.c | 122 const char *start1 = NULL, *end1 = NULL, *start2 = NULL, *end2 = NULL; local 153 end2 = ap; 159 if (end2 == start2) { 160 start2 = end2 = NULL; 191 memcpy(kernel, start2, (end2 - start2)); 192 kernel[end2 - start2] = '\0';
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| FlattenCFG.cpp | 333 BasicBlock::iterator end2 = Block2->getTerminator()->getIterator(); local 337 if (iter2 != end2)
|