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

/external/dropbear/libtommath/demo/
H A Dtiming.c83 ulong64 tt, gg, CLK_PER_SEC; local
116 gg = TIMFUNC();
118 gg = (TIMFUNC() - gg) >> 1;
119 if (tt > gg)
120 tt = gg;
137 gg = TIMFUNC();
139 gg = (TIMFUNC() - gg) >> 1;
140 if (tt > gg)
[all...]
/external/skia/bench/
H A DRepeatTileBench.cpp62 int gg = conv6ToByte(g); local
65 *colors++ = SkPreMultiplyARGB(0xFF, rr, gg, bb);
H A DBitmapBench.cpp66 int gg = conv6ToByte(g); local
69 *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/skia/src/effects/gradients/
H A DSkGradientShader.cpp282 unsigned gg = g >> 16; local
284 cache[0] = SkPackRGB16(SkR32ToR16(rr), SkG32ToG16(gg), SkB32ToB16(bb));
285 cache[kCache16Count] = SkDitherPack888ToRGB16(rr, gg, bb);
/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/qemu/android/
H A Dlooper-generic.c236 GLooper* gg = (GLooper*)looper; local
249 glooper_addIo(gg, io);
/external/clang/test/SemaCXX/
H A Duninitialized.cpp396 int gg = g; // Silence unneeded warning member in namespace:statics
/external/skia/legacy/src/effects/
H A DSkGradientShader.cpp533 unsigned gg = g >> 16; local
535 cache[0] = SkPackRGB16(SkR32ToR16(rr), SkG32ToG16(gg), SkB32ToB16(bb));
536 cache[kCache16Count] = SkDitherPack888ToRGB16(rr, gg, bb);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DEnumSetTest.java43 a, b,c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, dd, ee, ff, gg, hh, ii, jj, kk, ll, enum constant in enum:EnumSetTest.EnumFoo
51 a{}, b{}, c{}, d{}, e{}, f{}, g{}, h{}, i{}, j{}, k{}, l{}, m{}, n{}, o{}, p{}, q{}, r{}, s{}, t{}, u{}, v{}, w{}, x{}, y{}, z{}, A{}, B{}, C{}, D{}, E{}, F{}, G{}, H{}, I{}, J{}, K{}, L{}, M{}, N{}, O{}, P{}, Q{}, R{}, S{}, T{}, U{}, V{}, W{}, X{}, Y{}, Z{}, aa{}, bb{}, cc{}, dd{}, ee{}, ff{}, gg{}, hh{}, ii{}, jj{}, kk{}, ll{}, mm{}, enum constant in enum:EnumSetTest.HugeEnumWithInnerClass
55 a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, dd, ee, ff, gg, hh, ii, jj, kk, ll, mm, enum constant in enum:EnumSetTest.HugeEnum
/external/kernel-headers/original/video/
H A Ddsscomp.h104 __s16 gr, gg, gb; member in struct:omap_dss_cpr_coefs

Completed in 283 milliseconds