HomeSort by relevance Sort by last modified time
    Searched defs:STEP (Results 1 - 25 of 36) sorted by null

1 2

  /system/core/toolbox/upstream-netbsd/lib/libc/string/
swab.c 63 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp
66 STEP;
72 STEP;
77 STEP; STEP; STEP; STEP;
78 STEP; STEP; STEP; STEP
    [all...]
  /art/test/998-redefine-use-after-free/src/
Main.java 22 public static final int STEP = 100;
25 for (int i = 0; i < REPS; i += STEP) {
26 runSeveralTimes(STEP);
  /external/jemalloc/test/unit/
smoothstep.c 4 #define STEP(step, h, x, y) \
7 #undef STEP
57 (KQU(1) << SMOOTHSTEP_BFP), "Last step must equal 1");
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
cor_h_x.c 33 #define STEP 4
52 for (i = 0; i < L_SUBFR; i += STEP)
c2t64fx.c 31 #define STEP 2
201 ptr_hf += STEP;
208 for (i = 0; i < L_SUBFR; i += STEP)
215 for (j = 1; j < L_SUBFR; j += STEP)
235 for (i0 = 0; i0 < L_SUBFR; i0 += STEP)
240 for (i1 = 1; i1 < L_SUBFR; i1 += STEP)
c4t64fx.c 65 #define STEP 4
306 for (j = i; j < L_SUBFR; j += STEP)
464 ptr_hf += STEP;
513 ptr_hf += STEP;
525 for (i = k; i < L_SUBFR; i += STEP)
533 for (; j < L_SUBFR; j += STEP)
571 i = ix >> 2; /* ix / STEP */
572 j = iy >> 2; /* iy / STEP */
575 i = (i << 4) + j; /* (ix/STEP)*NB_POS + (iy/STEP) */
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/
CreateBootDisk.bat 22 set STEP=1
28 if "%4"=="step2" (@set STEP=2) else @set TARGET_ARCH=%4
29 if "%5"=="step2" @set STEP=2
84 if "%STEP%"=="2" goto CreateUsb_FAT16_step2
105 if "%STEP%"=="2" goto CreateUsb_FAT32_step2
  /external/freetype/src/base/
md5.c 60 #define STEP(f, a, b, c, d, x, t, s) \
120 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
121 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
122 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
123 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
124 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
125 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
126 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
127 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
128 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7
    [all...]
  /external/llvm/lib/Support/
MD5.cpp 57 #define STEP(f, a, b, c, d, x, t, s) \
95 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
96 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
97 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
98 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
99 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
100 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
101 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
102 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
103 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
int128.cc 51 #define STEP(T, n, pos, sh) \
61 STEP(uint64, n, pos, 0x20);
63 STEP(uint32, n32, pos, 0x10);
64 STEP(uint32, n32, pos, 0x08);
65 STEP(uint32, n32, pos, 0x04);
68 #undef STEP
  /libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
SliceSpliteratorTest.java 188 static final int STEP = 32;
193 for (int skip = 0; skip < SIZE; skip += STEP) {
195 for (int limit = 0; limit < SIZE; limit += STEP) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_md5.cc 22 #define STEP(f, a, b, c, d, x, t, s) \
58 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
59 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
60 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
61 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
62 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
63 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
64 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
65 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
66 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7
    [all...]
  /external/curl/lib/
md4.c 79 #define STEP(f, a, b, c, d, x, s) \
131 STEP(F, a, b, c, d, SET(0), 3)
132 STEP(F, d, a, b, c, SET(1), 7)
133 STEP(F, c, d, a, b, SET(2), 11)
134 STEP(F, b, c, d, a, SET(3), 19)
135 STEP(F, a, b, c, d, SET(4), 3)
136 STEP(F, d, a, b, c, SET(5), 7)
137 STEP(F, c, d, a, b, SET(6), 11)
138 STEP(F, b, c, d, a, SET(7), 19)
139 STEP(F, a, b, c, d, SET(8), 3
    [all...]
md5.c 248 #define STEP(f, a, b, c, d, x, t, s) \
301 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
302 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
303 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
304 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
305 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
306 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
307 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
308 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
309 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7
    [all...]
  /external/libgsm/src/
lpc.c 98 # define STEP(k) L_ACF[k] += (longword)(sl * sp[ -(k) ]);
103 # define STEP(k) L_ACF[k] += ((longword)sl * sp[ -(k) ]);
111 STEP (0);
113 STEP(0); STEP(1);
115 STEP(0); STEP(1); STEP(2);
117 STEP(0); STEP(1); STEP(2); STEP(3)
    [all...]
rpe.c 62 #undef STEP
63 #define STEP( i, H ) (e[ k + i ] * (longword)H)
71 L_result += STEP( 0, -134 ) ;
72 L_result += STEP( 1, -374 ) ;
73 /* + STEP( 2, 0 ) */
74 L_result += STEP( 3, 2054 ) ;
75 L_result += STEP( 4, 5741 ) ;
76 L_result += STEP( 5, 8192 ) ;
77 L_result += STEP( 6, 5741 ) ;
78 L_result += STEP( 7, 2054 )
    [all...]
short_term.c 53 #undef STEP
54 #define STEP( B_TIMES_TWO, MIC, INVA ) \
60 STEP( 0, -32, 13107 );
61 STEP( 0, -32, 13107 );
62 STEP( 4096, -16, 13107 );
63 STEP( -5120, -16, 13107 );
65 STEP( 188, -8, 19223 );
66 STEP( -3584, -8, 17476 );
67 STEP( -682, -4, 31454 );
68 STEP( -2288, -4, 29708 )
    [all...]
long_term.c 205 # undef STEP
206 # define STEP(k) (longword)wt[k] * dp[k - lambda]
210 L_result = STEP(0) ; L_result += STEP(1) ;
211 L_result += STEP(2) ; L_result += STEP(3) ;
212 L_result += STEP(4) ; L_result += STEP(5) ;
213 L_result += STEP(6) ; L_result += STEP(7)
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsmd5.c 63 #define STEP(f, w, x, y, z, data, s) \
78 STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
79 STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
80 STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
81 STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
82 STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
83 STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12);
84 STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17);
85 STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22);
86 STEP(F1, a, b, c, d, in[8] + 0x698098d8, 7)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
cnst.h 72 #define STEP 5 /* codebook step size */
74 #define STEP_MR102 4 /* codebook step size mode mr102 */
  /packages/apps/Gallery2/jni/filters/
fx.c 45 int STEP = 4;
49 STEP*1,
50 STEP*lutdim_r,
51 STEP*(lutdim_r + 1),
52 STEP*(lutdim_r*lutdim_b),
53 STEP*(lutdim_r*lutdim_b+1),
54 STEP*(lutdim_r*lutdim_b+lutdim_r),
55 STEP*(lutdim_r*lutdim_b+lutdim_r + 1)
63 for (i = start; i < end; i+= STEP)
76 p*=STEP;
    [all...]
wbalance.c 23 int STEP = 4;
33 for (i = 0; i < len; i+=STEP) {
  /external/vulkan-validation-layers/demos/smoke/
Smoke.h 76 STEP,
  /external/valgrind/none/tests/amd64/
fb_test_amd64.c 108 #define STEP(f, a, b, c, d, x, t, s) \
168 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
169 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
170 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
171 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
172 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
173 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
174 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
175 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
176 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 50 private static final Event STEP_EVENT = new Event(Event.STEP, null);
92 public static final int STEP = 3;
138 case Event.STEP:
    [all...]

Completed in 310 milliseconds

1 2