Home
last modified time | relevance | path

Searched refs:temps (Results 1 – 25 of 126) sorted by relevance

123456

/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/
H A DMakefile.test.common31 test.%.report: temps/test.%.xx.diff temps/test.%.xy.diff temps/test.%.yx.diff temps/test.%.yy.diff
47 test.%.defs-report: temps/test.%.defs.diff
56 test.%.build: temps/test.%.ref temps/test.%.xx temps/test.%.xy temps/test.%.yx temps/test.%.yy temp…
63 .PRECIOUS: temps/.dir
65 .PRECIOUS: temps/test.%.xx.diff
66 temps/test.%.xx.diff: temps/test.%.ref.out temps/test.%.xx.out
68 .PRECIOUS: temps/test.%.xy.diff
69 temps/test.%.xy.diff: temps/test.%.ref.out temps/test.%.xy.out
71 .PRECIOUS: temps/test.%.yx.diff
72 temps/test.%.yx.diff: temps/test.%.ref.out temps/test.%.yx.out
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
H A Dbi_gmp.c204 time_t temps; in bi_init() local
205 time( &temps); in bi_init()
206 seed += temps +( c << i); in bi_init()
209 time_t temps; in bi_init() local
210 time( &temps); in bi_init()
211 seed += temps; in bi_init()
213 printf("temps=%lx\n", temps - start); in bi_init()
215 seed = (long)( temps * start); in bi_init()
H A Dbi_openssl.c133 time_t temps; in bi_init() local
134 time( &temps); in bi_init()
135 seed += temps +( c << i); in bi_init()
/netbsd-src/bin/ksh/
H A Dmain.c665 ep->temps = NULL;
749 remove_temps(ep->temps); in cleanup_proc_env()
756 remove_temps(e->temps); in reclaim()
757 e->temps = NULL; in reclaim()
H A Dsh.h222 struct temp *temps; /* temp files */ member
/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dtest_email.py43 self.temps = []
61 for t in self.temps:
69 self.temps.append(f.name)
/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dtest_email.py43 self.temps = []
61 for t in self.temps:
69 self.temps.append(f.name)
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dwrapper.c289 WrapperEntry **temps=wrap_list+wrap_count; in wrap_kill_temp() local
292 wrap_free_entry(temps[--wrap_tempcount]); in wrap_kill_temp()
/netbsd-src/lib/libc/nls/
H A Dca.msg121 60 El temps de connexi� s'ha esgotat
242 24 S'ha sobrepassat el l�mit de temps de la CPU
/netbsd-src/external/gpl3/binutils.old/dist/gprof/po/
H A Dfr.po169 " pas de propagation de temps\n"
212 msgstr "index %% temps auto rejetons appelé nom\n"
341 msgstr "mesure du temps en sauts d'horloge et non en secondes\n"
536 " pas de temps accumulé\n"
553 msgstr "temps"
/netbsd-src/external/gpl3/binutils/dist/gprof/po/
H A Dfr.po170 " pas de propagation de temps\n"
213 msgstr "index %% temps auto rejetons appelé nom\n"
342 msgstr "mesure du temps en sauts d'horloge et non en secondes\n"
537 " pas de temps accumulé\n"
554 msgstr "temps"
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dfunctions.cc233 auto temps = temp_watermark (); in simplify_phis() local
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DREADME191 line options by passing -v -save-temps to gcc in addition to all the
201 line. Use -v -save-temps -Wl,-t, except that on targets that use gcc's
202 collect2, you would add -v -save-temps -Wl,-t,-debug. The -t option
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Dt-libf773 F7_FLAGS += -I $(libf7) -save-temps=obj
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DREADME205 line options by passing -v -save-temps to gcc in addition to all the
215 line. Use -v -save-temps -Wl,-t, except that on targets that use gcc's
216 collect2, you would add -v -save-temps -Wl,-t,-debug. The -t option
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Dt-libf773 F7_FLAGS += -I $(libf7) -save-temps=obj
/netbsd-src/usr.sbin/sysinst/
H A Dmsg.mbr.fr128 {Modifier le temps d'attente}
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.opt59 mcond-exec-temps=
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.opt59 mcond-exec-temps=
/netbsd-src/external/gpl3/gcc/dist/lto-plugin/
H A DChangeLog33 * lto-plugin.c (all_symbols_read_handler): With -save-temps, use
202 case when temps should be saved.
203 (process_option): Look for -v, —-version, -save-temps.
205 Check for -v, —-version, -save-temps in the GCC collect
/netbsd-src/sys/arch/m68k/fpsp/
H A Dbugfix.sa106 * /* load it with the temps we saved */
155 * /* load it with the temps we saved */
/netbsd-src/external/gpl3/gcc/dist/gcc/objcp/
H A DChangeLog270 * lang-specs.h: Match -save-temps* instead of -save-temps.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.cc6715 HARD_REG_SET temps = (regs_invalidated_by_call in output_stack_adjust() local
6729 CLEAR_HARD_REG_BIT (temps, FIRST_RET_REG + i); in output_stack_adjust()
6732 CLEAR_HARD_REG_BIT (temps, EH_RETURN_STACKADJ_REGNO); in output_stack_adjust()
6734 CLEAR_HARD_REG_BIT (temps, EH_RETURN_DATA_REGNO (i)); in output_stack_adjust()
6741 CLEAR_HARD_REG_BIT (temps, i); in output_stack_adjust()
6743 CLEAR_HARD_REG_BIT (temps, STATIC_CHAIN_REGNUM); in output_stack_adjust()
6745 temp = scavenge_reg (&temps); in output_stack_adjust()
6749 HARD_REG_SET temps; in output_stack_adjust() local
6751 temps = *live_regs_mask; in output_stack_adjust()
6752 CLEAR_HARD_REG_BIT (temps, REGNO (reg)); in output_stack_adjust()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.c6715 HARD_REG_SET temps = (regs_invalidated_by_call in output_stack_adjust() local
6729 CLEAR_HARD_REG_BIT (temps, FIRST_RET_REG + i); in output_stack_adjust()
6732 CLEAR_HARD_REG_BIT (temps, EH_RETURN_STACKADJ_REGNO); in output_stack_adjust()
6734 CLEAR_HARD_REG_BIT (temps, EH_RETURN_DATA_REGNO (i)); in output_stack_adjust()
6741 CLEAR_HARD_REG_BIT (temps, i); in output_stack_adjust()
6743 CLEAR_HARD_REG_BIT (temps, STATIC_CHAIN_REGNUM); in output_stack_adjust()
6745 temp = scavenge_reg (&temps); in output_stack_adjust()
6749 HARD_REG_SET temps; in output_stack_adjust() local
6751 temps = *live_regs_mask; in output_stack_adjust()
6752 CLEAR_HARD_REG_BIT (temps, REGNO (reg)); in output_stack_adjust()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcppopts.texi223 @option{-save-temps}.
372 @option{-save-temps}.

123456