Searched refs:LoadByte (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/lua/src/
H A Dlundump.c37 #define LoadByte(S) (lu_byte)LoadChar(S) macro
144 f->upvalues[i].instack=LoadByte(S);
145 f->upvalues[i].idx=LoadByte(S);
175 f->numparams=LoadByte(S);
176 f->is_vararg=LoadByte(S);
177 f->maxstacksize=LoadByte(S);
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_serialize.c208 #define LoadByte *buf++ macro
209 #define Load_Byte(n) (n) = LoadByte
211 (n) = LoadByte; \
212 (n) = ((n) << 8) | ((LoadByte) & 0xff); \
213 (n) = ((n) << 8) | ((LoadByte) & 0xff); \
214 (n) = ((n) << 8) | ((LoadByte) & 0xff); \
219 { if (((n) = (unsigned char)(LoadByte)) == 0xff) Load_Int32(n); }
222 word i = LoadByte; \
226 i = LoadByte; \
250 (n) = LoadByte; \
[all...]

Completed in 33 milliseconds