Searched refs:scratch_ptr (Results 1 – 3 of 3) sorted by relevance
1473 uint8_t *scratch_ptr; in usb_alloc_device() local1700 scratch_ptr = udev->scratch.data; in usb_alloc_device()1709 (char *)scratch_ptr, 4, 0, USB_LANGUAGE_TABLE); in usb_alloc_device()1714 if (err || (scratch_ptr[0] < 4)) { in usb_alloc_device()1727 scratch_ptr[0] &= ~1U; in usb_alloc_device()1733 for (x = 2; (x < scratch_ptr[0]); x += 2) { in usb_alloc_device()1734 langid = UGETW(scratch_ptr + x); in usb_alloc_device()1738 if (x >= scratch_ptr[0]) { in usb_alloc_device()1741 langid = UGETW(scratch_ptr + 2); in usb_alloc_device()
258 LLVMValueRef scratch_ptr; member
2576 …LLVMValueRef ptr2 = LLVMBuildBitCast(builder, bld->scratch_ptr, LLVMPointerType(load_bld->elem_typ… in emit_load_scratch()2636 …LLVMValueRef ptr2 = LLVMBuildBitCast(builder, bld->scratch_ptr, LLVMPointerType(store_bld->elem_ty… in emit_store_scratch()2807 bld.scratch_ptr = lp_build_array_alloca(gallivm, in lp_build_nir_soa()