Searched refs:btype (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c2449 int btype; local
2454 btype = register_Btype (work);
2478 remember_Btype (work, class_name.b, LEN_STRING(&class_name), btype);
3880 string btype; local
3881 string_init (&btype);
3882 if (demangle_class_name (work, mangled, &btype)) {
3883 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex);
3885 string_appends (result, &btype);
3889 string_delete (&btype);
3894 string btype; local
[all...]
/external/svox/pico/lib/
H A Dpicoctrl.c144 picoos_uint8 btype; local
160 btype = picodata_cbGetFrontItemType(ctrl->procUnit[ctrl->curPU]->cbOut);
161 ctrl->lastItemTypeProduced=(picoos_uint8)btype;
/external/e2fsprogs/debugfs/
H A Dlogdump.c313 static const char *type_to_name(int btype) argument
315 switch (btype) {
/external/valgrind/main/perf/
H A Dtinycc.c12130 CType type1, btype;
12193 parse_btype(&btype, &ad);
12197 type1 = btype;
14508 CType btype, type;
14512 if (!parse_btype(&btype, &ad))
14514 if (((btype.t & VT_BTYPE) == VT_ENUM ||
14515 (btype.t & VT_BTYPE) == VT_STRUCT) &&
14520 type = btype;
14635 CType type, btype;
14640 if (!parse_btype(&btype,
12128 CType type1, btype; local
14506 CType btype, type; local
14633 CType type, btype; local
[all...]

Completed in 240 milliseconds