Home
last modified time | relevance | path

Searched refs:src_str (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c91 const char * src_str) in init_rc_normal_src() argument
100 if (!regex_helper(regex_str, src_str, matches, REGEX_SRC_MATCHES)) { in init_rc_normal_src()
106 tokens.Negate.String = src_str + matches[1].rm_so; in init_rc_normal_src()
108 tokens.Abs.String = src_str + matches[2].rm_so; in init_rc_normal_src()
110 tokens.File.String = src_str + matches[3].rm_so; in init_rc_normal_src()
112 tokens.Index.String = src_str + matches[4].rm_so; in init_rc_normal_src()
114 tokens.Swizzle.String = src_str + matches[5].rm_so; in init_rc_normal_src()
364 char * src_str; in init_rc_normal_instruction() local
370 src_str = malloc(sizeof(char) * in init_rc_normal_instruction()
372 strncpy(src_str, tokens.Srcs[j].String, in init_rc_normal_instruction()
[all …]
Drc_test_helpers.h5 const char * src_str);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c91 const char * src_str) in init_rc_normal_src() argument
100 if (!regex_helper(regex_str, src_str, matches, REGEX_SRC_MATCHES)) { in init_rc_normal_src()
106 tokens.Negate.String = src_str + matches[1].rm_so; in init_rc_normal_src()
108 tokens.Abs.String = src_str + matches[2].rm_so; in init_rc_normal_src()
110 tokens.File.String = src_str + matches[3].rm_so; in init_rc_normal_src()
112 tokens.Index.String = src_str + matches[4].rm_so; in init_rc_normal_src()
114 tokens.Swizzle.String = src_str + matches[5].rm_so; in init_rc_normal_src()
364 char * src_str; in init_rc_normal_instruction() local
370 src_str = malloc(sizeof(char) * in init_rc_normal_instruction()
372 strncpy(src_str, tokens.Srcs[j].String, in init_rc_normal_instruction()
[all …]
Drc_test_helpers.h5 const char * src_str);
/external/qemu/net/
Dnet.c219 char *src_str; in parse_host_src_port() local
231 if ((src_str = strchr(input_str,'@'))) { in parse_host_src_port()
232 *src_str = '\0'; in parse_host_src_port()
233 src_str++; in parse_host_src_port()
239 src_str2 = src_str; in parse_host_src_port()
240 if (!src_str || *src_str == '\0') in parse_host_src_port()
Dnet-android.c227 char *src_str; in parse_host_src_port() local
239 if ((src_str = strchr(input_str,'@'))) { in parse_host_src_port()
240 *src_str = '\0'; in parse_host_src_port()
241 src_str++; in parse_host_src_port()
247 src_str2 = src_str; in parse_host_src_port()
248 if (!src_str || *src_str == '\0') in parse_host_src_port()
/external/chromium_org/v8/src/
Dobjects-inl.h5604 String* src_str = String::cast(src); in BOOL_ACCESSORS() local
5605 if (!StringShape(src_str).IsExternal()) return true; in BOOL_ACCESSORS()
5606 if (src_str->IsOneByteRepresentation()) { in BOOL_ACCESSORS()
5608 } else if (src_str->IsTwoByteRepresentation()) { in BOOL_ACCESSORS()