| /src/sys/arch/sparc/stand/ofwboot/ |
| boot.c | 122 const char *start1 = NULL, *end1 = NULL, *start2 = NULL, *end2 = NULL; local 142 end1 = ap; 162 if (end1 == start1) { 163 start1 = end1 = NULL; 169 memcpy(kernel, start1, (end1 - start1)); 170 kernel[end1 - start1] = '\0'; 189 memcpy(loaddev, start1, (end1-start1)); 190 loaddev[end1-start1] = '\0';
|
| /src/external/gpl2/xcvs/dist/diff/ |
| ifdef.c | 91 lines BEG1 up to END1 are from the second file. */ 94 format_ifdef (format, beg0, end0, beg1, end1) 96 int beg0, end0, beg1, end1; 105 groups[1].upto = end1;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_posix.cc | 223 static inline bool IntervalsAreSeparate(uptr start1, uptr end1, 225 CHECK(start1 <= end1); 227 return (end1 < start2) || (end2 < start1);
|
| /src/external/bsd/atf/dist/atf-c/detail/ |
| list_test.c | 245 atf_list_citer_t end1, end2; local 250 end1 = atf_list_end_c(&l1); 253 ATF_CHECK(end1.m_entry != end2.m_entry);
|
| /src/external/gpl2/diffutils/dist/src/ |
| ifdef.c | 92 lines BEG1 up to END1 are from the second file. */ 95 format_ifdef (char const *format, lin beg0, lin end0, lin beg1, lin end1) 104 groups[1].upto = end1;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| fs_path.cc | 1356 Iterator begin1, end1, begin2, end2; 1360 end1 = _M_cmpts.end(); 1362 while (begin1 != end1 && begin1->_M_type() != _Type::_Filename) 1366 begin1 = end1 = nullptr; 1395 if (begin1 != end1) 1400 return ++begin1 == end1 ? 0 : +1; 1407 while (begin1 != end1 && begin2 != end2) 1415 if (begin1 == end1) 1452 Iterator begin1, end1; 1468 end1 = _M_cmpts.end() [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_posix.cpp | 216 static inline bool IntervalsAreSeparate(uptr start1, uptr end1, 218 CHECK(start1 <= end1); 220 return (end1 < start2) || (end2 < start1);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| path.cc | 97 int do_compare(Iter1 begin1, Iter1 end1, Iter2 begin2, Iter2 end2) 100 while (begin1 != end1 && begin2 != end2) 110 if (begin1 == end1)
|
| std-path.cc | 107 int do_compare(Iter1 begin1, Iter1 end1, Iter2 begin2, Iter2 end2) 110 while (begin1 != end1 && begin2 != end2) 120 if (begin1 == end1)
|
| /src/external/bsd/wpa/dist/src/wps/ |
| httpread.c | 102 int end1 = 0; local 111 end1 = !isgraph(c1); 113 if (end1 || end2 || c1 != c2) 116 return end1 && end2; /* reached end of both words? */
|
| wps_upnp_ssdp.c | 42 int end1 = 0; local 51 end1 = !(isalnum(c1) || c1 == '_' || c1 == '-'); 53 if (end1 || end2 || c1 != c2) 56 return end1 && end2; /* reached end of both words? */
|
| /src/lib/libc/regex/ |
| regcomp.c | 143 static void p_re(struct parse *p, int end1, int end2); 824 == static void p_re(struct parse *p, int end1, int end2); 825 * Giving end1 as OUT essentially eliminates the end1/end2 check. 833 int end1, /* first terminating character */ 839 if (end1 == OUT && end2 == OUT) 843 #define SEEEND() (!p->bre ? SEE(end1) : SEETWO(end1, end2)) 876 assert(!MORE() || SEE(end1));
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| FlattenCFG.cpp | 331 BasicBlock::iterator end1 = Block1->getTerminator()->getIterator(); local 336 if (iter1 == end1) {
|
| /src/tests/usr.bin/awk/ |
| t_awk.sh | 61 h_check end1
|
| /src/sys/arch/ia64/ia64/ |
| pmap.c | 1372 paddr_t vhpt_start = 0, start1, start2, end1, end2; local 1392 end1 = vhpt_start = roundup(start1, npgs); 1412 if (start1 == end1 && 1431 if (start1 == end1 && start2 == end2) break; 1436 if (start1 != end1) 1437 uvm_page_physload(start1, end1, start1, end1,
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-devirt.cc | 699 bool end1, end2; local 701 end1 = !prevailing->iterate_reference (n1, ref1); 708 && (end1 737 while (!end1 744 end1 = !prevailing->iterate_reference (n1, ref1); 748 if (end1 && end2) 774 if (!end1 && !end2) 809 end1 = true; 819 if (end1 || end2) 821 if (end1) [all...] |
| /src/external/gpl2/diffutils/dist/lib/ |
| regex.c | 5431 (iswalnum ((wint_t)((d) == end1 ? *string2 \ 5432 : (d) == string2 - 1 ? *(end1 - 1) : *(d))) != 0 \ 5433 || ((d) == end1 ? *string2 \ 5434 : (d) == string2 - 1 ? *(end1 - 1) : *(d)) == L'_') 5437 (SYNTAX ((d) == end1 ? *string2 \ 5438 : (d) == string2 - 1 ? *(end1 - 1) : *(d)) \ 5708 const CHAR_T *end1, *end2; 6040 end1 = string1 + size1; 6055 end_match_1 = end1; 6072 end_match_1 = end1; 5691 const CHAR_T *end1, *end2; local [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| regex.c | 5322 (iswalnum ((wint_t)((d) == end1 ? *string2 \ 5323 : (d) == string2 - 1 ? *(end1 - 1) : *(d))) != 0 \ 5324 || ((d) == end1 ? *string2 \ 5325 : (d) == string2 - 1 ? *(end1 - 1) : *(d)) == L'_') 5328 (SYNTAX ((d) == end1 ? *string2 \ 5329 : (d) == string2 - 1 ? *(end1 - 1) : *(d)) \ 5591 const CHAR_T *end1, *end2; 5923 end1 = string1 + size1; 5938 end_match_1 = end1; 5955 end_match_1 = end1; 5574 const CHAR_T *end1, *end2; local [all...] |
| /src/external/gpl3/binutils/dist/libiberty/ |
| regex.c | 5323 (iswalnum ((wint_t)((d) == end1 ? *string2 \ 5324 : (d) == string2 - 1 ? *(end1 - 1) : *(d))) != 0 \ 5325 || ((d) == end1 ? *string2 \ 5326 : (d) == string2 - 1 ? *(end1 - 1) : *(d)) == L'_') 5329 (SYNTAX ((d) == end1 ? *string2 \ 5330 : (d) == string2 - 1 ? *(end1 - 1) : *(d)) \ 5584 const CHAR_T *end1, *end2; 5834 end1 = string1 + size1; 5849 end_match_1 = end1; 5866 end_match_1 = end1; 5567 const CHAR_T *end1, *end2; local [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| regex.c | 5323 (iswalnum ((wint_t)((d) == end1 ? *string2 \ 5324 : (d) == string2 - 1 ? *(end1 - 1) : *(d))) != 0 \ 5325 || ((d) == end1 ? *string2 \ 5326 : (d) == string2 - 1 ? *(end1 - 1) : *(d)) == L'_') 5329 (SYNTAX ((d) == end1 ? *string2 \ 5330 : (d) == string2 - 1 ? *(end1 - 1) : *(d)) \ 5584 const CHAR_T *end1, *end2; 5834 end1 = string1 + size1; 5849 end_match_1 = end1; 5866 end_match_1 = end1; 5567 const CHAR_T *end1, *end2; local [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| regex.c | 5323 (iswalnum ((wint_t)((d) == end1 ? *string2 \ 5324 : (d) == string2 - 1 ? *(end1 - 1) : *(d))) != 0 \ 5325 || ((d) == end1 ? *string2 \ 5326 : (d) == string2 - 1 ? *(end1 - 1) : *(d)) == L'_') 5329 (SYNTAX ((d) == end1 ? *string2 \ 5330 : (d) == string2 - 1 ? *(end1 - 1) : *(d)) \ 5584 const CHAR_T *end1, *end2; 5834 end1 = string1 + size1; 5849 end_match_1 = end1; 5866 end_match_1 = end1; 5567 const CHAR_T *end1, *end2; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/ |
| accesses.cc | 1418 auto end1 = accesses1.end (); local 1425 while (i1 != end1 && i2 != end2) 1452 for (; i1 != end1; ++i1)
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
| mutation.d | 2413 foreach (end1; min(start1+1,10) .. 10) 2414 foreach (start2; end1 .. 10) 2416 doffsets ~= D(E(start1,end1),E(start2,end2)); 2420 foreach (end1; min(start1+1,15) .. 15) 2421 foreach (start2; end1 .. 15) 2425 toffsets ~= T(E(start1,end1),E(start2,end2),E(start3,end3));
|
| /src/external/gpl2/grep/dist/lib/ |
| regex.c | 5158 (iswalnum ((wint_t)((d) == end1 ? *string2 \ 5159 : (d) == string2 - 1 ? *(end1 - 1) : *(d))) != 0) 5162 (SYNTAX ((d) == end1 ? *string2 \ 5163 : (d) == string2 - 1 ? *(end1 - 1) : *(d)) \ 5381 const CHAR_TYPE *end1, *end2; 5621 end1 = string1 + size1; 5634 end_match_1 = end1; 5651 end_match_1 = end1; 5769 dend = ((d >= string1 && d <= end1) 6626 else if ((d == end1 ? *string2 : *d) == '\n 5361 const CHAR_TYPE *end1, *end2; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cp-gimplify.cc | 1994 tree start1, end1, p1; 2014 end1 = TYPE_SIZE_UNIT (TREE_TYPE (arg1)); 2015 end1 = fold_build_pointer_plus (start1, end1); 2059 t = build2 (NE_EXPR, boolean_type_node, p1, end1); 1993 tree start1, end1, p1; local
|