Home
last modified time | relevance | path

Searched refs:ROUND (Results 1 – 25 of 84) sorted by relevance

1234

/external/wpa_supplicant_8/src/crypto/
Daes-internal-enc.c39 #define ROUND(i,d,s) \ in rijndaelEncrypt() macro
47 ROUND(1,t,s); in rijndaelEncrypt()
48 ROUND(2,s,t); in rijndaelEncrypt()
49 ROUND(3,t,s); in rijndaelEncrypt()
50 ROUND(4,s,t); in rijndaelEncrypt()
51 ROUND(5,t,s); in rijndaelEncrypt()
52 ROUND(6,s,t); in rijndaelEncrypt()
53 ROUND(7,t,s); in rijndaelEncrypt()
54 ROUND(8,s,t); in rijndaelEncrypt()
55 ROUND(9,t,s); in rijndaelEncrypt()
[all …]
Daes-internal-dec.c92 #define ROUND(i,d,s) \ in rijndaelDecrypt() macro
100 ROUND(1,t,s); in rijndaelDecrypt()
101 ROUND(2,s,t); in rijndaelDecrypt()
102 ROUND(3,t,s); in rijndaelDecrypt()
103 ROUND(4,s,t); in rijndaelDecrypt()
104 ROUND(5,t,s); in rijndaelDecrypt()
105 ROUND(6,s,t); in rijndaelDecrypt()
106 ROUND(7,t,s); in rijndaelDecrypt()
107 ROUND(8,s,t); in rijndaelDecrypt()
108 ROUND(9,t,s); in rijndaelDecrypt()
[all …]
/external/e2fsprogs/lib/ext2fs/
Ddirhash.c64 #define ROUND(f, a, b, c, d, x, s) \ macro
78 ROUND(F, a, b, c, d, in[0] + K1, 3); in halfMD4Transform()
79 ROUND(F, d, a, b, c, in[1] + K1, 7); in halfMD4Transform()
80 ROUND(F, c, d, a, b, in[2] + K1, 11); in halfMD4Transform()
81 ROUND(F, b, c, d, a, in[3] + K1, 19); in halfMD4Transform()
82 ROUND(F, a, b, c, d, in[4] + K1, 3); in halfMD4Transform()
83 ROUND(F, d, a, b, c, in[5] + K1, 7); in halfMD4Transform()
84 ROUND(F, c, d, a, b, in[6] + K1, 11); in halfMD4Transform()
85 ROUND(F, b, c, d, a, in[7] + K1, 19); in halfMD4Transform()
88 ROUND(G, a, b, c, d, in[1] + K2, 3); in halfMD4Transform()
[all …]
/external/python/cpython3/Modules/_blake2/impl/
Dblake2b-ref.c261 #define ROUND(r) \ in blake2b_compress() macro
272 ROUND( 0 ); in blake2b_compress()
273 ROUND( 1 ); in blake2b_compress()
274 ROUND( 2 ); in blake2b_compress()
275 ROUND( 3 ); in blake2b_compress()
276 ROUND( 4 ); in blake2b_compress()
277 ROUND( 5 ); in blake2b_compress()
278 ROUND( 6 ); in blake2b_compress()
279 ROUND( 7 ); in blake2b_compress()
280 ROUND( 8 ); in blake2b_compress()
[all …]
Dblake2s-ref.c253 #define ROUND(r) \ in blake2s_compress() macro
264 ROUND( 0 ); in blake2s_compress()
265 ROUND( 1 ); in blake2s_compress()
266 ROUND( 2 ); in blake2s_compress()
267 ROUND( 3 ); in blake2s_compress()
268 ROUND( 4 ); in blake2s_compress()
269 ROUND( 5 ); in blake2s_compress()
270 ROUND( 6 ); in blake2s_compress()
271 ROUND( 7 ); in blake2s_compress()
272 ROUND( 8 ); in blake2s_compress()
[all …]
Dblake2b.c327 ROUND( 0 ); in blake2b_compress()
328 ROUND( 1 ); in blake2b_compress()
329 ROUND( 2 ); in blake2b_compress()
330 ROUND( 3 ); in blake2b_compress()
331 ROUND( 4 ); in blake2b_compress()
332 ROUND( 5 ); in blake2b_compress()
333 ROUND( 6 ); in blake2b_compress()
334 ROUND( 7 ); in blake2b_compress()
335 ROUND( 8 ); in blake2b_compress()
336 ROUND( 9 ); in blake2b_compress()
[all …]
Dblake2s.c308 ROUND( 0 ); in blake2s_compress()
309 ROUND( 1 ); in blake2s_compress()
310 ROUND( 2 ); in blake2s_compress()
311 ROUND( 3 ); in blake2s_compress()
312 ROUND( 4 ); in blake2s_compress()
313 ROUND( 5 ); in blake2s_compress()
314 ROUND( 6 ); in blake2s_compress()
315 ROUND( 7 ); in blake2s_compress()
316 ROUND( 8 ); in blake2s_compress()
317 ROUND( 9 ); in blake2s_compress()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DShapeStroke.java19 ROUND, enumConstant
26 case ROUND: in toPaintCap()
27 return Paint.Cap.ROUND; in toPaintCap()
37 ROUND, enumConstant
46 case ROUND: in toPaintJoin()
47 return Paint.Join.ROUND; in toPaintJoin()
/external/llvm-project/libclc/generic/include/clc/
Dconvert.h52 #define _CLC_VECTOR_CONVERT_TO_SUFFIX(ROUND) \ argument
53 _CLC_VECTOR_CONVERT_TO(_sat##ROUND) \
54 _CLC_VECTOR_CONVERT_TO(ROUND)
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dfloat-shrink-compare.ll139 ; CHECK-NEXT: [[ROUND:%.*]] = call float @llvm.round.f32(float %x)
140 ; CHECK-NEXT: [[CMP:%.*]] = fcmp oeq float [[ROUND]], %y
152 ; CHECK-NEXT: [[ROUND:%.*]] = call float @llvm.round.f32(float %x)
153 ; CHECK-NEXT: [[CMP:%.*]] = fcmp oeq float [[ROUND]], %y
165 ; CHECK-NEXT: [[ROUND:%.*]] = call float @llvm.roundeven.f32(float %x)
166 ; CHECK-NEXT: [[CMP:%.*]] = fcmp oeq float [[ROUND]], %y
178 ; CHECK-NEXT: [[ROUND:%.*]] = call float @llvm.roundeven.f32(float %x)
179 ; CHECK-NEXT: [[CMP:%.*]] = fcmp oeq float [[ROUND]], %y
334 ; CHECK-NEXT: [[ROUND:%.*]] = call float @llvm.round.f32(float %x)
335 ; CHECK-NEXT: [[CMP:%.*]] = fcmp oeq float [[ROUND]], %y
[all …]
/external/igt-gpu-tools/assembler/
Dbrw_eu.h147 #define ROUND(OP) \ macro
178 ROUND(RNDZ)
179 ROUND(RNDE)
184 #undef ROUND
/external/boringssl/src/crypto/chacha/asm/
Dchacha-armv8.pl61 sub ROUND { subroutine
206 foreach (&ROUND(0, 4, 8,12)) { eval; }
207 foreach (&ROUND(0, 5,10,15)) { eval; }
457 my @thread3=&ROUND(0,4,8,12);
468 @thread3=&ROUND(0,5,10,15);
807 my @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
826 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
921 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
938 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
Dchacha-armv4.pl64 sub ROUND { subroutine
267 foreach (&ROUND(0, 4, 8,12)) { eval; }
268 foreach (&ROUND(0, 5,10,15)) { eval; }
741 my @thread3=&ROUND(0,4,8,12);
752 @thread3=&ROUND(0,5,10,15);
/external/rust/crates/ring/crypto/chacha/asm/
Dchacha-armv8.pl61 sub ROUND { subroutine
206 foreach (&ROUND(0, 4, 8,12)) { eval; }
207 foreach (&ROUND(0, 5,10,15)) { eval; }
457 my @thread3=&ROUND(0,4,8,12);
468 @thread3=&ROUND(0,5,10,15);
807 my @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
826 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
921 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
938 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
Dchacha-armv4.pl64 sub ROUND { subroutine
269 foreach (&ROUND(0, 4, 8,12)) { eval; }
270 foreach (&ROUND(0, 5,10,15)) { eval; }
743 my @thread3=&ROUND(0,4,8,12);
754 @thread3=&ROUND(0,5,10,15);
/external/libyuv/files/unit_test/
Dcolor_test.cc231 #define ROUND(f) static_cast<int>(f + 0.5f) macro
238 int i = ROUND(f); in RoundToByte()
306 return clamptable[ROUND(f) + 276]; in RoundToByte()
310 int i = ROUND(f); in RoundToByte()
315 int i = ROUND(f); in RoundToByte()
/external/skia/modules/pathkit/
Dexterns.js63 ROUND: {}, property
68 ROUND: {}, property
/external/skqp/modules/pathkit/
Dexterns.js63 ROUND: {}, property
68 ROUND: {}, property
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DDynamicXYPlotActivity.java75 formatter1.getLinePaint().setStrokeJoin(Paint.Join.ROUND); in onCreate()
83 formatter2.getLinePaint().setStrokeJoin(Paint.Join.ROUND); in onCreate()
/external/llvm-project/llvm/test/Transforms/HardwareLoops/ARM/
Dsimple-do.ll97 ; CHECK: [[ROUND:%[^ ]+]] = add i32 %n, -1
98 ; CHECK: [[HALVE:%[^ ]+]] = lshr i32 [[ROUND]], 1
147 ; CHECK: [[ROUND:%[^ ]+]] = add i32 %n, 1
150 ; CHECK: [[SUB:%[^ ]+]] = sub i32 [[ROUND]], [[SMIN]]
/external/python/cpython2/Lib/lib-tk/
DTkconstants.py102 ROUND='round' variable
/external/python/cpython3/Lib/tkinter/
Dconstants.py102 ROUND='round' variable
/external/llvm-project/clang/test/Driver/
Dopencl.cl18 …S -### -cl-fp32-correctly-rounded-divide-sqrt %s 2>&1 | FileCheck --check-prefix=CHECK-ROUND-DIV %s
43 // CHECK-ROUND-DIV: "-cc1" {{.*}} "-cl-fp32-correctly-rounded-divide-sqrt"
/external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/extension/views/
DCircleView.java47 paint.setStrokeCap(Cap.ROUND); in onDraw()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DColorsActivity.java138 mShadowPaint.setStrokeCap(Paint.Cap.ROUND); in ColorView()
139 mShadowPaint.setStrokeJoin(Paint.Join.ROUND); in ColorView()

1234