Searched refs:vec_size (Results 1 – 7 of 7) sorted by relevance
55 size_t vec_size; /* size of path */ member122 ctx->vec_size = stp->st_size; in vectx_open()291 off += ctx->vec_size; in vectx_lseek()297 (size_t)off > ctx->vec_size) { in vectx_lseek()
134 unsigned int vec_size __unused) in xenbusb_otherend_watch_cb()172 unsigned int vec_size __unused) in xenbusb_local_watch_cb()
140 u_int vec_size; member654 &msg->u.watch.vec_size); in xs_process_msg()1008 msg->u.watch.vec_size); in xenwatch_thread()
2325 const uint32_t vec_size = *elem.type_vec_size.get(); in SetElementSize() local2345 vec_size * AllocationDetails::RSTypeToFormat[type][eElementSize]; in SetElementSize()2346 if (vec_size == 3) in SetElementSize()3205 const uint32_t vec_size = *alloc->element.type_vec_size.get(); in DumpAllocation() local3215 format = vec_size == 1 in DumpAllocation()
4088 u16 vec_size = hw->blk[blk].es.fvw * sizeof(struct ice_fv_word); in ice_prof_bld_es() local4102 vec_size - in ice_prof_bld_es()4111 ice_memcpy(p->es, &hw->blk[blk].es.t[off], vec_size, in ice_prof_bld_es()
2591 HOST_WIDE_INT vec_size = GET_MODE_SIZE (GET_MODE (XEXP (vec, 0))); in simplify_binary_operation_1() local2592 if (offset < vec_size) in simplify_binary_operation_1()2596 offset -= vec_size; in simplify_binary_operation_1()
6585 uptr vec_size = ((length + page_size - 1) & (~(page_size - 1))) / page_size;6586 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, vec, vec_size);