HomeSort by relevance Sort by last modified time
    Searched defs:cg (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/clang/test/CodeGenCXX/
cfi-nvcall.cpp 25 // CHECK-LABEL: @cg
26 // CHECK-STRICT-LABEL: @cg
27 extern "C" void cg(C *c) { function
  /cts/tests/tests/systemui/src/android/systemui/cts/
ColorUtils.java 49 final float cg = (V - g) / vtemp; local
53 H = cb - cg;
57 H = 4 + cg - cr;
  /external/libnl/lib/route/cls/
cgroup.c 39 struct rtnl_cgroup *cg = rtnl_cls_data(cls); local
41 rtnl_ematch_tree_free(cg->cg_ematch);
46 struct rtnl_cgroup *cg = rtnl_cls_data(cls); local
57 &cg->cg_ematch)) < 0)
59 cg->cg_mask |= CGROUP_ATTR_EMATCH;
73 struct rtnl_cgroup *cg = rtnl_cls_data(cls); local
75 if (cg->cg_mask & CGROUP_ATTR_EMATCH)
83 struct rtnl_cgroup *cg = rtnl_cls_data(cls); local
85 if (cg->cg_mask & CGROUP_ATTR_EMATCH) {
88 rtnl_ematch_tree_dump(cg->cg_ematch, p)
99 struct rtnl_cgroup *cg = rtnl_cls_data(cls); local
116 struct rtnl_cgroup *cg = rtnl_cls_data(cls); local
    [all...]
  /external/skia/src/core/
SkColorSpace.cpp 183 Sk4f cr, cg, cb; local
184 cg = Sk4f::Load(m.fMat + 3);
196 cg = cg * Sk4f(1, 1, 1, 0);
204 (cr * r + cg * g + cb * b + a).store(&dst[i]);
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 114 // here we make a ceep copy of the pixels, since CG won't take our
162 void SkCGDrawBitmap(CGContextRef cg, const SkBitmap& bm, float x, float y) {
168 CGContextSaveGState(cg);
169 CGContextTranslateCTM(cg, x, r.size.height + y);
170 CGContextScaleCTM(cg, 1, -1);
172 CGContextDrawImage(cg, r, img);
174 CGContextRestoreGState(cg);
265 CGContextRef cg = CGBitmapContextCreate(pixels, info.width(), info.height(), bitsPerComponent, local
268 if (nullptr == cg) {
272 // use this blend mode, to avoid having to erase the pixels first, and to avoid CG performin
    [all...]
  /toolchain/binutils/binutils-2.25/gprof/
gprof.c 187 Sym **cg = 0; local
587 cg = cg_assemble ();
606 if (cg && (output_style & STYLE_CALL_GRAPH) && bsd_style_output)
609 cg_print (cg);
618 if (cg && (output_style & STYLE_CALL_GRAPH))
623 cg_print (cg);
symtab.h 100 cg;
99 cg; member in struct:sym
  /external/mdnsresponder/mDNSPosix/
Identify.c 363 CacheGroup *cg; local
365 FORALL_CACHERECORDS(slot, cg, rr) mDNS_PurgeCacheResourceRecord(m, rr);
  /external/opencv3/3rdparty/libtiff/
tif_predict.c 255 unsigned int cg = cp[1]; local
261 cp[1] = (char) (cg += cp[1]);
268 unsigned int cg = cp[1]; local
275 cp[1] = (char) (cg += cp[1]);
tif_pixarlog.c 117 register unsigned int cr, cg, cb, ca, mask; local
124 t1 = ToLinearF[cg = (wp[1] & mask)];
135 t1 = ToLinearF[(cg += wp[1]) & mask];
143 t1 = ToLinearF[cg = (wp[1] & mask)];
156 t1 = ToLinearF[(cg += wp[1]) & mask];
180 register unsigned int cr, cg, cb, ca, mask; local
190 t1 = ToLinearF[cg = (wp[1] & mask)] * SCALE12;
201 t1 = ToLinearF[(cg += wp[1]) & mask] * SCALE12;
209 t1 = ToLinearF[cg = (wp[1] & mask)] * SCALE12;
222 t1 = ToLinearF[(cg += wp[1]) & mask] * SCALE12
248 register unsigned int cr, cg, cb, ca, mask; local
299 register unsigned int cr, cg, cb, ca, mask; local
343 register unsigned int cr, cg, cb, ca, mask; local
392 register unsigned int cr, cg, cb, ca, mask; local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_predict.c 280 unsigned int cg = cp[1]; local
286 cp[1] = (unsigned char) ((cg += cp[1]) & 0xff);
293 unsigned int cg = cp[1]; local
300 cp[1] = (unsigned char) ((cg += cp[1]) & 0xff);
tif_pixarlog.c 117 register unsigned int cr, cg, cb, ca, mask; local
124 t1 = ToLinearF[cg = (wp[1] & mask)];
135 t1 = ToLinearF[(cg += wp[1]) & mask];
143 t1 = ToLinearF[cg = (wp[1] & mask)];
156 t1 = ToLinearF[(cg += wp[1]) & mask];
180 register unsigned int cr, cg, cb, ca, mask; local
190 t1 = ToLinearF[cg = (wp[1] & mask)] * SCALE12;
201 t1 = ToLinearF[(cg += wp[1]) & mask] * SCALE12;
209 t1 = ToLinearF[cg = (wp[1] & mask)] * SCALE12;
222 t1 = ToLinearF[(cg += wp[1]) & mask] * SCALE12
248 register unsigned int cr, cg, cb, ca, mask; local
299 register unsigned int cr, cg, cb, ca, mask; local
343 register unsigned int cr, cg, cb, ca, mask; local
392 register unsigned int cr, cg, cb, ca, mask; local
    [all...]
  /external/skia/gm/
image_pict.cpp 157 const int cg = SkGetPackedG32(c); local
164 int dg = SkAbs32((int)SkGetPackedG32(table[i]) - cg);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
MaterialColorMapUtils.java 161 final float cg = (V - g) / vtemp; local
165 H = cb - cg;
169 H = 4 + cg - cr;
  /external/opencv3/modules/calib3d/test/
test_chesscorners.cpp 441 vector<Point2f> cg; local
442 Mat cb = cbg(bg, camMat, distCoeffs, cg);
448 Point2f c = std::accumulate(cg.begin(), cg.end(), Point2f(), plus<Point2f>()) * (1.f/cg.size());
461 cnt.push_back(cg[ 0]); cnt.push_back(cg[0+2]);
462 cnt.push_back(cg[7+0]); cnt.push_back(cg[7+2]);
  /external/opencv/cxcore/src/
cxdrawing.cpp 306 int cb = ((uchar*)color)[0], cg = ((uchar*)color)[1], cr = ((uchar*)color)[2]; local
409 _cg += ((cg - _cg)*a + 127)>> 8;\
569 int cg = ((uchar*)color)[1]; local
637 tptr[1] = (uchar)cg; \
    [all...]
  /external/opencv3/modules/imgproc/src/
drawing.cpp 293 int cb = ((uchar*)color)[0], cg = ((uchar*)color)[1], cr = ((uchar*)color)[2], ca = ((uchar*)color)[3]; local
400 _cg += ((cg - _cg)*a + 127)>> 8;\
555 _cg += ((cg - _cg)*a + 127)>> 8;\
643 int cg = ((uchar*)color)[1]; local
706 tptr[1] = (uchar)cg; \
    [all...]
color.cpp 1267 float cb = coeffs[0], cg = coeffs[1], cr = coeffs[2]; local
1328 int scn = srccn, cb = coeffs[0], cg = coeffs[1], cr = coeffs[2], i = 0; local
1418 float cb = coeffs[0], cg = coeffs[1], cr = coeffs[2]; local
1515 int scn = srccn, cb = coeffs[0], cg = coeffs[1], cr = coeffs[2], i = 0; local
1612 float cb = coeffs[0], cg = coeffs[1], cr = coeffs[2]; local
1693 int scn = srccn, cb = coeffs[0], cg = coeffs[1], cr = coeffs[2]; local
    [all...]
  /external/opencv3/modules/imgproc/test/
test_color.cpp 474 double cg = 0.587*scale; local
479 dst_row[j] = (float)(src_row[j*3]*cb + src_row[j*3+1]*cg + src_row[j*3+2]*cr);
    [all...]
  /external/opencv3/modules/videoio/src/
cap_v4l.cpp 1650 int r, g, b, cr, cg, cb, y1, y2; local
1696 int r, g, b, cr, cg, cb, y1, y2; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
resrc.c 840 rc_group_cursor *cg;
842 cg = (rc_group_cursor *) res_alloc (sizeof (rc_group_cursor));
843 cg->next = NULL;
844 cg->width = icondirs[i].width;
845 cg->height = 2 * icondirs[i].height;
848 cg->planes = 1;
849 cg->bits = 1;
851 cg->bytes = icondirs[i].bytes + 4;
852 cg->index = first_cursor + i + 1;
854 *pp = cg;
838 rc_group_cursor *cg; local
1233 rc_group_icon *cg; local
1281 rc_group_icon *cg, *first, *cur; local
1335 rc_group_cursor *cg, *first, *cur; local
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 138 CacheGroup *cg; local
140 FORALL_CACHERECORDS(slot, cg, rr)
    [all...]
uDNS.c 4306 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
4923 CacheGroup *cg; local
    [all...]
mDNS.c 324 CacheGroup *cg; local
325 for (cg = m->rrcache_hash[slot]; cg; cg=cg->next)
326 if (cg->namehash == namehash && SameDomainName(cg->name, name))
328 return(cg);
2580 const CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
2651 CacheGroup *cg; local
2672 CacheGroup *const cg = CacheGroupForName(m, HashSlot(name), namehash, name); local
2680 CacheGroup *const cg = CacheGroupForName(m, HashSlot(&q->qname), q->qnamehash, &q->qname); local
2819 const CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
2852 CacheGroup *cg; local
3415 CacheGroup *cg; local
3491 CacheGroup *cg = CacheGroupForName(m, slot, namehash, name); local
3788 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
4137 CacheGroup *cg = (CacheGroup*)GetCacheEntity(m, mDNSNULL); local
5182 CacheGroup *cg; local
5652 CacheGroup *cg = CacheGroupForRecord(m, slot, pktrr); local
5872 CacheGroup *cg = CacheGroupForName(m, slot, pktq.qnamehash, &pktq.qname); local
6411 CacheGroup *cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
6551 CacheGroup *cg = CacheGroupForName(m, slot, q.qnamehash, &q.qname); local
6814 CacheGroup *cg = CacheGroupForRecord(m, slot, &m->rec.r.resrec); local
6947 const CacheGroup *cg = CacheGroupForRecord(m, slot, &r1->resrec); local
7058 CacheGroup *cg = CacheGroupForName(m, slot, q.qnamehash, &q.qname); local
8099 CacheGroup *cg; local
8542 CacheGroup *cg = CacheGroupForName(m, slot, question->qnamehash, &question->qname); local
8705 CacheGroup *const cg = CacheGroupForName(m, slot, question->qnamehash, &question->qname); local
9617 CacheGroup *cg; local
9679 CacheGroup *cg; local
10849 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
10865 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
11030 CacheGroup *cg; local
11449 CacheGroup *cg = m->rrcache_hash[slot]; local
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 4316 const CacheGroup *cg; local
    [all...]

Completed in 825 milliseconds

1 2 3