Searched defs:cg (Results 1 - 25 of 29) sorted by relevance

12

/external/oprofile/daemon/
H A Dopd_mangling.c69 mangle_filename(struct sfile * last, struct sfile const * sf, int counter, int cg) argument
107 if (cg) {
142 struct sfile * sf, int counter, int cg)
150 mangled = mangle_filename(last, sf, counter, cg);
159 /* locking sf will lock associated cg files too */
141 opd_open_sample_file(odb_t *file, struct sfile *last, struct sfile * sf, int counter, int cg) argument
H A Dopd_sfile.c301 struct cg_entry * cg; local
326 cg = list_entry(pos, struct cg_entry, hash);
327 if (sfile_equal(last, &cg->to)) {
328 file = &cg->to.files[trans->event];
333 cg = xmalloc(sizeof(struct cg_entry));
334 sfile_dup(&cg->to, last);
335 list_add(&cg->hash, &sf->cg_hash[hash]);
336 file = &cg->to.files[trans->event];
536 struct cg_entry * cg = local
538 if (free_sf || func(&cg
[all...]
H A Dopd_ibs.c754 struct cg_entry * cg; local
786 cg = list_entry(pos, struct cg_entry, hash);
787 if (sfile_equal(last, &cg->to)) {
788 file = &(cg->to.ext_files[ibs_vci]);
793 cg = xmalloc(sizeof(struct cg_entry));
794 sfile_dup(&cg->to, last);
795 list_add(&cg->hash, &sf->cg_hash[hash]);
796 file = &(cg->to.ext_files[ibs_vci]);
/external/skia/gm/
H A Dgammatext.cpp47 CGContextRef cg = CGBitmapContextCreate(bm.getPixels(), bm.width(), bm.height(), local
51 CGContextSetAllowsFontSubpixelQuantization(cg, false);
52 CGContextSetShouldSubpixelQuantizeFonts(cg, false);
54 return cg;
68 static void cgSetPaintForText(CGContextRef cg, const SkPaint& paint) { argument
76 CGContextSetRGBFillColor(cg, rgba[0], rgba[1], rgba[2], rgba[3]);
78 CGContextSetTextDrawingMode(cg, kCGTextFill);
79 CGContextSetFont(cg, typefaceToCGFont(paint.getTypeface()));
80 CGContextSetFontSize(cg, SkScalarToFloat(paint.getTextSize()));
82 CGContextSetAllowsFontSubpixelPositioning(cg, pain
89 cgDrawText(CGContextRef cg, const void* text, size_t len, float x, float y, const SkPaint& paint) argument
146 CGContextRef cg = makeCG(canvas->getDevice()->accessBitmap(false)); local
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkImageDecoder_CG.cpp95 CGContextRef cg = CGBitmapContextCreate(bm->getPixels(), width, height, 8, bm->rowBytes(), cs, BITMAP_INFO); local
98 CGContextDrawImage(cg, CGRectMake(0, 0, width, height), image);
99 CGContextRelease(cg);
/external/chromium_org/third_party/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp144 void SkCGDrawBitmap(CGContextRef cg, const SkBitmap& bm, float x, float y) { argument
150 CGContextSaveGState(cg);
151 CGContextTranslateCTM(cg, x, r.size.height + y);
152 CGContextScaleCTM(cg, 1, -1);
154 CGContextDrawImage(cg, r, img);
156 CGContextRestoreGState(cg);
/external/llvm/tools/lto/
H A Dlto.cpp135 void lto_codegen_dispose(lto_code_gen_t cg) { argument
136 delete cg;
142 bool lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod) { argument
143 return !cg->addModule(mod, sLastErrorString);
149 bool lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model debug) { argument
150 cg->setDebugInfo(debug);
156 bool lto_codegen_set_pic_model(lto_code_gen_t cg, lto_codegen_model model) { argument
157 cg->setCodePICModel(model);
162 void lto_codegen_set_cpu(lto_code_gen_t cg, const char *cpu) { argument
163 return cg
167 lto_codegen_set_assembler_path(lto_code_gen_t cg, const char *path) argument
173 lto_codegen_set_assembler_args(lto_code_gen_t cg, const char **args, int nargs) argument
181 lto_codegen_add_must_preserve_symbol(lto_code_gen_t cg, const char *symbol) argument
189 lto_codegen_write_merged_modules(lto_code_gen_t cg, const char *path) argument
199 lto_codegen_compile(lto_code_gen_t cg, size_t *length) argument
206 lto_codegen_compile_to_file(lto_code_gen_t cg, const char **name) argument
212 lto_codegen_debug_options(lto_code_gen_t cg, const char *opt) argument
[all...]
/external/skia/src/ports/
H A DSkImageDecoder_CG.cpp95 CGContextRef cg = CGBitmapContextCreate(bm->getPixels(), width, height, 8, bm->rowBytes(), cs, BITMAP_INFO); local
98 CGContextDrawImage(cg, CGRectMake(0, 0, width, height), image);
99 CGContextRelease(cg);
/external/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp144 void SkCGDrawBitmap(CGContextRef cg, const SkBitmap& bm, float x, float y) { argument
150 CGContextSaveGState(cg);
151 CGContextTranslateCTM(cg, x, r.size.height + y);
152 CGContextScaleCTM(cg, 1, -1);
154 CGContextDrawImage(cg, r, img);
156 CGContextRestoreGState(cg);
/external/mdnsresponder/mDNSPosix/
H A DIdentify.c363 CacheGroup *cg; local
365 FORALL_CACHERECORDS(slot, cg, rr) mDNS_PurgeCacheResourceRecord(m, rr);
/external/oprofile/pp/
H A Dopreport.cpp73 "unxpected non empty cg file set");
448 void output_cg_symbols(callgraph_container const & cg, bool multiple_apps) argument
450 column_flags output_hints = cg.output_hint();
452 symbol_collection symbols = cg.get_symbols();
462 xml_out = new format_output::xml_cg_formatter(cg, symbols,
469 text_out = new format_output::cg_formatter(cg);
487 cg.extra_found_images);
/external/chromium_org/third_party/skia/src/views/mac/
H A DSkOSWindow_Mac.cpp172 CGContextRef cg = reinterpret_cast<CGContextRef>(ctx);
174 CGContextSaveGState(cg);
175 CGContextTranslateCTM(cg, 0, r.size.height);
176 CGContextScaleCTM(cg, 1, -1);
178 CGContextDrawImage(cg, r, img);
180 CGContextRestoreGState(cg);
390 CGContextRef cg; local
397 &cg);
399 cg = NULL;
401 win->doPaint(cg);
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp350 unsigned cg, DomTreeNode *n,
352 CurrentGeneration(cg), ChildGeneration(cg), Node(n),
347 StackNode(ScopedHTType *availableValues, LoadHTType *availableLoads, CallHTType *availableCalls, unsigned cg, DomTreeNode *n, DomTreeNode::iterator child, DomTreeNode::iterator end) argument
/external/skia/src/views/mac/
H A DSkOSWindow_Mac.cpp172 CGContextRef cg = reinterpret_cast<CGContextRef>(ctx);
174 CGContextSaveGState(cg);
175 CGContextTranslateCTM(cg, 0, r.size.height);
176 CGContextScaleCTM(cg, 1, -1);
178 CGContextDrawImage(cg, r, img);
180 CGContextRestoreGState(cg);
390 CGContextRef cg; local
397 &cg);
399 cg = NULL;
401 win->doPaint(cg);
[all...]
/external/grub/stage2/
H A Dfs.h63 * The beginning of cylinder group cg in fs, is given by
64 * the ``cgbase(fs, cg)'' macro.
108 * thus changes to (struct cg) must keep its size within MINBSIZE.
153 mach_daddr_t fs_dblkno; /* offset of first data after cg */
215 int fs_cgrotor; /* last cg searched */
274 struct cg struct
276 int xxx1; /* struct cg *cg_link; */
280 short cg_ncyl; /* number of cyl's this cg */
281 short cg_niblk; /* number of inode blocks this cg */
282 int cg_ndblk; /* number of data blocks this cg */
[all...]
/external/oprofile/libpp/
H A Dformat_output.cpp933 xml_cg_formatter(callgraph_container const & cg, symbol_collection & s, argument
936 xml_formatter(0, s, cg.extra_found_images, sf),
937 callgraph(cg)
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp306 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; \
/external/mdnsresponder/mDNSCore/
H A DuDNS.c4306 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
4307 if (cg)
4308 for (rr = cg->members; rr; rr=rr->next)
4359 CreateNewCacheEntry(m, slot, cg, NonZeroTime(m->timenow));
4923 CacheGroup *cg; local
4925 FORALL_CACHERECORDS(slot, cg, cr)
H A DDNSCommon.c138 CacheGroup *cg; local
140 FORALL_CACHERECORDS(slot, cg, rr)
H A DmDNS.c324 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
2584 for (rr = cg
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
3711 CheckCacheExpiration(mDNS *const m, const mDNSu32 slot, CacheGroup *const cg) argument
3788 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
4118 GetCacheRecord(mDNS *const m, CacheGroup *cg, mDNSu16 RDLength) argument
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
6356 CreateNewCacheEntry(mDNS *const m, const mDNSu32 slot, CacheGroup *cg, mDNSs32 delay) argument
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
11446 CacheGroup *cg = m->rrcache_hash[slot]; local
[all...]
H A DmDNSEmbeddedAPI.h1348 union CacheEntity_union { CacheEntity *next; CacheGroup cg; CacheRecord cr; }; member in union:CacheEntity_union
2719 extern CacheRecord *CreateNewCacheEntry(mDNS *const m, const mDNSu32 slot, CacheGroup *cg, mDNSs32 delay);
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c4320 const CacheGroup *cg; local
4331 for (cg = m->rrcache_hash[slot]; cg; cg=cg->next)
4334 for (cr = cg->members; cr; cr=cr->next)
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c63012 } cg; member in union:vdbeExecUnion
[all...]

Completed in 2273 milliseconds

12