Home
last modified time | relevance | path

Searched defs:size_mask (Results 1 – 5 of 5) sorted by relevance

/external/libffi/src/sparc/
Dffi64.c55 ffi_struct_float_mask (ffi_type *outer_type, int size_mask) in ffi_struct_float_mask()
112 ffi_struct_float_merge (int size_mask, void *vi, void *vf) in ffi_struct_float_merge()
138 ffi_struct_float_copy (int size_mask, void *vd, void *vi, void *vf) in ffi_struct_float_copy()
195 int size_mask = ffi_struct_float_mask (rtype, 0); in ffi_prep_cif_machdep_core() local
553 int size_mask = ffi_struct_float_mask (ty, 0); in ffi_closure_sparc_inner_v9() local
/external/rust/crates/virtio-drivers/src/transport/pci/
Dbus.rs257 let size_mask = self.config_read_word(device_function, BAR0_OFFSET + 4 * bar_index); in bar_info() localVariable
/external/libvpx/vp9/common/
Dvp9_loopfilter.c120 static const uint64_t size_mask[BLOCK_SIZES] = { variable
/external/linux-kselftest/tools/testing/selftests/powerpc/nx-gzip/include/
Dnxu.h335 #define size_mask(x) ((1U<<(x))-1) macro
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h639 unsigned size_mask; variable