HomeSort by: relevance | last modified time | path
    Searched defs:dst_str (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 255 * 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
410 dst_str = malloc(sizeof(char) * (tokens.Dst.Length + 1));
411 strncpy(dst_str, tokens.Dst.String, tokens.Dst.Length)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 255 * 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
410 dst_str = malloc(sizeof(char) * (tokens.Dst.Length + 1));
411 strncpy(dst_str, tokens.Dst.String, tokens.Dst.Length)
    [all...]
  /xsrc/external/mit/libXt/dist/src/
Converters.c 1668 char *dst, *dst_str; local
1679 dst = dst_str = __XtMalloc((unsigned) strlen(src) + 1);
1724 src = dst_str;

Completed in 23 milliseconds