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

/external/linux-tools-perf/src/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.c627 struct map_groups *mg = &self->mg; local
642 mg = &machine->kmaps;
648 mg = &machine->kmaps;
673 al->map = map_groups__find(mg, type, al->addr);
686 machine && mg != &machine->kmaps) {
687 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/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/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GeneralDecoder.cpp3044 FX_DWORD ng, mg; local
3056 for(mg = 0; mg < HGH; mg++) {
3058 x = (HGX + mg * HRY + ng * HRX) >> 8;
3059 y = (HGY + mg * HRX - ng * HRY) >> 8;
3062 HSKIP->setPixel(ng, mg, 1);
3064 HSKIP->setPixel(ng, mg, 0);
3085 for(mg = 0; mg < HG
3112 FX_DWORD ng, mg; local
[all...]
/external/libxml2/
H A Dxmlschemas.c203 #define WXS_MODELGROUP_PARTICLE(mg) WXS_PTC_CAST (mg)->children
18985 * @mg: the model group
18999 xmlSchemaModelGroupPtr mg)
19001 xmlSchemaParticlePtr particle = WXS_MODELGROUP_PARTICLE(mg);
20020 xmlSchemaModelGroupPtr mg)
20022 xmlSchemaParticlePtr particle = WXS_MODELGROUP_PARTICLE(mg);
18997 xmlSchemaModelGroupToModelGroupDefFixup( xmlSchemaParserCtxtPtr ctxt ATTRIBUTE_UNUSED, xmlSchemaModelGroupPtr mg) argument
20018 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 1302 milliseconds