Searched refs:chains (Results 1 – 6 of 6) sorted by relevance
| /titanic_53/usr/src/lib/libc/port/locale/ |
| H A D | collate.c | 77 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 D | algorithm.txt | 27 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 D | rfc1951.txt | 811 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 D | kobj.h | 80 symid_t *chains; member
|
| /titanic_53/usr/src/boot/sys/boot/common/ |
| H A D | load_elf.c | 61 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 D | kobj.c | 839 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()
|