Home
last modified time | relevance | path

Searched refs:gg (Results 1 – 25 of 67) sorted by relevance

123

/external/ppp/pppd/
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(A , B , C , D , 2 , gs1);
[all …]
/external/v8/test/webkit/fast/js/kde/
Dmd5-2.js65 function gg(a, b, c, d, x, s, t) function
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(a, b, c, d, x[i+ 9], 5 , 568446438)
[all …]
/external/clang/test/SemaCXX/
Dlambda-expressions.cpp80 [=]() { const G* gg = &g; return gg->a; }; in test() local
81 …[=]() { return [=]{ const G* gg = &g; return gg->a; }(); }; // expected-error {{no matching constr… in test() local
82 …(void)^{ return [=]{ const G* gg = &g; return gg->a; }(); }; // expected-error 2 {{no matching con… in test() local
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfft.c73 int16_t dd, ee, ff, gg, hh, ii; in WebRtcIsacfix_FftRadix16Fastest() local
210 for (gg=0; gg<19; gg++) { in WebRtcIsacfix_FftRadix16Fastest()
309 for (gg=0; gg<3; gg++) { in WebRtcIsacfix_FftRadix16Fastest()
311 dd = 12 + 12 * gg; in WebRtcIsacfix_FftRadix16Fastest()
/external/fio/
Dgfio.c79 static void setup_iops_graph(struct gfio_graphs *gg) in setup_iops_graph() argument
86 gg->read_iops = graph_add_label(g, "Read IOPS"); in setup_iops_graph()
87 gg->write_iops = graph_add_label(g, "Write IOPS"); in setup_iops_graph()
88 gg->trim_iops = graph_add_label(g, "Trim IOPS"); in setup_iops_graph()
89 graph_set_color(g, gg->read_iops, GFIO_READ_R, GFIO_READ_G, GFIO_READ_B); in setup_iops_graph()
90 graph_set_color(g, gg->write_iops, GFIO_WRITE_R, GFIO_WRITE_G, GFIO_WRITE_B); in setup_iops_graph()
91 graph_set_color(g, gg->trim_iops, GFIO_TRIM_R, GFIO_TRIM_G, GFIO_TRIM_B); in setup_iops_graph()
95 gg->iops_graph = g; in setup_iops_graph()
98 static void setup_bandwidth_graph(struct gfio_graphs *gg) in setup_bandwidth_graph() argument
105 gg->read_bw = graph_add_label(g, "Read Bandwidth"); in setup_bandwidth_graph()
[all …]
/external/skia/bench/
DRepeatTileBench.cpp59 int gg = conv_6_to_byte(g); in convert_to_index666() local
62 *colors++ = SkPreMultiplyARGB(0xFF, rr, gg, bb); in convert_to_index666()
DBitmapBench.cpp40 int gg = conv6ToByte(g); in convertToIndex666() local
43 *colors++ = SkPreMultiplyARGB(0xFF, rr, gg, bb); in convertToIndex666()
/external/skia/src/opts/
DSkSwizzler_opts.h671 __m128i gg = _mm_or_si128(_mm_and_si128(ga, _mm_set1_epi16(0x00FF)), in grayA_to_RGBA() local
674 __m128i ggga_lo = _mm_unpacklo_epi16(gg, ga); in grayA_to_RGBA()
675 __m128i ggga_hi = _mm_unpackhi_epi16(gg, ga); in grayA_to_RGBA()
699 __m128i gg = _mm_or_si128(g0, _mm_slli_epi16(g0, 8)); in grayA_to_rgbA() local
703 __m128i ggga_lo = _mm_unpacklo_epi16(gg, ga); in grayA_to_rgbA()
704 __m128i ggga_hi = _mm_unpackhi_epi16(gg, ga); in grayA_to_rgbA()
/external/clang/test/Sema/
Dattr-flag-enum.c17 gg = ~0x1, // no-warning enumerator
Dasm.c101 extern int gg asm ("gg_asm"); in test10()
/external/dng_sdk/source/
Ddng_reference.cpp1747 real32 gg; in RefBaselineRGBTone() local
1750 #define RGBTone(r, g, b, rr, gg, bb)\ in RefBaselineRGBTone() argument
1758 gg = bb + ((rr - bb) * (g - b) / (r - b));\ in RefBaselineRGBTone()
1770 RGBTone (r, g, b, rr, gg, bb); in RefBaselineRGBTone()
1779 RGBTone (b, r, g, bb, rr, gg); in RefBaselineRGBTone()
1788 RGBTone (r, b, g, rr, bb, gg); in RefBaselineRGBTone()
1800 gg = table.Interpolate (g); in RefBaselineRGBTone()
1801 bb = gg; in RefBaselineRGBTone()
1815 RGBTone (g, r, b, gg, rr, bb); in RefBaselineRGBTone()
1824 RGBTone (b, g, r, bb, gg, rr); in RefBaselineRGBTone()
[all …]
/external/v8/test/webkit/
Drehash-assign.js61 gg = 6;
/external/clang/test/CodeGenObjCXX/
Dencode.mm91 extern const char gg[] = @encode(vector4f);
101 extern const char gg[] = @encode(S);
/external/icu/icu4c/source/data/translit/
Dia_ia_FONIPA.txt27 gg → ɡ;
Des_FONIPA_ja.txt51 gg → ッ | g;
Dja_Latn_ko.txt36 gg → ᆺ | g ;
Des_FONIPA_am.txt26 gg → | g;
Dit_ja.txt31 gg → ッ | g;
DPashto_Latin_BGN.txt79 \u0651گ → gg ; # ARABIC LETTER GAF + SHADDA
80 \u0651ڰ → gg ; # ARABIC LETTER GAF WITH RING + SHADDA
Dit_am.txt33 gg → | g;
/external/elfutils/libcpu/defs/
Di386.doc27 {gg} 00 = b, 01 = w, 10 = d, 11 = <illegal>
/external/v8/test/webkit/fast/js/
Dnumber-toString-expected.txt57 FAIL (1234.567).toString(21) should be 2gg.bj0kf5cfe9. Was 2gg.bj0kf5cfe91hk6fg383b1938ff8d00h4k929…
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java2084 LongArray[] gg = new LongArray[]{ g1z, g2z }; in modInverse() local
2108 return gg[1 - b]; in modInverse()
2113 gg[b].addShiftedByBitsSafe(gg[1 - b], dgg2, j); in modInverse()
2122 dgg1 = gg[b].degreeFrom(dgg1); in modInverse()
/external/skia/src/effects/gradients/
DSkGradientShader.cpp367 unsigned gg = g >> 16; in Build16bitCache() local
369 cache[0] = SkPackRGB16(SkR32ToR16(rr), SkG32ToG16(gg), SkB32ToB16(bb)); in Build16bitCache()
370 cache[kCache16Count] = SkDitherPack888ToRGB16(rr, gg, bb); in Build16bitCache()
379 unsigned gg = g >> 16; in Build16bitCache() local
381 cache[0] = SkPackRGB16(SkR32ToR16(rr), SkG32ToG16(gg), SkB32ToB16(bb)); in Build16bitCache()
/external/toybox/toys/posix/
Dps.c255 struct ptr_len gg, GG, pp, PP, ss, tt, uu, UU;
361 {&TT.gg, SLOT_gid}, {&TT.GG, SLOT_rgid}, {&TT.pp, SLOT_pid}, in shared_match_process()
903 if (pl==&TT.gg || pl==&TT.GG) { in parse_rest()
1023 comma_args(TT.ps.g, &TT.gg, "bad -g", parse_rest); in ps_main()
1093 free(TT.gg.ptr); in ps_main()
1549 comma_args(TT.pgrep.g, &TT.gg, "bad -g", parse_rest); in pgrep_main()

123