Home
last modified time | relevance | path

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

/third_party/node/deps/uv/src/
Duv-common.h46 # define UV__ERR(x) (-(x)) macro
48 # define UV__ERR(x) (x) macro
/third_party/libuv/src/
Duv-common.h46 # define UV__ERR(x) (-(x)) macro
48 # define UV__ERR(x) (x) macro
/third_party/node/deps/uv/include/uv/
Derrno.h27 # define UV__ERR(x) (-(x)) macro
29 # define UV__ERR(x) (x) macro
/third_party/libuv/include/uv/
Derrno.h27 # define UV__ERR(x) (-(x)) macro
29 # define UV__ERR(x) (x) macro