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

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzread.c 11 local int gz_look OF((gz_statep));
85 gz_look() will return 0 on success or -1 on failure. */
86 local int gz_look( function
234 if (gz_look(state) == -1)
560 (void)gz_look(state);
  /external/qemu/distrib/zlib-1.2.8/
gzread.c 11 local int gz_look OF((gz_statep));
85 gz_look() will return 0 on success or -1 on failure. */
86 local int gz_look(state) function
234 if (gz_look(state) == -1)
560 (void)gz_look(state);
  /external/zlib/src/
gzread.c 11 local int gz_look OF((gz_statep));
85 gz_look() will return 0 on success or -1 on failure. */
86 local int gz_look(state) function
234 if (gz_look(state) == -1)
560 (void)gz_look(state);

Completed in 578 milliseconds