Home
last modified time | relevance | path

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

/external/libusb/examples/
Dxusb.c66 #define CALL_CHECK(fcall) do { int _r=fcall; if (_r < 0) ERR_EXIT(_r); } while (0) argument
67 #define CALL_CHECK_CLOSE(fcall, hdl) do { int _r=fcall; if (_r < 0) { libusb_close(hdl); ERR_EXIT(_… argument