Home
last modified time | relevance | path

Searched defs:hash_head (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/libwebsockets/win32port/zlib/
H A Ddeflate.c319 IPos hash_head = 0; local
1536 IPos hash_head; /* head of the hash chain */ local
1632 IPos hash_head; /* head of hash chain */ local
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/
Ddeflate_fast.c20 Pos hash_head; /* head of the hash chain */ in deflate_fast() local
Ddeflate_slow.c18 Pos hash_head; /* head of hash chain */ in deflate_slow() local
Ddeflate_quick.c47 Pos hash_head; in deflate_quick() local
Ddeflate_medium.c172 Pos hash_head = 0; /* head of the hash chain */ in deflate_medium() local
/aosp_15_r20/external/clang/test/CoverageMapping/
H A Dloopmacro.c37 int hash_head = 2; in main() local
/aosp_15_r20/external/python/cpython2/Modules/zlib/
Ddeflate.c1828 IPos hash_head; /* head of the hash chain */ local
1930 IPos hash_head; /* head of hash chain */ local
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/
Ddeflate.c1828 IPos hash_head; /* head of the hash chain */ local
1930 IPos hash_head; /* head of hash chain */ local
/aosp_15_r20/external/zlib/
H A Ddeflate.c1880 IPos hash_head; /* head of the hash chain */ in deflate_fast() local
1982 IPos hash_head; /* head of hash chain */ in deflate_slow() local
/aosp_15_r20/external/blktrace/btt/
H A Dglobals.h131 struct list_head all_head, hash_head; member