/external/llvm/tools/lto/ |
D | lto.cpp | 262 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/ |
D | cgroup.c | 39 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/ |
D | DefaultGeneratorStrategy.java | 23 public byte[] generate(ClassGenerator cg) throws Exception { in generate() 37 protected ClassGenerator transform(ClassGenerator cg) throws Exception { in transform()
|
D | GeneratorStrategy.java | 34 byte[] generate(ClassGenerator cg) throws Exception; in generate()
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/ |
D | UndeclaredThrowableStrategy.java | 49 protected ClassGenerator transform(ClassGenerator cg) throws Exception { in transform()
|
/external/clang/test/CodeGenCXX/ |
D | cfi-nvcall.cpp | 27 extern "C" void cg(C *c) { in cg() function
|
/external/mdnsresponder/mDNSCore/ |
D | mDNS.c | 324 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 …]
|
D | uDNS.c | 4306 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in uDNS_CheckCurrentQuestion() local 4923 CacheGroup *cg; in FlushAddressCacheRecords() local
|
D | DNSCommon.c | 138 CacheGroup *cg; in NumCacheRecordsForInterfaceID() local
|
/external/pdfium/third_party/libtiff/ |
D | tif_pixarlog.c | 117 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
|
D | tif_predict.c | 280 unsigned int cg = cp[1]; in horAcc8() local 293 unsigned int cg = cp[1]; in horAcc8() local
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_pixarlog.c | 117 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
|
D | tif_predict.c | 255 unsigned int cg = cp[1]; in horAcc8() local 268 unsigned int cg = cp[1]; in horAcc8() local
|
/external/skia/src/utils/mac/ |
D | SkCreateCGImageRef.cpp | 162 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/ |
D | Cloning.h | 211 : CG(cg), ACT(ACT) {} in CG() argument
|
/external/skia/src/core/ |
D | SkColorSpace.cpp | 183 Sk4f cr, cg, cb; in SkApply3x3ToPM4f() local
|
/external/skia/src/ports/ |
D | SkFontHost_mac.cpp | 787 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/ |
D | Identify.c | 363 CacheGroup *cg; in main() local
|
/external/skia/gm/ |
D | image_pict.cpp | 157 const int cg = SkGetPackedG32(c); in find_closest() local
|
/external/opencv3/modules/calib3d/test/ |
D | test_chesscorners.cpp | 441 vector<Point2f> cg; in checkByGenerator() local
|
/external/opencv3/modules/videoio/src/ |
D | cap_v4l.cpp | 1650 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/ |
D | EarlyCSE.cpp | 361 CallHTType &AvailableCalls, unsigned cg, DomTreeNode *n, in StackNode()
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 306 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/ |
D | drawing.cpp | 293 …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
|
D | color.cpp | 1267 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
|