Home
last modified time | relevance | path

Searched refs:lcode (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H A Dinffast.c84 code const *lcode; /* local strm->lencode */ in inflate_fast() local
111 lcode = state->lencode; in inflate_fast()
125 this = lcode[hold & lmask]; in inflate_fast()
297 this = lcode[this.val + (hold & ((1U << op) - 1))]; in inflate_fast()
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dinffast.c87 code const FAR *lcode; /* local strm->lencode */ in inflate_fast() local
122 lcode = state->lencode; in inflate_fast()
136 this = lcode[hold & lmask]; in inflate_fast()
310 this = lcode[this.val + (hold & ((1U << op) - 1))]; in inflate_fast()
/OK3568_Linux_fs/buildroot/package/lua/5.3.6/
H A D0002-shared-libs-for-lua.patch38 CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o \
/OK3568_Linux_fs/buildroot/package/lua/5.1.5/
H A D0002-shared-libs-for-lua.patch38 CORE_O= lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o \
/OK3568_Linux_fs/buildroot/package/lua/5.4.3/
H A D0002-shared-libs-for-lua.patch38 …CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopco…