Searched defs:src_str (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c79 * on src_str.
84 * @param src_str A string that represents the source register. The format for
91 const char * src_str)
100 if (!regex_helper(regex_str, src_str, matches, REGEX_SRC_MATCHES)) {
106 tokens.Negate.String = src_str + matches[1].rm_so;
108 tokens.Abs.String = src_str + matches[2].rm_so;
110 tokens.File.String = src_str + matches[3].rm_so;
112 tokens.Index.String = src_str + matches[4].rm_so;
114 tokens.Swizzle.String = src_str + matches[5].rm_so;
364 char * src_str; local
88 init_rc_normal_src( struct rc_instruction * inst, unsigned int src_index, const char * src_str) argument
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_policy.c578 const char *src_str = DATUM(rule->src)->name; local
597 rule->rule_kind, src_str, tgt_str);
601 cil_avrule_to_policy_helper(file_arr, file_index, kind_str, src_str, tgt_str, rule->classperms);
608 char *src_str = ((struct cil_symtab_datum*)rule->src)->name; local
615 fprintf(file_arr[ALLOWS], "type_transition %s %s : %s %s;\n", src_str, tgt_str, obj_str, result_str);
618 fprintf(file_arr[ALLOWS], "type_change %s %s : %s %s\n;", src_str, tgt_str, obj_str, result_str);
621 fprintf(file_arr[ALLOWS], "type_member %s %s : %s %s;\n", src_str, tgt_str, obj_str, result_str);
633 char *src_str = ((struct cil_symtab_datum*)nametypetrans->src)->name; local
638 fprintf(file_arr[file_index], "type_transition %s %s : %s %s %s;\n", src_str, tgt_str, obj_str, result_str, nametypetrans->name_str);
1033 char *src_str local
1043 char *src_str = ((struct cil_symtab_datum*)roleallow->src)->name; local
[all...]
H A Dcil_internal.h507 char *src_str; member in struct:cil_nametypetransition
521 char *src_str; member in struct:cil_rangetransition
548 char *src_str; member in struct:cil_avrule
561 char *src_str; member in struct:cil_type_rule
572 char *src_str; member in struct:cil_roletransition
583 char *src_str; member in struct:cil_roleallow

Completed in 108 milliseconds