HomeSort by: relevance | last modified time | path
    Searched refs:LOOP (Results 1 - 25 of 117) sorted by relevancy

1 2 3 4 5

  /src/crypto/external/apache2/openssl/dist/crypto/rc4/
rc4_enc.c 38 #define LOOP(in, out) \
49 LOOP(indata[0], outdata[0]);
50 LOOP(indata[1], outdata[1]);
51 LOOP(indata[2], outdata[2]);
52 LOOP(indata[3], outdata[3]);
53 LOOP(indata[4], outdata[4]);
54 LOOP(indata[5], outdata[5]);
55 LOOP(indata[6], outdata[6]);
56 LOOP(indata[7], outdata[7]);
66 LOOP(indata[0], outdata[0])
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/rc4/
rc4_enc.c 38 #define LOOP(in,out) \
49 LOOP(indata[0], outdata[0]);
50 LOOP(indata[1], outdata[1]);
51 LOOP(indata[2], outdata[2]);
52 LOOP(indata[3], outdata[3]);
53 LOOP(indata[4], outdata[4]);
54 LOOP(indata[5], outdata[5]);
55 LOOP(indata[6], outdata[6]);
56 LOOP(indata[7], outdata[7]);
66 LOOP(indata[0], outdata[0])
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/rc4/
rc4_enc.c 32 #define LOOP(in,out) \
43 LOOP(indata[0], outdata[0]);
44 LOOP(indata[1], outdata[1]);
45 LOOP(indata[2], outdata[2]);
46 LOOP(indata[3], outdata[3]);
47 LOOP(indata[4], outdata[4]);
48 LOOP(indata[5], outdata[5]);
49 LOOP(indata[6], outdata[6]);
50 LOOP(indata[7], outdata[7]);
60 LOOP(indata[0], outdata[0])
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
display.c 0 /* Loop and vars for tests of display commands
4 #define LOOP 10
19 for( i = 0; i < LOOP; i++ ) { /* set breakpoint 1 here */
20 for( j = 0; j < LOOP; j++ ) {
21 for( k = 0; k < LOOP; k++ ) {
41 for( j = 0; j < LOOP; j++ ) {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
display.c 0 /* Loop and vars for tests of display commands
4 #define LOOP 10
19 for( i = 0; i < LOOP; i++ ) { /* set breakpoint 1 here */
20 for( j = 0; j < LOOP; j++ ) {
21 for( k = 0; k < LOOP; k++ ) {
41 for( j = 0; j < LOOP; j++ ) {
  /src/external/gpl2/lvm2/dist/test/
test-utils.sh 30 echo $LOOP
43 test -n "$LOOP" && losetup -d $LOOP
63 test -n "$LOOP" && return 0
70 if LOOP=`losetup -s -f "$LOOPFILE" 2>/dev/null`; then
72 elif LOOP=`losetup -f` && losetup $LOOP "$LOOPFILE"; then
77 # Iterate through $G_dev_/loop{,/}{0,1,2,3,4,5,6,7}
80 local dev=$G_dev_/loop$slash$i
84 LOOP=$de
    [all...]
  /src/external/bsd/ntp/dist/scripts/stats/
summary.sh 13 LOOP=loop_summary
25 echo " " >>$LOOP
26 echo $f >>$LOOP
27 awk -f loop.awk $f >>$LOOP
30 echo "source("\""loop.S"\"")" >>$SIN
  /src/external/gpl3/binutils/dist/libiberty/
configure.com 28 $ LOOP:
34 $ GOTO LOOP
  /src/external/gpl3/binutils.old/dist/libiberty/
configure.com 28 $ LOOP:
34 $ GOTO LOOP
  /src/external/gpl3/gcc/dist/libiberty/
configure.com 28 $ LOOP:
34 $ GOTO LOOP
  /src/external/gpl3/gcc.old/dist/libiberty/
configure.com 28 $ LOOP:
34 $ GOTO LOOP
  /src/external/gpl3/gdb.old/dist/libiberty/
configure.com 28 $ LOOP:
34 $ GOTO LOOP
  /src/external/gpl3/gdb/dist/libiberty/
configure.com 28 $ LOOP:
34 $ GOTO LOOP
  /src/external/lgpl2/userspace-rcu/dist/tests/unit/
test_lfstack.c 23 #define LOOP 100
38 while (k < LOOP * NR_PRODUCERS) {
48 for (size_t k = 0; k < LOOP; ++k) {
test_wfqueue.c 24 #define LOOP 100
39 while (k < LOOP * NR_PRODUCERS) {
49 for (size_t k = 0; k < LOOP; ++k) {
test_wfstack.c 23 #define LOOP 100
38 while (k < LOOP * NR_PRODUCERS) {
48 for (size_t k = 0; k < LOOP; ++k) {
test_wfcqueue.c 23 #define LOOP 100
67 while (k < LOOP * NR_PRODUCERS) {
77 for (size_t k = 0; k < LOOP; ++k) {
  /src/external/bsd/openldap/dist/tests/
run.in 108 LOOP=1
124 -l | -loop)
127 LOOP=$2
129 echo "Loop variable not an int: $2"
257 while [ $COUNTER -le $LOOP ]; do
258 if [ $LOOP -gt 1 ]; then
259 echo "Running $COUNTER of $LOOP iterations"
274 if [ $LOOP -gt 1 ]; then
275 echo "Failed after $COUNTER of $LOOP iterations"
280 if [ $COUNTER -le $LOOP ]; the
    [all...]
  /src/sys/arch/m68k/fpe/
fpu_div.c 92 * This loop correctly calculates the guard and round bits since they are
96 * only if the remainder R is nonzero when the loop terminates.
98 * Examining the loop above, we can see that the quotient Q is built
224 #define LOOP /* do ... while (bit >>= 1) */ \
237 LOOP; \
259 LOOP;
  /src/sys/arch/sparc/fpu/
fpu_div.c 92 * This loop correctly calculates the guard and round bits since they are
96 * only if the remainder R is nonzero when the loop terminates.
98 * Examining the loop above, we can see that the quotient Q is built
220 #define LOOP /* do ... while (bit >>= 1) */ \
233 LOOP; \
257 LOOP;
  /src/sys/arch/powerpc/fpu/
fpu_div.c 96 * This loop correctly calculates the guard and round bits since they are
100 * only if the remainder R is nonzero when the loop terminates.
102 * Examining the loop above, we can see that the quotient Q is built
249 #define LOOP /* do ... while (bit >>= 1) */ \
262 LOOP; \
286 LOOP;
  /src/external/gpl3/binutils/dist/opcodes/
configure.com 56 $ LOOP:
62 $ GOTO LOOP
  /src/external/gpl3/binutils.old/dist/opcodes/
configure.com 56 $ LOOP:
62 $ GOTO LOOP
  /src/external/gpl3/gdb.old/dist/opcodes/
configure.com 56 $ LOOP:
62 $ GOTO LOOP
  /src/external/gpl3/gdb/dist/opcodes/
configure.com 56 $ LOOP:
62 $ GOTO LOOP

Completed in 32 milliseconds

1 2 3 4 5