Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 25) sorted by relevance

/scripts/dtc/
Dchecks.c24 #define TRACE(c, ...) \ argument
31 #define TRACE(c, fmt, ...) do { } while (0) argument
104 static inline void check_msg(struct check *c, const char *fmt, ...) in check_msg()
119 #define FAIL(c, ...) \ argument
126 static void check_nodes_props(struct check *c, struct node *dt, struct node *node) in check_nodes_props()
145 static bool run_check(struct check *c, struct node *dt) in run_check()
192 static inline void check_always_fail(struct check *c, struct node *dt) in check_always_fail()
198 static void check_is_string(struct check *c, struct node *root, in check_is_string()
217 static void check_is_cell(struct check *c, struct node *root, in check_is_cell()
240 static void check_duplicate_node_names(struct check *c, struct node *dt, in check_duplicate_node_names()
[all …]
Dtreesource.c57 static bool isstring(char c) in isstring()
80 char c = str[i]; in write_propval_string() local
Dlivetree.c384 struct node *c; in get_property_by_label() local
411 struct node *c; in get_marker_label() local
699 struct node *c; in sort_node() local
Ddtc.h177 #define for_each_child_withdel(n, c) \ argument
180 #define for_each_child(n, c) \ argument
Dfdtget.c316 int c = getopt(argc, argv, "d:hlpt:"); in main() local
Dfdtput.c309 int c = getopt(argc, argv, "chpt:v"); in main() local
Ddata.c81 char c = s[i++]; in data_copy_escape_string() local
Dutil.c151 char c = s[*i]; in get_escape_char() local
Dflattree.c150 char c = 0; in asm_emit_string() local
/scripts/
Dpnmtologo.c86 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()
Dkallsyms.c308 int c, rlen, total=0; in expand_symbol() local
606 unsigned int i, j, c; in insert_real_symbols_in_table() local
Drecordmcount.c549 int c; in main() local
Ddocproc.c568 int c; in main() local
Dunifdef.c235 #define endsym(c) (!isalnum((unsigned char)c) && c != '_') argument
366 const char *c = copyright; in version() local
Dasn1_compiler.c1216 const struct element *c; in dump_element() local
/scripts/mod/
Dmk_elfconfig.c10 union { short s; char c[2]; } endian_test; in main() member
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
225 static inline void add_char(unsigned char c, struct md4_ctx *md) in add_char()
Dfile2alias.c263 unsigned long long c, dec = 0; in incbcd() local
/scripts/kconfig/
Dconfdata.c197 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
Dmconf.c756 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()
Dlkc.h17 static inline char *bind_textdomain_codeset(const char *dn, char *c) { return c; } in bind_textdomain_codeset()
Dnconf.c1021 char c = (char) key; in do_match() local
/scripts/genksyms/
Dgenksyms.c132 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/
Dfixdep.c142 int c, i; in print_config() local
/scripts/kconfig/lxdialog/
Dutil.c534 int i, in_paren = 0, c; in first_alpha() local