Searched defs:_X (Results 1 – 4 of 4) sorted by relevance
273 _X = coroutine.wrap(function () function
48 # define WEXITSTATUS(_X) (((int)(_X)>>8)&0377) argument
49 #define _X 0x40 /* hex digit */ macro
84 #define SWAPS(_X) ((_X & 0xff) << 8) | (_X >> 8) argument