Searched refs:skl (Results 1 – 6 of 6) sorted by relevance
205 Fconf(uint32_t r0, uint32_t skl, uint32_t skr) in Fconf() argument211 S1[((r1 >> 11) ^ (skl >> 18)) & 0x3F] in Fconf()212 | S2[((r0 >> 23) ^ (skl >> 12)) & 0x3F] in Fconf()213 | S3[((r0 >> 19) ^ (skl >> 6)) & 0x3F] in Fconf()214 | S4[((r0 >> 15) ^ (skl )) & 0x3F] in Fconf()
27 * src/flex.skl: scanner: Mention %# comments are removed when32 …* src/flex.skl: Honor user definitions of yy_* macros The user may have defined the yy_* macros th…37 * src/flex.skl, src/main.c: Don't leak macro definitions into header62 from skeleton file. Since the comments in flex.skl are, by hypothesis, not needed in96 * src/flex.skl: scanner: update yy_buf_size after yyrealloc()280 …* src/flex.skl: Add more defines in the non-reentrant part. Fix the reentrant part; don't "#defin…289 * src/flex.skl: scanner: move comment for consistency383 …* src/flex.skl: c++: Fix yyrestart(NULL) SEGV. Binding a reference to a dereferenced null pointer…396 * src/flex.skl: scanner: remove void cast before fprintf424 * src/flex.skl: scanner: remove trailing whitespace in skeleton[all …]
40 Note that the "flex.skl" scanner skeleton carries no copyright notice.
44 flex.skl are removed when generating the C source code array. This
43 skel.c: config.h mkskel.sh flex.skl version.awk
5 %# 1. flex.skl is processed through GNU m4 during the