Home
last modified time | relevance | path

Searched defs:cg (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm/tools/lto/
Dlto.cpp262 lto_code_gen_t cg) { in lto_module_create_in_codegen_context()
297 void lto_codegen_set_diagnostic_handler(lto_code_gen_t cg, in lto_codegen_set_diagnostic_handler()
323 void lto_codegen_dispose(lto_code_gen_t cg) { delete unwrap(cg); } in lto_codegen_dispose()
325 bool lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod) { in lto_codegen_add_module()
329 void lto_codegen_set_module(lto_code_gen_t cg, lto_module_t mod) { in lto_codegen_set_module()
333 bool lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model debug) { in lto_codegen_set_debug_model()
338 bool lto_codegen_set_pic_model(lto_code_gen_t cg, lto_codegen_model model) { in lto_codegen_set_pic_model()
357 void lto_codegen_set_cpu(lto_code_gen_t cg, const char *cpu) { in lto_codegen_set_cpu()
361 void lto_codegen_set_assembler_path(lto_code_gen_t cg, const char *path) { in lto_codegen_set_assembler_path()
365 void lto_codegen_set_assembler_args(lto_code_gen_t cg, const char **args, in lto_codegen_set_assembler_args()
[all …]
/external/libnl/lib/route/cls/
Dcgroup.c39 struct rtnl_cgroup *cg = rtnl_cls_data(cls); in cgroup_free_data() local
46 struct rtnl_cgroup *cg = rtnl_cls_data(cls); in cgroup_msg_parser() local
73 struct rtnl_cgroup *cg = rtnl_cls_data(cls); in cgroup_dump_line() local
83 struct rtnl_cgroup *cg = rtnl_cls_data(cls); in cgroup_dump_details() local
99 struct rtnl_cgroup *cg = rtnl_cls_data(cls); in rtnl_cgroup_set_ematch() local
116 struct rtnl_cgroup *cg = rtnl_cls_data(cls); in rtnl_cgroup_get_ematch() local
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DDefaultGeneratorStrategy.java23 public byte[] generate(ClassGenerator cg) throws Exception { in generate()
37 protected ClassGenerator transform(ClassGenerator cg) throws Exception { in transform()
DGeneratorStrategy.java34 byte[] generate(ClassGenerator cg) throws Exception; in generate()
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
DUndeclaredThrowableStrategy.java49 protected ClassGenerator transform(ClassGenerator cg) throws Exception { in transform()
/external/clang/test/CodeGenCXX/
Dcfi-nvcall.cpp27 extern "C" void cg(C *c) { in cg() function
/external/mdnsresponder/mDNSCore/
DmDNS.c324 CacheGroup *cg; in CacheGroupForName() local
2580 const CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in BuildQuestion() local
2651 CacheGroup *cg; in ReconfirmAntecedents() local
2672 CacheGroup *const cg = CacheGroupForName(m, HashSlot(name), namehash, name); in CacheHasAddressTypeForName() local
2680 CacheGroup *const cg = CacheGroupForName(m, HashSlot(&q->qname), q->qnamehash, &q->qname); in FindSPSInCache1() local
2819 const CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in AccelerateThisQuery() local
2852 CacheGroup *cg; in SendQueries() local
3415 CacheGroup *cg; in AnswerQuestionsForDNSServerChanges() local
3491 CacheGroup *cg = CacheGroupForName(m, slot, namehash, name); in CheckForSoonToExpireRecords() local
3711 mDNSlocal void CheckCacheExpiration(mDNS *const m, const mDNSu32 slot, CacheGroup *const cg) in CheckCacheExpiration()
[all …]
DuDNS.c4306 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in uDNS_CheckCurrentQuestion() local
4923 CacheGroup *cg; in FlushAddressCacheRecords() local
DDNSCommon.c138 CacheGroup *cg; in NumCacheRecordsForInterfaceID() local
/external/pdfium/third_party/libtiff/
Dtif_pixarlog.c117 register unsigned int cr, cg, cb, ca, mask; in horizontalAccumulateF() local
180 register unsigned int cr, cg, cb, ca, mask; in horizontalAccumulate12() local
248 register unsigned int cr, cg, cb, ca, mask; in horizontalAccumulate16() local
299 register unsigned int cr, cg, cb, ca, mask; in horizontalAccumulate11() local
343 register unsigned int cr, cg, cb, ca, mask; in horizontalAccumulate8() local
392 register unsigned int cr, cg, cb, ca, mask; in horizontalAccumulate8abgr() local
Dtif_predict.c280 unsigned int cg = cp[1]; in horAcc8() local
293 unsigned int cg = cp[1]; in horAcc8() local
/external/opencv3/3rdparty/libtiff/
Dtif_pixarlog.c117 register unsigned int cr, cg, cb, ca, mask; in horizontalAccumulateF() local
180 register unsigned int cr, cg, cb, ca, mask; in horizontalAccumulate12() local
248 register unsigned int cr, cg, cb, ca, mask; in horizontalAccumulate16() local
299 register unsigned int cr, cg, cb, ca, mask; in horizontalAccumulate11() local
343 register unsigned int cr, cg, cb, ca, mask; in horizontalAccumulate8() local
392 register unsigned int cr, cg, cb, ca, mask; in horizontalAccumulate8abgr() local
Dtif_predict.c255 unsigned int cg = cp[1]; in horAcc8() local
268 unsigned int cg = cp[1]; in horAcc8() local
/external/skia/src/utils/mac/
DSkCreateCGImageRef.cpp162 void SkCGDrawBitmap(CGContextRef cg, const SkBitmap& bm, float x, float y) { in SkCGDrawBitmap()
265 CGContextRef cg = CGBitmapContextCreate(pixels, info.width(), info.height(), bitsPerComponent, in SkCopyPixelsFromCGImage() local
/external/llvm/include/llvm/Transforms/Utils/
DCloning.h211 : CG(cg), ACT(ACT) {} in CG() argument
/external/skia/src/core/
DSkColorSpace.cpp183 Sk4f cr, cg, cb; in SkApply3x3ToPM4f() local
/external/skia/src/ports/
DSkFontHost_mac.cpp787 size_t count, CGContextRef cg) { in legacy_CTFontDrawGlyphs()
1462 AutoCFRelease<CGFontRef> cg(CGFontCreateWithDataProvider(provider)); in create_from_dataProvider() local
2392 static CFDictionaryRef get_axes(CGFontRef cg, const FontParameters& params) { in get_axes()
2482 AutoCFRelease<CGFontRef> cg(CGFontCreateWithDataProvider(provider)); in onCreateFromStream() local
2505 static CFDictionaryRef get_axes(CGFontRef cg, SkFontData* fontData) { in get_axes()
2565 AutoCFRelease<CGFontRef> cg(CGFontCreateWithDataProvider(provider)); in onCreateFromFontData() local
/external/mdnsresponder/mDNSPosix/
DIdentify.c363 CacheGroup *cg; in main() local
/external/skia/gm/
Dimage_pict.cpp157 const int cg = SkGetPackedG32(c); in find_closest() local
/external/opencv3/modules/calib3d/test/
Dtest_chesscorners.cpp441 vector<Point2f> cg; in checkByGenerator() local
/external/opencv3/modules/videoio/src/
Dcap_v4l.cpp1650 int r, g, b, cr, cg, cb, y1, y2; in yuyv_to_rgb24() local
1696 int r, g, b, cr, cg, cb, y1, y2; in uyvy_to_rgb24() local
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp361 CallHTType &AvailableCalls, unsigned cg, DomTreeNode *n, in StackNode()
/external/opencv/cxcore/src/
Dcxdrawing.cpp306 int cb = ((uchar*)color)[0], cg = ((uchar*)color)[1], cr = ((uchar*)color)[2]; in icvLineAA() local
569 int cg = ((uchar*)color)[1]; in icvLine2() local
/external/opencv3/modules/imgproc/src/
Ddrawing.cpp293 …int cb = ((uchar*)color)[0], cg = ((uchar*)color)[1], cr = ((uchar*)color)[2], ca = ((uchar*)color… in LineAA() local
643 int cg = ((uchar*)color)[1]; in Line2() local
Dcolor.cpp1267 float cb = coeffs[0], cg = coeffs[1], cr = coeffs[2]; in operator ()() local
1328 int scn = srccn, cb = coeffs[0], cg = coeffs[1], cr = coeffs[2], i = 0; in operator ()() local
1418 float cb = coeffs[0], cg = coeffs[1], cr = coeffs[2]; in operator ()() local
1515 int scn = srccn, cb = coeffs[0], cg = coeffs[1], cr = coeffs[2], i = 0; in operator ()() local
1612 float cb = coeffs[0], cg = coeffs[1], cr = coeffs[2]; in operator ()() local
1693 int scn = srccn, cb = coeffs[0], cg = coeffs[1], cr = coeffs[2]; in operator ()() local

12