HomeSort by relevance Sort by last modified time
    Searched refs:hashnode (Results 1 - 5 of 5) sorted by null

  /external/clang/test/SemaCXX/
libstdcxx_pointer_return_false_hack.cpp 13 template<typename T> struct hashnode;
15 typedef hashnode<T> node;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
symtab.h 41 typedef struct ht_identifier *hashnode; typedef in typeref:struct:ht_identifier
51 hashnode *entries;
53 hashnode (*alloc_node) (cpp_hash_table *);
78 extern hashnode ht_lookup (cpp_hash_table *, const unsigned char *,
80 extern hashnode ht_lookup_with_hash (cpp_hash_table *, const unsigned char *,
89 typedef int (*ht_cb) (struct cpp_reader *, hashnode, const void *);
97 extern void ht_load (cpp_hash_table *ht, hashnode *entries,
gtype-desc.h     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bdf/
bdf.h 165 } _hashnode, *hashnode; typedef in typeref:struct:_hashnode_
173 hashnode* table;
bdflib.c 234 (*hash_free_func)( hashnode node );
236 static hashnode*
242 hashnode* bp = ht->table, *ndp;
268 hashnode* obp = ht->table, *bp, *nbp;
321 hashnode* bp = ht->table;
338 hashnode nn;
339 hashnode* bp = hash_bucket( key, ht );
369 static hashnode
373 hashnode *np = hash_bucket( key, ht );
    [all...]

Completed in 937 milliseconds