HomeSort by relevance Sort by last modified time
    Searched defs:STEP (Results 1 - 25 of 26) 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...]
  /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
198 ptr_hf += STEP;
205 for (i = 0; i < L_SUBFR; i += STEP)
212 for (j = 1; j < L_SUBFR; j += STEP)
232 for (i0 = 0; i0 < L_SUBFR; i0 += STEP)
237 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...]
  /external/chromium_org/third_party/freetype/src/base/
md5.c 59 #define STEP(f, a, b, c, d, x, t, s) \
112 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
113 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
114 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
115 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
116 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
117 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
118 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
119 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
120 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7
    [all...]
  /external/freetype/src/base/
md5.c 60 #define STEP(f, a, b, c, d, x, t, s) \
113 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
114 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
115 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
116 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
117 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
118 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
119 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
120 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
121 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
md5.c 59 #define STEP(f, a, b, c, d, x, t, s) \
112 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
113 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
114 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
115 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
116 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
117 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
118 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
119 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
120 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_md5.cc 22 #define STEP(f, a, b, c, d, x, t, s) \
60 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
61 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
62 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
63 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
64 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
65 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
66 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
67 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
68 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, MIC, INVA ) \
60 STEP( 0, -32, 13107 );
61 STEP( 0, -32, 13107 );
62 STEP( 2048, -16, 13107 );
63 STEP( -2560, -16, 13107 );
65 STEP( 94, -8, 19223 );
66 STEP( -1792, -8, 17476 );
67 STEP( -341, -4, 31454 );
68 STEP( -1144, -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/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsmd5.c 62 #define STEP(f, w, x, y, z, data, s) \
77 STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
78 STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
79 STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
80 STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
81 STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
82 STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12);
83 STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17);
84 STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22);
85 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 21 int STEP = 4;
31 for (i = 0; i < len; i+=STEP) {
  /external/valgrind/main/VEX/useful/
fp_80_64.c 552 int STEP = 1;
568 for (b9 = 0; b9 < 256; b9 += STEP) {
569 for (b8 = 0; b8 < 256; b8 += STEP) {
570 for (b7 = 0; b7 < 256; b7 += STEP) {
594 int STEP = 1;
610 for (b7 = 0; b7 < 256; b7 += STEP) {
611 for (b6 = 0; b6 < 256; b6 += STEP) {
612 for (b5 = 0; b5 < 256; b5 += STEP) {
  /packages/apps/FMRadio/src/com/android/fmradio/
FmUtils.java 49 // station step
50 private static final int STEP = 1;
90 int result = station + STEP;
105 int result = station - STEP;
  /frameworks/base/services/core/java/com/android/server/
AssetAtlasService.java 88 private static final int STEP = 64;
405 new ComputeWorker(MIN_SIZE, MAX_SIZE, STEP, bitmaps, pixelCount, results, null).run();
408 int end = MAX_SIZE - (cpuCount - 1) * STEP;
409 int step = STEP * cpuCount; local
413 for (int i = 0; i < cpuCount; i++, start += STEP, end += STEP) {
414 ComputeWorker worker = new ComputeWorker(start, end, step,
670 * @param step The number of pixels to increment the texture width by at each step
    [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...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 

Completed in 630 milliseconds

1 2