Home
last modified time | relevance | path

Searched refs:start (Results 1 – 13 of 13) sorted by relevance

/scripts/dtc/libfdt/
A Dfdt_wip.c51 static void fdt_nop_region_(void *start, int len) in fdt_nop_region_() argument
55 for (p = start; (char *)p < ((char *)start + len); p++) in fdt_nop_region_()
/scripts/
A Devent_dump.py38 start = offset * func_size
39 val_data = sym_data[start:start + func_size]
A Dget_maintainer.pl803 my ($start, $end) = @_;
805 for (my $i = $start; $i < $end; $i++) {
821 my ($start, $end) = @_;
823 for (my $i = $start; $i < $end; $i++) {
865 my $start = find_starting_index($tvi);
872 for ($i = $start; $i < $end; $i++) {
887 for ($i = $start; $i < $end; $i++) {
923 my $start = find_starting_index($line);
925 for ($i = $start; $i < $end; $i++) {
1254 my $subsystem = $typevalue[$start];
[all …]
A Dkernel-doc919 my $start = "";
929 $start = "\n\n**Syntax**\n\n ``";
947 $start = "\n\n**Syntax**\n\n ``";
953 $start .= $args{'functiontype'} . " " . $args{'function'} . " (";
955 $start .= $args{'function'} . " (";
957 print $start;
A Dcheckpatch.pl1845 my $start = $linenr - 1;
1853 for ($line = $start; $remain > 0; $line++) {
/scripts/kconfig/
A Dstreamline_config.pl279 my $start = $1;
284 $process .= $start . $vars{$var};
286 $process .= $start . $variable;
A Dzconf.y114 input: nl start | start;
116 start: mainmenu_stmt stmt_list | stmt_list;
A Dgconf.c368 GtkTextIter start, end; in text_insert_help() local
375 gtk_text_buffer_get_bounds(buffer, &start, &end); in text_insert_help()
376 gtk_text_buffer_delete(buffer, &start, &end); in text_insert_help()
392 GtkTextIter start, end; in text_insert_msg() local
396 gtk_text_buffer_get_bounds(buffer, &start, &end); in text_insert_msg()
397 gtk_text_buffer_delete(buffer, &start, &end); in text_insert_msg()
A Dmconf.c363 static void update_text(char *buf, size_t start, size_t end, void *_data) in update_text() argument
370 if (pos->offset >= start && pos->offset < end) { in update_text()
/scripts/basic/
A Dfixdep.c242 const char *start = p; in parse_config_file() local
245 if (p > start && (isalnum(p[-1]) || p[-1] == '_')) { in parse_config_file()
/scripts/kconfig/lxdialog/
A Ddialog.h216 typedef void (*update_text_fn)(char *buf, size_t start, size_t end, void
/scripts/dtc/
A Ddtc.h247 struct reserve_info *build_reserve_entry(uint64_t start, uint64_t len);
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped222 """Return the start of the device-tree struct area
230 """Return the start of the device-tree string area
238 """Return the start of the memory reserve map
270 """Return the start of the device-tree string area
278 """Return the start of the device-tree struct area
834 addr: 64-bit start address

Completed in 42 milliseconds