Searched refs:e_mask (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-offload.c77 unsigned e_mask; /* Partitioning of element loops (when tiling). */ member in struct:oacc_loop
536 unsigned e_mask = tree_to_uhwi (gimple_call_arg (call, 4)); local
542 gcc_assert (!(e_mask
549 e_mask = 0;
551 if (!e_mask)
564 if (e_mask & GOMP_DIM_MASK (GOMP_DIM_VECTOR))
566 if (e_mask & GOMP_DIM_MASK (GOMP_DIM_WORKER))
1134 tree e_mask_arg = build_int_cst (unsigned_type_node, loop->e_mask);
1160 unsigned mask = loop->mask | loop->e_mask;
1239 if ((outer->mask | outer->e_mask)
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-offload.cc80 unsigned e_mask; /* Partitioning of element loops (when tiling). */ member in struct:oacc_loop
762 unsigned e_mask = tree_to_uhwi (gimple_call_arg (call, 4)); local
768 gcc_assert (!(e_mask
775 e_mask = 0;
777 if (!e_mask)
790 if (e_mask & GOMP_DIM_MASK (GOMP_DIM_VECTOR))
792 if (e_mask & GOMP_DIM_MASK (GOMP_DIM_WORKER))
1392 tree e_mask_arg = build_int_cst (unsigned_type_node, loop->e_mask);
1421 unsigned mask = loop->mask | loop->e_mask;
1512 if ((outer->mask | outer->e_mask)
[all...]
/netbsd-current/external/bsd/am-utils/dist/fsinfo/
H A Dfsi_data.h115 int e_mask; member in struct:ether_if
H A Dfsi_util.c430 ep->e_mask = 0;
442 if (ep->e_mask & m) {
446 ep->e_mask |= m;
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_disk_acl_linux.c280 if ((richace->e_mask &
365 richace->e_mask = 0;
417 richace->e_mask |= acl_nfs4_perm_map[i].p_perm;
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_acl_platform_nfs4.c493 perms = acl_permset_to_bitmap(richace->e_mask) |

Completed in 236 milliseconds