Searched refs:dst_str (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.h46 const char * dst_str);
H A Drc_test_helpers.c255 * Initialize the destination for the instruction based on dst_str.
260 * @param dst_str A string that represents the destination register. The format
266 const char * dst_str)
274 if (!regex_helper(regex_str, dst_str, matches, REGEX_DST_MATCHES)) {
280 tokens.File.String = dst_str + matches[1].rm_so;
282 tokens.Index.String = dst_str + matches[2].rm_so;
284 tokens.WriteMask.String = dst_str + matches[3].rm_so;
405 char * dst_str; local in function:parse_rc_normal_instruction
410 dst_str = malloc(sizeof(char) * (tokens.Dst.Length + 1));
411 strncpy(dst_str, token
264 init_rc_normal_dst(struct rc_instruction * inst,const char * dst_str) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.h46 const char * dst_str);
H A Drc_test_helpers.c255 * Initialize the destination for the instruction based on dst_str.
260 * @param dst_str A string that represents the destination register. The format
266 const char * dst_str)
274 if (!regex_helper(regex_str, dst_str, matches, REGEX_DST_MATCHES)) {
280 tokens.File.String = dst_str + matches[1].rm_so;
282 tokens.Index.String = dst_str + matches[2].rm_so;
284 tokens.WriteMask.String = dst_str + matches[3].rm_so;
405 char * dst_str; local in function:parse_rc_normal_instruction
410 dst_str = malloc(sizeof(char) * (tokens.Dst.Length + 1));
411 strncpy(dst_str, token
264 init_rc_normal_dst(struct rc_instruction * inst,const char * dst_str) argument
[all...]
/xsrc/external/mit/libXt/dist/src/
H A DConverters.c1668 char *dst, *dst_str; local in function:XtCvtStringToCommandArgArray
1679 dst = dst_str = __XtMalloc((unsigned) strlen(src) + 1);
1724 src = dst_str;

Completed in 8 milliseconds