Searched refs:vec_size (Results 1 – 6 of 6) sorted by relevance
53 size_t vec_size; /* size of path */ member112 ctx->vec_size = stp->st_size; in vectx_open()248 off += ctx->vec_size; in vectx_lseek()254 (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()
2401 const uint32_t vec_size = *elem.type_vec_size.get(); in SetElementSize() local2421 vec_size * AllocationDetails::RSTypeToFormat[type][eElementSize]; in SetElementSize()2422 if (vec_size == 3) in SetElementSize()3301 const uint32_t vec_size = *alloc->element.type_vec_size.get(); in DumpAllocation() local3311 format = vec_size == 1 in DumpAllocation()
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()
6245 uptr vec_size = ((length + page_size - 1) & (~(page_size - 1))) / page_size;6246 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, vec, vec_size);