Home
last modified time | relevance | path

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

/third_party/musl/src/signal/
Dblock.c5 static const unsigned long all_mask[] = { variable
33 __syscall(SYS_rt_sigprocmask, SIG_BLOCK, &all_mask, set, _NSIG/8); in __block_all_sigs()
/third_party/libffi/src/sparc/
Dffi64.c197 int all_mask = (1 << word_size) - 1; in ffi_prep_cif_machdep_core() local
214 else if (fp_mask == all_mask) in ffi_prep_cif_machdep_core()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c469 uint32_t all_mask = 0xffffffff >> (32 - depth); in visual_has_alpha() local
472 return (all_mask & ~rgb_mask) != 0; in visual_has_alpha()