Home
last modified time | relevance | path

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

/external/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()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c372 uint32_t all_mask = 0xffffffff >> (32 - depth); in visual_has_alpha() local
375 return (all_mask & ~rgb_mask) != 0; in visual_has_alpha()