HomeSort by relevance Sort by last modified time
    Searched full:reps (Results 26 - 50 of 61) sorted by null

12 3

  /external/quake/quake/src/QW/client/
vid_svgalib.c 109 int i, j, k, plane, reps, repshift, offset, vidpage, off; local
115 reps = 2;
118 reps = 1;
135 for (i=0 ; i<(height << repshift) ; i += reps)
137 for (k=0 ; k<reps ; k++)
152 for (i=0 ; i<(height << repshift) ; i += reps)
154 for (j=0 ; j<reps ; j++)
173 int i, j, k, plane, reps, repshift, offset, vidpage, off; local
179 reps = 2;
182 reps = 1
    [all...]
snd_mix.c 71 int reps; local
85 reps = 0;
98 if (++reps > 10000)
150 int reps; local
172 reps = 0;
185 if (++reps > 10000)
snd_win.c 189 int reps; local
367 reps = 0;
378 if (++reps > 10000)
vid_win.c 2456 int i, j, reps, repshift; local
2551 int i, j, reps, repshift; local
    [all...]
snd_dma.c 583 int reps; local
586 reps = 0;
597 if (++reps > 10000)
  /external/quake/quake/src/WinQuake/
vid_svgalib.cpp 108 int i, j, k, plane, reps, repshift, offset, vidpage, off; local
114 reps = 2;
117 reps = 1;
134 for (i=0 ; i<(height << repshift) ; i += reps)
136 for (k=0 ; k<reps ; k++)
151 for (i=0 ; i<(height << repshift) ; i += reps)
153 for (j=0 ; j<reps ; j++)
172 int i, j, k, plane, reps, repshift, offset, vidpage, off; local
178 reps = 2;
181 reps = 1
    [all...]
snd_mix.cpp 79 int reps; local
93 reps = 0;
106 if (++reps > 10000)
158 int reps; local
180 reps = 0;
193 if (++reps > 10000)
snd_win.cpp 191 int reps; local
369 reps = 0;
380 if (++reps > 10000)
vid_win.cpp 2416 int i, j, reps, repshift; local
2511 int i, j, reps, repshift; local
    [all...]
net_dgrm.cpp 1224 int reps; local
1251 for (reps = 0; reps < 3; reps++)
    [all...]
snd_dma.cpp 587 int reps; local
590 reps = 0;
601 if (++reps > 10000)
  /external/opencv/cv/src/
cvlinefit.cpp 340 float _param, float reps, float aeps, float *line )
349 float rdelta = reps != 0 ? reps : 1.0f;
489 float _param, float reps, float aeps, float *line )
498 float rdelta = reps != 0 ? reps : 1.0f;
641 double reps, double aeps, float *line )
685 if( reps < 0 || aeps < 0 )
686 CV_ERROR( CV_StsOutOfRange, "Both reps and aeps must be non-negative" );
714 dist, (float)param, (float)reps, (float)aeps, line ))
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 243 default: // TODO(kenton): Support other string reps.
274 default: // TODO(kenton): Support other string reps.
391 default: // TODO(kenton): Support other string reps.
493 default: // TODO(kenton): Support other string reps.
533 default: // TODO(kenton): Support other string reps.
579 default: // TODO(kenton): Support other string reps.
754 default: // TODO(kenton): Support other string reps.
773 default: // TODO(kenton): Support other string reps.
793 default: // TODO(kenton): Support other string reps.
815 default: // TODO(kenton): Support other string reps
    [all...]
dynamic_message.cc 110 default: // TODO(kenton): Support other string reps.
130 default: // TODO(kenton): Support other string reps.
274 default: // TODO(kenton): Support other string reps.
346 default: // TODO(kenton): Support other string reps.
362 default: // TODO(kenton): Support other string reps.
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
DexTranslationAdvice.java 80 // These only have 8 bit cst reps
  /dalvik/dx/src/com/android/dx/rop/code/
DexTranslationAdvice.java 87 // These only have 8 bit cst reps
  /external/valgrind/main/perf/
bigcode.c 54 printf("%d copies of f(), %d reps\n", n_fns, n_reps);
vg_perf 59 --reps=<n> number of repeats for each program [1]
132 if ($arg =~ /^--reps=(\d+)$/) {
134 if ($n_reps < 1) { die "bad --reps value: $n_reps\n"; }
vg_perf.in 59 --reps=<n> number of repeats for each program [1]
132 if ($arg =~ /^--reps=(\d+)$/) {
134 if ($n_reps < 1) { die "bad --reps value: $n_reps\n"; }
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.post.exp 51 # Total reps: 0
52 # Unique reps: 0
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.post.exp 53 # Total reps: 0
54 # Unique reps: 0
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.post.exp 46 # Total reps: 0
47 # Unique reps: 0
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.post.exp 45 # Total reps: 0
46 # Unique reps: 0
  /external/opencv/cv/include/
cvcompat.h 433 void *param, float reps, float aeps, float* line )
438 cvFitLine( &mat, dist, _param, reps, aeps, line );
443 void *param, float reps, float aeps, float* line )
448 cvFitLine( &mat, dist, _param, reps, aeps, line );
    [all...]
  /external/clang/lib/StaticAnalyzer/
README.txt 135 T Reps, S Horwitz, and M Sagiv, POPL '95,

Completed in 1838 milliseconds

12 3