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

1 2 3 4 5 6

  /external/boringssl/src/crypto/chacha/asm/
chacha-armv4.pl 62 sub ROUND {
77 # 0 4 8 12 < even round
81 # 0 5 10 15 < odd round
90 # them once per round, in the middle. This is why you'll see
265 foreach (&ROUND(0, 4, 8,12)) { eval; }
266 foreach (&ROUND(0, 5,10,15)) { eval; }
739 my @thread3=&ROUND(0,4,8,12);
750 @thread3=&ROUND(0,5,10,15);
chacha-armv8.pl 60 sub ROUND {
206 foreach (&ROUND(0, 4, 8,12)) { eval; }
207 foreach (&ROUND(0, 5,10,15)) { eval; }
453 my @thread3=&ROUND(0,4,8,12);
464 @thread3=&ROUND(0,5,10,15);
799 my @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
818 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
913 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15))
    [all...]
chacha-x86_64.pl 123 sub ROUND { # critical path is 24 cycles per round
136 # 0 4 8 12 < even round
140 # 0 5 10 15 < odd round
149 # them once per round, in the middle. This is why you'll see
292 foreach (&ROUND (0, 4, 8,12)) { eval; }
293 foreach (&ROUND (0, 5,10,15)) { eval; }
407 sub SSSE3ROUND { # critical path is 20 "SIMD ticks" per round
578 # 0 4 8 12 < even round
582 # 0 5 10 15 < odd round
    [all...]
  /external/python/cpython3/Modules/_blake2/impl/
blake2b-round.h 146 #define ROUND(r) \
blake2s-round.h 77 #define ROUND(r) \
blake2b-ref.c 257 #define ROUND(r) \
268 ROUND( 0 );
269 ROUND( 1 );
270 ROUND( 2 );
271 ROUND( 3 );
272 ROUND( 4 );
273 ROUND( 5 );
274 ROUND( 6 );
275 ROUND( 7 );
276 ROUND( 8 )
    [all...]
blake2s-ref.c 250 #define ROUND(r) \
261 ROUND( 0 );
262 ROUND( 1 );
263 ROUND( 2 );
264 ROUND( 3 );
265 ROUND( 4 );
266 ROUND( 5 );
267 ROUND( 6 );
268 ROUND( 7 );
269 ROUND( 8 )
    [all...]
  /external/wpa_supplicant_8/src/crypto/
aes-internal-enc.c 32 * and add initial round key:
39 #define ROUND(i,d,s) \
47 ROUND(1,t,s);
48 ROUND(2,s,t);
49 ROUND(3,t,s);
50 ROUND(4,s,t);
51 ROUND(5,t,s);
52 ROUND(6,s,t);
53 ROUND(7,t,s);
54 ROUND(8,s,t)
    [all...]
aes-internal-dec.c 37 /* invert the order of the round keys: */
44 /* apply the inverse MixColumn transform to all round keys but the
85 * and add initial round key:
92 #define ROUND(i,d,s) \
100 ROUND(1,t,s);
101 ROUND(2,s,t);
102 ROUND(3,t,s);
103 ROUND(4,s,t);
104 ROUND(5,t,s);
105 ROUND(6,s,t)
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 43 #define ROUND(a) \
426 val_rat.denom = ROUND(1.0/p_3a_params->exp_time);
428 val_rat.num = ROUND(p_3a_params->exp_time);
  /external/e2fsprogs/lib/ext2fs/
dirhash.c 57 * The generic round function. The application is so specific that
62 #define ROUND(f, a, b, c, d, x, s) \
75 /* Round 1 */
76 ROUND(F, a, b, c, d, in[0] + K1, 3);
77 ROUND(F, d, a, b, c, in[1] + K1, 7);
78 ROUND(F, c, d, a, b, in[2] + K1, 11);
79 ROUND(F, b, c, d, a, in[3] + K1, 19);
80 ROUND(F, a, b, c, d, in[4] + K1, 3);
81 ROUND(F, d, a, b, c, in[5] + K1, 7);
82 ROUND(F, c, d, a, b, in[6] + K1, 11)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.h 149 #define ROUND(OP) \
191 ROUND(RNDZ)
192 ROUND(RNDE)
197 #undef ROUND
brw_eu_emit.c     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 43 #define ROUND(a) \
419 val_rat.denom = ROUND(1.0/p_3a_params->exp_time);
421 val_rat.num = ROUND(p_3a_params->exp_time);
  /external/libyuv/files/unit_test/
color_test.cc 231 #define ROUND(f) static_cast<int>(f + 0.5f)
232 // #define ROUND(f) lrintf(f)
233 // #define ROUND(f) static_cast<int>(round(f))
234 // #define ROUND(f) _mm_cvt_ss2si(_mm_load_ss(&f))
238 int i = ROUND(f);
306 return clamptable[ROUND(f) + 276];
310 int i = ROUND(f);
315 int i = ROUND(f);
  /external/libvncserver/common/
zywrletemplate.c 402 ( round pH[x] with pM[x] bit )
403 '&' operator isn't 'round' but is 'floor'.
428 y=f(x) = sign(x)*round( ((abs(x)/(2^7))^ r )* 2^(bo-1) )*2^(8-bo)
429 x=f-1(y) = sign(y)*round( ((abs(y)/(2^7))^(1/r))* 2^(bi-1) )*2^(8-bi)
555 #define ROUND(x) (((x)<0)?0:(((x)>255)?255:(x)))
583 G = ROUND(G); \
584 B = ROUND(B); \
585 R = ROUND(R); \
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 102 ROUND='round'
  /external/python/cpython3/Lib/tkinter/
constants.py 102 ROUND='round'
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 102 ROUND='round'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 102 ROUND='round'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 102 ROUND='round'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 102 ROUND='round'
  /external/freetype/src/smooth/
ftgrays.c 342 #define ROUND( x ) ( ( (x) + ONE_PIXEL / 2 ) & -ONE_PIXEL )
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc 51 #define ROUND(x) ((x) >=0 ? (int)((x) + 0.5) : (int)((x) - 0.5))
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 55 #define ROUND(__sz, __align) (((__sz) + ((__align>>1))) & (~(__align-1)))
    [all...]

Completed in 1138 milliseconds

1 2 3 4 5 6