| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | symbol.c | 1000 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument 1003 const struct sym_match *s2 = sym2; in sym_rel_comp() 1225 struct symbol *sym2; in sym_check_sym_deps() local 1231 sym2 = sym_check_expr_deps(sym->rev_dep.expr); in sym_check_sym_deps() 1232 if (sym2) in sym_check_sym_deps() 1239 sym2 = sym_check_expr_deps(prop->visible.expr); in sym_check_sym_deps() 1240 if (sym2) in sym_check_sym_deps() 1245 sym2 = sym_check_expr_deps(prop->expr); in sym_check_sym_deps() 1246 if (sym2) in sym_check_sym_deps() 1254 return sym2; in sym_check_sym_deps() [all …]
|
| H A D | menu.c | 226 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() argument 228 return sym2->type == S_INT || sym2->type == S_HEX || in menu_validate_number() 229 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name)); in menu_validate_number() 235 struct symbol *sym2; in sym_check_prop() local 248 sym2 = prop_get_symbol(prop); in sym_check_prop() 250 if (!menu_validate_number(sym, sym2)) in sym_check_prop() 259 sym2 = prop_get_symbol(prop); in sym_check_prop() 264 else if (sym2->type != S_UNKNOWN && in sym_check_prop() 265 sym2->type != S_BOOLEAN && in sym_check_prop() 266 sym2->type != S_TRISTATE) in sym_check_prop() [all …]
|
| H A D | expr.c | 364 struct symbol *sym1, *sym2; in expr_join_or() local 382 sym2 = e2->left.expr->left.sym; in expr_join_or() 384 sym2 = e2->left.sym; in expr_join_or() 385 if (sym1 != sym2) in expr_join_or() 409 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or() 428 struct symbol *sym1, *sym2; in expr_join_and() local 446 sym2 = e2->left.expr->left.sym; in expr_join_and() 448 sym2 = e2->left.sym; in expr_join_and() 449 if (sym1 != sym2) in expr_join_and() 472 sym2 = e1->right.sym; in expr_join_and() [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | symbol.c | 1014 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument 1017 const struct sym_match *s2 = sym2; in sym_rel_comp() 1243 struct symbol *sym2; in sym_check_sym_deps() local 1249 sym2 = sym_check_expr_deps(sym->rev_dep.expr); in sym_check_sym_deps() 1250 if (sym2) in sym_check_sym_deps() 1257 sym2 = sym_check_expr_deps(prop->visible.expr); in sym_check_sym_deps() 1258 if (sym2) in sym_check_sym_deps() 1263 sym2 = sym_check_expr_deps(prop->expr); in sym_check_sym_deps() 1264 if (sym2) in sym_check_sym_deps() 1272 return sym2; in sym_check_sym_deps() [all …]
|
| H A D | menu.c | 226 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() argument 228 return sym2->type == S_INT || sym2->type == S_HEX || in menu_validate_number() 229 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name)); in menu_validate_number() 235 struct symbol *sym2; in sym_check_prop() local 248 sym2 = prop_get_symbol(prop); in sym_check_prop() 250 if (!menu_validate_number(sym, sym2)) in sym_check_prop() 257 sym_get_choice_prop(sym2); in sym_check_prop() 263 sym2->name); in sym_check_prop() 269 sym2 = prop_get_symbol(prop); in sym_check_prop() 274 else if (sym2->type != S_UNKNOWN && in sym_check_prop() [all …]
|
| H A D | expr.c | 426 struct symbol *sym1, *sym2; in expr_join_or() local 444 sym2 = e2->left.expr->left.sym; in expr_join_or() 446 sym2 = e2->left.sym; in expr_join_or() 447 if (sym1 != sym2) in expr_join_or() 471 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or() 490 struct symbol *sym1, *sym2; in expr_join_and() local 508 sym2 = e2->left.expr->left.sym; in expr_join_and() 510 sym2 = e2->left.sym; in expr_join_and() 511 if (sym1 != sym2) in expr_join_and() 534 sym2 = e1->right.sym; in expr_join_and() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | symbol.c | 927 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument 930 const struct sym_match *s2 = sym2; in sym_rel_comp() 1167 struct symbol *sym2; in sym_check_sym_deps() local 1174 sym2 = sym_check_expr_deps(sym->dir_dep.expr); in sym_check_sym_deps() 1175 if (sym2) in sym_check_sym_deps() 1179 sym2 = sym_check_expr_deps(sym->rev_dep.expr); in sym_check_sym_deps() 1180 if (sym2) in sym_check_sym_deps() 1184 sym2 = sym_check_expr_deps(sym->implied.expr); in sym_check_sym_deps() 1185 if (sym2) in sym_check_sym_deps() 1195 sym2 = sym_check_expr_deps(prop->visible.expr); in sym_check_sym_deps() [all …]
|
| H A D | menu.c | 236 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() argument 238 return sym2->type == S_INT || sym2->type == S_HEX || in menu_validate_number() 239 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name)); in menu_validate_number() 245 struct symbol *sym2; in sym_check_prop() local 258 sym2 = prop_get_symbol(prop); in sym_check_prop() 260 if (!menu_validate_number(sym, sym2)) in sym_check_prop() 267 sym_get_choice_prop(sym2); in sym_check_prop() 273 sym2->name); in sym_check_prop() 279 sym2 = prop_get_symbol(prop); in sym_check_prop() 284 else if (sym2->type != S_UNKNOWN && in sym_check_prop() [all …]
|
| H A D | expr.c | 434 struct symbol *sym1, *sym2; in expr_join_or() local 452 sym2 = e2->left.expr->left.sym; in expr_join_or() 454 sym2 = e2->left.sym; in expr_join_or() 455 if (sym1 != sym2) in expr_join_or() 479 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or() 498 struct symbol *sym1, *sym2; in expr_join_and() local 516 sym2 = e2->left.expr->left.sym; in expr_join_and() 518 sym2 = e2->left.sym; in expr_join_and() 519 if (sym1 != sym2) in expr_join_and() 542 sym2 = e1->right.sym; in expr_join_and() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | apic.h | 371 #define apic_drivers(sym1, sym2) \ argument 372 static struct apic *__apicdrivers_##sym1##sym2[2] __used \ 374 __section(".apicdrivers") = { &sym1, &sym2 }
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | sym53c8xx_2.rst | 676 Previously, the sym2 driver accepted arguments of the form::
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | as.info | 5993 the form '.word sym1-sym2' are often emitted by compilers as part of 5995 '.word sym1-sym2', and the difference between 'sym1' and 'sym2' does not 6000 table. Inside the table is a long-jump to 'sym2'. The original '.word' 6001 contains 'sym1' minus the address of the long-jump to 'sym2'. 6003 If there were several occurrences of '.word sym1-sym2' before the
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | as.info | 5993 the form '.word sym1-sym2' are often emitted by compilers as part of 5995 '.word sym1-sym2', and the difference between 'sym1' and 'sym2' does not 6000 table. Inside the table is a long-jump to 'sym2'. The original '.word' 6001 contains 'sym1' minus the address of the long-jump to 'sym2'. 6003 If there were several occurrences of '.word sym1-sym2' before the
|