Searched refs:scratch_ptr (Results 1 - 3 of 3) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_device.c | 1472 uint8_t *scratch_ptr; in usb_alloc_device() local 1699 scratch_ptr = udev->scratch.data; in usb_alloc_device() 1708 (char *)scratch_ptr, 4, 0, USB_LANGUAGE_TABLE); in usb_alloc_device() 1713 if (err || (scratch_ptr[0] < 4)) { in usb_alloc_device() 1726 scratch_ptr[0] &= ~1U; in usb_alloc_device() 1732 for (x = 2; (x < scratch_ptr[0]); x += 2) { in usb_alloc_device() 1733 langid = UGETW(scratch_ptr + x); in usb_alloc_device() 1737 if (x >= scratch_ptr[0]) { in usb_alloc_device() 1740 langid = UGETW(scratch_ptr + 2); in usb_alloc_device()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir.h | 258 LLVMValueRef scratch_ptr; member
|
H A D | lp_bld_nir_soa.c | 2576 LLVMValueRef ptr2 = LLVMBuildBitCast(builder, bld->scratch_ptr, LLVMPointerType(load_bld->elem_type, 0), ""); in emit_load_scratch() 2636 LLVMValueRef ptr2 = LLVMBuildBitCast(builder, bld->scratch_ptr, LLVMPointerType(store_bld->elem_type, 0), ""); in emit_store_scratch() 2807 bld.scratch_ptr = lp_build_array_alloca(gallivm, in lp_build_nir_soa()
|
Completed in 16 milliseconds