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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.h 87 typedef Pos FAR Posf;
128 Posf *prev;
134 Posf *head; /* Heads of the hash chains or NIL. */
deflate.c 288 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
289 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
    [all...]
  /external/pdfium/third_party/zlib_v128/
deflate.h 90 typedef Pos FAR Posf;
131 Posf *prev;
137 Posf *head; /* Heads of the hash chains or NIL. */
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/syslinux/com32/lib/zlib/
deflate.h 87 typedef Pos FAR Posf;
128 Posf *prev;
134 Posf *head; /* Heads of the hash chains or NIL. */
deflate.c 282 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
283 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 63 milliseconds