Home
last modified time | relevance | path

Searched refs:Posf (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dslide_hash_neon.h11 inline static void ZLIB_INTERNAL neon_slide_hash_update(Posf *hash, in neon_slide_hash_update()
27 for (Posf *end = hash + hash_size; hash != end; hash += stride) { in neon_slide_hash_update()
44 inline static void ZLIB_INTERNAL neon_slide_hash(Posf *head, Posf *prev, in neon_slide_hash()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dslide_hash_neon.h11 inline static void ZLIB_INTERNAL neon_slide_hash_update(Posf *hash, in neon_slide_hash_update()
27 for (Posf *end = hash + hash_size; hash != end; hash += stride) { in neon_slide_hash_update()
44 inline static void ZLIB_INTERNAL neon_slide_hash(Posf *head, Posf *prev, in neon_slide_hash()
/third_party/node/deps/zlib/
H A Dslide_hash_simd.h32 for (const Posf* const end = table + size; table != end;) { \
48 for (const Posf* const end = table + size; table != end;) { \
72 Posf *head, Posf *prev, const uInt w_size, const uInt hash_size) { in slide_hash_simd()
H A Ddeflate.h97 typedef Pos FAR Posf; typedef
138 Posf *prev;
144 Posf *head; /* Heads of the hash chains or NIL. */
H A Ddeflate.c183 Posf *p; in slide_hash()
485 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); in deflateInit2_()
490 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos)); in deflateInit2_()
1346 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos)); in deflateCopy()
1347 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos)); in deflateCopy()
1407 Posf *prev = s->prev; in longest_match()
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.h93 typedef Pos FAR Posf; typedef
134 Posf *prev;
140 Posf *head; /* Heads of the hash chains or NIL. */
H A Dfill_window_sse.c39 register Posf *p; in fill_window_sse()
H A Ddeflate.c202 Posf *p;
332 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
337 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
1183 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
1184 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
1304 Posf *prev = s->prev;
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.h87 typedef Pos FAR Posf; typedef
128 Posf *prev;
134 Posf *head; /* Heads of the hash chains or NIL. */
H A Ddeflate.c277 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
278 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
1005 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
1006 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
1124 Posf *prev = s->prev;
1355 register Posf *p;
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.h93 typedef Pos FAR Posf; typedef
134 Posf *prev;
140 Posf *head; /* Heads of the hash chains or NIL. */
H A Dfill_window_sse.c39 register Posf *p; in fill_window_sse()
H A Ddeflate.c197 Posf *p;
327 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
332 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
1175 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
1176 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
1296 Posf *prev = s->prev;
/third_party/zlib/
H A Ddeflate.h97 typedef Pos FAR Posf; typedef
138 Posf *prev;
144 Posf *head; /* Heads of the hash chains or NIL. */
H A Ddeflate.c190 Posf *p; in slide_hash()
453 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); in deflateInit2_()
454 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos)); in deflateInit2_()
1315 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos)); in deflateCopy()
1316 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos)); in deflateCopy()
1369 Posf *prev = s->prev; in longest_match()

Completed in 20 milliseconds