Searched refs:phases (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rc4/asm/
H A Drc4-ia64.pl125 # phases of the loop are strangly mingled together. In
167 $phases = 4; # number of stages/phases in the pipelined-loop
192 $threshold = (3 * ($phases * ($unroll_count + 1)) + 7);
285 if ($byte_num == 0 && $iteration >= $phases) {
288 if ($iteration == (1 + $unroll_count) * $phases - 1) {
294 $unroll_count * $phases);
296 $unroll_count * $phases);
631 Unrolled loop count = (Remainder - ($unroll_count+1)*$phases)/($unroll_count*$phases)
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/driver/
H A Ddriver.c61 enum phases { DEFAULT, PREPROCESS, COMPILE, ASSEMBLE, LINK } last_phase = enum
129 set_last_phase(enum phases phase)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A DcompareSumTests350 subtests. For these tests, if one of the phases fails, we
/netbsd-6-1-5-RELEASE/sys/dev/microcode/siop/
H A Dncr53cxxx.c132 char *phases[] = { variable
722 if (reserved (phases[i], t)) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn.tex155 LibTomMath can configured at build time in three phases we shall call ``depends'', ``tweaks'' and ``trims''.
H A Dtommath.tex1245 particular with the pointer aliases to highlight code phases. For example, a Comba multiplier (discussed in chapter six)
1246 will typically have three different phases. First the temporaries are initialized, then the columns calculated and
5474 After both phases of estimation the quotient digit may still be off by a value of one\footnote{This is similar to the error introduced

Completed in 207 milliseconds