Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/lcms/
Dcms_transform_fuzzer.c38 if (T_BYTES(srcFormat) == 0) { // 0 means double in LLVMFuzzerTestOneInput()
/external/pdfium/third_party/lcms/src/
Dcmsalpha.c46 cmsUInt32Number fmt_bytes = T_BYTES(Format); in trueBytesSize()
274 cmsUInt32Number b = T_BYTES(frm); in FormatterPos()
Dcmsxform.c867 BytesPerPixelInput = T_BYTES(p ->InputFormat); in AllocEmptyTransform()
Dcmspack.c3322 cmsUInt32Number Bytes = T_BYTES(Type); in _cmsFormatterIs8bit()
/external/pdfium/third_party/lcms/include/
Dlcms2.h697 #define T_BYTES(b) ((b)&7) macro