Home
last modified time | relevance | path

Searched refs:function_table (Results 1 – 2 of 2) sorted by relevance

/u-boot/scripts/
A Dkernel-doc322 my ($function, %function_table, %parametertypes, $declaration_purpose);
442 $function_table{$function} = 1;
448 %function_table = ();
451 %function_table = ();
607 defined($function_table{$name})))
1165 defined($function_table{$name})) ||
1167 !($functype eq "function" && defined($function_table{$name}))))
1352 if (defined($function_table{$name})) {
1366 if (defined($function_table{$name})) {
2021 $function_table{$2} = 1;
[all …]
/u-boot/scripts/kconfig/
A Dpreprocess.c187 static const struct function function_table[] = { variable
204 for (i = 0; i < ARRAY_SIZE(function_table); i++) { in function_expand()
205 f = &function_table[i]; in function_expand()

Completed in 7 milliseconds