Home
last modified time | relevance | path

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

/original-bsd/old/sdb/
H A Dcdefs.h28 # define DECREF(x) (((x>>TSHIFT)&~BTMASK&0x3fff)|(x&BTMASK)) macro
/original-bsd/old/pcc/mip/
H A Dmanifest.h50 #define DECREF(x) ((((x)>>TSHIFT)&~BTMASK)|( (x)&BTMASK)) macro