Home
last modified time | relevance | path

Searched refs:orig_type (Results 1 – 5 of 5) sorted by relevance

/external/svox/pico/lib/
Dpicospho.c850 static void setSideBound(spho_subobj_t * spho, picoos_uint8 orig_strength, picoos_uint8 orig_type, … in setSideBound() argument
886 spho->lastPhraseType = orig_type; in setSideBound()
905 spho->lastPhraseType = orig_type; in setSideBound()
1311 picoos_uint8 orig_strength, orig_type; in sphoStep() local
1314 orig_type = ihead.info2; in sphoStep()
1318 orig_type = PICODATA_ITEMINFO2_NA; in sphoStep()
1334 setSideBound(spho, orig_strength, orig_type, in sphoStep()
/external/selinux/libsepol/cil/src/
Dandroid.c785 char *orig_type = (char *) k; in cil_build_mappings_tree() local
795 attrset->attr_str = __cil_attrib_get_versname(orig_type, verargs->num); in cil_build_mappings_tree()
796 cil_list_append(attrset->str_expr, CIL_STRING, orig_type); in cil_build_mappings_tree()
/external/f2fs-tools/fsck/
Dfsck.c1051 if (se->orig_type != se->type) { in check_sit_types()
1052 if (se->orig_type == CURSEG_COLD_DATA) { in check_sit_types()
1053 se->type = se->orig_type; in check_sit_types()
1056 i, se->orig_type, se->type); in check_sit_types()
Df2fs.h75 unsigned char orig_type; /* segment type like CURSEG_XXX_TYPE */ member
Dmount.c811 se->orig_type = GET_SIT_TYPE(raw_sit); in seg_info_from_raw_sit()