Home
last modified time | relevance | path

Searched defs:fcall (Results 1 – 2 of 2) sorted by relevance

/external/libusb/examples/
Dxusb.c74 #define CALL_CHECK(fcall) do { r=fcall; if (r < 0) ERR_EXIT(r); } while (0); argument
/external/libusb/libusb/os/
Dwindows_winusb.c47 #define LOOP_CHECK(fcall) \ argument