HomeSort by: relevance | last modified time | path
    Searched defs:hashtable (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/
types.scm 77 (define-public (make-enum-hashtable enum-type)
92 enum-type SCM_ARG1 'make-enum-hashtable "enum")
  /src/external/gpl3/gdb/dist/gdb/guile/lib/gdb/
types.scm 77 (define-public (make-enum-hashtable enum-type)
92 enum-type SCM_ARG1 'make-enum-hashtable "enum")
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
hashtable.h 0 // Hashtable implementation used by containers -*- C++ -*-
51 /** @file backward/hashtable.h
59 // Hashtable class, used to implement the hashed associative containers
82 class hashtable;
96 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
147 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
239 class hashtable;
244 operator==(const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht1,
245 const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht2);
249 // a hashtable unconditionally has a member variable to hold it
257 class hashtable class
332 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
339 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
346 hashtable(const hashtable& __ht) function in class:hashtable
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
hashtable.h 0 // Hashtable implementation used by containers -*- C++ -*-
51 /** @file backward/hashtable.h
59 // Hashtable class, used to implement the hashed associative containers
82 class hashtable;
96 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
147 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
239 class hashtable;
244 operator==(const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht1,
245 const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht2);
249 // a hashtable unconditionally has a member variable to hold it
257 class hashtable class
332 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
339 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
346 hashtable(const hashtable& __ht) function in class:hashtable
    [all...]
  /src/external/bsd/unbound/dist/util/data/
msgparse.h 165 struct rrset_parse* hashtable[PARSE_TABLE_SIZE]; member in struct:msg_parse
375 * Lookup in msg hashtable to find a rrset.
376 * @param msg: with the hashtable.
392 * @param msg: with hashtable.
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
printers.py 1042 def __init__(self, hashtable):
1043 self.buckets = hashtable['_M_buckets']
1045 self.bucket_count = hashtable['_M_bucket_count']
1046 self.node_type = find_type(hashtable.type, '_Node').pointer()
1074 def __init__(self, hashtable):
1075 self.node = hashtable['_M_before_begin']['_M_nxt']
1076 valtype = hashtable.type.template_argument(1)
1077 cached = hashtable.type.template_argument(9).template_argument(0)
1102 def hashtable(self): member in class:Tr1UnorderedSetPrinter
1108 count = self.hashtable()['_M_element_count'
1129 def hashtable(self): member in class:Tr1UnorderedMapPrinter
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
rbt.c 67 dns_rbtnode_t **hashtable[2]; member in struct:dns_rbt
306 if (rbt->hashtable[0] != NULL) {
309 if (rbt->hashtable[1] != NULL) {
416 * using the hashtable and have realized your folly, please
425 * lend itself to be optimized using the hashtable:
431 * hashtable, so at least in that subtree, a BST O(log N) lookup
436 * to look for a match in the hashtable for all superdomains in
439 * of which is a hashtable lookup involving dns_name_equal()
779 * the hashtable. We can get one of 3 results
841 for (hnode = rbt->hashtable[hindex][hash]
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbt.c 98 dns_rbtnode_t **hashtable; member in struct:dns_rbt
1035 rbt->hashtable = NULL;
1080 if (rbt->hashtable != NULL) {
1082 isc_mem_put(rbt->mctx, rbt->hashtable, size);
1214 * using the hashtable and have realized your folly, please
1223 * lend itself to be optimized using the hashtable:
1229 * hashtable, so at least in that subtree, a BST O(log N) lookup
1234 * to look for a match in the hashtable for all superdomains in
1237 * of which is a hashtable lookup involving dns_name_equal()
1621 * the hashtable. We can get one of 3 result
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
ecoff.c 3115 bfd_byte *hashtable;
3183 hashtable = (bfd_byte *) bfd_zalloc (abfd, symdefsize);
3184 if (!hashtable)
3209 if (H_GET_32 (abfd, (hashtable + (hash * 8) + 4)) != 0)
3217 if (H_GET_32 (abfd, (hashtable + (srch * 8) + 4)) == 0)
3225 H_PUT_32 (abfd, map[i].namidx, (hashtable + hash * 8));
3226 H_PUT_32 (abfd, firstreal, (hashtable + hash * 8 + 4));
3229 if (bfd_write (hashtable, symdefsize, abfd) != symdefsize)
3232 bfd_release (abfd, hashtable);
3613 const bfd_byte *hashtable;
3107 bfd_byte *hashtable; local
3604 const bfd_byte *hashtable; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
ecoff.c 3105 bfd_byte *hashtable;
3173 hashtable = (bfd_byte *) bfd_zalloc (abfd, symdefsize);
3174 if (!hashtable)
3199 if (H_GET_32 (abfd, (hashtable + (hash * 8) + 4)) != 0)
3207 if (H_GET_32 (abfd, (hashtable + (srch * 8) + 4)) == 0)
3215 H_PUT_32 (abfd, map[i].namidx, (hashtable + hash * 8));
3216 H_PUT_32 (abfd, firstreal, (hashtable + hash * 8 + 4));
3219 if (bfd_write (hashtable, symdefsize, abfd) != symdefsize)
3222 bfd_release (abfd, hashtable);
3603 const bfd_byte *hashtable;
3097 bfd_byte *hashtable; local
3594 const bfd_byte *hashtable; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
ecoff.c 3117 bfd_byte *hashtable;
3185 hashtable = (bfd_byte *) bfd_zalloc (abfd, symdefsize);
3186 if (!hashtable)
3211 if (H_GET_32 (abfd, (hashtable + (hash * 8) + 4)) != 0)
3219 if (H_GET_32 (abfd, (hashtable + (srch * 8) + 4)) == 0)
3227 H_PUT_32 (abfd, map[i].namidx, (hashtable + hash * 8));
3228 H_PUT_32 (abfd, firstreal, (hashtable + hash * 8 + 4));
3231 if (bfd_write (hashtable, symdefsize, abfd) != symdefsize)
3234 bfd_release (abfd, hashtable);
3615 const bfd_byte *hashtable;
3109 bfd_byte *hashtable; local
3606 const bfd_byte *hashtable; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
ecoff.c 3105 bfd_byte *hashtable;
3173 hashtable = (bfd_byte *) bfd_zalloc (abfd, symdefsize);
3174 if (!hashtable)
3199 if (H_GET_32 (abfd, (hashtable + (hash * 8) + 4)) != 0)
3207 if (H_GET_32 (abfd, (hashtable + (srch * 8) + 4)) == 0)
3215 H_PUT_32 (abfd, map[i].namidx, (hashtable + hash * 8));
3216 H_PUT_32 (abfd, firstreal, (hashtable + hash * 8 + 4));
3219 if (bfd_write (hashtable, symdefsize, abfd) != symdefsize)
3222 bfd_release (abfd, hashtable);
3603 const bfd_byte *hashtable;
3097 bfd_byte *hashtable; local
3594 const bfd_byte *hashtable; local
    [all...]

Completed in 73 milliseconds