Home
last modified time | relevance | path

Searched refs:bucket (Results 1 – 18 of 18) sorted by relevance

/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dunordered_test.cpp93 lit = us.begin(us.bucket(i)); in uset()
94 litEnd = us.end(us.bucket(i)); in uset()
137 lit = us.begin(us.bucket(i)); in umultiset()
138 litEnd = us.end(us.bucket(i)); in umultiset()
207 lit = us.begin(us.bucket(i)); in umap()
208 litEnd = us.end(us.bucket(i)); in umap()
247 lit = us.begin(us.bucket(i)); in umultimap()
588 CPPUNIT_ASSERT( ccont.bucket(2) == ccont.bucket(2) ); in template_methods()
609 CPPUNIT_ASSERT( ccont.bucket(2) == ccont.bucket(2) ); in template_methods()
629 CPPUNIT_ASSERT( ccont.bucket(2) == ccont.bucket(2) ); in template_methods()
[all …]
/reactos/sdk/lib/3rdparty/freetype/src/cache/
H A Dftccache.c488 FTC_Node* bucket; in FTC_Cache_Lookup() local
501 bucket = pnode = FTC_NODE_TOP_FOR_HASH( cache, hash ); in FTC_Cache_Lookup()
521 bucket = pnode = FTC_NODE_TOP_FOR_HASH( cache, hash ); in FTC_Cache_Lookup()
537 if ( node != *bucket ) in FTC_Cache_Lookup()
540 node->link = *bucket; in FTC_Cache_Lookup()
541 *bucket = node; in FTC_Cache_Lookup()
575 FTC_Node* bucket = cache->buckets + i; in FTC_Cache_RemoveFaceID() local
576 FTC_Node* pnode = bucket; in FTC_Cache_RemoveFaceID()
/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dftdbgmem.c928 FT_MemSource* bucket = table->sources; in FT_DumpMemory() local
929 FT_MemSource* limit = bucket + FT_MEM_SOURCE_BUCKETS; in FT_DumpMemory()
936 for ( ; bucket < limit; bucket++ ) in FT_DumpMemory()
938 FT_MemSource source = *bucket; in FT_DumpMemory()
950 for ( bucket = table->sources; bucket < limit; bucket++ ) in FT_DumpMemory()
952 FT_MemSource source = *bucket; in FT_DumpMemory()
/reactos/sdk/tools/rsym/
H A Drsym.c505 char **tabEnt = tab->Table[bucket]; in DbgHelpAddStringToTable()
515 return (i << 10) | bucket; in DbgHelpAddStringToTable()
532 tab->Table[bucket] = newBucket; in DbgHelpAddStringToTable()
533 tab->Table[bucket][i+1] = 0; in DbgHelpAddStringToTable()
534 tab->Table[bucket][i] = name; in DbgHelpAddStringToTable()
535 return (i << 10) | bucket; in DbgHelpAddStringToTable()
542 int bucket = id & 0x3ff; in DbgHelpGetString() local
543 return tab->Table[bucket][i]; in DbgHelpGetString()
645 int i, j, bucket, entry; in ConvertDbgHelp() local
692 bucket = strtab.LineEntryData[i].fileId & 0x3ff; in ConvertDbgHelp()
[all …]
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlschemas.c3603 if ((! bucket->preserveDoc) && (bucket->doc != NULL)) { in xmlSchemaBucketFree()
3610 xmlFree(bucket); in xmlSchemaBucketFree()
10214 WXS_CONSTRUCTOR(pctxt)->bucket = bucket; in xmlSchemaParseNewDocWithContext()
10392 *bucket = NULL; in xmlSchemaAddSchemaDoc()
10765 *bucket = bkt; in xmlSchemaAddSchemaDoc()
10937 if ((bucket != NULL) && CAN_PARSE_SCHEMA(bucket)) { in xmlSchemaParseImport()
11075 if ((bucket == NULL) || (bucket->doc == NULL)) { in xmlSchemaParseIncludeOrRedefine()
11169 if (bucket && (!bucket->parsed) && (bucket->doc != NULL)) { in xmlSchemaParseIncludeOrRedefine()
21758 &bucket); in xmlSchemaAssembleByLocation()
21777 WXS_CONSTRUCTOR(pctxt)->bucket = bucket; in xmlSchemaAssembleByLocation()
[all …]
/reactos/dll/win32/jscript/
H A Ddispex.c136 int i, bucket; in resize_props() local
155 bucket = get_props_idx(This, props->hash); in resize_props()
157 This->props[bucket].bucket_head = i; in resize_props()
166 unsigned bucket; in alloc_prop() local
179 bucket = get_props_idx(This, prop->hash); in alloc_prop()
180 prop->bucket_next = This->props[bucket].bucket_head; in alloc_prop()
181 This->props[bucket].bucket_head = This->prop_cnt++; in alloc_prop()
200 unsigned bucket, pos, prev = 0; in find_prop_name() local
203 bucket = get_props_idx(This, hash); in find_prop_name()
204 pos = This->props[bucket].bucket_head; in find_prop_name()
[all …]
/reactos/sdk/include/c++/stlport/stl/
H A D_unordered_set.h165 size_type bucket(const _KT& __k) const { return _M_ht.bucket(__k); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
315 size_type bucket(const _KT& __k) const { return _M_ht.bucket(__k); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
H A D_unordered_map.h179 size_type bucket(const _KT& __k) const { return _M_ht.bucket(__k); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
339 size_type bucket(const _KT& __k) const { return _M_ht.bucket(__k); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
H A D_hashtable.h397 size_type bucket(const _KT& __k) const { return _M_bkt_num_key(__k); }
/reactos/dll/win32/scrrun/
H A Ddictionary.c62 struct list bucket; member
166 pair = LIST_ENTRY(entry, struct keyitem_pair, bucket); in get_keyitem_pair()
206 list_add_tail(head, &pair->bucket); in add_keyitem_pair()
690 list_remove(&pair->bucket); in dictionary_Remove()
710 list_remove(&pair->bucket); in dictionary_RemoveAll()
/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_ldm.c309 ldmEntry_t* const bucket = in ZSTD_ldm_generateSequences_internal() local
317 for (cur = bucket; cur < bucket + ldmBucketSize; ++cur) { in ZSTD_ldm_generateSequences_internal()
/reactos/sdk/include/c++/stlport/stl/debug/
H A D_hashtable.h322 size_type bucket(const _KT& __k) const { return _M_non_dbg_impl.bucket(__k); } in bucket() function
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog-5.1755 * stlport/stl/_hashtable.c: allow smaller bucket counts for
4116 for rehash used to launch one even if the number of bucket do not change which
4628 to the method computing the bucket from the key thanks Dominik Siatkowski.
5597 bucket.
H A DChangeLog1185 of bucket should not be to high compare to the number of
/reactos/sdk/include/reactos/mc/
H A Derrcodes.mc5280 The bucket array must be grown. Retry transaction after doing so.
5283 The bucket array must be grown. Retry transaction after doing so.
5286 Należy powiększyć tablicę typu "bucket array", a następnie spróbować ponownie wykonać transakcję.
5289 The bucket array must be grown. Retry transaction after doing so.
/reactos/dll/win32/kernel32/winnls/lang/
H A Dbg-BG.mc2127 ERROR_ALLOCATE_BUCKET - The bucket array must be grown. Retry transaction after doing so.
H A Dpl-PL.mc2130 ERROR_ALLOCATE_BUCKET - The bucket array must be grown. Retry transaction after doing so.
H A Dru-RU.mc2128 ERROR_ALLOCATE_BUCKET - The bucket array must be grown. Retry transaction after doing so.