Searched refs:maxnode (Results 1 – 5 of 5) 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 1497 (long)(maxnode)) 1498 #define __sanitizer_syscall_post_set_mempolicy(res, mode, nmask, maxnode) \ argument 1506 res, (long)(pid), (long)(maxnode), (long)(from), (long)(to)) 1525 (long)(maxnode), (long)(flags)) 2859 long maxnode); 2861 long nmask, long maxnode); 2862 void __sanitizer_syscall_pre_impl_migrate_pages(long pid, long maxnode, 2865 long maxnode, long from, 2879 long maxnode, long addr, [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2385 PRE_SYSCALL(set_mempolicy)(long mode, void *nmask, long maxnode) {} 2387 POST_SYSCALL(set_mempolicy)(long res, long mode, void *nmask, long maxnode) { 2393 PRE_SYSCALL(migrate_pages)(long pid, long maxnode, const void *from, 2399 POST_SYSCALL(migrate_pages)(long res, long pid, long maxnode, const void *from, 2415 PRE_SYSCALL(mbind)(long start, long len, long mode, void *nmask, long maxnode, 2419 long maxnode, long flags) { 2425 PRE_SYSCALL(get_mempolicy)(void *policy, void *nmask, long maxnode, long addr, 2428 POST_SYSCALL(get_mempolicy)(long res, void *policy, void *nmask, long maxnode,
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-decl.c | 6378 tree minnode = 0, maxnode = 0; in finish_enum() local 6388 minnode = maxnode = integer_zero_node; in finish_enum() 6391 minnode = maxnode = TREE_VALUE (values); in finish_enum() 6395 if (tree_int_cst_lt (maxnode, value)) in finish_enum() 6396 maxnode = value; in finish_enum() 6408 min_precision (maxnode, unsign)); in finish_enum() 6480 lt->enum_max = maxnode; in finish_enum()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | decl.c | 10683 tree maxnode; in finish_enum() local 10714 minnode = maxnode = NULL_TREE; in finish_enum() 10735 minnode = maxnode = value; in finish_enum() 10736 else if (tree_int_cst_lt (maxnode, value)) in finish_enum() 10737 maxnode = value; in finish_enum() 10747 minnode = maxnode = integer_zero_node; in finish_enum() 10755 highprec = min_precision (maxnode, unsignedp); in finish_enum()
|
| H A D | ChangeLog-1998 | 6405 (finish_enum): Initialize `minnode' and `maxnode' to NULL_TREE.
|