Home
last modified time | relevance | path

Searched refs:NextCode (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/lzw/
Dftzopen.c321 NextCode: in ft_lzwstate_io()
338 goto NextCode; in ft_lzwstate_io()
404 goto NextCode; in ft_lzwstate_io()
/external/pdfium/third_party/libtiff/
Dtif_lzw.c176 #define NextCode(_tif, _sp, _bp, _code, _get) { \ macro
188 #define NextCode(tif, sp, bp, code, get) get(sp, bp, code) macro
440 NextCode(tif, sp, bp, code, GetNextCode); in LZWDecode()
451 NextCode(tif, sp, bp, code, GetNextCode); in LZWDecode()
667 NextCode(tif, sp, bp, code, GetNextCodeCompat); in LZWDecodeCompat()
678 NextCode(tif, sp, bp, code, GetNextCodeCompat); in LZWDecodeCompat()
/external/vboot_reference/utility/
Defidecompress.c217 UINT16 NextCode; in MakeTable() local
270 NextCode = (UINT16) (Start[Len] + Weight[Len]); in MakeTable()
274 for (Index = Start[Len]; Index < NextCode; Index++) { in MakeTable()
304 Start[Len] = NextCode; in MakeTable()