Searched refs:temp_q (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/lib/system/async-dns/ |
H A D | async-dns.c | 642 struct temp_q { struct 657 struct temp_q tmq; in lws_async_dns_query()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_dev.c | 1599 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 D | code-generator-arm.cc | 4001 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