Home
last modified time | relevance | path

Searched refs:length (Results 1 – 16 of 16) sorted by relevance

/scripts/dtc/libfdt/
A Dfdt_ro.c759 return length; in fdt_stringlist_count()
761 end = list + length; in fdt_stringlist_count()
770 list += length; in fdt_stringlist_count()
785 return length; in fdt_stringlist_search()
788 end = list + length; in fdt_stringlist_search()
797 if (length == len && memcmp(list, string, length) == 0) in fdt_stringlist_search()
800 list += length; in fdt_stringlist_search()
812 int length; in fdt_stringlist_get() local
817 *lenp = length; in fdt_stringlist_get()
822 end = list + length; in fdt_stringlist_get()
[all …]
/scripts/
A Dcheck-sysctl-docs50 value = substr(value, 1, length(value) - 1)
79 if (length($i) == 0) {
87 if (length(token) > 0 && token != "and") {
92 if (inbrackets && substr($i, length($i), 1) == ")") {
A Dextract_xc3028.pl46 my ($offset, $length) = @_;
50 while ($length > 0) {
53 $chunklength = $length if ($chunklength > $length);
58 $length -= $rcount;
104 my ($offset, $length) = @_;
105 my $out = get_hunk($offset, $length);
109 for (my $i=0;$i<$length;$i++) {
119 my ($offset, $length) = @_;
120 my $out = get_hunk($offset, $length);
124 for (my $i=0;$i<$length;$i++) {
[all …]
A Dget_dvb_firmware869 my ($infile, $offset, $length, $outfile) = @_;
875 while($length > 0) {
878 $chunklength = $length if ($chunklength > $length);
883 $length -= $rcount;
A Dleaking_addresses.pl670 my $length = @$lines;
671 printf "[%d %s] %s", $length, $_, @$lines[0];
A Dverify_builtin_ranges.awk69 if (length(val) == 16)
A DMakefile.extrawarn147 KBUILD_CFLAGS += -Wformat-zero-length -Wnonnull
A Dspelling.txt972 legnth||length
974 lengh||length
975 lenght||length
976 lenth||length
A Dcheckpatch.pl2398 my ($lineRef, $offset, $length) = @_;
2404 my $nl = $l + $length;
2648 my $length;
2851 ($length, $indent) = line_stats($rawline);
3845 if ($line =~ /^\+/ && $length > $max_line_length) {
3889 "line length of $length exceeds $max_line_length columns\n" . $herecurr);
/scripts/gcc-plugins/
A Drandomize_layout_plugin.c152 unsigned long length; member
162 gcc_assert(length < INT_MAX); in partition_struct()
166 for (i = 0; i < length; i++) { in partition_struct()
176 size_groups[group_idx].length = accum_length; in partition_struct()
183 !size_groups[group_idx].length) { in partition_struct()
184 size_groups[group_idx].length = accum_length; in partition_struct()
194 struct partition_group size_group[length]; in performance_shuffle()
232 for (i = length - 1; i > 0; i--) { in full_shuffle()
249 if (length == 0) in shuffle()
271 performance_shuffle(newtree, length, &prng_state); in shuffle()
[all …]
A Dstackleak_plugin.c436 static inline bool string_equal(tree node, const char *string, int length) in string_equal() argument
438 if (TREE_STRING_LENGTH(node) < length) in string_equal()
440 if (TREE_STRING_LENGTH(node) > length + 1) in string_equal()
442 if (TREE_STRING_LENGTH(node) == length + 1 && in string_equal()
443 TREE_STRING_POINTER(node)[length] != '\0') in string_equal()
445 return !memcmp(TREE_STRING_POINTER(node), string, length); in string_equal()
/scripts/coccinelle/misc/
A Dflexible_array.cocci3 /// Zero-length and one-element arrays are deprecated, see
99 …ead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-ar…
106 …ead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-ar…
/scripts/crypto/
A Dgen-hash-testvecs.py19 def rand_bytes(length): argument
20 seed = length
22 for _ in range(length):
/scripts/gdb/linux/
A Dutils.py115 def read_memoryview(inf, start, length): argument
116 m = inf.read_memory(start, length)
/scripts/lib/kdoc/
A Dkdoc_parser.py1422 length = len(proto)
1425 length = 0 # skip the loop if is_void
1427 for ix in range(length):
/scripts/kconfig/
A Dqconf.cc1130 i += n.length(); in print_filter()

Completed in 34 milliseconds