HomeSort by relevance Sort by last modified time
    Searched refs:EV_ERR (Results 1 - 5 of 5) sorted by null

  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_timers.c 207 EV_ERR(EINVAL);
210 EV_ERR(EINVAL);
213 EV_ERR(EINVAL);
216 EV_ERR(EINVAL);
263 EV_ERR(ENOENT);
290 EV_ERR(ENOENT);
297 EV_ERR(EINVAL);
316 EV_ERR(ENOENT);
323 EV_ERR(EINVAL);
326 EV_ERR(EINVAL)
    [all...]
eventlib_p.h 49 #define EV_ERR(e) return (errno = (e), -1)
50 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL
51 #define OKFREE(x, y) if ((x) < 0) { FREE((y)); EV_ERR(errno); } \
  /external/chromium-trace/catapult/third_party/pyserial/serial/
win32.py 189 EV_ERR = 128 # Variable c_int
319 'N11_OVERLAPPED4DOLLAR_484DOLLAR_49E', 'EV_ERR',
serialwin32.py 129 win32.SetCommMask(self.hComPort, win32.EV_ERR)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 526 #define EV_ERR 0x80
    [all...]

Completed in 135 milliseconds