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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dthread.h14 struct map_groups mg; member in struct:thread
45 return self ? map_groups__find(&self->mg, type, addr) : NULL;
H A Dmap.h114 size_t __map_groups__fprintf_maps(struct map_groups *mg,
121 void map_groups__init(struct map_groups *mg);
122 void map_groups__exit(struct map_groups *mg);
123 int map_groups__clone(struct map_groups *mg,
125 size_t map_groups__fprintf(struct map_groups *mg, int verbose, FILE *fp);
126 size_t map_groups__fprintf_maps(struct map_groups *mg, int verbose, FILE *fp);
131 static inline void map_groups__insert(struct map_groups *mg, struct map *map) argument
133 maps__insert(&mg->maps[map->type], map);
134 map->groups = mg;
137 static inline void map_groups__remove(struct map_groups *mg, struc argument
142 map_groups__find(struct map_groups *mg, enum map_type type, u64 addr) argument
148 map_groups__first(struct map_groups *mg, enum map_type type) argument
171 map_groups__find_function_by_name(struct map_groups *mg, const char *name, struct map **mapp, symbol_filter_t filter) argument
[all...]
H A Devent.c625 struct map_groups *mg = &self->mg; local
640 mg = &machine->kmaps;
646 mg = &machine->kmaps;
671 al->map = map_groups__find(mg, type, al->addr);
684 machine && mg != &machine->kmaps) {
685 mg = &machine->kmaps;
H A Dmap.c271 void map_groups__init(struct map_groups *mg) argument
275 mg->maps[i] = RB_ROOT;
276 INIT_LIST_HEAD(&mg->removed_maps[i]);
278 mg->machine = NULL;
304 void map_groups__exit(struct map_groups *mg) argument
309 maps__delete(&mg->maps[i]);
310 maps__delete_removed(&mg->removed_maps[i]);
314 void map_groups__flush(struct map_groups *mg) argument
319 struct rb_root *root = &mg->maps[type];
331 list_add_tail(&pos->node, &mg
336 map_groups__find_symbol(struct map_groups *mg, enum map_type type, u64 addr, struct map **mapp, symbol_filter_t filter) argument
352 map_groups__find_symbol_by_name(struct map_groups *mg, enum map_type type, const char *name, struct map **mapp, symbol_filter_t filter) argument
374 __map_groups__fprintf_maps(struct map_groups *mg, enum map_type type, int verbose, FILE *fp) argument
393 map_groups__fprintf_maps(struct map_groups *mg, int verbose, FILE *fp) argument
401 __map_groups__fprintf_removed_maps(struct map_groups *mg, enum map_type type, int verbose, FILE *fp) argument
419 map_groups__fprintf_removed_maps(struct map_groups *mg, int verbose, FILE *fp) argument
428 map_groups__fprintf(struct map_groups *mg, int verbose, FILE *fp) argument
435 map_groups__fixup_overlappings(struct map_groups *mg, struct map *map, int verbose, FILE *fp) argument
506 map_groups__clone(struct map_groups *mg, struct map_groups *parent, enum map_type type) argument
[all...]
H A Dmachine.c667 static void map_groups__fixup_end(struct map_groups *mg) argument
671 __map_groups__fixup_end(mg, i);
701 static int map_groups__set_modules_path_dir(struct map_groups *mg, argument
727 ret = map_groups__set_modules_path_dir(mg, path);
742 map = map_groups__find_by_name(mg, MAP__FUNCTION,
H A Dsymbol.c193 void __map_groups__fixup_end(struct map_groups *mg, enum map_type type) argument
196 struct rb_node *nd, *prevnd = rb_first(&mg->maps[type]);
1107 struct map *map_groups__find_by_name(struct map_groups *mg, argument
1112 for (nd = rb_first(&mg->maps[type]); nd; nd = rb_next(nd)) {
/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/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GeneralDecoder.cpp2997 FX_DWORD ng, mg; local
3009 for(mg = 0; mg < HGH; mg++) {
3011 x = (HGX + mg * HRY + ng * HRX) >> 8;
3012 y = (HGY + mg * HRX - ng * HRY) >> 8;
3015 HSKIP->setPixel(ng, mg, 1);
3017 HSKIP->setPixel(ng, mg, 0);
3038 for(mg = 0; mg < HG
3065 FX_DWORD ng, mg; local
[all...]
/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
18983 * @mg: the model group
18997 xmlSchemaModelGroupPtr mg)
18999 xmlSchemaParticlePtr particle = WXS_MODELGROUP_PARTICLE(mg);
20018 xmlSchemaModelGroupPtr mg)
20020 xmlSchemaParticlePtr particle = WXS_MODELGROUP_PARTICLE(mg);
18995 xmlSchemaModelGroupToModelGroupDefFixup( xmlSchemaParserCtxtPtr ctxt ATTRIBUTE_UNUSED, xmlSchemaModelGroupPtr mg) argument
20016 xmlSchemaResolveModelGroupParticleReferences( xmlSchemaParserCtxtPtr ctxt, xmlSchemaModelGroupPtr mg) argument
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/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 2500 milliseconds