Searched refs:istr (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr.cpp | 87 auto istr = str.begin() + 1; in sel_and_szw_from_string() local 90 while (istr != str.end() && *istr == '_') in sel_and_szw_from_string() 91 ++istr; in sel_and_szw_from_string() 94 while (istr != str.end() && isdigit(*istr)) { in sel_and_szw_from_string() 96 sel += *istr - '0'; in sel_and_szw_from_string() 97 ++istr; in sel_and_szw_from_string() 101 assert(*istr == '.'); in sel_and_szw_from_string() 102 istr in sel_and_szw_from_string() [all...] |
/third_party/popt/src/ |
H A D | poptint.c | 65 * @param istr input string (UTF-8 encoding assumed) 69 strdup_locale_from_utf8 (char * istr) in strdup_locale_from_utf8() argument 75 if (istr == NULL) in strdup_locale_from_utf8() 86 size_t db = strlen(istr); in strdup_locale_from_utf8() 89 char * pin = istr; in strdup_locale_from_utf8() 138 ostr = xstrdup(istr); in strdup_locale_from_utf8()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | cpuinfo.c | 33 char *istr = NULL, *valstr = NULL, *saveptr = NULL; in get_cpu_baseinfo() local 61 istr = strtok_r(buf, "\t", &saveptr); in get_cpu_baseinfo() 67 if (!strcmp(istr, "processor")) { in get_cpu_baseinfo()
|
/third_party/libsnd/src/ |
H A D | common.c | 108 char c, *strptr, istr [5], lead_char, sign_char ; in psf_log_printf() local 363 { istr [0] = d & 0xFF ; in psf_log_printf() 364 istr [1] = (d >> 8) & 0xFF ; in psf_log_printf() 365 istr [2] = (d >> 16) & 0xFF ; in psf_log_printf() 366 istr [3] = (d >> 24) & 0xFF ; in psf_log_printf() 369 { istr [3] = d & 0xFF ; in psf_log_printf() 370 istr [2] = (d >> 8) & 0xFF ; in psf_log_printf() 371 istr [1] = (d >> 16) & 0xFF ; in psf_log_printf() 372 istr [0] = (d >> 24) & 0xFF ; in psf_log_printf() 374 istr [ in psf_log_printf() [all...] |
/third_party/libabigail/src/ |
H A D | abg-dwarf-reader.cc | 3020 interned_string istr = env().intern(qualified_name); in get_die_qualified_name() local 3021 map[die_offset] = istr; in get_die_qualified_name() 3022 return istr; in get_die_qualified_name() 3099 interned_string istr = env().intern(qualified_name); in get_die_qualified_type_name() local 3100 map[die_offset] = istr; in get_die_qualified_type_name() 3101 return istr; in get_die_qualified_type_name() 3140 interned_string istr = env().intern(pretty_representation); in get_die_pretty_type_representation() local 3141 map[die_offset] = istr; in get_die_pretty_type_representation() 3142 return istr; in get_die_pretty_type_representation() 3177 interned_string istr in get_die_pretty_representation() local [all...] |
/third_party/mksh/ |
H A D | var.c | 1855 record_match(const char *istr) in record_match() argument 1862 setstr(vp, istr, 0x4); in record_match()
|
Completed in 12 milliseconds