HomeSort by relevance Sort by last modified time
    Searched defs:csw (Results 1 - 2 of 2) sorted by null

  /external/valgrind/none/tests/amd64/
getseg.c 7 unsigned short csw = -1; local
17 : "=r" (csw), "=r" (csl), "=r" (csq), "=m" (csw_mem));
19 printf("cs(w)=%u\n", csw);
  /external/libusb/examples/
xusb.c 109 // Section 5.2: Command Status Wrapper (CSW)
374 struct command_status_wrapper csw; local
380 r = libusb_bulk_transfer(handle, endpoint, (unsigned char*)&csw, 13, &size, 1000);
394 if (csw.dCSWTag != expected_tag) {
396 expected_tag, csw.dCSWTag);
400 printf(" Mass Storage Status: %02X (%s)\n", csw.bCSWStatus, csw.bCSWStatus?"FAILED":"Success");
401 if (csw.dCSWTag != expected_tag)
403 if (csw.bCSWStatus) {
407 if (csw.bCSWStatus == 1
    [all...]

Completed in 144 milliseconds