Home
last modified time | relevance | path

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

/scripts/dtc/
A Dchecks.c10 #define TRACE(c, ...) \ argument
17 #define TRACE(c, fmt, ...) do { } while (0) argument
120 #define FAIL(c, dti, node, ...) \ argument
127 #define FAIL_PROP(c, dti, node, prop, ...) \ argument
155 static bool run_check(struct check *c, struct dt_info *dti) in run_check()
1516 static void check_gpios_property(struct check *c, in check_gpios_property()
1576 static void check_interrupt_provider(struct check *c, in check_interrupt_provider()
1598 static void check_interrupt_map(struct check *c, in check_interrupt_map()
1686 static void check_interrupts_property(struct check *c, in check_interrupts_property()
2053 struct check *c = check_table[i]; in parse_checks_option() local
[all …]
A Dlivetree.c452 struct node *c; in get_property_by_label() local
479 struct node *c; in get_marker_label() local
804 struct node *c; in sort_node() local
846 struct node *c; in any_label_tree() local
863 struct node *c; in generate_label_tree_internal() local
901 struct node *c; in any_fixup_tree() local
952 struct node *c; in generate_fixups_tree_internal() local
972 struct node *c; in any_local_fixup_tree() local
1033 struct node *c; in generate_local_fixups_tree_internal() local
A Dtreesource.c42 static bool isstring(char c) in isstring()
60 char c = *s++; in write_propval_string() local
A Dfdtget.c302 int c = getopt(argc, argv, "d:hlpt:"); in main() local
A Dfdtput.c295 int c = getopt(argc, argv, "chpt:v"); in main() local
A Ddtc.h253 #define for_each_child_withdel(n, c) \ argument
256 #define for_each_child(n, c) \ argument
A Ddata.c67 char c = s[i++]; in data_copy_escape_string() local
A Dutil.c197 char c = s[*i]; in get_escape_char() local
/scripts/mod/
A Dsumversion.c69 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
70 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (uint32_t)0x5A827999,s)) argument
71 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (uint32_t)0x6ED9EBA1,s)) argument
92 uint32_t a, b, c, d; in md4_transform() local
227 static inline void add_char(unsigned char c, struct md4_ctx *md) in add_char()
A Dfile2alias.c256 unsigned long long c, dec = 0; in incbcd() local
A Dmodpost.c2231 char c[2]; in check_host_endian() member
/scripts/gendwarfksyms/examples/
A Dkabi_ex.h172 int c; member
189 int c; member
208 int c; member
/scripts/dtc/libfdt/
A Dfdt_addresses.c16 const fdt32_t *c; in fdt_cells() local
/scripts/kconfig/
A Dpreprocess.c502 static char *__expand_string(const char **str, bool (*is_end)(char c), in __expand_string()
546 static bool is_end_of_str(char c) in is_end_of_str()
566 static bool is_end_of_token(char c) in is_end_of_token()
A Dmconf.c352 static int show_textbox_ext(const char *title, const char *text, int r, int c, in show_textbox_ext()
362 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox()
A Dnconf.c1006 char c = (char) key; in do_match() local
/scripts/
A Dkallsyms.c291 int c, rlen, total=0; in expand_symbol() local
610 unsigned int i, j, c; in insert_real_symbols_in_table() local
723 int c = getopt_long(argc, argv, "", long_options, NULL); in main() local
A Drecordmcount.c673 int c; in main() local
A Dunifdef.c235 #define endsym(c) (!isalnum((unsigned char)c) && c != '_') argument
366 const char *c = copyright; in version() local
A Dasn1_compiler.c1212 const struct element *c; in dump_element() local
A Dsorttable.c1378 int c; in main() local
/scripts/genksyms/
A Dgenksyms.c119 static uint32_t partial_crc32_one(uint8_t c, uint32_t crc) in partial_crc32_one()
418 int c, in_string = 0; in read_node() local
/scripts/gcc-plugins/
A Drandomize_layout_plugin.c40 partial_name_hash(unsigned long c, unsigned long prevhash) in partial_name_hash()
123 typedef struct ranctx { u64 a; u64 b; u64 c; u64 d; } ranctx; member
/scripts/kconfig/lxdialog/
A Dutil.c493 int i, in_paren = 0, c; in first_alpha() local

Completed in 44 milliseconds