Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dnconf.h26 #define max(a, b) ({\ argument
28 typeof(b) _b = b;\
31 #define min(a, b) ({\ argument
33 typeof(b) _b = b;\
A Dqconf.cc956 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 Dbuild_OID_registry151 my @octets_b = @{$encoded_oids[$b]};
153 return $hash_values[$a] <=> $hash_values[$b]
154 if ($hash_values[$a] != $hash_values[$b]);
A Dcheckstack.pl171 print sort { ($b =~ /:\t*(\d+)$/)[0] <=> ($a =~ /:\t*(\d+)$/)[0] } @stack;
A Dbuild-efi.sh63 ubdir=/tmp/b/
A Dget_maintainer.pl919 foreach my $line (sort {$hash{$b} <=> $hash{$a}} keys %hash) {
2180 foreach my $line (sort {$hash{$b} <=> $hash{$a}} keys %hash) {
A DKbuild.include118 printf "%b\n" "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
A Dcheckpatch.pl1176 foreach (sort { lc($a) cmp lc($b) } keys(%camelcase)) {
/scripts/dtc/
A Ddtc.h68 #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 Dlivetree.c676 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 Dconftest.py80 ps.stdin.write(b'\n')
/scripts/kconfig/lxdialog/
A Dutil.c51 #define DLG_COLOR(dialog, f, b, h) \ argument
54 dlg.dialog.bg = (b); \
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped643 val = val.encode('utf-8') + b'\0'

Completed in 23 milliseconds