Home
last modified time | relevance | path

Searched refs:temp_q (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/system/async-dns/
H A Dasync-dns.c642 struct temp_q { struct
657 struct temp_q tmq; in lws_async_dns_query()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dev.c1599 struct usb_ifqueue temp_q = {}; in usb_fifo_alloc_buffer() local
1604 temp_q.ifq_maxlen = nbuf; in usb_fifo_alloc_buffer()
1607 M_USBDEV, &temp_q, bufsize, nbuf); in usb_fifo_alloc_buffer()
1618 f->free_q = temp_q; in usb_fifo_alloc_buffer()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc4001 QwNeonRegister temp_q = temps.AcquireQ(); in AssembleArchInstruction()
4003 __ vld1(Neon8, NeonListOperand(temp_q.low(), 2), NeonMemOperand(temp)); in AssembleArchInstruction()
4005 __ vst1(Neon8, NeonListOperand(temp_q.low(), 2), NeonMemOperand(temp)); in AssembleArchInstruction()
4111 QwNeonRegister temp_q = temps.AcquireQ(); in AssembleArchInstruction()
4112 __ Move(temp_q, src); in AssembleArchInstruction()
4115 __ vst1(Neon8, NeonListOperand(temp_q.low(), 2), NeonMemOperand(temp)); in AssembleArchInstruction()

Completed in 8 milliseconds