Searched refs:tableentry (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dt4.h35 typedef struct tableentry { struct
39 } tableentry; typedef in typeref:struct:tableentry
58 const tableentry TIFFFaxWhiteCodes[] = {
170 const tableentry TIFFFaxBlackCodes[] = {
282 extern const tableentry TIFFFaxWhiteCodes[];
283 extern const tableentry TIFFFaxBlackCodes[];
H A Dtif_fax3.c608 putspan(TIFF* tif, int32 span, const tableentry* tab)
616 const tableentry* te = &tab[63 + (2560>>6)];
625 const tableentry* te = &tab[63 + (span>>6)];
944 static const tableentry horizcode =
946 static const tableentry passcode =
948 static const tableentry vcodes[7] = {

Completed in 64 milliseconds