Searched refs:length (Results 1 – 16 of 16) sorted by relevance
| /scripts/dtc/libfdt/ |
| A D | fdt_ro.c | 759 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 D | check-sysctl-docs | 50 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 D | extract_xc3028.pl | 46 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 D | get_dvb_firmware | 869 my ($infile, $offset, $length, $outfile) = @_; 875 while($length > 0) { 878 $chunklength = $length if ($chunklength > $length); 883 $length -= $rcount;
|
| A D | leaking_addresses.pl | 670 my $length = @$lines; 671 printf "[%d %s] %s", $length, $_, @$lines[0];
|
| A D | verify_builtin_ranges.awk | 69 if (length(val) == 16)
|
| A D | Makefile.extrawarn | 147 KBUILD_CFLAGS += -Wformat-zero-length -Wnonnull
|
| A D | spelling.txt | 972 legnth||length 974 lengh||length 975 lenght||length 976 lenth||length
|
| A D | checkpatch.pl | 2398 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 D | randomize_layout_plugin.c | 152 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 D | stackleak_plugin.c | 436 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 D | flexible_array.cocci | 3 /// 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 D | gen-hash-testvecs.py | 19 def rand_bytes(length): argument 20 seed = length 22 for _ in range(length):
|
| /scripts/gdb/linux/ |
| A D | utils.py | 115 def read_memoryview(inf, start, length): argument 116 m = inf.read_memory(start, length)
|
| /scripts/lib/kdoc/ |
| A D | kdoc_parser.py | 1422 length = len(proto) 1425 length = 0 # skip the loop if is_void 1427 for ix in range(length):
|
| /scripts/kconfig/ |
| A D | qconf.cc | 1130 i += n.length(); in print_filter()
|
Completed in 34 milliseconds