Searched defs:maxnode (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/include/sanitizer/ |
| H A D | linux_syscall_hooks.h | 1495 #define __sanitizer_syscall_pre_set_mempolicy(mode, nmask, maxnode) \ argument 1498 #define __sanitizer_syscall_post_set_mempolicy(res, mode, nmask, maxnode) \ argument 1501 #define __sanitizer_syscall_pre_migrate_pages(pid, maxnode, from, to) \ argument 1504 #define __sanitizer_syscall_post_migrate_pages(res, pid, maxnode, from, to) \ argument 1517 #define __sanitizer_syscall_pre_mbind(start, len, mode, nmask, maxnode, flags) \ argument 1521 #define __sanitizer_syscall_post_mbind(res, start, len, mode, nmask, maxnode, \ argument 1526 #define __sanitizer_syscall_pre_get_mempolicy(policy, nmask, maxnode, addr, \ argument 1531 #define __sanitizer_syscall_post_get_mempolicy(res, policy, nmask, maxnode, \ argument
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-decl.c | 6378 tree minnode = 0, maxnode = 0; in finish_enum() local
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | decl.c | 10683 tree maxnode; in finish_enum() local
|