Searched refs:original (Results 1 - 25 of 274) sorted by relevance

1234567891011

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dexec-tool.in37 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
[all...]
H A Dread-rtl.c275 VALUE is 1, it does nothing - the first duplicate of original
484 md_reader::copy_rtx_for_iterators (rtx original) argument
490 if (original == 0)
491 return original;
494 x = rtx_alloc (GET_CODE (original));
495 memcpy (x, original, RTX_CODE_SIZE (GET_CODE (original)));
498 format_ptr = GET_RTX_FORMAT (GET_CODE (original));
519 if (XVEC (original, i))
521 XVEC (x, i) = rtvec_alloc (XVECLEN (original,
541 add_condition_to_string(const char *original, const char *extra) argument
666 handle_overloaded_name(rtx original, vec<mapping *> *iterators) argument
790 apply_iterators(rtx original, vec<rtx> *queue) argument
[all...]
H A Dgraphite-optimize-isl.c179 isl_union_map *original = isl_schedule_get_map (scop->original_schedule); local
181 bool same_schedule = isl_union_map_is_equal (original, transformed);
182 isl_union_map_free (original);
193 "identical to original schedule\n");
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dexec-tool.in37 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
[all...]
H A Dgraphite-optimize-isl.cc179 isl_union_map *original = isl_schedule_get_map (scop->original_schedule); local
181 bool same_schedule = isl_union_map_is_equal (original, transformed);
182 isl_union_map_free (original);
193 "identical to original schedule\n");
/netbsd-current/bin/sleep/
H A Dsleep.c80 time_t original; local
166 original = ntime.tv_sec;
167 if (original < 86400) {
169 original++;
204 report(ntime.tv_sec, original, msg);
210 report(const time_t remain, const time_t original, const char * const msg) argument
213 warnx("In the final moments of the original"
214 " %g%s second%s", (double)original, msg,
215 original == 1 && *msg == '\0' ? "" : "s");
218 " out of the original
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/VMS/
H A Dtranslatesyms.pl14 # the original symbols to the shortened variants.
26 # from the original one.
39 (my $translated, my $original) = split /\$/;
40 $translations{$original} = $translated.'$';
/netbsd-current/crypto/external/bsd/openssl/dist/VMS/
H A Dtranslatesyms.pl14 # the original symbols to the shortened variants.
26 # from the original one.
39 (my $translated, my $original) = split /\$/;
40 $translations{$original} = $translated.'$';
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dtranslit.c11 /* char *translit(buf, original, replacement)
13 /* char *original;
42 char *translit(char *string, const char *original, const char *replacement) argument
51 for (op = original; *op != 0; op++) {
53 *cp = replacement[op - original];
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dparse_init_declarator.c35 int original __symbolrename(renamed);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dquantizer.d120 auto original = b.ptr[0 .. allocated];
122 if (!parent.expand(original, neededAllocation - allocated))
125 b = original.ptr[0 .. needed];
158 auto original = b.ptr[0 .. allocated];
159 if (!parent.reallocate(original, toAllocate)) return false;
160 b = original.ptr[0 .. s];
189 auto original = b.ptr[0 .. allocated];
190 if (!parent.alignedReallocate(original, toAllocate, a)) return false;
191 b = original.ptr[0 .. s];
/netbsd-current/external/gpl2/gettext/dist/build-aux/
H A Delisp-comp42 so disregarding the original directories used in `.el' arguments.
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.exceptions/
H A Dchain.d62 catch (Error original)
66 for ({ size_t i; Throwable ex = original; } ex; ex = ex.next, ++i)
73 for ({ size_t i; Throwable ex = original.bypassedException; } ex; ex = ex.next, ++i)
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/
H A Dchain.d62 catch (Error original)
66 for ({ size_t i; Throwable ex = original; } ex; ex = ex.next, ++i)
73 for ({ size_t i; Throwable ex = original.bypassedException; } ex; ex = ex.next, ++i)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Daddrmap.h87 struct addrmap *addrmap_create_fixed (struct addrmap *original,
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dquantizer.d130 auto original = (() @trusted => b.ptr[0 .. allocated])();
132 if (!parent.expand(original, neededAllocation - allocated))
135 b = (() @trusted => original.ptr[0 .. needed])();
168 auto original = b.ptr[0 .. allocated];
169 if (!parent.reallocate(original, toAllocate)) return false;
170 b = original.ptr[0 .. s];
199 auto original = b.ptr[0 .. allocated];
200 if (!parent.alignedReallocate(original, toAllocate, a)) return false;
201 b = original.ptr[0 .. s];
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DARCMigrate.cpp127 CXString *original, CXString *transformed) {
128 if (original)
129 *original = cxstring::createDup(
126 clang_remap_getFilenames(CXRemapping map, unsigned index, CXString *original, CXString *transformed) argument
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dhw-properties.h50 const struct hw_property *original; member in struct:hw_property
59 #define hw_property_original(p) ((p)->original + 0)
248 const struct hw_property *original);
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dhw-properties.h50 const struct hw_property *original; member in struct:hw_property
59 #define hw_property_original(p) ((p)->original + 0)
248 const struct hw_property *original);
/netbsd-current/external/bsd/nsd/dist/
H A Dnsec3.c1014 struct domain* original)
1021 if(original == query->zone->apex) {
1024 if(original->nsec3 && original->nsec3->nsec3_is_exact)
1026 original->nsec3->nsec3_cover);
1030 nsec3_add_ds_proof(query, answer, original, 0);
1032 if (original==original->wildcard_child_closest_match
1033 && label_is_wildcard(dname_name(domain_dname(original)))) {
1037 if(original
1013 nsec3_answer_nodata(struct query* query, struct answer* answer, struct domain* original) argument
[all...]
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Droot.h31 char *original; /* The complete source CVSroot string. */ member in struct:cvsroot_s
/netbsd-current/sys/lib/libkern/arch/m68k/
H A Dudivsi3.S95 | 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-current/external/bsd/kyua-testers/dist/
H A Dfs.c505 /// \param original The path to convert; may already be absolute.
512 kyua_fs_make_absolute(const char* original, char** const output) argument
514 if (original[0] == '/') {
515 *output = (char*)malloc(strlen(original) + 1);
518 strcpy(*output, original);
528 error = kyua_fs_concat(output, current_path, original, NULL);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstaticcond.d37 * original = original expression, for error messages
44 bool evalStaticCondition(Scope* sc, Expression original, Expression e, out bool errors, Expressions* negatives = null)
130 * original = original expression
137 * instantiated expression is not based on the original one
139 const(char)* visualizeStaticCondition(Expression original, Expression instantiated,
142 if (!original || !instantiated || original.loc !is instantiated.loc)
148 itemCount = visualizeFull(original, instantiate
[all...]
/netbsd-current/tests/usr.bin/patch/
H A Dt_patch.sh83 printf '%s\n' 'original file' > to_patch
89 -original text
108 printf '%s\n' 'original file' > to_patch
114 -original text
124 printf '%s\n' 'original file' > to_patch
131 printf '%s\n' 'original file' > to_patch
145 printf '%s\n' 'original file' > to_patch
151 -original text
169 # Make sure the backup files match the original files.

Completed in 292 milliseconds

1234567891011