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

1 2 3 4 5

  /external/boringssl/src/crypto/chacha/asm/
chacha-armv4.pl 55 sub ROUND {
70 # 0 4 8 12 < even round
74 # 0 5 10 15 < odd round
83 # them once per round, in the middle. This is why you'll see
252 foreach (&ROUND(0, 4, 8,12)) { eval; }
253 foreach (&ROUND(0, 5,10,15)) { eval; }
726 my @thread3=&ROUND(0,4,8,12);
737 @thread3=&ROUND(0,5,10,15);
chacha-armv8.pl 52 sub ROUND {
198 foreach (&ROUND(0, 4, 8,12)) { eval; }
199 foreach (&ROUND(0, 5,10,15)) { eval; }
445 my @thread3=&ROUND(0,4,8,12);
456 @thread3=&ROUND(0,5,10,15);
791 my @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
810 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
905 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15))
    [all...]
chacha-x86_64.pl 121 sub ROUND { # critical path is 24 cycles per round
134 # 0 4 8 12 < even round
138 # 0 5 10 15 < odd round
147 # them once per round, in the middle. This is why you'll see
290 foreach (&ROUND (0, 4, 8,12)) { eval; }
291 foreach (&ROUND (0, 5,10,15)) { eval; }
405 sub SSSE3ROUND { # critical path is 20 "SIMD ticks" per round
576 # 0 4 8 12 < even round
580 # 0 5 10 15 < odd round
    [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);
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 40 #define ROUND(a) \
422 val_rat.denom = ROUND(1.0/p_3a_params->exp_time);
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 40 #define ROUND(a) \
422 val_rat.denom = ROUND(1.0/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/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/libchrome/crypto/third_party/nss/
sha512.cc 286 #define ROUND(n,a,b,c,d,e,f,g,h) \
295 ROUND(t+0,a,b,c,d,e,f,g,h)
296 ROUND(t+1,h,a,b,c,d,e,f,g)
297 ROUND(t+2,g,h,a,b,c,d,e,f)
298 ROUND(t+3,f,g,h,a,b,c,d,e)
299 ROUND(t+4,e,f,g,h,a,b,c,d)
300 ROUND(t+5,d,e,f,g,h,a,b,c)
301 ROUND(t+6,c,d,e,f,g,h,a,b)
302 ROUND(t+7,b,c,d,e,f,g,h,a)
306 ROUND( 0,a,b,c,d,e,f,g,h
    [all...]
  /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/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.h 848 #define ROUND(OP) \
879 ROUND(RNDZ)
880 ROUND(RNDE)
885 #undef ROUND
brw_eu_emit.c 861 * Sandybridge and later appear to round correctly without an ADD.
863 #define ROUND(OP) \
874 /* turn on round-increments */ \
906 ROUND(RNDZ)
907 ROUND(RNDE)
    [all...]
  /external/openssh/openbsd-compat/
bsd-snprintf.c 664 static LLONG ROUND(LDOUBLE value)
757 if (max == 0) ufvalue += 0.5; /* if max = 0 we must round */
774 fracpart = ROUND((POW10(max)) * (ufvalue - intpart));
  /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 331 #define ROUND( x ) ( ( (x) + ONE_PIXEL / 2 ) & -ONE_PIXEL )
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 324 #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...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java 102 Cap.BUTT, Cap.ROUND, Cap.SQUARE
105 Join.MITER, Join.ROUND, Join.BEVEL
406 ROUND (1),
431 ROUND (1),
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 57 #define ROUND(__sz, __align) (((__sz) + ((__align>>1))) & (~(__align-1)))
    [all...]

Completed in 1577 milliseconds

1 2 3 4 5