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

  /external/chromium_org/third_party/libjpeg_turbo/
rdswitch.c 24 text_getc (FILE * file) function
50 ch = text_getc(file);
63 while ((ch = text_getc(file)) != EOF) {
152 ch = text_getc(file);
  /external/jpeg/
rdswitch.c 21 text_getc (FILE * file) function
47 ch = text_getc(file);
60 while ((ch = text_getc(file)) != EOF) {
140 ch = text_getc(file);
  /external/qemu/distrib/jpeg-6b/
rdswitch.c 21 text_getc (FILE * file) function
47 ch = text_getc(file);
60 while ((ch = text_getc(file)) != EOF) {
140 ch = text_getc(file);

Completed in 59 milliseconds