Home
last modified time | relevance | path

Searched refs:FIELD_SETLONGS (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/3rdparty/libtiff/
Dtif_dir.h65 #define FIELD_SETLONGS 4 macro
67 unsigned long td_fieldsset[FIELD_SETLONGS];
186 #define FIELD_LAST (32*FIELD_SETLONGS-1)
Dtif_dir.c1173 _TIFFmemset(td->td_fieldsset, 0, FIELD_SETLONGS); in TIFFFreeDirectory()
/external/pdfium/third_party/libtiff/
Dtif_dir.h65 #define FIELD_SETLONGS 4 macro
67 unsigned long td_fieldsset[FIELD_SETLONGS];
186 #define FIELD_LAST (32*FIELD_SETLONGS-1)
Dtif_dir.c1193 _TIFFmemset(td->td_fieldsset, 0, FIELD_SETLONGS); in TIFFFreeDirectory()