Searched defs:mg (Results 1 - 5 of 5) sorted by relevance

/external/linux-tools-perf/util/
H A Dthread.h19 struct map_groups mg; member in struct:thread
41 return self ? map_groups__find(&self->mg, type, addr) : NULL;
H A Devent.c692 struct map_groups *mg = &self->mg; local
707 mg = &machine->kmaps;
718 mg = &machine->kmaps;
742 al->map = map_groups__find(mg, type, al->addr);
755 machine && mg != &machine->kmaps) {
756 mg = &machine->kmaps;
H A Dsymbol.c116 static void __map_groups__fixup_end(struct map_groups *mg, enum map_type type) argument
119 struct rb_node *nd, *prevnd = rb_first(&mg->maps[type]);
139 static void map_groups__fixup_end(struct map_groups *mg) argument
143 __map_groups__fixup_end(mg, i);
1620 struct map *map_groups__find_by_name(struct map_groups *mg, argument
1625 for (nd = rb_first(&mg->maps[type]); nd; nd = rb_next(nd)) {
1656 static int map_groups__set_modules_path_dir(struct map_groups *mg, argument
1684 ret = map_groups__set_modules_path_dir(mg, path);
1699 map = map_groups__find_by_name(mg, MAP__FUNCTION,
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
H A DDumpRenderTreeSupport_wrapPregenerated.c722 MAGIC *mg; local
724 mg = mg_find(tsv,'P');
725 if (mg) {
726 sv = mg->mg_obj;
913 MAGIC *mg; local
915 mg = mg_find(sv,'U');
916 mg->mg_virtual = (MGVTBL *) malloc(sizeof(MGVTBL));
917 mg->mg_virtual->svt_get = (SwigMagicFuncHack) get;
918 mg->mg_virtual->svt_set = (SwigMagicFuncHack) set;
919 mg
1017 swig_magic_readonly(pTHX_ SV *sv, MAGIC *mg) argument
[all...]
/external/libxml2/
H A Dxmlschemas.c203 #define WXS_MODELGROUP_PARTICLE(mg) WXS_PTC_CAST (mg)->children
18955 * @mg: the model group
18969 xmlSchemaModelGroupPtr mg)
18971 xmlSchemaParticlePtr particle = WXS_MODELGROUP_PARTICLE(mg);
19990 xmlSchemaModelGroupPtr mg)
19992 xmlSchemaParticlePtr particle = WXS_MODELGROUP_PARTICLE(mg);
18967 xmlSchemaModelGroupToModelGroupDefFixup( xmlSchemaParserCtxtPtr ctxt ATTRIBUTE_UNUSED, xmlSchemaModelGroupPtr mg) argument
19988 xmlSchemaResolveModelGroupParticleReferences( xmlSchemaParserCtxtPtr ctxt, xmlSchemaModelGroupPtr mg) argument

Completed in 273 milliseconds