Home
last modified time | relevance | path

Searched refs:bucket (Results 126 – 150 of 365) sorted by relevance

12345678910>>...15

/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Dunordered_map203 size_type bucket(const key_type& k) const;
391 size_type bucket(const key_type& k) const;
1420 size_type bucket(const key_type& __k) const {return __table_.bucket(__k);}
2223 size_type bucket(const key_type& __k) const {return __table_.bucket(__k);}
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dunicode_tables.d18 ubyte n, bucket;// n - number in bucket member
24 return bucket & 0x3F; in size()
28 return bucket & 0x40; in isLower()
32 return bucket & 0x80; in isUpper()
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
H A Dunicode_tables.d18 ubyte n, bucket;// n - number in bucket member
24 return bucket & 0x3F; in size()
28 return bucket & 0x40; in isLower()
32 return bucket & 0x80; in isUpper()
/netbsd/external/gpl3/binutils.old/dist/gold/po/
H A Dit.po1062 msgid "--hash-bucket-empty-fraction value %g out of range [0.0, 1.0)"
1063 msgstr "valore %g di --hash-bucket-empty-fraction fuori dall'intervallo [0.0, 1.0)"
1282 msgstr "Frazione minima di bucket vuoti nell'hash dinamico"
2121 msgstr "%s: %s voci: %zu; bucket: %zu\n"
2179 msgstr "%s: voci della tabella dei simboli: %zu; bucket: %zu\n"
/netbsd/external/gpl3/gdb/dist/gold/po/
H A Dit.po1062 msgid "--hash-bucket-empty-fraction value %g out of range [0.0, 1.0)"
1063 msgstr "valore %g di --hash-bucket-empty-fraction fuori dall'intervallo [0.0, 1.0)"
1282 msgstr "Frazione minima di bucket vuoti nell'hash dinamico"
2121 msgstr "%s: %s voci: %zu; bucket: %zu\n"
2179 msgstr "%s: voci della tabella dei simboli: %zu; bucket: %zu\n"
/netbsd/external/gpl3/binutils/dist/gold/po/
H A Dit.po1062 msgid "--hash-bucket-empty-fraction value %g out of range [0.0, 1.0)"
1063 msgstr "valore %g di --hash-bucket-empty-fraction fuori dall'intervallo [0.0, 1.0)"
1282 msgstr "Frazione minima di bucket vuoti nell'hash dinamico"
2121 msgstr "%s: %s voci: %zu; bucket: %zu\n"
2179 msgstr "%s: voci della tabella dei simboli: %zu; bucket: %zu\n"
/netbsd/external/gpl3/gdb.old/dist/gold/po/
H A Dit.po1062 msgid "--hash-bucket-empty-fraction value %g out of range [0.0, 1.0)"
1063 msgstr "valore %g di --hash-bucket-empty-fraction fuori dall'intervallo [0.0, 1.0)"
1282 msgstr "Frazione minima di bucket vuoti nell'hash dinamico"
2121 msgstr "%s: %s voci: %zu; bucket: %zu\n"
2179 msgstr "%s: voci della tabella dei simboli: %zu; bucket: %zu\n"
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dunordered_set308 using _Base::bucket;
988 using _Base::bucket;
H A Dunordered_map307 using _Base::bucket;
1114 using _Base::bucket;
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dmdebugread.c640 int bucket = hashname (s->linkage_name ()); in parse_symbol() local
641 SYMBOL_VALUE_CHAIN (s) = global_sym_chain[bucket]; in parse_symbol()
642 global_sym_chain[bucket] = s; in parse_symbol()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dmdebugread.c640 int bucket = hashname (s->linkage_name ()); in parse_symbol() local
641 SYMBOL_VALUE_CHAIN (s) = global_sym_chain[bucket]; in parse_symbol()
642 global_sym_chain[bucket] = s; in parse_symbol()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delflink.c6055 unsigned long int bucket; in elf_gnu_hash_process_symidx() local
6078 bucket = s->hashval[h->dynindx] % s->bucketcount; in elf_gnu_hash_process_symidx()
6085 if (s->counts[bucket] == 1) in elf_gnu_hash_process_symidx()
6089 s->contents + (s->indx[bucket] - s->symindx) * 4); in elf_gnu_hash_process_symidx()
6090 --s->counts[bucket]; in elf_gnu_hash_process_symidx()
6093 bfd_vma xlat_loc = s->xlat + (s->indx[bucket]++ - s->symindx) * 4; in elf_gnu_hash_process_symidx()
6098 h->dynindx = s->indx[bucket]++; in elf_gnu_hash_process_symidx()
10483 size_t bucket; in elf_link_output_extsym() local
10486 bucket = h->u.elf_hash_value % bucketcount; in elf_link_output_extsym()
10491 + (bucket + 2) * hash_entry_size); in elf_link_output_extsym()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delflink.c5960 unsigned long int bucket; in elf_gnu_hash_process_symidx() local
5983 bucket = s->hashval[h->dynindx] % s->bucketcount; in elf_gnu_hash_process_symidx()
5990 if (s->counts[bucket] == 1) in elf_gnu_hash_process_symidx()
5994 s->contents + (s->indx[bucket] - s->symindx) * 4); in elf_gnu_hash_process_symidx()
5995 --s->counts[bucket]; in elf_gnu_hash_process_symidx()
5998 bfd_vma xlat_loc = s->xlat + (s->indx[bucket]++ - s->symindx) * 4; in elf_gnu_hash_process_symidx()
6003 h->dynindx = s->indx[bucket]++; in elf_gnu_hash_process_symidx()
10229 size_t bucket; in elf_link_output_extsym() local
10232 bucket = h->u.elf_hash_value % bucketcount; in elf_link_output_extsym()
10237 + (bucket + 2) * hash_entry_size); in elf_link_output_extsym()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delflink.c6270 unsigned long int bucket; in elf_gnu_hash_process_symidx() local
6293 bucket = s->hashval[h->dynindx] % s->bucketcount; in elf_gnu_hash_process_symidx()
6300 if (s->counts[bucket] == 1) in elf_gnu_hash_process_symidx()
6304 s->contents + (s->indx[bucket] - s->symindx) * 4); in elf_gnu_hash_process_symidx()
6305 --s->counts[bucket]; in elf_gnu_hash_process_symidx()
6308 bfd_vma xlat_loc = s->xlat + (s->indx[bucket]++ - s->symindx) * 4; in elf_gnu_hash_process_symidx()
6313 h->dynindx = s->indx[bucket]++; in elf_gnu_hash_process_symidx()
10783 size_t bucket; in elf_link_output_extsym() local
10786 bucket = h->u.elf_hash_value % bucketcount; in elf_link_output_extsym()
10791 + (bucket + 2) * hash_entry_size); in elf_link_output_extsym()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delflink.c6055 unsigned long int bucket; in elf_gnu_hash_process_symidx() local
6078 bucket = s->hashval[h->dynindx] % s->bucketcount; in elf_gnu_hash_process_symidx()
6085 if (s->counts[bucket] == 1) in elf_gnu_hash_process_symidx()
6089 s->contents + (s->indx[bucket] - s->symindx) * 4); in elf_gnu_hash_process_symidx()
6090 --s->counts[bucket]; in elf_gnu_hash_process_symidx()
6093 bfd_vma xlat_loc = s->xlat + (s->indx[bucket]++ - s->symindx) * 4; in elf_gnu_hash_process_symidx()
6098 h->dynindx = s->indx[bucket]++; in elf_gnu_hash_process_symidx()
10483 size_t bucket; in elf_link_output_extsym() local
10486 bucket = h->u.elf_hash_value % bucketcount; in elf_link_output_extsym()
10491 + (bucket + 2) * hash_entry_size); in elf_link_output_extsym()
/netbsd/external/bsd/byacc/dist/test/yacc/
H A Dgrammar.tab.c247 Symbol *bucket[SYM_MAX_HASH]; /* hash buckets */ member
/netbsd/crypto/external/bsd/openssl/dist/doc/man7/
H A Dprovider-keymgmt.pod164 a last resort bit bucket selector.
/netbsd/external/gpl3/gdb/dist/binutils/po/
H A Dja.po3723 msgid "Used %zu of %lu bucket.\n"
7380 " -I --histogram Display histogram of bucket list lengths\n"
7386 " -I --histogram Display histogram of bucket list lengths\n"
9017 msgstr " bucket数: 値 サイズ タイプ Bind Vis 索引名\n"
9022 msgstr " bucket数: 値 サイズ タイプ Bind Vis 索引名\n"
9089 #| "Histogram for bucket list length (total of %lu buckets):\n"
9092 "Histogram for bucket list length (total of %lu bucket):\n"
9095 "Histogram for bucket list length (total of %lu buckets):\n"
9121 #| "Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"
9124 "Histogram for `.gnu.hash' bucket list length (total of %lu bucket):\n"
[all …]
H A Dzh_TW.po3685 msgid "Used %zu of %lu bucket.\n"
3691 msgid "Out of %lu items there are %zu bucket clashes (longest of %zu entries).\n"
7089 " -I --histogram Display histogram of bucket list lengths\n"
8808 #| "Histogram for bucket list length (total of %lu buckets):\n"
8811 "Histogram for bucket list length (total of %lu bucket):\n"
8814 "Histogram for bucket list length (total of %lu buckets):\n"
8838 #| "Histogram for bucket list length (total of %lu buckets):\n"
8841 "Histogram for `.gnu.hash' bucket list length (total of %lu bucket):\n"
8844 "Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"
/netbsd/external/gpl3/binutils/dist/binutils/po/
H A Dja.po3723 msgid "Used %zu of %lu bucket.\n"
7380 " -I --histogram Display histogram of bucket list lengths\n"
7386 " -I --histogram Display histogram of bucket list lengths\n"
9017 msgstr " bucket数: 値 サイズ タイプ Bind Vis 索引名\n"
9022 msgstr " bucket数: 値 サイズ タイプ Bind Vis 索引名\n"
9089 #| "Histogram for bucket list length (total of %lu buckets):\n"
9092 "Histogram for bucket list length (total of %lu bucket):\n"
9095 "Histogram for bucket list length (total of %lu buckets):\n"
9121 #| "Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"
9124 "Histogram for `.gnu.hash' bucket list length (total of %lu bucket):\n"
[all …]
H A Dzh_TW.po3685 msgid "Used %zu of %lu bucket.\n"
3691 msgid "Out of %lu items there are %zu bucket clashes (longest of %zu entries).\n"
7089 " -I --histogram Display histogram of bucket list lengths\n"
8808 #| "Histogram for bucket list length (total of %lu buckets):\n"
8811 "Histogram for bucket list length (total of %lu bucket):\n"
8814 "Histogram for bucket list length (total of %lu buckets):\n"
8838 #| "Histogram for bucket list length (total of %lu buckets):\n"
8841 "Histogram for `.gnu.hash' bucket list length (total of %lu bucket):\n"
8844 "Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"
/netbsd/external/gpl3/binutils.old/dist/binutils/po/
H A Dja.po3723 msgid "Used %zu of %lu bucket.\n"
7380 " -I --histogram Display histogram of bucket list lengths\n"
7386 " -I --histogram Display histogram of bucket list lengths\n"
9017 msgstr " bucket数: 値 サイズ タイプ Bind Vis 索引名\n"
9022 msgstr " bucket数: 値 サイズ タイプ Bind Vis 索引名\n"
9089 #| "Histogram for bucket list length (total of %lu buckets):\n"
9092 "Histogram for bucket list length (total of %lu bucket):\n"
9095 "Histogram for bucket list length (total of %lu buckets):\n"
9121 #| "Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"
9124 "Histogram for `.gnu.hash' bucket list length (total of %lu bucket):\n"
[all …]
H A Dzh_TW.po3685 msgid "Used %zu of %lu bucket.\n"
3691 msgid "Out of %lu items there are %zu bucket clashes (longest of %zu entries).\n"
7089 " -I --histogram Display histogram of bucket list lengths\n"
8808 #| "Histogram for bucket list length (total of %lu buckets):\n"
8811 "Histogram for bucket list length (total of %lu bucket):\n"
8814 "Histogram for bucket list length (total of %lu buckets):\n"
8838 #| "Histogram for bucket list length (total of %lu buckets):\n"
8841 "Histogram for `.gnu.hash' bucket list length (total of %lu bucket):\n"
8844 "Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"
/netbsd/external/gpl3/gdb.old/dist/binutils/po/
H A Dja.po3723 msgid "Used %zu of %lu bucket.\n"
7380 " -I --histogram Display histogram of bucket list lengths\n"
7386 " -I --histogram Display histogram of bucket list lengths\n"
9017 msgstr " bucket数: 値 サイズ タイプ Bind Vis 索引名\n"
9022 msgstr " bucket数: 値 サイズ タイプ Bind Vis 索引名\n"
9089 #| "Histogram for bucket list length (total of %lu buckets):\n"
9092 "Histogram for bucket list length (total of %lu bucket):\n"
9095 "Histogram for bucket list length (total of %lu buckets):\n"
9121 #| "Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"
9124 "Histogram for `.gnu.hash' bucket list length (total of %lu bucket):\n"
[all …]
H A Dzh_TW.po3685 msgid "Used %zu of %lu bucket.\n"
3691 msgid "Out of %lu items there are %zu bucket clashes (longest of %zu entries).\n"
7089 " -I --histogram Display histogram of bucket list lengths\n"
8808 #| "Histogram for bucket list length (total of %lu buckets):\n"
8811 "Histogram for bucket list length (total of %lu bucket):\n"
8814 "Histogram for bucket list length (total of %lu buckets):\n"
8838 #| "Histogram for bucket list length (total of %lu buckets):\n"
8841 "Histogram for `.gnu.hash' bucket list length (total of %lu bucket):\n"
8844 "Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"

12345678910>>...15