OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cbw
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
gas-cbw.asm
0
cbw
1
cbw
label
/external/qemu/hw/
usb-msd.c
327
/* Reset state ready for the next
CBW
. */
355
struct usb_msd_cbw
cbw
;
local
368
fprintf(stderr, "usb-msd: Bad
CBW
size");
371
memcpy(&
cbw
, data, 31);
372
if (le32_to_cpu(
cbw
.sig) != 0x43425355) {
374
le32_to_cpu(
cbw
.sig));
377
DPRINTF("Command on LUN %d\n",
cbw
.lun);
378
if (
cbw
.lun != 0) {
379
fprintf(stderr, "usb-msd: Bad LUN %d\n",
cbw
.lun);
382
s->tag = le32_to_cpu(
cbw
.tag)
[
all
...]
/external/llvm/test/MC/X86/
x86-64.s
475
cbw
// CHECK: cbtw
label
Completed in 47 milliseconds