| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | effects_i.c | 153 static char const * parsesamples(sox_rate_t rate, const char *str0, uint64_t *samples, int def, int… 155 char const * lsx_parsesamples(sox_rate_t rate, const char *str0, uint64_t *samples, int def) in lsx_parsesamples() argument 158 return parsesamples(rate, str0, samples, def, '+'); in lsx_parsesamples() 161 static char const * parsesamples(sox_rate_t rate, const char *str0, uint64_t *samples, int def, int… in parsesamples() argument 163 char * str = (char *)str0; in parsesamples() 338 char const * lsx_parseposition(sox_rate_t rate, const char *str0, uint64_t *samples, uint64_t lates… in lsx_parseposition() argument 340 char *str = (char *)str0; in lsx_parseposition()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | recordmcount.h | 352 char const *const str0) in get_mcountsym() argument 358 char const *symname = &str0[w(symp->st_name)]; in get_mcountsym() 375 char const **str0, in get_sym_str_and_relp() argument 389 *str0 = (char const *)(_w(strsec->sh_offset) in get_sym_str_and_relp() 412 char const *str0; in sift_rel_mcount() local 419 get_sym_str_and_relp(relhdr, ehdr, &sym0, &str0, &relp); in sift_rel_mcount() 423 mcountsym = get_mcountsym(sym0, relp, str0); in sift_rel_mcount() 458 char const *str0; in nop_mcount() local 467 get_sym_str_and_relp(relhdr, ehdr, &sym0, &str0, &relp); in nop_mcount() 473 mcountsym = get_mcountsym(sym0, relp, str0); in nop_mcount()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_global_data.c | 47 static const char str0[32] = "abcdefghijklmnopqrstuvwxyz"; variable 87 test_reloc(string, 0, str0); in load_static_data()
|
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | numa.c | 511 char *str0, *str; in parse_setup_cpu_list() local 519 str0 = str = strdup(g->p.cpu_list_str); in parse_setup_cpu_list() 623 free(str0); in parse_setup_cpu_list() 648 char *str0, *str; in parse_setup_node_list() local 656 str0 = str = strdup(g->p.node_list_str); in parse_setup_node_list() 738 free(str0); in parse_setup_node_list()
|
| /OK3568_Linux_fs/kernel/tools/power/x86/intel-speed-select/ |
| H A D | isst-display.c | 323 unsigned int val, char *str0, char *str1) in isst_ctdp_display_core_info() argument 345 if (str0 && !val) in isst_ctdp_display_core_info() 346 snprintf(value, sizeof(value), "%s", str0); in isst_ctdp_display_core_info()
|
| H A D | isst.h | 212 unsigned int val, char *str0, char *str1);
|
| H A D | isst-config.c | 1015 #define _get_tdp_level(desc, suffix, object, help, str0, str1) \ argument 1026 local_str0 = str0; \
|