Home
last modified time | relevance | path

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

/scripts/dtc/
Dchecks.c10 #define TRACE(c, ...) \ argument
17 #define TRACE(c, fmt, ...) do { } while (0) argument
61 static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti, in check_msg()
119 #define FAIL(c, dti, node, ...) \ argument
126 #define FAIL_PROP(c, dti, node, prop, ...) \ argument
134 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props()
146 static bool run_check(struct check *c, struct dt_info *dti) in run_check()
191 static inline void check_always_fail(struct check *c, struct dt_info *dti, in check_always_fail()
198 static void check_is_string(struct check *c, struct dt_info *dti, in check_is_string()
216 static void check_is_string_list(struct check *c, struct dt_info *dti, in check_is_string_list()
[all …]
Dlivetree.c451 struct node *c; in get_property_by_label() local
478 struct node *c; in get_marker_label() local
770 struct node *c; in sort_node() local
812 struct node *c; in any_label_tree() local
829 struct node *c; in generate_label_tree_internal() local
867 struct node *c; in any_fixup_tree() local
912 struct node *c; in generate_fixups_tree_internal() local
932 struct node *c; in any_local_fixup_tree() local
993 struct node *c; in generate_local_fixups_tree_internal() local
Dtreesource.c42 static bool isstring(char c) in isstring()
60 char c = *s++; in write_propval_string() local
Ddtc.h186 #define for_each_child_withdel(n, c) \ argument
189 #define for_each_child(n, c) \ argument
Dfdtput.c295 int c = getopt(argc, argv, "chpt:v"); in main() local
Dfdtget.c302 int c = getopt(argc, argv, "d:hlpt:"); in main() local
Ddata.c67 char c = s[i++]; in data_copy_escape_string() local
Dutil.c185 char c = s[*i]; in get_escape_char() local
/scripts/mod/
Dmk_elfconfig.c11 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.c233 unsigned long long c, dec = 0; in incbcd() 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.c302 int c, rlen, total=0; in expand_symbol() local
602 unsigned int i, j, c; in insert_real_symbols_in_table() local
Drecordmcount.c625 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.c1212 const struct element *c; in dump_element() local
/scripts/dtc/libfdt/
Dfdt_addresses.c16 const fdt32_t *c; in fdt_cells() local
/scripts/basic/
Dfixdep.c132 static void xputchar(int c) in xputchar()
148 int c, prev_c = '/', i; in print_dep() local
/scripts/kconfig/
Dpreprocess.c495 static char *__expand_string(const char **str, bool (*is_end)(char c), in __expand_string()
539 static bool is_end_of_str(char c) in is_end_of_str()
559 static bool is_end_of_token(char c) in is_end_of_token()
Dconfdata.c133 char *d, c; in conf_touch_dep() local
296 static int add_byte(int c, char **lineptr, size_t slen, size_t *n) in add_byte()
322 int c = getc(stream); in compat_getline() local
Dmconf.c754 static int show_textbox_ext(const char *title, char *text, int r, int c, int in show_textbox_ext()
763 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox()
Dnconf.c1023 char c = (char) key; in do_match() local
/scripts/genksyms/
Dgenksyms.c120 static unsigned long partial_crc32_one(unsigned char c, unsigned long crc) in partial_crc32_one()
414 int c, in_string = 0; in read_node() local
/scripts/gcc-plugins/
Drandomize_layout_plugin.c62 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/
Dutil.c521 int i, in_paren = 0, c; in first_alpha() local