Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/ipc/
H A Dmach_port_construct_errors.c41 const uint32_t at_most_one_flags[] = { variable
51 for (uint32_t i = 0; i < countof(at_most_one_flags) - 1; ++i) {
52 for (uint32_t j = i + 1; j < countof(at_most_one_flags); ++j) {
56 .flags = at_most_one_flags[i] | at_most_one_flags[j]