/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | slide_hash_neon.h | 11 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 D | slide_hash_neon.h | 11 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 D | slide_hash_simd.h | 32 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 D | deflate.h | 97 typedef Pos FAR Posf; typedef 138 Posf *prev; 144 Posf *head; /* Heads of the hash chains or NIL. */
|
H A D | deflate.c | 183 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 D | deflate.h | 93 typedef Pos FAR Posf; typedef 134 Posf *prev; 140 Posf *head; /* Heads of the hash chains or NIL. */
|
H A D | fill_window_sse.c | 39 register Posf *p; in fill_window_sse()
|
H A D | deflate.c | 202 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 D | deflate.h | 87 typedef Pos FAR Posf;
typedef 128 Posf *prev;
134 Posf *head; /* Heads of the hash chains or NIL. */
|
H A D | deflate.c | 277 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 D | deflate.h | 93 typedef Pos FAR Posf; typedef 134 Posf *prev; 140 Posf *head; /* Heads of the hash chains or NIL. */
|
H A D | fill_window_sse.c | 39 register Posf *p; in fill_window_sse()
|
H A D | deflate.c | 197 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 D | deflate.h | 97 typedef Pos FAR Posf; typedef 138 Posf *prev; 144 Posf *head; /* Heads of the hash chains or NIL. */
|
H A D | deflate.c | 190 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()
|