Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_qwx_pci.c3284 size_t nseg, remain, vec_size; in qwx_mhi_fw_load_bhi()
3305 vec_size = nseg * sizeof(*vec);
3306 if (psc->amss_vec == NULL || QWX_DMA_LEN(psc->amss_vec) < vec_size) { in qwx_mhi_fw_load_bhie()
3309 psc->amss_vec = qwx_dmamem_alloc(sc->sc_dmat, vec_size, 0); in qwx_mhi_fw_load_bhie()
3342 qwx_pci_write(sc, psc->bhie_off + MHI_BHIE_TXVECSIZE_OFFS, vec_size); in qwx_mhi_fw_load_bhie()
3385 size_t nseg, remain, vec_size; in qwx_mhi_fw_load_bhie()
3402 vec_size = nseg * sizeof(*vec); in qwx_mhi_fw_load_bhie()
3403 vec_adm = qwx_dmamem_alloc(sc->sc_dmat, vec_size, 0);
3431 qwx_pci_write(sc, psc->bhie_off + MHI_BHIE_RXVECSIZE_OFFS, vec_size); in qwx_rddm_prepare()
3313 size_t nseg, remain, vec_size; qwx_mhi_fw_load_bhie() local
3414 size_t nseg, remain, vec_size; qwx_rddm_prepare() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2313 const uint32_t vec_size = *elem.type_vec_size.get(); in SetElementSize() local
2333 vec_size * AllocationDetails::RSTypeToFormat[type][eElementSize]; in SetElementSize()
2334 if (vec_size == 3) in SetElementSize()
3195 const uint32_t vec_size = *alloc->element.type_vec_size.get(); in DumpAllocation() local
3205 format = vec_size == 1 in DumpAllocation()
/openbsd-src/gnu/gcc/gcc/
H A Dsimplify-rtx.c2587 HOST_WIDE_INT vec_size = GET_MODE_SIZE (GET_MODE (XEXP (vec, 0))); in simplify_binary_operation_1() local
2588 if (offset < vec_size) in simplify_binary_operation_1()
2592 offset -= vec_size; in simplify_binary_operation_1()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6761 uptr vec_size = ((length + page_size - 1) & (~(page_size - 1))) / page_size;
6762 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, vec, vec_size);