Searched defs:mg (Results 1 - 9 of 9) 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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_shader_state.c497 uint8_t oid = 0, mv = 0, mg = gp->in[i].mask; local
508 for (c = 0; c < 4; ++c, mv >>= 1, mg >>= 1) {
509 if (mg & mv & 1)
512 if (mg & 1)
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_shader_state.c497 uint8_t oid = 0, mv = 0, mg = gp->in[i].mask; local
508 for (c = 0; c < 4; ++c, mv >>= 1, mg >>= 1) {
509 if (mg & mv & 1)
512 if (mg & 1)
/external/pixman/pixman/
H A Dpixman-combine-float.c79 float ma, mr, mg, mb; local
91 mg = mask[i + 2];
95 sg *= mg;
100 mg *= sa;
114 ma = mr = mg = mb = sa;
124 dest[i + 2] = combine_c (mg, sg, da, dg);
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c203 #define WXS_MODELGROUP_PARTICLE(mg) WXS_PTC_CAST (mg)->children
18954 * @mg: the model group
18968 xmlSchemaModelGroupPtr mg)
18970 xmlSchemaParticlePtr particle = WXS_MODELGROUP_PARTICLE(mg);
19989 xmlSchemaModelGroupPtr mg)
19991 xmlSchemaParticlePtr particle = WXS_MODELGROUP_PARTICLE(mg);
18966 xmlSchemaModelGroupToModelGroupDefFixup( xmlSchemaParserCtxtPtr ctxt ATTRIBUTE_UNUSED, xmlSchemaModelGroupPtr mg) argument
19987 xmlSchemaResolveModelGroupParticleReferences( xmlSchemaParserCtxtPtr ctxt, xmlSchemaModelGroupPtr mg) argument
/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
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jar ... PhantomTarget[] insnTargets private org.ibex.classgen.MethodGen mg private static final int UNREACHABLE private static final int SKIP_NEXT ...

Completed in 462 milliseconds