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

/external/compiler-rt/test/profile/Inputs/
H A Dinstrprof-merge-match-lib.c11 int gg = 0; variable
14 gg++;
16 gg--;
/external/clang/test/Sema/
H A Dattr-flag-enum.c17 gg = ~0x1, // no-warning enumerator in enum:flag2
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
H A DSprite.java27 public void draw(Graphics2D gg) { argument
29 gg = (Graphics2D) gg.create();
30 gg.translate(x, y);
31 gg.scale(scaleX, scaleY);
32 gg.drawImage(image, null, isCentered ? -image.getWidth()/2 : 0, isCentered ? -image.getHeight()/2 : 0);
33 gg.dispose();
/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/tensorflow/tensorflow/core/kernels/
H A Dadjust_saturation_op.cc122 float rr, gg, bb; local
135 gg = x;
140 gg = c;
145 gg = c;
150 gg = x;
155 gg = 0;
160 gg = 0;
165 gg = 0;
169 *g = gg + m;
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfft.c73 int16_t dd, ee, ff, gg, hh, ii; local
210 for (gg=0; gg<19; gg++) {
309 for (gg=0; gg<3; gg++) {
311 dd = 12 + 12 * gg;
/external/skia/src/opts/
H A DSkSwizzler_opts.h677 __m128i gg = _mm_or_si128(_mm_and_si128(ga, _mm_set1_epi16(0x00FF)), local
680 __m128i ggga_lo = _mm_unpacklo_epi16(gg, ga);
681 __m128i ggga_hi = _mm_unpackhi_epi16(gg, ga);
705 __m128i gg = _mm_or_si128(g0, _mm_slli_epi16(g0, 8)); local
709 __m128i ggga_lo = _mm_unpacklo_epi16(gg, ga);
710 __m128i ggga_hi = _mm_unpackhi_epi16(gg, ga);
/external/skqp/src/opts/
H A DSkSwizzler_opts.h677 __m128i gg = _mm_or_si128(_mm_and_si128(ga, _mm_set1_epi16(0x00FF)), local
680 __m128i ggga_lo = _mm_unpacklo_epi16(gg, ga);
681 __m128i ggga_hi = _mm_unpackhi_epi16(gg, ga);
705 __m128i gg = _mm_or_si128(g0, _mm_slli_epi16(g0, 8)); local
709 __m128i ggga_lo = _mm_unpacklo_epi16(gg, ga);
710 __m128i ggga_hi = _mm_unpackhi_epi16(gg, ga);
/external/clang/test/Analysis/
H A Dpr22954.c254 struct gg { struct
260 struct gg g0 = {{}, 0};
/external/clang/test/SemaCXX/
H A Dattr-noreturn.cpp115 const GG& gg = GG(); local
H A Duninitialized.cpp709 int gg = g; // Silence unneeded warning member in namespace:U::statics
/external/libffi/testsuite/libffi.call/
H A Dhuge_struct.c49 float gg; member in struct:BigStruct
150 retVal.ee, retVal.ff, retVal.gg, retVal.hh, retVal.ii, (unsigned long)retVal.jj,
309 retVal.ee, retVal.ff, retVal.gg, retVal.hh, retVal.ii, (unsigned long)retVal.jj,
337 retVal.ee, retVal.ff, retVal.gg, retVal.hh, retVal.ii, (unsigned long)retVal.jj,
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dhuge_struct.c49 float gg; member in struct:BigStruct
150 retVal.ee, retVal.ff, retVal.gg, retVal.hh, retVal.ii, (unsigned long)retVal.jj,
309 retVal.ee, retVal.ff, retVal.gg, retVal.hh, retVal.ii, (unsigned long)retVal.jj,
337 retVal.ee, retVal.ff, retVal.gg, retVal.hh, retVal.ii, (unsigned long)retVal.jj,
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dhuge_struct.c49 float gg; member in struct:BigStruct
150 retVal.ee, retVal.ff, retVal.gg, retVal.hh, retVal.ii, (unsigned long)retVal.jj,
309 retVal.ee, retVal.ff, retVal.gg, retVal.hh, retVal.ii, (unsigned long)retVal.jj,
337 retVal.ee, retVal.ff, retVal.gg, retVal.hh, retVal.ii, (unsigned long)retVal.jj,
/external/dng_sdk/source/
H A Ddng_reference.cpp1747 real32 gg; local
1750 #define RGBTone(r, g, b, rr, gg, bb)\
1758 gg = bb + ((rr - bb) * (g - b) / (r - b));\
1770 RGBTone (r, g, b, rr, gg, bb);
1779 RGBTone (b, r, g, bb, rr, gg);
1788 RGBTone (r, b, g, rr, bb, gg);
1800 gg = table.Interpolate (g);
1801 bb = gg;
1815 RGBTone (g, r, b, gg, rr, bb);
1824 RGBTone (b, g, r, bb, gg, r
[all...]
/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...]
/external/toybox/generated/
H A Dglobals.h1285 struct ptr_len gg, GG, pp, PP, ss, tt, uu, UU; member in struct:ps_data

Completed in 1617 milliseconds