Home
last modified time | relevance | path

Searched refs:_ht (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_validation.h108 #define DECLARE_VAL_CONTEXT(_name, _ht, _merge_dups) \ argument
110 { .ht = _ht, \
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c14391 struct _ht { /* the hash table */ struct
36628 struct _ht *pEntry, /* The entry into which pNew is inserted */
36661 struct _ht *new_ht; /* The new hash table */
36665 if( new_size*sizeof(struct _ht)>SQLITE_MALLOC_SOFT_LIMIT ){
36666 new_size = SQLITE_MALLOC_SOFT_LIMIT/sizeof(struct _ht);
36680 new_ht = (struct _ht *)sqlite3Malloc( new_size*sizeof(struct _ht) );
36686 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht);
36687 memset(new_ht, 0, new_size*sizeof(struct _ht));
36712 struct _ht *pEntry;
36742 struct _ht *pEntry;