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

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
deflate.h 90 typedef Pos FAR Posf;
131 Posf *prev;
137 Posf *head; /* Heads of the hash chains or NIL. */
fx_zlib_deflate.c 293 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
294 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
    [all...]
  /external/zlib/src/
deflate.h 90 typedef Pos FAR Posf;
131 Posf *prev;
137 Posf *head; /* Heads of the hash chains or NIL. */
deflate.c 294 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
295 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
    [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 306 ;;; Posf *prev = s->prev;
  /external/zlib/src/contrib/masmx86/
match686.asm 289 ;;; Posf *prev = s->prev;

Completed in 3039 milliseconds