OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:csw
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/
usb-msd.c
162
struct usb_msd_csw
csw
;
local
164
csw
.sig = cpu_to_le32(0x53425355);
165
csw
.tag = cpu_to_le32(s->tag);
166
csw
.residue = s->residue;
167
csw
.status = s->result;
168
memcpy(s->usb_buf, &
csw
, 13);
/external/llvm/test/MC/AArch64/
basic-a64-instructions.s
[
all
...]
Completed in 2779 milliseconds