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

1 2

  /external/jpeg/
jmemname.c 30 #define READ_BINARY "r"
34 #define READ_BINARY "rb", "ctx=stm"
37 #define READ_BINARY "rb"
103 if ((tfile = fopen(fname, READ_BINARY)) == NULL) {
rdjpgcom.c 35 #define READ_BINARY "r"
38 #define READ_BINARY "rb", "ctx=stm"
40 #define READ_BINARY "rb"
471 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
481 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
cdjpeg.h 156 #define READ_BINARY "r"
160 #define READ_BINARY "rb", "ctx=stm"
163 #define READ_BINARY "rb"
wrjpgcom.c 38 #define READ_BINARY "r"
42 #define READ_BINARY "rb", "ctx=stm"
45 #define READ_BINARY "rb"
485 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
cdjpeg.c 157 if ((input_file = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
jmemdos.c 75 #define READ_BINARY "r"
77 #define READ_BINARY "rb"
153 if ((tfile = fopen(fname, READ_BINARY)) == NULL)
djpeg.c 274 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) {
504 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
cjpeg.c 539 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
jpegtran.c 409 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
  /external/qemu/distrib/jpeg-6b/
jmemname.c 30 #define READ_BINARY "r"
34 #define READ_BINARY "rb", "ctx=stm"
37 #define READ_BINARY "rb"
103 if ((tfile = fopen(fname, READ_BINARY)) == NULL) {
rdjpgcom.c 35 #define READ_BINARY "r"
38 #define READ_BINARY "rb", "ctx=stm"
40 #define READ_BINARY "rb"
471 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
481 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
cdjpeg.h 156 #define READ_BINARY "r"
160 #define READ_BINARY "rb", "ctx=stm"
163 #define READ_BINARY "rb"
wrjpgcom.c 38 #define READ_BINARY "r"
42 #define READ_BINARY "rb", "ctx=stm"
45 #define READ_BINARY "rb"
485 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
cdjpeg.c 157 if ((input_file = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
jmemdos.c 75 #define READ_BINARY "r"
77 #define READ_BINARY "rb"
153 if ((tfile = fopen(fname, READ_BINARY)) == NULL)
djpeg.c 274 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) {
504 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
cjpeg.c 539 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
jpegtran.c 409 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
  /external/chromium_org/third_party/libjpeg_turbo/
rdjpgcom.c 39 #define READ_BINARY "r"
42 #define READ_BINARY "rb", "ctx=stm"
44 #define READ_BINARY "rb"
490 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
500 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
cdjpeg.h 159 #define READ_BINARY "r"
163 #define READ_BINARY "rb", "ctx=stm"
166 #define READ_BINARY "rb"
wrjpgcom.c 38 #define READ_BINARY "r"
42 #define READ_BINARY "rb", "ctx=stm"
45 #define READ_BINARY "rb"
485 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
cdjpeg.c 157 if ((input_file = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
djpeg.c 292 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) {
534 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
jpegtran.c 443 if ((fp = fopen(argv[file_index], READ_BINARY)) == NULL) {
  /external/pdfium/core/src/fxcodec/libjpeg/
cdjpeg.h 156 #define READ_BINARY "r"
160 #define READ_BINARY "rb", "ctx=stm"
163 #define READ_BINARY "rb"

Completed in 175 milliseconds

1 2