Home
last modified time | relevance | path

Searched refs:scratch_ptr (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_device.c1473 uint8_t *scratch_ptr; in usb_alloc_device() local
1700 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()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.h258 LLVMValueRef scratch_ptr; member
Dlp_bld_nir_soa.c2576 …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()