Home
last modified time | relevance | path

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

12

/scripts/mod/
Dsumversion.c67 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
68 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (uint32_t)0x5A827999,s)) argument
69 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (uint32_t)0x6ED9EBA1,s)) argument
90 uint32_t a, b, c, d; in md4_transform() local
92 a = hash[0]; in md4_transform()
97 ROUND1(a, b, c, d, in[0], 3); in md4_transform()
98 ROUND1(d, a, b, c, in[1], 7); in md4_transform()
99 ROUND1(c, d, a, b, in[2], 11); in md4_transform()
100 ROUND1(b, c, d, a, in[3], 19); in md4_transform()
101 ROUND1(a, b, c, d, in[4], 3); in md4_transform()
[all …]
/scripts/
Ddiffconfig97 a = readconfig(file(configa_filename))
102 for config in a:
107 print_config("-", config, a[config], None)
108 del a[config]
112 for config in a:
113 if a[config] != b[config]:
119 print_config("->", config, a[config], b[config])
Dcleanfile82 while (defined($a = shift(@ARGV))) {
83 if ($a =~ /^-/) {
84 if ($a eq '-width' || $a eq '-w') {
91 push(@files, $a);
Dunifdef.c616 static int op_lt(int a, int b) { return (a < b); } in op_lt() argument
617 static int op_gt(int a, int b) { return (a > b); } in op_gt() argument
618 static int op_le(int a, int b) { return (a <= b); } in op_le() argument
619 static int op_ge(int a, int b) { return (a >= b); } in op_ge() argument
620 static int op_eq(int a, int b) { return (a == b); } in op_eq() argument
621 static int op_ne(int a, int b) { return (a != b); } in op_ne() argument
622 static int op_or(int a, int b) { return (a || b); } in op_or() argument
623 static int op_and(int a, int b) { return (a && b); } in op_and() argument
Dcleanpatch82 while (defined($a = shift(@ARGV))) {
83 if ($a =~ /^-/) {
84 if ($a eq '-width' || $a eq '-w') {
91 push(@files, $a);
Dbloat-o-meter31 for a in old:
32 if a in new:
33 common[a] = 1
DKbuild.include11 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o
16 # contain a comma
28 # Easy method for doing a status message
35 # filechk is used to check if the content of a generated file is updated.
48 # to specify a valid file as first prerequisite (often the kbuild file)
68 # Return first prefix where a prefix$(CC) is found in PATH.
213 # why - tell why a a target got build
230 # This is a good hint that there is a bug in the kbuild file
Dconfig6 Manipulate options in a .config file from the command line.
12 --module|-m option Turn option into a module
Dexport_report.pl14 my $no1 = (split /\s+/, $a)[1];
20 my ($module1, $value1) = @{$a};
Dgen_initramfs_list.sh22 <uid> is only meaningful if <cpio_source> is a
25 <gid> is only meaningful if <cpio_source> is a
28 If <cpio_source> is a .cpio file it will be used
Dchecksyscalls.sh102 /* sync_file_range had a stupid ABI. Allow sync_file_range2 instead */
Dmkcompile_h15 if [ -r $TARGET -a ! -O include/linux/autoconf.h ]; then
55 # Generate a temporary compile.h
Dcheckpatch.pl1811 my $a = '';
1812 $a = 'V' if ($elements[$n] ne '');
1813 $a = 'W' if ($elements[$n] =~ /\s$/);
1814 $a = 'C' if ($elements[$n] =~ /$;$/);
1815 $a = 'B' if ($elements[$n] =~ /(\[|\()$/);
1816 $a = 'O' if ($elements[$n] eq '');
1817 $a = 'E' if ($ca =~ /^\s*$/);
1833 my $ctx = "${a}x${c}";
/scripts/genksyms/
Dparse.h_shipped18 You should have received a copy of the GNU General Public License
23 /* As a special exception, you may create a larger work that contains
25 under terms of your choice, so long as that work isn't itself a
26 parser generator using the skeleton or a modified version thereof
27 as a parser skeleton. Alternatively, if you modify or redistribute
Dlex.c_shipped150 /* Promotes a possibly negative, possibly signed char to an unsigned
165 /* Enter a start condition. This macro really ought to take a parameter,
171 /* Translate the current start state into a value that can be later handed
178 /* Action number for EOF rule of a given start state. */
181 /* Special action meaning "start processing a new file". */
274 /* Whether we're considered to be at the beginning of a line.
295 * still have a bunch of tokens to match, though, because of
300 * just pointing yyin at a new input file.
322 * future we want to put the buffer states in a more general
352 * instead of setting up a fresh yyin. A bit of a hack ...
[all …]
Dkeywords.gperf27 # attribute commented out in modutils 2.4.2. People are using 'attribute' as a
28 # field name which breaks the genksyms parser. It is not a gcc keyword anyway.
Dgenksyms.c60 static int equal_list(struct string_list *a, struct string_list *b);
302 static int equal_list(struct string_list *a, struct string_list *b) in equal_list() argument
304 while (a && b) { in equal_list()
305 if (a->tag != b->tag || strcmp(a->string, b->string)) in equal_list()
307 a = a->next; in equal_list()
311 return !a && !b; in equal_list()
Dparse.c_shipped18 You should have received a copy of the GNU General Public License
23 /* As a special exception, you may create a larger work that contains
25 under terms of your choice, so long as that work isn't itself a
26 parser generator using the skeleton or a modified version thereof
27 as a parser skeleton. Alternatively, if you modify or redistribute
341 and a page size can be as small as 4096 bytes. So we cannot safely
342 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
343 to allow for a few compiler-allocated temporary stack slots. */
419 stack. Advance YYPTR to a properly aligned location for the next
1192 contains an apostrophe, a comma, or backslash (other than
[all …]
Dkeywords.c_shipped2 /* Command-line: gperf -L ANSI-C -a -C -E -g -H is_reserved_hash -k '1,3,$' -N is_reserved_word -p …
19 && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \
28 #error "gperf generated tables don't work with this execution character set. Please report a bug to…
/scripts/kconfig/
Dlex.zconf.c_shipped133 /* Promotes a possibly negative, possibly signed char to an unsigned
140 /* Enter a start condition. This macro really ought to take a parameter,
146 /* Translate the current start state into a value that can be later handed
153 /* Action number for EOF rule of a given start state. */
156 /* Special action meaning "start processing a new file". */
238 /* Whether we're considered to be at the beginning of a line.
259 * still have a bunch of tokens to match, though, because of
264 * just pointing zconfin at a new input file.
277 * future we want to put the buffer states in a more general
302 * instead of setting up a fresh zconfin. A bit of a hack ...
[all …]
Dzconf.tab.c_shipped18 You should have received a copy of the GNU General Public License
23 /* As a special exception, you may create a larger work that contains
25 under terms of your choice, so long as that work isn't itself a
26 parser generator using the skeleton or a modified version thereof
27 as a parser skeleton. Alternatively, if you modify or redistribute
353 and a page size can be as small as 4096 bytes. So we cannot safely
354 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
355 to allow for a few compiler-allocated temporary stack slots. */
431 stack. Advance YYPTR to a properly aligned location for the next
1132 contains an apostrophe, a comma, or backslash (other than
[all …]
/scripts/package/
Dbuilddeb93 User-mode Linux is a port of the Linux kernel to its own system call
94 interface. It provides a kind of virtual machine, which runs Linux
95 as a user process under another Linux kernel. This is useful for
/scripts/selinux/
DREADME2 installing a dummy SELinux policy.
/scripts/kconfig/lxdialog/
Dcheck-lxdialog.sh7 for ext in so a dylib ; do
/scripts/ksymoops/
DREADME1 ksymoops has been removed from the kernel. It was always meant to be a

12