Home
last modified time | relevance | path

Searched refs:chains (Results 1 – 6 of 6) sorted by relevance

/titanic_53/usr/src/lib/libc/port/locale/
H A Dcollate.c77 int i, chains, z; in __lc_collate_load() local
127 ((chains = info->chain_count) < 0)) { in __lc_collate_load()
134 (sizeof (collate_chain_t) * chains) + in __lc_collate_load()
178 if (chains > 0) { in __lc_collate_load()
180 TMP += chains * sizeof (collate_chain_t); in __lc_collate_load()
183 lcc->lc_chain_count = chains; in __lc_collate_load()
/titanic_53/usr/src/boot/lib/libz/doc/
H A Dalgorithm.txt27 The hash chains are searched starting with the most recent strings, to
29 The hash chains are singly linked. There are no deletions from the
30 hash chains, the algorithm simply discards matches that are too old.
32 To avoid a worst-case situation, very long hash chains are arbitrarily
H A Drfc1951.txt811 The compressor searches the hash chains starting with the most recent
813 Huffman encoding. The hash chains are singly linked. There are no
814 deletions from the hash chains; the algorithm simply discards matches
816 chains are arbitrarily truncated at a certain length, determined by a
/titanic_53/usr/src/uts/common/sys/
H A Dkobj.h80 symid_t *chains; member
/titanic_53/usr/src/boot/sys/boot/common/
H A Dload_elf.c61 Elf_Hashelt *chains; member
710 ef->chains = ef->buckets + ef->nbuckets; in __elfN()
1040 COPYOUT(&ef->chains[symnum], &symnum, sizeof(symnum)); in __elfN()
/titanic_53/usr/src/uts/common/krtld/
H A Dkobj.c839 mp->chains = kobj_zalloc(mp->nsyms * sizeof (symid_t), KM_WAIT); in load_exec()
945 mp->chains = kobj_zalloc(mp->nsyms * sizeof (symid_t), KM_WAIT); in load_linker()
1567 mp->chains = (symid_t *)(mp->buckets + mp->hashsize); in kobj_export_ksyms()
1568 mp->strings = (char *)(mp->chains + nsyms); in kobj_export_ksyms()
2553 mp->chains = mp->buckets + mp->hashsize; in get_syms()
2554 mp->strings = (char *)(mp->chains + mp->nsyms); in get_syms()
3335 ip = &mp->chains[*ip]) { in lookup_one()
3360 ip = &mp->chains[*ip]) { in sym_lookup()
3395 ip = &mp->chains[*ip]) { in sym_insert()