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

/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.c61 #define ROUND(f, a, b, c, d, x, s) \ macro
75 ROUND(F, a, b, c, d, in[0] + K1, 3);
76 ROUND(F, d, a, b, c, in[1] + K1, 7);
77 ROUND(F, c, d, a, b, in[2] + K1, 11);
78 ROUND(F, b, c, d, a, in[3] + K1, 19);
79 ROUND(F, a, b, c, d, in[4] + K1, 3);
80 ROUND(F, d, a, b, c, in[5] + K1, 7);
81 ROUND(F, c, d, a, b, in[6] + K1, 11);
82 ROUND(F, b, c, d, a, in[7] + K1, 19);
85 ROUND(
110 #undef ROUND macro
[all...]
/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/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/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h67 OP11(ROUND)
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu.h848 #define ROUND(OP) \ macro
879 ROUND(RNDZ)
880 ROUND(RNDE)
885 #undef ROUND macro
H A Dbrw_eu_emit.c863 #define ROUND(OP) \ macro
906 ROUND(RNDZ)
907 ROUND(RNDE)
/external/openssh/openbsd-compat/
H A Dbsd-snprintf.c664 static LLONG ROUND(LDOUBLE value) function
774 fracpart = ROUND((POW10(max)) * (ufvalue - intpart));
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp289 OP1_(ROUND_NE, ROUND);
/external/freetype/src/smooth/
H A Dftgrays.c325 #define ROUND( x ) ( ( (x) + ONE_PIXEL / 2 ) & -ONE_PIXEL ) macro
/external/pdfium/third_party/freetype/src/smooth/
H A Dftgrays.c305 #define ROUND( x ) ( ( (x) + ONE_PIXEL / 2 ) & -ONE_PIXEL ) macro
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp469 NV50_IR_OPCODE_CASE(ROUND, CVT);
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 586 milliseconds