Home
last modified time | relevance | path

Searched refs:strneq (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dppm2tiff.c57 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
301 if (strneq(cp, "1d", 2)) in processG3Options()
303 else if (strneq(cp, "2d", 2)) in processG3Options()
305 else if (strneq(cp, "fill", 4)) in processG3Options()
320 else if (strneq(opt, "jpeg", 4)) { in processCompressOptions()
335 } else if (strneq(opt, "g3", 2)) { in processCompressOptions()
340 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
345 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
A Dtiffdither.c45 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
164 if (strneq(cp, "1d", 2)) in processG3Options()
166 else if (strneq(cp, "2d", 2)) in processG3Options()
168 else if (strneq(cp, "fill", 4)) in processG3Options()
183 else if (strneq(opt, "g3", 2)) { in processCompressOptions()
188 else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
193 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
A Dpal2rgb.c45 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
239 else if (strneq(opt, "jpeg", 4)) { in processCompressOptions()
254 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
259 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
A Dtiff2bw.c45 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
310 else if (strneq(opt, "jpeg", 4)) { in processCompressOptions()
325 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
330 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
A Dtiffcp.c64 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
344 if (strneq(cp, "1d", 2)) in processG3Options()
346 else if (strneq(cp, "2d", 2)) in processG3Options()
348 else if (strneq(cp, "fill", 4)) in processG3Options()
363 } else if (strneq(opt, "jpeg", 4)) { in processCompressOptions()
378 } else if (strneq(opt, "g3", 2)) { in processCompressOptions()
383 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
388 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
391 } else if (strneq(opt, "lzma", 4)) { in processCompressOptions()
394 } else if (strneq(opt, "jbig", 4)) { in processCompressOptions()
[all …]
A Dtiffmedian.c62 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
305 else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
310 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
A Dtiffcrop.c156 #define strneq(a,b,n) (strncmp((a),(b),(n)) == 0) macro
1410 if (strneq(cp, "1d", 2)) in processG3Options()
1412 else if (strneq(cp, "2d", 2)) in processG3Options()
1414 else if (strneq(cp, "fill", 4)) in processG3Options()
1427 if (strneq(opt, "none",4)) in processCompressOptions()
1435 else if (strneq(opt, "jpeg", 4)) in processCompressOptions()
1444 else if (strneq(cp + 1, "raw", 3 )) in processCompressOptions()
1446 else if (strneq(cp + 1, "rgb", 3 )) in processCompressOptions()
1453 else if (strneq(opt, "g3", 2)) in processCompressOptions()
1462 else if (strneq(opt, "lzw", 3)) in processCompressOptions()
[all …]

Completed in 25 milliseconds