Searched refs:b (Results 1 – 13 of 13) sorted by relevance
| /scripts/kconfig/ |
| A D | nconf.h | 26 #define max(a, b) ({\ argument 28 typeof(b) _b = b;\ 31 #define min(a, b) ({\ argument 33 typeof(b) _b = b;\
|
| A D | qconf.cc | 956 if (list->showName != b) { in setShowName() 957 list->showName = b; in setShowName() 959 emit showNameChanged(b); in setShowName() 966 list->showRange = b; in setShowRange() 968 emit showRangeChanged(b); in setShowRange() 974 if (list->showData != b) { in setShowData() 975 list->showData = b; in setShowData() 977 emit showDataChanged(b); in setShowData() 1033 if (_showDebug != b) { in setShowDebug() 1034 _showDebug = b; in setShowDebug() [all …]
|
| /scripts/ |
| A D | build_OID_registry | 151 my @octets_b = @{$encoded_oids[$b]}; 153 return $hash_values[$a] <=> $hash_values[$b] 154 if ($hash_values[$a] != $hash_values[$b]);
|
| A D | checkstack.pl | 171 print sort { ($b =~ /:\t*(\d+)$/)[0] <=> ($a =~ /:\t*(\d+)$/)[0] } @stack;
|
| A D | build-efi.sh | 63 ubdir=/tmp/b/
|
| A D | get_maintainer.pl | 919 foreach my $line (sort {$hash{$b} <=> $hash{$a}} keys %hash) { 2180 foreach my $line (sort {$hash{$b} <=> $hash{$a}} keys %hash) {
|
| A D | Kbuild.include | 118 printf "%b\n" "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
|
| A D | checkpatch.pl | 1176 foreach (sort { lc($a) cmp lc($b) } keys(%camelcase)) {
|
| /scripts/dtc/ |
| A D | dtc.h | 68 #define streq(a, b) (strcmp((a), (b)) == 0) argument 70 #define strprefixeq(a, n, b) (strlen(b) == (n) && (memcmp(a, b, n) == 0)) argument
|
| A D | livetree.c | 676 const struct reserve_info *a, *b; in cmp_reserve_info() local 681 if (a->address < b->address) in cmp_reserve_info() 683 else if (a->address > b->address) in cmp_reserve_info() 685 else if (a->size < b->size) in cmp_reserve_info() 687 else if (a->size > b->size) in cmp_reserve_info() 725 const struct property *a, *b; in cmp_prop() local 728 b = *((const struct property * const *)bx); in cmp_prop() 730 return strcmp(a->name, b->name); in cmp_prop() 761 const struct node *a, *b; in cmp_subnode() local 764 b = *((const struct node * const *)bx); in cmp_subnode() [all …]
|
| /scripts/kconfig/tests/ |
| A D | conftest.py | 80 ps.stdin.write(b'\n')
|
| /scripts/kconfig/lxdialog/ |
| A D | util.c | 51 #define DLG_COLOR(dialog, f, b, h) \ argument 54 dlg.dialog.bg = (b); \
|
| /scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 643 val = val.encode('utf-8') + b'\0'
|
Completed in 23 milliseconds