Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 47) sorted by relevance

12

/scripts/mod/
A Dsumversion.c99 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()
108 ROUND1(d, a, b, c, in[9], 7); in md4_transform()
116 ROUND2(a, b, c, d,in[ 0], 3); in md4_transform()
117 ROUND2(d, a, b, c, in[4], 5); in md4_transform()
118 ROUND2(c, d, a, b, in[8], 9); in md4_transform()
120 ROUND2(a, b, c, d, in[1], 3); in md4_transform()
[all …]
/scripts/kconfig/
A Dpreprocess.c20 static char *expand_string(const char *in);
505 const char *in, *p; in __expand_string() local
513 p = in = *str; in __expand_string()
517 in_len = p - in; in __expand_string()
522 strncat(out, in, in_len); in __expand_string()
525 in = p; in __expand_string()
535 in_len = p - in; in __expand_string()
538 strncat(out, in, in_len); in __expand_string()
558 return __expand_string(&in, is_end_of_str, argc, argv); in expand_string_with_args()
561 static char *expand_string(const char *in) in expand_string() argument
[all …]
A Dconfdata.c322 FILE *in = NULL; in conf_read_simple() local
332 in = zconf_fopen(name); in conf_read_simple()
337 in = zconf_fopen(name); in conf_read_simple()
338 if (in) in conf_read_simple()
365 in = zconf_fopen(name); in conf_read_simple()
366 if (in) { in conf_read_simple()
378 if (!in) in conf_read_simple()
484 fclose(in); in conf_read_simple()
572 len = strlen(in) + strlen("\"\"") + 1; in escape_string_value()
574 p = in; in escape_string_value()
[all …]
A Dlexer.l52 static char *expand_token(const char *in, size_t n);
53 static void append_expanded_string(const char *in);
/scripts/coccinelle/misc/
A Dminmax.cocci172 for p0 in p:
179 for p0 in p:
186 for p0 in p:
193 for p0 in p:
200 for p0 in p:
207 for p0 in p:
214 for p0 in p:
221 for p0 in p:
A Dbadty.cocci5 //# in memory allocation functions by checking the type of the allocated memory
7 //# to the the memory being allocated. There are false positives in cases the
8 //# sizeof argument is not used in constructing the return value. The result
A Dnewline_in_nl_msg.cocci3 /// Catch strings ending in newline with (GE)NL_SET_ERR_MSG*.
62 msg="WARNING avoid newline at end of message in %s" % (fname)
77 msg="WARNING avoid newline at end of message in %s" % (fname)
A Duninitialized_var.cocci9 /// papers over real bugs (or can in the future), and suppresses unrelated
12 /// changes. Keep in mind that in most cases, if an initialization is
A Difcol.cocci2 /// Find confusingly indented code in or after an if. An if branch should
9 //# is not visually aligned may be considered to be in the same column.
A Dflexible_array.cocci21 for p in positions:
22 if "uapi" in p.file:
A Dsemicolon.cocci8 // Comments: Some false positives on empty default cases in switch statements.
/scripts/ksymoops/
A DREADME3 The latest version can be found in
5 other utilities in order to give more accurate Oops debugging.
/scripts/
A DKbuild.include56 # Escape single quote for use in echo statements
141 # To address it, we clean the target in signal traps.
144 # So, we cover them, and also SIGPIPE just in case.
180 # Replace >'< with >'\''< to be able to enclose the whole string in '...'
185 # PHONY targets skipped in both cases.
191 # no more breakage will slip in.
219 # Output (listed in the order they are checked):
225 # (6) - due to target not in $(targets)
229 # (4) The command line stored in the file named dir/.target.cmd
233 # (6) No dir/.target.cmd file and target not listed in $(targets)
[all …]
A Dkallsyms.c115 static struct sym_entry *read_symbol(FILE *in, char **buf, size_t *buf_len) in read_symbol() argument
124 readlen = getline(buf, buf_len, in); in read_symbol()
248 static void read_map(const char *in) in read_map() argument
255 fp = fopen(in, "r"); in read_map()
257 perror(in); in read_map()
/scripts/coccinelle/api/
A Dcheck_bq27xxx_data.cocci4 //# Doesn't unfold macros used in register or property fields.
19 let p = List.hd p in
89 i1regs i2regs (List.hd p2).line in
125 i1dmregs i2dmregs (List.hd p2).line in
161 i1props i2props (List.hd p2).line in
A Dstream_open.cocci5 // them to stream_open. A stream-like file is a file that does not use ppos in
6 // its read and write. Rationale for the conversion is to avoid deadlock in
11 virtual explain // explain decisions in the patch (SPFLAGS="-D explain")
188 // XXX maybe_steam.fops cannot be used in other rules - it gives "bad rule maybe_stream or bad vari…
203 // if both are used in the same file_operations together with an opener -
/scripts/coccinelle/null/
A Dkmerr.cocci3 /// NULL check. It only gives a report in the case where there is some
4 /// error handling code later in the function, which may be helpful
5 /// in determining what the error handling code for the call to kmalloc etc
A Dbadzero.cocci97 try let _ = Hashtbl.find negtable f in ()
117 try let _ = Hashtbl.find negtable f in ()
120 // This rule may lead to inconsistent path problems, if E is defined in two
/scripts/bash-completion/
A Dmake18 for dir in "${dirs[@]}"; do
23 for compfile in make make.bash _make; do
56 case $var in
60 # architectures hard-coded in the top Makefile
69 for c in "${COMPREPLY[@]}"; do
78 # toolchains in the PATH environment
147 # working in.
211 case ${uname_m} in
226 case ${arch} in
267 case ${prev} in
[all …]
/scripts/package/
A DPKGBUILD9 for pkg in $_extrapackages; do
43 # Kbuild works in the output directory, where this PKGBUILD is located.
104 pkgdesc="Kernel headers sanitized for use in userspace"
126 for _p in "${pkgname[@]}"; do
/scripts/package/debian/
A Dcopyright16 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
/scripts/kconfig/tests/preprocess/builtin_func/
A DKconfig20 # Every newline in the output is replaced with a space,
/scripts/coccinelle/tests/
A Ddoubletest.cocci4 //# another expresssion in the same && or || operation, performs a
/scripts/kconfig/tests/preprocess/variable/
A DKconfig49 # $(2) will be blank in this case.
/scripts/coccinelle/free/
A Diounmap.cocci5 //# in the same function.

Completed in 21 milliseconds

12