Searched refs:ROUND (Results 1 - 25 of 27) 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.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/chromium_org/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h67 OP11(ROUND)
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h67 OP11(ROUND)
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp289 OP1_(ROUND_NE, ROUND);
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp289 OP1_(ROUND_NE, ROUND);
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftgrays.c302 #define ROUND( x ) ( ( (x) + ONE_PIXEL / 2 ) & -ONE_PIXEL ) macro
/external/freetype/src/smooth/
H A Dftgrays.c305 #define ROUND( x ) ( ( (x) + ONE_PIXEL / 2 ) & -ONE_PIXEL ) macro
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftgrays.c302 #define ROUND( x ) ( ( (x) + ONE_PIXEL / 2 ) & -ONE_PIXEL ) macro
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc51 #define ROUND(x) ((x) >=0 ? (int)((x) + 0.5) : (int)((x) - 0.5)) macro
3602 playout_delay = ROUND((double(_writtenSamples) /
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp469 NV50_IR_OPCODE_CASE(ROUND, CVT);
/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/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 2058 milliseconds

12