Home
last modified time | relevance | path

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

/external/llvm/tools/lto/
Dlto.cpp137 void lto_codegen_dispose(lto_code_gen_t cg) { in lto_codegen_dispose()
144 bool lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod) { in lto_codegen_add_module()
151 bool lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model debug) { in lto_codegen_set_debug_model()
157 bool lto_codegen_set_pic_model(lto_code_gen_t cg, lto_codegen_model model) { in lto_codegen_set_pic_model()
162 void lto_codegen_set_cpu(lto_code_gen_t cg, const char *cpu) { in lto_codegen_set_cpu()
167 void lto_codegen_set_assembler_path(lto_code_gen_t cg, const char *path) { in lto_codegen_set_assembler_path()
173 void lto_codegen_set_assembler_args(lto_code_gen_t cg, const char **args, in lto_codegen_set_assembler_args()
181 void lto_codegen_add_must_preserve_symbol(lto_code_gen_t cg, in lto_codegen_add_must_preserve_symbol()
189 bool lto_codegen_write_merged_modules(lto_code_gen_t cg, const char *path) { in lto_codegen_write_merged_modules()
199 const void *lto_codegen_compile(lto_code_gen_t cg, size_t *length) { in lto_codegen_compile()
[all …]
/external/grub/stage2/
Dfs.h274 struct cg struct
276 int xxx1; /* struct cg *cg_link; */ argument
277 int cg_magic; /* magic number */ argument
278 mach_time_t cg_time; /* time last written */ argument
279 int cg_cgx; /* we are the cgx'th cylinder group */ argument
280 short cg_ncyl; /* number of cyl's this cg */ argument
281 short cg_niblk; /* number of inode blocks this cg */ argument
282 int cg_ndblk; /* number of data blocks this cg */ argument
283 struct csum cg_cs; /* cylinder summary information */ argument
284 int cg_rotor; /* position of last used block */ argument
[all …]
/external/skia/gm/
Dgammatext.cpp45 CGContextRef cg = CGBitmapContextCreate(bm.getPixels(), bm.width(), bm.height(), in makeCG() local
66 static void cgSetPaintForText(CGContextRef cg, const SkPaint& paint) { in cgSetPaintForText()
87 static void cgDrawText(CGContextRef cg, const void* text, size_t len, in cgDrawText()
144 CGContextRef cg = makeCG(canvas->getDevice()->accessBitmap(false)); in onDraw() local
/external/oprofile/daemon/
Dopd_mangling.c69 mangle_filename(struct sfile * last, struct sfile const * sf, int counter, int cg) in mangle_filename()
142 struct sfile * sf, int counter, int cg) in opd_open_sample_file()
Dopd_sfile.c301 struct cg_entry * cg; in get_file() local
536 struct cg_entry * cg = in for_one_sfile() local
Dopd_ibs.c754 struct cg_entry * cg; in ibs_sfile_get() local
/external/webkit/Source/WebCore/platform/graphics/win/
DWebLayer.cpp131 GraphicsContext cg(context); in drawInContext() local
/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
DmDNSEmbeddedAPI.h1348 union CacheEntity_union { CacheEntity *next; CacheGroup cg; CacheRecord cr; }; member
/external/llvm/include/llvm/Transforms/Utils/
DCloning.h169 : CG(cg), TD(td) {} in CG() argument
/external/skia/src/ports/
DSkImageDecoder_CG.cpp82 CGContextRef cg = CGBitmapContextCreate(bm->getPixels(), width, height, in onDecode() local
DSkFontHost_mac_coretext.cpp1494 CGFontRef cg = CGFontCreateWithDataProvider(provider); in create_from_dataProvider() local
/external/mdnsresponder/mDNSPosix/
DIdentify.c363 CacheGroup *cg; in main() local
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCALayerWinInternal.cpp130 GraphicsContext cg(context); in displayCallback() local
/external/oprofile/pp/
Dopreport.cpp448 void output_cg_symbols(callgraph_container const & cg, bool multiple_apps) in output_cg_symbols()
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp293 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/oprofile/libpp/
Dformat_output.cpp933 xml_cg_formatter(callgraph_container const & cg, symbol_collection & s, in xml_cg_formatter()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_frame.cpp120 int r, g, b, a, cr, cg, cb, ca; in _ewk_frame_debug() local
/external/mdnsresponder/mDNSShared/
Duds_daemon.c4320 const CacheGroup *cg; in udsserver_info() local
/external/chromium/net/base/
Deffective_tld_names.gperf548 cg, 0 keyword