Searched refs:NextCode (Results 1 – 3 of 3) sorted by relevance
/external/freetype/src/lzw/ |
D | ftzopen.c | 321 NextCode: in ft_lzwstate_io() 338 goto NextCode; in ft_lzwstate_io() 404 goto NextCode; in ft_lzwstate_io()
|
/external/pdfium/third_party/libtiff/ |
D | tif_lzw.c | 175 #define NextCode(_tif, _sp, _bp, _code, _get) { \ macro 187 #define NextCode(tif, sp, bp, code, get) get(sp, bp, code) macro 443 NextCode(tif, sp, bp, code, GetNextCode); in LZWDecode() 454 NextCode(tif, sp, bp, code, GetNextCode); in LZWDecode() 677 NextCode(tif, sp, bp, code, GetNextCodeCompat); in LZWDecodeCompat() 688 NextCode(tif, sp, bp, code, GetNextCodeCompat); in LZWDecodeCompat()
|
/external/vboot_reference/utility/ |
D | efidecompress.c | 217 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()
|