Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 108) sorted by relevance

12345

/scripts/gendwarfksyms/examples/
Dkabi_ex.h42 int a; member
74 int a; member
88 int a; member
102 int a; member
120 unsigned int a; member
134 unsigned int a; member
152 unsigned int a; member
170 int a; member
186 int a; member
205 int a; member
[all …]
Dkabi.h32 #define ___PASTE(a, b) a##b argument
33 #define __PASTE(a, b) ___PASTE(a, b) argument
/scripts/mod/
Dsumversion.c69 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
70 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (uint32_t)0x5A827999,s)) argument
71 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (uint32_t)0x6ED9EBA1,s)) argument
92 uint32_t a, b, c, d; in md4_transform() local
94 a = hash[0]; in md4_transform()
99 ROUND1(a, b, c, d, in[0], 3); in md4_transform()
100 ROUND1(d, a, b, c, in[1], 7); in md4_transform()
101 ROUND1(c, d, a, b, in[2], 11); in md4_transform()
102 ROUND1(b, c, d, a, in[3], 19); in md4_transform()
103 ROUND1(a, b, c, d, in[4], 3); in md4_transform()
[all …]
/scripts/coccinelle/api/
Datomic_as_refcounter.cocci14 identifier a, x;
26 atomic_dec_and_test@p1(&(a)->x)
28 atomic_dec_and_lock@p1(&(a)->x, ...)
30 atomic_long_dec_and_lock@p1(&(a)->x, ...)
32 atomic_long_dec_and_test@p1(&(a)->x)
34 atomic64_dec_and_test@p1(&(a)->x)
36 local_dec_and_test@p1(&(a)->x)
40 fname@p2(a, ...);
62 identifier a, x, y;
69 atomic_dec_and_test@p1(&(a)->x)
[all …]
Dkfree_mismatch.cocci64 position a != alloc.kok;
70 * kcalloc_node\)(...)@a
78 position a != alloc.kok;
84 kcalloc_node\)(...)@a
93 position a != alloc.vok;
99 * __vmalloc_node_range\|__vmalloc_node\)(...)@a
106 position a != alloc.vok;
112 __vmalloc_node_range\|__vmalloc_node\)(...)@a
120 position a, f;
124 * kvmalloc_array\)(...)@a
[all …]
/scripts/coccinelle/misc/
Dswap.cocci19 expression a, b;
32 * tmp = a;
33 * a = b;@p
39 expression a, b;
43 * tmp = a;
44 * a = b;@p
49 expression a, b;
61 - tmp = a;
62 - a = b;
64 + swap(a, b)
[all …]
Dcond_no_effect.cocci7 // is a placeholder for not yet handled cases.
8 // Unfortunately there also seems to be a tendency to use
9 // the last if else/else as a "default behavior" - which some
10 // might consider a legitimate coding pattern. From discussion
22 // user-mode SHcompact yet, and for a kernel fault, this would
23 // have to come from a module built for SHcompact. */
Dtest_addr.cocci2 /// The address of a variable or field is likely always to be non-zero.
26 cocci.print_main("test of a variable/field address",p)
32 msg = "ERROR: test of a variable/field address"
Dadd_namespace.cocci6 /// add a missing namespace tag to a module source file.
18 // Add missing imports, but only adjacent to a MODULE_LICENSE statement.
/scripts/tracing/
Dftrace-bisect.sh119 read a
120 if [ "$a" != "y" -a "$a" != "Y" ]; then
127 read a
128 if [ "$a" != "y" -a "$a" != "Y" ]; then
/scripts/
Dparse-maintainers.pl62 my ($a, $b) = @_;
64 $a = uc $a;
68 $a =~ s/THE REST/ZZZZZZ/g;
71 return $a cmp $b;
75 my ($a, $b) = @_;
78 my $a1 = uc(substr($a, 0, 1));
89 return $a cmp $b;
Ddiffconfig97 a = readconfig(open(configa_filename))
106 for config in a:
111 print_config("-", config, a[config], None)
112 del a[config]
116 for config in a:
117 if a[config] != b[config]:
123 print_config("->", config, a[config], b[config])
Dget_feat.pl162 my $a = $1;
168 if (length($a) > $max_size_arch) {
169 $max_size_arch = length($a);
174 $archs{$a} = 1;
175 $arch_table{$a} = $status;
245 ($data{$a}->{subsys} cmp $data{$b}->{subsys}) ||
246 ("\L$a" cmp "\L$b")
277 ($data{$a}->{subsys} cmp $data{$b}->{subsys}) ||
278 ("\L$a" cmp "\L$b")
404 ($data{$a}->{subsys} cmp $data{$b}->{subsys}) or
[all …]
Dcleanfile84 while (defined($a = shift(@ARGV))) {
85 if ($a =~ /^-/) {
86 if ($a eq '-width' || $a eq '-w') {
93 push(@files, $a);
Dmodule.lds.S75 *(.bss .bss.[0-9a-zA-Z_]*)
80 *(.data .data.[0-9a-zA-Z_]*)
87 *(.rodata .rodata.[0-9a-zA-Z_]*)
94 *(.text .text.[0-9a-zA-Z_]*)
Dcleanpatch84 while (defined($a = shift(@ARGV))) {
85 if ($a =~ /^-/) {
86 if ($a eq '-width' || $a eq '-w') {
93 push(@files, $a);
Dcheckstack.pl194 my ($a, $b) = @_;
196 my $num_a = $1 if $a =~ /:\t*(\d+)$/;
198 my $func_a = $1 if $a =~ / (.*):/;
208 print sort { sort_lines($a, $b) } @stack;
Dverify_builtin_ranges.awk191 if (/\.a\(/ && !/ vmlinux\.a\(/)
196 sub(/ vmlinux\.a\(/, " ");
208 ARGIND >= 4 && map_is_lld && /^[0-9a-f]{16} / {
263 if ($4 ~ /\.a\(/)
/scripts/kconfig/
Dnconf.h25 #define max(a, b) ({\ argument
26 typeof(a) _a = a;\
30 #define min(a, b) ({\ argument
31 typeof(a) _a = a;\
/scripts/coccinelle/api/alloc/
Dpool_zalloc-simple.cocci35 expression a,b,c;
39 - x = dma_pool_alloc(a,b,c);
40 + x = dma_pool_zalloc(a,b,c);
46 expression a,b,c;
50 - x = pci_pool_alloc(a,b,c);
51 + x = pci_pool_zalloc(a,b,c);
61 expression a,b,c;
66 x = @p\(dma_pool_alloc\|pci_pool_alloc\)(a,b,c);
/scripts/kconfig/tests/err_recursive_dep/
Dexpected_stderr3 For a resolution refer to Documentation/kbuild/kconfig-language.rst
8 For a resolution refer to Documentation/kbuild/kconfig-language.rst
14 For a resolution refer to Documentation/kbuild/kconfig-language.rst
20 For a resolution refer to Documentation/kbuild/kconfig-language.rst
26 For a resolution refer to Documentation/kbuild/kconfig-language.rst
32 For a resolution refer to Documentation/kbuild/kconfig-language.rst
37 For a resolution refer to Documentation/kbuild/kconfig-language.rst
/scripts/kconfig/tests/auto_submenu/
DKconfig12 This depends on A, so should be a submenu of A.
19 This should be a submenu of A0.
32 Choice should become a submenu as well.
51 This depends on A, but not a consecutive item, so can/should not
52 be a submenu.
/scripts/kconfig/tests/new_choice_with_dep/
DKconfig6 This is a new symbol.
20 This is a new symbol, so should be asked.
37 This is a new symbol, so should be asked.
/scripts/dtc/libfdt/
Dlibfdt_internal.h10 #define FDT_ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) argument
/scripts/dtc/
Ddtc-lexer.l12 PROPNODECHAR [a-zA-Z0-9,._+*#?@-]
14 LABEL [a-zA-Z_][a-zA-Z0-9_]*
154 <V1>([0-9]+|0[xX][0-9a-fA-F]+)(U|L|UL|LL|ULL)? {
210 <BYTESTRING>[0-9a-fA-F]{2} {

12345