/scripts/coccinelle/misc/ |
D | boolinit.cocci | 1 /// Bool initializations should use true and false. Bool tests don't need 17 bool t; 23 - t == true 24 + t 26 - true == t 27 + t 29 - t != true 30 + !t 32 - true != t 33 + !t [all …]
|
D | compare_const_fl.cocci | 20 type t; 26 sizeof(t) b e1 51 type t; 57 sizeof(t) b e1 84 type t; 95 sizeof(t) b e1 110 type t; 121 sizeof(t) b e1
|
/scripts/gdb/linux/ |
D | tasks.py | 25 t = g = init_task 29 yield t 31 t = utils.container_of(t['thread_group']['next'], 33 if t == g: 36 t = g = utils.container_of(g['tasks']['next'], 38 if t == init_task:
|
D | modules.py | 83 t = self._module_use_type.get_type().pointer() 87 use = utils.container_of(entry, t, "source_list")
|
/scripts/ |
D | recordmcount.h | 196 uint_t t = 1 + strlen(mc_name) + _w(shstr->sh_size); in append_func() local 199 shstr->sh_size = _w(t); in append_func() 201 t += sb.st_size; in append_func() 202 t += (_align & -t); /* word-byte align */ in append_func() 203 new_e_shoff = t; in append_func() 211 ulseek(fd_map, t, SEEK_SET); in append_func() 212 t += sizeof(Elf_Shdr) * old_shnum; in append_func() 217 t += 2*sizeof(mcsec); in append_func() 223 mcsec.sh_offset = _w(t); in append_func() 237 mcsec.sh_offset = _w((void *)mlocp - (void *)mloc0 + t); in append_func() [all …]
|
D | analyze_suspend.py | 321 def trimTimeVal(self, t, t0, dT, left): argument 323 if(t > t0): 324 if(t - dT < t0): 326 return t - dT 328 return t 330 if(t < t0 + dT): 331 if(t > t0): 333 return t + dT 335 return t 436 for t in sorted(tmp): [all …]
|
D | asn1_compiler.c | 753 unsigned nr, t, n; in build_type_list() local 778 t = 0; in build_type_list() 779 types[t].flags |= TYPE_BEGIN; in build_type_list() 783 types[t].name = &token_list[n]; in build_type_list() 784 type_index[t] = &types[t]; in build_type_list() 785 t++; in build_type_list() 788 types[t].name = &token_list[n + 1]; in build_type_list() 789 types[t].flags |= TYPE_STOP_MARKER; in build_type_list() 1217 const struct type *t = e->type_def; in dump_element() local 1219 const char *tname = t && t->name ? t->name->content : "."; in dump_element()
|
D | unifdef.c | 1190 strlcmp(const char *s, const char *t, size_t n) in strlcmp() argument 1192 while (n-- && *t != '\0') in strlcmp() 1193 if (*s != *t) in strlcmp() 1194 return ((unsigned char)*s - (unsigned char)*t); in strlcmp() 1196 ++s, ++t; in strlcmp()
|
D | spelling.txt | 113 arne't||aren't 343 didnt||didn't 361 doesnt||doesn't 567 isnt||isn't 895 shouldnt||shouldn't
|
/scripts/kconfig/ |
D | zconf.l | 84 [ \t]*#.*\n | 85 [ \t]*\n { 89 [ \t]*#.* 92 [ \t]+ { 320 printf("%s:%d: can't open file \"%s\"\n",
|
D | zconf.hash.c_shipped | 2 /* Command-line: gperf -t --output-file scripts/kconfig/zconf.hash.c_shipped -a -C -E -g -k '1,3,$'… 24 && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \ 28 #error "gperf generated tables don't work with this execution character set. Please report a bug to…
|
D | zconf.lex.c_shipped | 266 * shouldn't try reading from the input source any more. We might 984 * we don't want an extra ';' after the "return" because that will cause 1313 if (zconftext[i] == '\t') 1357 if ((zconftext[zconfleng-1] != ' ') && (zconftext[zconfleng-1] != '\t')) 1430 * transition. We couldn't have 1432 * for us because it doesn't know how to deal 1433 * with the possibility of jamming (and we don't 1537 { /* Don't try to fill the buffer, so this is an EOF. */ 1564 /* don't do the read, it's not guaranteed to return an EOF, 1597 /* Can't grow it, we don't own it. */ [all …]
|
/scripts/coccinelle/api/alloc/ |
D | alloc_cast.cocci | 59 t << r.T; 62 coccilib.org.print_safe_todo(p[0], t) 66 t << r.T; 69 msg="WARNING: casting value returned by memory allocation function to (%s *) is useless." % (t)
|
/scripts/dtc/ |
D | fdtdump.c | 58 const char *p, *s, *t; in dump_blob() local 135 t = p; in dump_blob() 140 print_data(t, sz); in dump_blob()
|
D | dtc.h | 99 #define for_each_marker_of_type(m, t) \ argument 101 if ((m)->type == (t))
|
D | dtc-lexer.lex.c_shipped | 237 * shouldn't try reading from the input source any more. We might 797 * we don't want an extra ';' after the "return" because that will cause 970 /* Don't allow nuls in filenames */ 1297 * transition. We couldn't have 1299 * for us because it doesn't know how to deal 1300 * with the possibility of jamming (and we don't 1406 { /* Don't try to fill the buffer, so this is an EOF. */ 1433 /* don't do the read, it's not guaranteed to return an EOF, 1466 /* Can't grow it, we don't own it. */ 1709 /* We don't actually know whether we did this switch during [all …]
|
D | dtc-lexer.l | 94 /* Don't allow nuls in filenames */
|
D | dtc-parser.tab.h_shipped | 22 under terms of your choice, so long as that work isn't itself a
|
/scripts/genksyms/ |
D | keywords.hash.c_shipped | 2 /* Command-line: gperf -t --output-file scripts/genksyms/keywords.hash.c_shipped -a -C -E -g -k '1,… 24 && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \ 28 #error "gperf generated tables don't work with this execution character set. Please report a bug to…
|
D | lex.l | 67 ^#[ \t]+{INT}[ \t]+\"[^\"\n]+\".*\n return FILENAME; 72 [ \t\f\v\r]+ ;
|
D | lex.lex.c_shipped | 238 * shouldn't try reading from the input source any more. We might 573 /* We don't do multiple input files. */ 703 * we don't want an extra ';' after the "return" because that will cause 878 recognized as tokens. We don't actually use them since we don't 950 * transition. We couldn't have 952 * for us because it doesn't know how to deal 953 * with the possibility of jamming (and we don't 1057 { /* Don't try to fill the buffer, so this is an EOF. */ 1084 /* don't do the read, it's not guaranteed to return an EOF, 1117 /* Can't grow it, we don't own it. */ [all …]
|
D | genksyms.c | 151 static enum symbol_type map_to_ns(enum symbol_type t) in map_to_ns() argument 153 switch (t) { in map_to_ns() 163 return t; in map_to_ns()
|
D | parse.tab.h_shipped | 22 under terms of your choice, so long as that work isn't itself a
|
/scripts/coccinelle/null/ |
D | eno.cocci | 1 /// The various basic memory allocation functions don't return ERR_PTR
|
/scripts/coccinelle/iterators/ |
D | device_node_continue.cocci | 66 @t depends on s && patch && !context && !org && !report@
|