HomeSort by relevance Sort by last modified time
    Searched full:hash_head (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/zlib/
mixed-source.patch 346 IPos hash_head; /* head of the hash chain */
361 - s->match_length = longest_match (s, hash_head);
362 + s->match_length = longest_match (s, hash_head, clas);
376 IPos hash_head; /* head of hash chain */
397 - if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
398 - s->strstart - hash_head <= MAX_DIST(s)) {
402 + hash_head != NIL &&
404 + s->strstart - hash_head <= MAX_DIST(s)) {
409 - s->match_length = longest_match (s, hash_head);
410 + s->match_length = longest_match (s, hash_head, clas)
    [all...]
deflate.c 323 IPos hash_head = 0; local
350 INSERT_STRING(s, n, hash_head);
352 if (hash_head) hash_head = 0; /* to make compiler happy */
1687 IPos hash_head; \/* head of the hash chain *\/ local
1789 IPos hash_head; \/* head of hash chain *\/ local
    [all...]
  /external/blktrace/btt/
devs.c 68 dip = list_entry(p, struct d_info, hash_head);
151 list_add_tail(&dip->hash_head, &dev_heads[DEV_HASH(device)]);
globals.h 131 struct list_head all_head, hash_head; member in struct:d_info
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 323 IPos hash_head = 0; local
350 INSERT_STRING(s, n, hash_head);
352 if (hash_head) hash_head = 0; /* to make compiler happy */
1452 IPos hash_head = NIL; \/* head of the hash chain *\/ local
1558 IPos hash_head = NIL; \/* head of hash chain *\/ local
    [all...]
  /external/zlib/src/
deflate.c 1632 IPos hash_head; \/* head of the hash chain *\/ local
1734 IPos hash_head; \/* head of hash chain *\/ local
    [all...]
ChangeLog     [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /development/ndk/platforms/android-9/arch-x86/lib/
libz.a     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/
libz.a     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/lib/
libz.a     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/lib/
libz.a     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/lib/
libz.a     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/lib/
libz.a     [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/lib/
libz.a     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/lib/
libz.a     [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/lib/
libz.a     [all...]

Completed in 1517 milliseconds