| /netbsd-src/bin/sleep/ |
| H A D | sleep.c | 80 time_t original; in main() local 166 original = ntime.tv_sec; in main() 167 if (original < 86400) { in main() 169 original++; in main() 204 report(ntime.tv_sec, original, msg); in main() 210 report(const time_t remain, const time_t original, const char * const msg) in report() argument 214 " %g%s second%s", (double)original, msg, in report() 215 original == 1 && *msg == '\0' ? "" : "s"); in report() 219 (intmax_t)remain, (intmax_t)remain + 1, (double)original, in report() 221 else if ((original - remain) < 100000 && (original-remain) < original/8) in report() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | exec-tool.in | 37 original=$ORIGINAL_AS_FOR_TARGET 45 original=$ORIGINAL_LD_BFD_FOR_TARGET 48 original=$ORIGINAL_LD_GOLD_FOR_TARGET 54 original=$ORIGINAL_PLUGIN_LD_FOR_TARGET 56 original=$ORIGINAL_LD_FOR_TARGET 61 if test "$original" = ../gold/ld-new$exeext; then 71 original=$ORIGINAL_NM_FOR_TARGET 76 original=$ORIGINAL_DSYMUTIL_FOR_TARGET 84 case "$original" in 114 exec $original ${1+"$@"}
|
| H A D | read-rtl.cc | 550 md_reader::copy_rtx_for_iterators (rtx original) in copy_rtx_for_iterators() argument 556 if (original == 0) in copy_rtx_for_iterators() 557 return original; in copy_rtx_for_iterators() 560 x = rtx_alloc (GET_CODE (original)); in copy_rtx_for_iterators() 561 memcpy (x, original, RTX_CODE_SIZE (GET_CODE (original))); in copy_rtx_for_iterators() 564 format_ptr = GET_RTX_FORMAT (GET_CODE (original)); in copy_rtx_for_iterators() 585 if (XVEC (original, i)) in copy_rtx_for_iterators() 587 XVEC (x, i) = rtvec_alloc (XVECLEN (original, i)); in copy_rtx_for_iterators() 590 = copy_rtx_for_iterators (XVECEXP (original, i, j)); in copy_rtx_for_iterators() 607 add_condition_to_string (const char *original, const char *extra) in add_condition_to_string() argument [all …]
|
| H A D | ipa-icf.cc | 1020 cgraph_node *original = get_node (); in merge() local 1032 bool original_address_matters = original->address_matters_p (); in merge() 1046 if (DECL_NO_INLINE_WARNING_P (original->decl) in merge() 1057 if (((DECL_SECTION_NAME (original->decl) && !original->implicit_section) in merge() 1059 && DECL_SECTION_NAME (original->decl) != DECL_SECTION_NAME (alias->decl)) in merge() 1068 if (!original->in_same_comdat_group_p (alias) in merge() 1069 || original->comdat_local_p ()) in merge() 1081 if (original->can_be_discarded_p ()) in merge() 1106 != DECL_COMDAT_GROUP (original->decl)))) in merge() 1109 || DECL_COMDAT_GROUP (alias->decl) != DECL_COMDAT_GROUP (original->decl)) in merge() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | exec-tool.in | 37 original=$ORIGINAL_AS_FOR_TARGET 45 original=$ORIGINAL_LD_BFD_FOR_TARGET 48 original=$ORIGINAL_LD_GOLD_FOR_TARGET 54 original=$ORIGINAL_PLUGIN_LD_FOR_TARGET 56 original=$ORIGINAL_LD_FOR_TARGET 61 if test "$original" = ../gold/ld-new$exeext; then 71 original=$ORIGINAL_NM_FOR_TARGET 76 original=$ORIGINAL_DSYMUTIL_FOR_TARGET 84 case "$original" in 114 exec $original ${1+"$@"}
|
| H A D | read-rtl.c | 484 md_reader::copy_rtx_for_iterators (rtx original) in copy_rtx_for_iterators() argument 490 if (original == 0) in copy_rtx_for_iterators() 491 return original; in copy_rtx_for_iterators() 494 x = rtx_alloc (GET_CODE (original)); in copy_rtx_for_iterators() 495 memcpy (x, original, RTX_CODE_SIZE (GET_CODE (original))); in copy_rtx_for_iterators() 498 format_ptr = GET_RTX_FORMAT (GET_CODE (original)); in copy_rtx_for_iterators() 519 if (XVEC (original, i)) in copy_rtx_for_iterators() 521 XVEC (x, i) = rtvec_alloc (XVECLEN (original, i)); in copy_rtx_for_iterators() 524 = copy_rtx_for_iterators (XVECEXP (original, i, j)); in copy_rtx_for_iterators() 541 add_condition_to_string (const char *original, const char *extra) in add_condition_to_string() argument [all …]
|
| H A D | ipa-icf.c | 1015 cgraph_node *original = get_node (); in merge() local 1027 bool original_address_matters = original->address_matters_p (); in merge() 1041 if (DECL_NO_INLINE_WARNING_P (original->decl) in merge() 1052 if (((DECL_SECTION_NAME (original->decl) && !original->implicit_section) in merge() 1054 && DECL_SECTION_NAME (original->decl) != DECL_SECTION_NAME (alias->decl)) in merge() 1063 if (!original->in_same_comdat_group_p (alias) in merge() 1064 || original->comdat_local_p ()) in merge() 1076 if (original->can_be_discarded_p ()) in merge() 1101 != DECL_COMDAT_GROUP (original->decl)))) in merge() 1104 || DECL_COMDAT_GROUP (alias->decl) != DECL_COMDAT_GROUP (original->decl)) in merge() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
| H A D | quantizer.d | 120 auto original = b.ptr[0 .. allocated]; in Quantizer() local 122 if (!parent.expand(original, neededAllocation - allocated)) in Quantizer() 125 b = original.ptr[0 .. needed]; in Quantizer() 158 auto original = b.ptr[0 .. allocated]; in Quantizer() local 159 if (!parent.reallocate(original, toAllocate)) return false; in Quantizer() 160 b = original.ptr[0 .. s]; in Quantizer() 189 auto original = b.ptr[0 .. allocated]; in Quantizer() local 190 if (!parent.alignedReallocate(original, toAllocate, a)) return false; in Quantizer() 191 b = original.ptr[0 .. s]; in Quantizer()
|
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | nsec3.c | 1014 struct domain* original) in nsec3_answer_nodata() argument 1021 if(original == query->zone->apex) { in nsec3_answer_nodata() 1024 if(original->nsec3 && original->nsec3->nsec3_is_exact) in nsec3_answer_nodata() 1026 original->nsec3->nsec3_cover); in nsec3_answer_nodata() 1030 nsec3_add_ds_proof(query, answer, original, 0); in nsec3_answer_nodata() 1032 if (original==original->wildcard_child_closest_match in nsec3_answer_nodata() 1033 && label_is_wildcard(dname_name(domain_dname(original)))) { in nsec3_answer_nodata() 1037 if(original->parent && original->parent->nsec3 && in nsec3_answer_nodata() 1038 original->parent->nsec3->nsec3_is_exact) in nsec3_answer_nodata() 1040 original->parent->nsec3->nsec3_cover); in nsec3_answer_nodata() [all …]
|
| /netbsd-src/external/gpl2/texinfo/dist/ |
| H A D | AUTHORS | 14 Bob Chassell texinfo.tex, original texinfo.txi. 16 Dave Love original makeinfo/html.[ch]. 19 Karl Heinz Marbaise original makeinfo language support, most files. 20 Noah Friedman original texi2dvi. 21 Paul Rubin original makeinfo/multi.c. 22 Philippe Martin original makeinfo xml/docbook output. 23 Richard Stallman original texinfo.tex, install-info.c,
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
| H A D | quantizer.d | 130 auto original = (() @trusted => b.ptr[0 .. allocated])(); in Quantizer() local 132 if (!parent.expand(original, neededAllocation - allocated)) in Quantizer() 135 b = (() @trusted => original.ptr[0 .. needed])(); in Quantizer() 168 auto original = b.ptr[0 .. allocated]; in Quantizer() local 169 if (!parent.reallocate(original, toAllocate)) return false; in Quantizer() 170 b = original.ptr[0 .. s]; in Quantizer() 199 auto original = b.ptr[0 .. allocated]; in Quantizer() local 200 if (!parent.alignedReallocate(original, toAllocate, a)) return false; in Quantizer() 201 b = original.ptr[0 .. s]; in Quantizer()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | staticcond.d | 44 bool evalStaticCondition(Scope* sc, Expression original, Expression e, out bool errors, Expressions… 139 const(char)* visualizeStaticCondition(Expression original, Expression instantiated, in visualizeStaticCondition() argument 142 if (!original || !instantiated || original.loc !is instantiated.loc) in visualizeStaticCondition() 148 itemCount = visualizeFull(original, instantiated, negatives, buf); in visualizeStaticCondition() 150 itemCount = visualizeShort(original, instantiated, negatives, buf); in visualizeStaticCondition() 155 private uint visualizeFull(Expression original, Expression instantiated, in visualizeFull() argument 290 impl(original, instantiated, false, true, false); in visualizeFull() 294 private uint visualizeShort(Expression original, Expression instantiated, in visualizeShort() argument 409 impl(original, instantiated, false); in visualizeShort()
|
| /netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
| H A D | optiondata4.out | 10 // "original-data": "on", 73 // "original-data": "\"foo.bar\", \"www.no-where.biz\"", 80 // "original-data": "\"example.com\", \"example.org\"", 93 // "original-data": "01:02:aa:bb", 115 // "original-data": "off 66",
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | translit.c | 42 char *translit(char *string, const char *original, const char *replacement) in translit() argument 51 for (op = original; *op != 0; op++) { in translit() 53 *cp = replacement[op - original]; in translit()
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | serve_original_ttl.rpl | 7 serve-original-ttl: yes 20 SCENARIO_BEGIN Test serve-original-ttl 24 ; - query again after a couple seconds and check that we get the original TTL 27 ; - check that we get the expired cached answer with the original TTL 93 ; Check that we got the cached answer with the original TTL 120 ; Check that we got a stale answer with the original TTL
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | recurse.c | 270 if (strcmp (root->original, original_parsed_root->original)) in start_recursion() 694 if (findnode (root_directories, this_root->original)) in do_recursion() 697 !strcmp (original_parsed_root->original, in do_recursion() 698 this_root->original); in do_recursion() 706 n->key = xstrdup (this_root->original); in do_recursion() 711 this_root->original); in do_recursion() 1149 if (findnode (root_directories, this_root->original)) in do_dir_proc() 1152 !strcmp (original_parsed_root->original, in do_dir_proc() 1153 this_root->original); in do_dir_proc() 1161 n->key = xstrdup (this_root->original); in do_dir_proc() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | TransformMetadata.rst | 106 all attributes from the original loop excluding its loop vectorizer 139 for (int i = 0; i < n; i+=1) // original loop 159 combined with the original loop's attributes to avoid it being 163 the remainder loop. If not specified, it will have the original loop's 165 ``llvm.loop.unroll.runtime.disable`` (unless the original loop already 187 partial/runtime unrolling, the original loop of 191 for (int i = 0; i < n; i+=1) // original loop 209 the unrolled loop. If not specified, the attributes of the original loop 235 for (int i = 0; i < n; i+=1) { // original outer loop 237 for (int j = 0; j < m; j+=1) // original inner loop [all …]
|
| /netbsd-src/sys/lib/libkern/arch/m68k/ |
| H A D | udivsi3.S | 95 | to adjust this quotient, we multiply it by the original 96 | divisor and subtract the result from the original dividend. 100 | too big, and the subtraction result plus the original 118 moveal %d2, %a1 | save original divisor 122 movel 8(%sp), %d1 | load original dividend
|
| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | README | 10 Info 2.0 is a complete rewrite of the original standalone Info I wrote in 13 tended to show through. I found the original Info hard to read and 18 original Info. 20 Info 2.0 is substantially different from its original standalone
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.exceptions/ |
| H A D | chain.d | 62 catch (Error original) in main() 66 for ({ size_t i; Throwable ex = original; } ex; ex = ex.next, ++i) in main() 73 for ({ size_t i; Throwable ex = original.bypassedException; } ex; ex = ex.next, ++i) in main()
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | directive-for.mk | 68 . warning After the .for loop, var must still have its original value. 71 . warning After the .for loop, var2 must still have its original value. 82 . warning After the .for loop, var must still have its original value. 85 . warning After the .for loop, var2 must still have its original value.
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/ |
| H A D | chain.d | 62 catch (Error original) in main() 66 for ({ size_t i; Throwable ex = original; } ex; ex = ex.next, ++i) in main() 73 for ({ size_t i; Throwable ex = original.bypassedException; } ex; ex = ex.next, ++i) in main()
|
| /netbsd-src/external/bsd/kyua-testers/dist/ |
| H A D | fs.c | 512 kyua_fs_make_absolute(const char* original, char** const output) in kyua_fs_make_absolute() argument 514 if (original[0] == '/') { in kyua_fs_make_absolute() 515 *output = (char*)malloc(strlen(original) + 1); in kyua_fs_make_absolute() 518 strcpy(*output, original); in kyua_fs_make_absolute() 528 error = kyua_fs_concat(output, current_path, original, NULL); in kyua_fs_make_absolute()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | ARCMigrate.cpp | 127 CXString *original, CXString *transformed) { in clang_remap_getFilenames() argument 128 if (original) in clang_remap_getFilenames() 129 *original = cxstring::createDup( in clang_remap_getFilenames()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/VMS/ |
| H A D | translatesyms.pl | 39 (my $translated, my $original) = split /\$/; 40 $translations{$original} = $translated.'$';
|