HomeSort by relevance Sort by last modified time
    Searched refs:READ_BINARY (Results 1 - 7 of 7) sorted by null

  /external/libjpeg-turbo/
cdjpeg.h 138 #define READ_BINARY "r"
141 #define READ_BINARY "rb"
rdjpgcom.c 42 #define READ_BINARY "r"
44 #define READ_BINARY "rb"
485 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
cdjpeg.c 120 if ((input_file = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
wrjpgcom.c 41 #define READ_BINARY "r"
44 #define READ_BINARY "rb"
494 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
504 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
djpeg.c 314 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) {
569 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
jpegtran.c 443 if ((fp = fopen(argv[file_index], READ_BINARY)) == NULL) {
cjpeg.c 566 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {

Completed in 138 milliseconds