Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c38 #define DECR(x) ((x)--) macro
43 #define DECR(x) macro
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h154 #define DECR(_l, _sz) do { \ macro