Home
last modified time | relevance | path

Searched refs:TEMP (Results 1 – 25 of 103) sorted by relevance

12345

/netbsd-src/external/mit/isl/dist/imath/
H A Dimath.c147 mp_int_init(TEMP(i)); \
156 mp_int_clear(TEMP(i)); \
164 #define TEMP(K) (temp_.value + (K)) macro
820 REQUIRE(mp_int_copy(a, TEMP(0))); in mp_int_div()
821 qout = TEMP(0); in mp_int_div()
828 REQUIRE(mp_int_copy(b, TEMP(1))); in mp_int_div()
829 rout = TEMP(1); in mp_int_div()
861 mp_int out = (m == c) ? TEMP(0) : c; in mp_int_mod()
878 REQUIRE(mp_int_div(a, &vtmp, q, TEMP(0))); in mp_int_div_value()
880 if (r) (void)mp_int_to_int(TEMP(0), r); /* can't fail */ in mp_int_div_value()
[all …]
H A Dimrat.c36 #define TEMP(K) (temp + (K)) macro
413 SETUP(mp_int_init_copy(TEMP(last), MP_NUMER_P(a)), last); in mp_rat_compare_unsigned()
414 SETUP(mp_int_init_copy(TEMP(last), MP_NUMER_P(b)), last); in mp_rat_compare_unsigned()
416 if ((res = mp_int_mul(TEMP(0), MP_DENOM_P(b), TEMP(0))) != MP_OK || in mp_rat_compare_unsigned()
417 (res = mp_int_mul(TEMP(1), MP_DENOM_P(a), TEMP(1))) != MP_OK) { in mp_rat_compare_unsigned()
421 cmp = mp_int_compare_unsigned(TEMP(0), TEMP(1)); in mp_rat_compare_unsigned()
425 mp_int_clear(TEMP(last)); in mp_rat_compare_unsigned()
500 SETUP(mp_int_init_copy(TEMP(last), MP_NUMER_P(r)), last); in mp_rat_to_decimal()
501 SETUP(mp_int_init(TEMP(last)), last); in mp_rat_to_decimal()
502 SETUP(mp_int_init(TEMP(last)), last); in mp_rat_to_decimal()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dcvsbug.in89 TEMP="`$MKTEMP $TMPDIR/p.XXXXXX`"
110 cut -f5 -d':' | sed -e 's/,.*//' > $TEMP
111 ORIGINATOR="`cat $TEMP`"
112 rm -f $TEMP
117 grep "^$LOGNAME:" /etc/passwd | cut -f5 -d':' | sed -e 's/,.*//' > $TEMP
118 ORIGINATOR="`cat $TEMP`"
119 rm -f $TEMP
278 sed -e "s;^[Tt][Oo]:.*;To: $GNATS_ADDR;" > $TEMP
280 cat > $TEMP
285 sed -e "s;^[Tt][Oo]:.*;To: $GNATS_ADDR;" $IN_FILE > $TEMP
[all …]
/netbsd-src/external/gpl2/send-pr/dist/send-pr/
H A Dinstall-sid.sh31 TEMP=/tmp/sp$$
66 sed -e "s/^SUBMITTER=.*/SUBMITTER=${SUBMITTER}/" $SPPATH > $TEMP
68 if grep $SUBMITTER $TEMP > /dev/null; then
71 cp $TEMP $SPPATH &&
73 rm -f $TEMP $SPPATH.orig ||
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Drun_doxygen236 sed -e '/<path>/d' libstdc++.tag > TEMP
237 mv TEMP libstdc++.tag
299 sed "s=${oldh/\\/.}=${newh}=" $f > TEMP && mv TEMP $f
315 }' $f > TEMP
316 mv TEMP $f
324 &/' $f > TEMP
325 mv TEMP $f
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Drun_doxygen217 sed -e '/<path>/d' libstdc++.tag > TEMP
218 mv TEMP libstdc++.tag
272 sed 's=${oldh}=${newh}=' $f > TEMP
273 mv TEMP $f
289 }' $f > TEMP
290 mv TEMP $f
298 &/' $f > TEMP
299 mv TEMP $f
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dkeccak1600-ppc64.pl60 $TEMP=$LOCALS+6*$SIZE_T;
88 std $A[0][4],`$TEMP+0`($sp)
90 std $A[1][4],`$TEMP+8`($sp)
92 std $A[2][4],`$TEMP+16`($sp)
94 std $A[3][4],`$TEMP+24`($sp)
152 ld $A[0][4],`$TEMP+0`($sp)
154 ld $A[1][4],`$TEMP+8`($sp)
156 ld $A[2][4],`$TEMP+16`($sp)
158 ld $A[3][4],`$TEMP+24`($sp)
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dkeccak1600-ppc64.pl64 $TEMP=$LOCALS+6*$SIZE_T;
92 std $A[0][4],`$TEMP+0`($sp)
94 std $A[1][4],`$TEMP+8`($sp)
96 std $A[2][4],`$TEMP+16`($sp)
98 std $A[3][4],`$TEMP+24`($sp)
156 ld $A[0][4],`$TEMP+0`($sp)
158 ld $A[1][4],`$TEMP+8`($sp)
160 ld $A[2][4],`$TEMP+16`($sp)
162 ld $A[3][4],`$TEMP+24`($sp)
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dreader.c136 if (p->n_op == TEMP && in cktree()
209 if (p->n_op != ASSIGN || p->n_left->n_op != TEMP) in stkarg()
212 if (p->n_op != ASSIGN || p->n_left->n_op != TEMP) in stkarg()
248 if (p->n_op != ADDROF || p->n_left->n_op != TEMP) in findaof()
864 case TEMP: in geninsn()
1317 case TEMP: in e2print()
1371 if (p->n_op == TEMP) { in deltemp()
1431 if ((q->n_op == REG || (q->n_op == TEMP && !sharp)) &&
1434 if (q->n_op == REG || (q->n_op == TEMP && !sharp)) {
1467 (ql->n_op==REG || (ql->n_op==TEMP && !sharp)) &&
[all …]
H A Dregs.c236 if (p->n_op == TEMP) { in nsucomp()
317 if (p->n_op == TEMP) in nsucomp()
888 if (p->n_op == TEMP || VALIDREG(p)) in setlive()
971 if (p->n_left->n_op != REG && p->n_left->n_op != TEMP) { in setxarg()
1040 (p->n_left->n_op == TEMP || VALIDREG(p->n_left))) { in insnwalk()
1041 lr = p->n_left->n_op == TEMP ? nblock : ablock; in insnwalk()
1048 if (rv && (q->visit & INREGS || o == TEMP || VALIDREG(p))) in insnwalk()
1187 (p->n_left->n_op == TEMP || p->n_left->n_op == REG)) { in insnwalk()
1217 case TEMP: in insnwalk()
1219 rr = (o == TEMP ? &nblock[i] : &ablock[i]); in insnwalk()
[all …]
H A Doptim2.c45 #define mktemp(n, t) mklnode(TEMP, 0, n, t)
1092 if (p->n_left->n_op != TEMP) in searchasg()
1251 if (t->n_op == ASSIGN && t->n_left->n_op == TEMP) { in renamevarhelper()
1267 if (t->n_op == TEMP) { in renamevarhelper()
1635 case TEMP: in flownodeprint()
2028 if ((o = p->n_op) == TEMP || VALIDREG(p)) { in unionize()
2030 if (o == TEMP) in unionize()
2036 if (p->n_left->n_op == TEMP || VALIDREG(p)) { in unionize()
2038 if (p->n_left->n_op == TEMP) in unionize()
2071 if (XASMVAL(cw) == 'g' && p->n_op != TEMP && p->n_op != REG) in xasmionize()
[all …]
H A Dnode.h148 #define TEMP 8 macro
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dkx509.asn110 KX509-STATUS-CLIENT-TEMP(3),
12 KX509-STATUS-SERVER-TEMP(5),
/netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
H A Dtaint.t16 ($ENV{TEMP}) = $ENV{TEMP} =~ m/^.*$/gmsx; # untaint $ENV{TEMP}
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Daspeed-bmc-facebook-yosemitev2.dts179 //INLET TEMP
183 //OUTLET TEMP
/netbsd-src/external/gpl2/groff/dist/contrib/grap2graph/
H A Dgrap2graph.sh59 for d in "$GROFF_TMPDIR" "$TMPDIR" "$TMP" "$TEMP" /tmp; do
/netbsd-src/external/gpl2/groff/dist/contrib/eqn2graph/
H A Deqn2graph.sh63 for d in "$GROFF_TMPDIR" "$TMPDIR" "$TMP" "$TEMP" /tmp; do
/netbsd-src/external/gpl2/groff/dist/contrib/pic2graph/
H A Dpic2graph.sh73 for d in "$GROFF_TMPDIR" "$TMPDIR" "$TMP" "$TEMP" /tmp; do
/netbsd-src/sys/dev/ic/
H A Dmb89352reg.h70 #define TEMP 0x0b /* Temporary Register (R/W) */ macro
H A Dmb89352.c224 bus_space_write_1(iot, ioh, TEMP, 0); in spc_find()
353 bus_space_write_1(iot, ioh, TEMP, 0); in spc_reset()
683 bus_space_write_1(iot, ioh, TEMP, in spc_select()
996 msg = bus_space_read_1(iot, ioh, TEMP); in spc_msgin()
1735 sc->sc_selid = bus_space_read_1(iot, ioh, TEMP); in spc_intr()
2007 acb->target_stat = bus_space_read_1(iot, ioh, TEMP); in spc_intr()
2172 bus_space_read_1(iot, ioh, TEMP), in spc_dump89352()
/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dhttp.errors42 503 TEMP Service Unavailable
H A Dftp.errors7 120 TEMP Service ready in a few minutes
/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dhttp.errors43 503 TEMP Service Unavailable
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dcreate_unbound_ad_servers.cmd11 set work_dir=%TEMP%
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man5/
H A Dconfig.pod326 the B<TEMP> or B<TMP> environment variables but they may not be
330 default section both values can be looked up with B<TEMP> taking
335 TEMP=$ENV::TMP
336 # The above value is used if TEMP isn't in the environment
337 tmpfile=${ENV::TEMP}/tmp.filename

12345