Searched defs:gg (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/Sema/
H A Dattr-flag-enum.c17 gg = ~0x1, // no-warning enumerator in enum:flag2
/external/skia/bench/
H A DRepeatTileBench.cpp59 int gg = conv_6_to_byte(g); local
62 *colors++ = SkPreMultiplyARGB(0xFF, rr, gg, bb);
H A DBitmapBench.cpp40 int gg = conv6ToByte(g); local
43 *colors++ = SkPreMultiplyARGB(0xFF, rr, gg, bb);
/external/ppp/pppd/
H A Dmd4.c79 #define gg(A,B,C,D,i,s) A = rot((A + g(B,C,D) + X[i] + C2),s) macro
157 gg(A , B , C , D , 0 , gs1); /* Round 2 */
158 gg(D , A , B , C , 4 , gs2);
159 gg(C , D , A , B , 8 , gs3);
160 gg(B , C , D , A , 12 , gs4);
161 gg(A , B , C , D , 1 , gs1);
162 gg(D , A , B , C , 5 , gs2);
163 gg(C , D , A , B , 9 , gs3);
164 gg(B , C , D , A , 13 , gs4);
165 gg(
[all...]
/external/v8/test/webkit/fast/js/kde/
H A Dmd5-2.js65 function gg(a, b, c, d, x, s, t)
113 a = gg(a, b, c, d, x[i+ 1], 5 , -165796510)
114 d = gg(d, a, b, c, x[i+ 6], 9 , -1069501632)
115 c = gg(c, d, a, b, x[i+11], 14, 643717713)
116 b = gg(b, c, d, a, x[i+ 0], 20, -373897302)
117 a = gg(a, b, c, d, x[i+ 5], 5 , -701558691)
118 d = gg(d, a, b, c, x[i+10], 9 , 38016083)
119 c = gg(c, d, a, b, x[i+15], 14, -660478335)
120 b = gg(b, c, d, a, x[i+ 4], 20, -405537848)
121 a = gg(
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dfft.c73 WebRtc_Word16 dd, ee, ff, gg, hh, ii; local
210 for (gg=0; gg<19; gg++) {
309 for (gg=0; gg<3; gg++) {
311 dd = 12 + (WebRtc_Word16)WEBRTC_SPL_MUL_16_16(12, gg);
/external/skia/src/effects/gradients/
H A DSkGradientShader.cpp364 unsigned gg = g >> 16; local
366 cache[0] = SkPackRGB16(SkR32ToR16(rr), SkG32ToG16(gg), SkB32ToB16(bb));
367 cache[kCache16Count] = SkDitherPack888ToRGB16(rr, gg, bb);
/external/clang/test/SemaCXX/
H A Duninitialized.cpp709 int gg = g; // Silence unneeded warning member in namespace:U::statics
/external/fio/
H A Dgfio.c79 static void setup_iops_graph(struct gfio_graphs *gg) argument
86 gg->read_iops = graph_add_label(g, "Read IOPS");
87 gg->write_iops = graph_add_label(g, "Write IOPS");
88 gg->trim_iops = graph_add_label(g, "Trim IOPS");
89 graph_set_color(g, gg->read_iops, GFIO_READ_R, GFIO_READ_G, GFIO_READ_B);
90 graph_set_color(g, gg->write_iops, GFIO_WRITE_R, GFIO_WRITE_G, GFIO_WRITE_B);
91 graph_set_color(g, gg->trim_iops, GFIO_TRIM_R, GFIO_TRIM_G, GFIO_TRIM_B);
95 gg->iops_graph = g;
98 static void setup_bandwidth_graph(struct gfio_graphs *gg) argument
105 gg
[all...]

Completed in 354 milliseconds