| /scripts/dtc/ |
| D | checks.c | 24 #define TRACE(c, ...) \ argument 31 #define TRACE(c, fmt, ...) do { } while (0) argument 75 static inline void PRINTF(3, 4) check_msg(struct check *c, struct dt_info *dti, in check_msg() 92 #define FAIL(c, dti, ...) \ argument 99 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props() 111 static bool run_check(struct check *c, struct dt_info *dti) in run_check() 156 static inline void check_always_fail(struct check *c, struct dt_info *dti, in check_always_fail() 163 static void check_is_string(struct check *c, struct dt_info *dti, in check_is_string() 182 static void check_is_cell(struct check *c, struct dt_info *dti, in check_is_cell() 205 static void check_duplicate_node_names(struct check *c, struct dt_info *dti, in check_duplicate_node_names() [all …]
|
| D | livetree.c | 403 struct node *c; in get_property_by_label() local 430 struct node *c; in get_marker_label() local 718 struct node *c; in sort_node() local 760 struct node *c; in any_label_tree() local 777 struct node *c; in generate_label_tree_internal() local 814 struct node *c; in any_fixup_tree() local 859 struct node *c; in generate_fixups_tree_internal() local 879 struct node *c; in any_local_fixup_tree() local 940 struct node *c; in generate_local_fixups_tree_internal() local
|
| D | treesource.c | 57 static bool isstring(char c) in isstring() 80 char c = str[i]; in write_propval_string() local
|
| D | dtc.h | 185 #define for_each_child_withdel(n, c) \ argument 188 #define for_each_child(n, c) \ argument
|
| D | fdtget.c | 316 int c = getopt(argc, argv, "d:hlpt:"); in main() local
|
| D | fdtput.c | 309 int c = getopt(argc, argv, "chpt:v"); in main() local
|
| D | data.c | 81 char c = s[i++]; in data_copy_escape_string() local
|
| D | util.c | 181 char c = s[*i]; in get_escape_char() local
|
| /scripts/ |
| D | pnmtologo.c | 86 int c, val; in get_number() local 208 static inline int is_black(struct color c) in is_black() 213 static inline int is_white(struct color c) in is_white() 218 static inline int is_gray(struct color c) in is_gray()
|
| D | kallsyms.c | 323 int c, rlen, total=0; in expand_symbol() local 623 unsigned int i, j, c; in insert_real_symbols_in_table() local
|
| D | unifdef.c | 235 #define endsym(c) (!isalnum((unsigned char)c) && c != '_') argument 366 const char *c = copyright; in version() local
|
| D | recordmcount.c | 632 int c; in main() local
|
| D | asn1_compiler.c | 1216 const struct element *c; in dump_element() local
|
| /scripts/mod/ |
| D | mk_elfconfig.c | 11 union { short s; char c[2]; } endian_test; in main() member
|
| D | sumversion.c | 67 #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 225 static inline void add_char(unsigned char c, struct md4_ctx *md) in add_char()
|
| D | file2alias.c | 213 unsigned long long c, dec = 0; in incbcd() local
|
| /scripts/kconfig/ |
| D | confdata.c | 197 static int add_byte(int c, char **lineptr, size_t slen, size_t *n) in add_byte() 223 int c = getc(stream); in compat_getline() local 845 char *s, *d, c; in conf_split_config() local
|
| D | mconf.c | 756 static int show_textbox_ext(const char *title, char *text, int r, int c, int in show_textbox_ext() 765 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox()
|
| D | lkc.h | 17 static inline char *bind_textdomain_codeset(const char *dn, char *c) { return c; } in bind_textdomain_codeset()
|
| D | nconf.c | 1023 char c = (char) key; in do_match() local
|
| /scripts/genksyms/ |
| D | genksyms.c | 132 static unsigned long partial_crc32_one(unsigned char c, unsigned long crc) in partial_crc32_one() 426 int c, in_string = 0; in read_node() local
|
| /scripts/basic/ |
| D | fixdep.c | 142 int c, i; in print_config() local
|
| /scripts/gcc-plugins/ |
| D | randomize_layout_plugin.c | 62 partial_name_hash(unsigned long c, unsigned long prevhash) in partial_name_hash() 142 typedef struct ranctx { u64 a; u64 b; u64 c; u64 d; } ranctx; member
|
| /scripts/kconfig/lxdialog/ |
| D | util.c | 534 int i, in_paren = 0, c; in first_alpha() local
|