Searched refs:ROUND (Results 1 - 25 of 38) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal-enc.c39 #define ROUND(i,d,s) \ macro
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);
55 ROUND(
81 #undef ROUND macro
[all...]
H A Daes-internal-dec.c92 #define ROUND(i,d,s) \ macro
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);
106 ROUND(7,t,s);
107 ROUND(8,s,t);
108 ROUND(
134 #undef ROUND macro
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal-enc.c39 #define ROUND(i,d,s) \ macro
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);
55 ROUND(
81 #undef ROUND macro
[all...]
H A Daes-internal-dec.c92 #define ROUND(i,d,s) \ macro
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);
106 ROUND(7,t,s);
107 ROUND(8,s,t);
108 ROUND(
134 #undef ROUND macro
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal-enc.c39 #define ROUND(i,d,s) \ macro
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);
55 ROUND(
81 #undef ROUND macro
[all...]
H A Daes-internal-dec.c92 #define ROUND(i,d,s) \ macro
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);
106 ROUND(7,t,s);
107 ROUND(8,s,t);
108 ROUND(
134 #undef ROUND macro
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Ddirhash.c62 #define ROUND(f, a, b, c, d, x, s) \ macro
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);
83 ROUND(F, b, c, d, a, in[7] + K1, 19);
86 ROUND(
111 #undef ROUND macro
[all...]
/external/libchrome/crypto/third_party/nss/
H A Dsha512.cc286 #define ROUND(n,a,b,c,d,e,f,g,h) \ macro
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(
388 #undef ROUND macro
[all...]
/external/valgrind/coregrind/
H A Dlink_tool_exe_solaris.in60 LOAD_SEGMENT text { VADDR = $ala; ROUND = 0x1000 };
61 LOAD_SEGMENT data { ROUND = 0x1000 };
/external/python/cpython2/Lib/lib-tk/
H A DTkconstants.py102 ROUND='round' variable
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu.h149 #define ROUND(OP) \ macro
191 ROUND(RNDZ)
192 ROUND(RNDE)
197 #undef ROUND macro
H A Dbrw_eu_emit.c1019 #define ROUND(OP) \ macro
1070 ROUND(RNDZ)
1071 ROUND(RNDE)
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DDynamicXYPlotActivity.java75 formatter1.getLinePaint().setStrokeJoin(Paint.Join.ROUND);
83 formatter2.getLinePaint().setStrokeJoin(Paint.Join.ROUND);
/external/libyuv/files/unit_test/
H A Dcolor_test.cc231 #define ROUND(f) static_cast<int>(f + 0.5f) macro
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/boringssl/src/crypto/chacha/asm/
H A Dchacha-armv8.pl60 sub ROUND { subroutine
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(
[all...]
H A Dchacha-armv4.pl62 sub ROUND { subroutine
261 foreach (&ROUND(0, 4, 8,12)) { eval; }
262 foreach (&ROUND(0, 5,10,15)) { eval; }
735 my @thread3=&ROUND(0,4,8,12);
746 @thread3=&ROUND(0,5,10,15);
H A Dchacha-x86_64.pl121 sub ROUND { # critical path is 24 cycles per round subroutine
290 foreach (&ROUND (0, 4, 8,12)) { eval; }
291 foreach (&ROUND (0, 5,10,15)) { eval; }
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DLineAndPointFormatter.java115 vertexPaint.setStrokeCap(Paint.Cap.ROUND);
/external/libvncserver/common/
H A Dzywrletemplate.c555 #define ROUND(x) (((x)<0)?0:(((x)>255)?255:(x))) macro
583 G = ROUND(G); \
584 B = ROUND(B); \
585 R = ROUND(R); \
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
H A DColorsActivity.java138 mShadowPaint.setStrokeCap(Paint.Cap.ROUND);
139 mShadowPaint.setStrokeJoin(Paint.Join.ROUND);
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h82 OP11(ROUND)
/external/openssh/openbsd-compat/
H A Dbsd-snprintf.c652 static LLONG ROUND(LDOUBLE value) function
762 fracpart = ROUND((POW10(max)) * (ufvalue - intpart));
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Da2xx.xml.h186 ROUND = 1, enumerator in enum:a2xx_pa_roundmode
/external/freetype/src/smooth/
H A Dftgrays.c331 #define ROUND( x ) ( ( (x) + ONE_PIXEL / 2 ) & -ONE_PIXEL ) macro
/external/pdfium/third_party/freetype/src/smooth/
H A Dftgrays.c324 #define ROUND( x ) ( ( (x) + ONE_PIXEL / 2 ) & -ONE_PIXEL ) macro

Completed in 649 milliseconds

12