Searched refs:lap (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.h55 #define NLA (token_type[lap&(LLk-1)])/* --> next LA */
178 int lap; member in class:ANTLRParser
238 //// token_type[(lap+(i)-1)&(LLk-1)];
245 return token_type[(lap+(i)-1)&(LLk-1)];
H A DAParser.cpp100 lap = 0;
182 lap = 0;
233 lap = (lap+1)&(LLk-1);
278 // lap = 0; // MR14 Sinan Karasu (sinan.karasu@boeing.com)
280 labase=lap; // MR14
829 lap = (lap+1)&(LLk-1);
H A Derr.h302 buf->lap = zzlap;
362 zzlap = buf->lap;
H A Dantlr.h226 int lap; member in struct:_zzantlr_state

Completed in 120 milliseconds