Home
last modified time | relevance | path

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

12345

/scripts/gendwarfksyms/examples/
A 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 …]
A Dkabi.h32 #define ___PASTE(a, b) a##b argument
33 #define __PASTE(a, b) ___PASTE(a, b) argument
/scripts/mod/
A 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()
103 ROUND1(a, b, c, d, in[4], 3); in md4_transform()
104 ROUND1(d, a, b, c, in[5], 7); in md4_transform()
107 ROUND1(a, b, c, d, in[8], 3); in md4_transform()
[all …]
/scripts/coccinelle/api/
A Datomic_as_refcounter.cocci14 identifier a, x;
26 atomic_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)
77 atomic64_dec_and_test@p1(&(a)->x)
79 local_dec_and_test@p1(&(a)->x)
82 y=a
[all …]
A Dkfree_mismatch.cocci64 position a != alloc.kok;
78 position a != alloc.kok;
93 position a != alloc.vok;
106 position a != alloc.vok;
120 position a, f;
165 a << vfree.a;
173 a << vfree.a;
181 a << kfree.a;
189 a << kfree.a;
197 a << kvfree.a;
[all …]
/scripts/coccinelle/misc/
A Dswap.cocci19 expression a, b;
32 * tmp = a;
33 * a = b;@p
43 * tmp = a;
44 * a = b;@p
61 - tmp = a;
62 - a = b;
64 + swap(a, b)
73 - tmp = a;
74 - a = b;
[all …]
A 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. */
A 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"
A 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/
A 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/
A 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;
A 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])
A 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")
278 ("\L$a" cmp "\L$b")
405 ("\L$a" cmp "\L$b")
435 ($arch_table{$b} cmp $arch_table{$a}) or
[all …]
A Dcleanfile84 while (defined($a = shift(@ARGV))) {
85 if ($a =~ /^-/) {
86 if ($a eq '-width' || $a eq '-w') {
93 push(@files, $a);
A Dgen-crc-consts.py20 def clmul(a, b): argument
21 return xor(a << i for i in range(b.bit_length()) if (b & (1 << i)) != 0)
24 def div(a, b): argument
26 while a.bit_length() >= b.bit_length():
27 q ^= 1 << (a.bit_length() - b.bit_length())
28 a ^= b << (a.bit_length() - b.bit_length())
32 def reduce(a, b): argument
33 return a ^ clmul(div(a, b), b)
A Dmodule.lds.S48 *(.bss .bss.[0-9a-zA-Z_]*)
53 *(.data .data.[0-9a-zA-Z_]*)
58 *(.rodata .rodata.[0-9a-zA-Z_]*)
A Dcleanpatch84 while (defined($a = shift(@ARGV))) {
85 if ($a =~ /^-/) {
86 if ($a eq '-width' || $a eq '-w') {
93 push(@files, $a);
/scripts/kconfig/
A 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/
A 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/
A 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/
A 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/
A 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/
A Dlibfdt_internal.h10 #define FDT_ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) argument
/scripts/dtc/
A 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} {
/scripts/bash-completion/
A Dmake64 # toolchains with a full path
71 # suppress error, as this fails when it contains a space
89 # Otherwise, toolchain paths with a tilde do not work.
111 # or the path to a fragment file
133 # variables that take a directory.
138 # variables that take a file.
153 # see if a path was specified with -C/--directory
157 # suppress error, as this fails when it contains a space
171 # suppress error, as this fails when it contains a space
192 # Get SRCARCH to do a little more clever things
[all …]

Completed in 19 milliseconds

12345