Searched defs:look (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.cpp179 // if demand_look, then I guess we don't look backwards for these tokens.
263 look(int k) function in class:ANTLRParser
304 labase = (labase+1)&(LLk-1); // labase maintained even if !demand look
319 labase = (labase+1)&(LLk-1); // labase maintained even if !demand look
344 labase = (labase+1)&(LLk-1); // labase maintained even if !demand look
356 labase = (labase+1)&(LLk-1); // labase maintained even if !demand look
554 for (i=1; i<=k; i++) /* look for offending token */
618 labase = (labase+1)&(LLk-1); // labase maintained even if !demand look
644 labase = (labase+1)&(LLk-1); // labase maintained even if !demand look
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dnrv2b.c159 unsigned int look; /* bytes in lookahead buffer */ member in struct:ucl_compress
238 unsigned int look; member in struct:ucl_swd
412 s->look = (unsigned int) (s->c->in_end - s->c->ip);
413 if (s->look > 0)
415 if (s->look > s->f)
416 s->look = s->f;
417 memcpy(&s->b[s->ip],s->c->ip,s->look);
418 s->c->ip += s->look;
419 s->ip += s->look;
424 if (s->look >
[all...]

Completed in 55 milliseconds