Home
last modified time | relevance | path

Searched refs:sep (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/model_pruning/
H A Dmobilenet_deploy.prototxt164 name: "conv2_1/sep"
167 top: "conv2_1/sep"
184 name: "conv2_1/sep/bn"
186 bottom: "conv2_1/sep"
187 top: "conv2_1/sep"
206 name: "conv2_1/sep/scale"
208 bottom: "conv2_1/sep"
209 top: "conv2_1/sep"
229 name: "relu2_1/sep"
231 bottom: "conv2_1/sep"
[all …]
/OK3568_Linux_fs/kernel/samples/pktgen/
H A Dfunctions.sh179 local sep=: sep2=::
180 local sep_cnt=$(tr -cd $sep <<< $1 | wc -c)
189 shrink=( $(egrep -o "$sep{2,}" <<< $addr) )
197 [[ ${addr:0:1} == $sep ]] && addr=0${addr}
198 [[ ${addr: -1} == $sep ]] && addr=${addr}0
211 local addr sep
224 [[ $IP6 ]] && sep=: || sep=.
225 IFS=$sep read -a addr <<< $net
272 local ip sep
275 [[ $IP6 ]] && sep=: || sep=.
[all …]
/OK3568_Linux_fs/kernel/drivers/parport/
H A Dprobe.c66 char *sep; in parse_data() local
69 sep = strchr(p, ':'); in parse_data()
70 if (sep) { in parse_data()
72 *(sep++) = 0; in parse_data()
74 u = sep + strlen (sep) - 1; in parse_data()
84 info->mfr = kstrdup(sep, GFP_KERNEL); in parse_data()
87 info->model = kstrdup(sep, GFP_KERNEL); in parse_data()
92 info->class_name = kstrdup(sep, GFP_KERNEL); in parse_data()
93 for (u = sep; *u; u++) in parse_data()
96 if (!strcmp(classes[i].token, sep)) { in parse_data()
[all …]
/OK3568_Linux_fs/u-boot/common/
H A Dcli_simple.c179 char *sep; /* end of token (separator) in cmdbuf */ in cli_simple_run_command() local
215 for (inquotes = 0, sep = str; *sep; sep++) { in cli_simple_run_command()
216 if ((*sep == '\'') && in cli_simple_run_command()
217 (*(sep - 1) != '\\')) in cli_simple_run_command()
221 (*sep == ';') && /* separator */ in cli_simple_run_command()
222 (sep != str) && /* past string start */ in cli_simple_run_command()
223 (*(sep - 1) != '\\')) /* and NOT escaped */ in cli_simple_run_command()
231 if (*sep) { in cli_simple_run_command()
232 str = sep + 1; /* start of command for next pass */ in cli_simple_run_command()
233 *sep = '\0'; in cli_simple_run_command()
[all …]
H A Dcommand.c270 static void print_argv(const char *banner, const char *leader, const char *sep, int linemax, char *… in print_argv() argument
273 int sl = sep != NULL ? strlen(sep) : 0; in print_argv()
289 } else if (sep) in print_argv()
290 puts(sep); in print_argv()
327 const char *sep; in cmd_auto_complete() local
361 sep = NULL; in cmd_auto_complete()
367 sep = " "; in cmd_auto_complete()
389 if (sep != NULL) in cmd_auto_complete()
391 *t++ = sep[i]; in cmd_auto_complete()
396 if (sep == NULL) in cmd_auto_complete()
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_debugfs.c34 bool is_set, char *sep, const char *set_name, const char *unset_name) in __seq_print_rq_state_bit() argument
37 seq_putc(m, *sep); in __seq_print_rq_state_bit()
39 *sep = '|'; in __seq_print_rq_state_bit()
41 seq_putc(m, *sep); in __seq_print_rq_state_bit()
43 *sep = '|'; in __seq_print_rq_state_bit()
48 bool is_set, char *sep, const char *set_name) in seq_print_rq_state_bit() argument
50 __seq_print_rq_state_bit(m, is_set, sep, set_name, NULL); in seq_print_rq_state_bit()
57 char sep = ' '; in seq_print_request_state() local
63 seq_print_rq_state_bit(m, s & RQ_IN_ACT_LOG, &sep, "in-AL"); in seq_print_request_state()
64 seq_print_rq_state_bit(m, s & RQ_POSTPONED, &sep, "postponed"); in seq_print_request_state()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/ui/tui/
H A Dutil.c85 const char *sep = strchr(t, '\n'); in ui_browser__input_window() local
87 if (sep == NULL) in ui_browser__input_window()
88 sep = strchr(t, '\0'); in ui_browser__input_window()
89 len = sep - t; in ui_browser__input_window()
93 if (*sep == '\0') in ui_browser__input_window()
95 t = sep + 1; in ui_browser__input_window()
175 const char *sep = strchr(t, '\n'); in __ui__info_window() local
178 if (sep == NULL) in __ui__info_window()
179 sep = strchr(t, '\0'); in __ui__info_window()
180 len = sep - t; in __ui__info_window()
[all …]
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dnmi_debug.c47 char *p, *sep; in nmi_debug_setup() local
54 for (p = str + 1; *p; p = sep + 1) { in nmi_debug_setup()
55 sep = strchr(p, ','); in nmi_debug_setup()
56 if (sep) in nmi_debug_setup()
57 *sep = 0; in nmi_debug_setup()
69 if (!sep) in nmi_debug_setup()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dfdtput.c153 const char *sep; in create_paths() local
160 for (sep = path; *sep; path = sep + 1, offset = node) { in create_paths()
162 sep = strchr(path, '/'); in create_paths()
163 if (!sep) in create_paths()
164 sep = path + strlen(path); in create_paths()
167 sep - path); in create_paths()
170 sep - path); in create_paths()
173 report_error(path, sep - path, node); in create_paths()
/OK3568_Linux_fs/kernel/tools/perf/ui/stdio/
H A Dhist.c332 const char *sep = symbol_conf.field_sep ?: ";"; in __callchain__fprintf_folded() local
347 ret += fprintf(fp, "%s%s", first ? "" : sep, in __callchain__fprintf_folded()
417 const char *sep = symbol_conf.field_sep; in __hist_entry__snprintf() local
434 if (!sep || !first) { in __hist_entry__snprintf()
435 ret = scnprintf(hpp->buf, hpp->size, "%s", sep ?: " "); in __hist_entry__snprintf()
462 const char *sep = symbol_conf.field_sep; in hist_entry__hierarchy_fprintf() local
484 if (!sep || !first) { in hist_entry__hierarchy_fprintf()
485 ret = scnprintf(hpp->buf, hpp->size, "%s", sep ?: " "); in hist_entry__hierarchy_fprintf()
499 if (!sep) in hist_entry__hierarchy_fprintf()
523 printed += fprintf(fp, "%s%s", sep ?: " ", skip_spaces(buf)); in hist_entry__hierarchy_fprintf()
[all …]
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Djson_writer.c25 char sep; /* either nul or comma */ member
49 if (self->sep != '\0') in jsonw_eor()
50 putc(self->sep, self->out); in jsonw_eor()
51 self->sep = ','; in jsonw_eor()
100 self->sep = '\0'; in jsonw_new()
125 self->sep = '\0'; in jsonw_reset()
134 self->sep = '\0'; in jsonw_begin()
142 if (self->sep != '\0') in jsonw_end()
145 self->sep = ','; in jsonw_end()
154 self->sep = '\0'; in jsonw_name()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/
H A Dtype_printers.py46 sep = ''
49 print ("%sType printers for %s:" % (sep, objfile.filename))
51 sep = '\n'
53 print ("%sType printers for program space:" % sep)
55 sep = '\n'
57 print ("%sGlobal type printers:" % sep)
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dintlist.c92 char *sep; in intlist__parse_list() local
96 long value = strtol(s, &sep, 10); in intlist__parse_list()
98 if (*sep != ',' && *sep != '\0') in intlist__parse_list()
103 s = sep + 1; in intlist__parse_list()
104 } while (*sep != '\0'); in intlist__parse_list()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/
H A Dtype_printers.py46 sep = ''
49 print ("%sType printers for %s:" % (sep, objfile.filename))
51 sep = '\n'
53 print ("%sType printers for program space:" % sep)
55 sep = '\n'
57 print ("%sGlobal type printers:" % sep)
/OK3568_Linux_fs/u-boot/cmd/
H A Dbootmenu.c256 char *sep; in bootmenu_create() local
268 sep = strchr(option, '='); in bootmenu_create()
269 if (!sep) { in bootmenu_create()
278 len = sep-option; in bootmenu_create()
287 len = strlen(sep + 1); in bootmenu_create()
294 memcpy(entry->command, sep + 1, len); in bootmenu_create()
366 char *option, *sep; in bootmenu_show() local
375 sep = strchr(option, '='); in bootmenu_show()
376 if (!sep) { in bootmenu_show()
380 run_command(sep+1, 0); in bootmenu_show()
/OK3568_Linux_fs/buildroot/package/
H A Dpkg-generic.mk38 $(foreach hook,$(GLOBAL_INSTRUMENTATION_HOOKS),$(call $(hook),start,$(1),$($(PKG)_NAME))$(sep))
44 $(foreach hook,$(GLOBAL_INSTRUMENTATION_HOOKS),$(call $(hook),end,$(1),$($(PKG)_NAME))$(sep))
85 $(EXTRA_ENV) $(user_hook) "$(1)" "$(2)" "$(3)"$(sep))
100 $(file >> $(SCRIPT),$($(cmd)))$(sep))
107 +$(foreach cmd,$(2),$(call $(cmd))$(sep))
205 $(foreach hook,$($(PKG)_PRE_DOWNLOAD_HOOKS),$(call $(hook))$(sep))
213 $(foreach p,$($(PKG)_ALL_DOWNLOADS),$(call DOWNLOAD,$(p),$(PKG))$(sep))
214 $(foreach hook,$($(PKG)_POST_DOWNLOAD_HOOKS),$(call $(hook))$(sep))
232 $(foreach hook,$($(PKG)_PRE_EXTRACT_HOOKS),$(call $(hook))$(sep))
237 $(foreach hook,$($(PKG)_POST_EXTRACT_HOOKS),$(call $(hook))$(sep))
[all …]
/OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/
H A Dfdt_overlay.c442 char *sep, *endptr; in overlay_fixup_phandle() local
454 sep = memchr(fixup_str, ':', fixup_len); in overlay_fixup_phandle()
455 if (!sep || *sep != ':') in overlay_fixup_phandle()
458 path_len = sep - path; in overlay_fixup_phandle()
463 name = sep + 1; in overlay_fixup_phandle()
464 sep = memchr(name, ':', fixup_len); in overlay_fixup_phandle()
465 if (!sep || *sep != ':') in overlay_fixup_phandle()
468 name_len = sep - name; in overlay_fixup_phandle()
472 poffset = strtoul(sep + 1, &endptr, 10); in overlay_fixup_phandle()
473 if ((*endptr != '\0') || (endptr <= (sep + 1))) in overlay_fixup_phandle()
/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dfdt_overlay.c449 char *sep, *endptr; in overlay_fixup_phandle() local
461 sep = memchr(fixup_str, ':', fixup_len); in overlay_fixup_phandle()
462 if (!sep || *sep != ':') in overlay_fixup_phandle()
465 path_len = sep - path; in overlay_fixup_phandle()
470 name = sep + 1; in overlay_fixup_phandle()
471 sep = memchr(name, ':', fixup_len); in overlay_fixup_phandle()
472 if (!sep || *sep != ':') in overlay_fixup_phandle()
475 name_len = sep - name; in overlay_fixup_phandle()
479 poffset = strtoul(sep + 1, &endptr, 10); in overlay_fixup_phandle()
480 if ((*endptr != '\0') || (endptr <= (sep + 1))) in overlay_fixup_phandle()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py198 pos, sep = find_chars(buf, '$\\`"')
203 if sep=='"':
217 pos, sep = find_chars(buf, chars)
222 if (result[0]=='$(' and sep==')') or (result[0]=='`' and sep=='`'):
223 result += [sep]
232 pos, sep = find_chars(buf, '$\\`"\'}')
237 if sep=='}':
238 result += [sep]
244 sep = result[0]
245 if sep=='$':
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0005-crashdump-elf.c-work-around-for-sysconf-_SC_NPROCESS.patch56 + char sep;
60 + /* int n = fscanf(file, "%u%c", &cpu, &sep); */
65 + n = sscanf(line, "%u%c", &cpu, &sep);
72 + sep = '\n';
78 + } else if (sep == '-')
83 + if (sep == '\n')
/OK3568_Linux_fs/kernel/fs/cifs/
H A Ddns_resolve.c49 const char *hostname, *sep; in dns_resolve_server_name_to_ip() local
67 sep = memchr(hostname, '/', len); in dns_resolve_server_name_to_ip()
68 if (sep) in dns_resolve_server_name_to_ip()
69 len = sep - hostname; in dns_resolve_server_name_to_ip()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpath.py183 return (file + os.path.sep).startswith(root)
190 for d in rel_path.split(os.path.sep):
243 if not root.endswith(os.path.sep):
245 root = root + os.path.sep
277 if not pth_abs.endswith(os.sep):
278 pth_abs += os.sep
323 def canonicalize(paths, sep=','): argument
338 for path in (paths or '').split(sep):
343 return sep.join(canonical_paths)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dtypes.py39 def assertListEqual(self, value, valid, sep=None): argument
40 obj = create(value, 'list', separator=sep)
42 if sep is not None:
43 self.assertEqual(obj.separator, sep)
/OK3568_Linux_fs/buildroot/package/android-tools/
H A D0003-Fix-build-issue-with-uclibc.patch13 if (sep)
14 *sep = '\0';
26 if (sep)
27 *sep = '\0';
/OK3568_Linux_fs/u-boot/tools/
H A Dmkimage.c475 char *sep = NULL; in main() local
478 if ((sep = strchr(file, ':')) != NULL) { in main()
479 *sep = '\0'; in main()
503 if (sep) { in main()
504 *sep = ':'; in main()
505 file = sep + 1; in main()
514 char *sep = strchr(file, ':'); in main() local
515 if (sep) { in main()
516 *sep = '\0'; in main()
518 *sep++ = ':'; in main()
[all …]

12345678910>>...12