Searched refs:btype (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/main/coregrind/m_demangle/ |
D | cplus-dem.c | 2449 int btype; in demangle_class() local 2454 btype = register_Btype (work); in demangle_class() 2478 remember_Btype (work, class_name.b, LEN_STRING(&class_name), btype); in demangle_class() 3880 string btype; in demangle_fund_type() local 3881 string_init (&btype); in demangle_fund_type() 3882 if (demangle_class_name (work, mangled, &btype)) { in demangle_fund_type() 3883 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex); in demangle_fund_type() 3885 string_appends (result, &btype); in demangle_fund_type() 3889 string_delete (&btype); in demangle_fund_type() 3894 string btype; in demangle_fund_type() local [all …]
|
/external/svox/pico/lib/ |
D | picoctrl.c | 144 picoos_uint8 btype; in ctrlStep() local 160 btype = picodata_cbGetFrontItemType(ctrl->procUnit[ctrl->curPU]->cbOut); in ctrlStep() 161 ctrl->lastItemTypeProduced=(picoos_uint8)btype; in ctrlStep()
|
/external/e2fsprogs/debugfs/ |
D | logdump.c | 313 static const char *type_to_name(int btype) in type_to_name() argument 315 switch (btype) { in type_to_name()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 12128 CType type1, btype; in struct_decl() local 12191 parse_btype(&btype, &ad); in struct_decl() 12195 type1 = btype; in struct_decl() 14506 CType btype, type; in func_decl_list() local 14510 if (!parse_btype(&btype, &ad)) in func_decl_list() 14512 if (((btype.t & VT_BTYPE) == VT_ENUM || in func_decl_list() 14513 (btype.t & VT_BTYPE) == VT_STRUCT) && in func_decl_list() 14518 type = btype; in func_decl_list() 14633 CType type, btype; in decl() local 14638 if (!parse_btype(&btype, &ad)) { in decl() [all …]
|