/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | hash.h | 21 typedef struct Hash Hash; typedef 32 struct Hash { struct 81 void sqliteHashInit(Hash*, int keytype, int copyKey); 82 void *sqliteHashInsert(Hash*, const void *pKey, int nKey, void *pData); 83 void *sqliteHashFind(const Hash*, const void *pKey, int nKey); 84 void sqliteHashClear(Hash*);
|
H A D | hash.c | 32 void sqliteHashInit(Hash *new, int keyClass, int copyKey){ in sqliteHashInit() 48 void sqliteHashClear(Hash *pH){ in sqliteHashClear() 165 static void rehash(Hash *pH, int new_size){ in rehash() 204 const Hash *pH, /* The pH to be searched */ in findElementGivenHash() 231 Hash *pH, /* The pH containing "elem" */ in removeElementGivenHash() 261 void *sqliteHashFind(const Hash *pH, const void *pKey, int nKey){ in sqliteHashFind() 290 void *sqliteHashInsert(Hash *pH, const void *pKey, int nKey, void *data){ in sqliteHashInsert()
|
H A D | vdbeInt.h | 175 Hash hash; /* Hash table of all aggregate elements */ 192 Hash hash; /* A set is just a hash table */
|
H A D | sqliteInt.h | 264 Hash tblHash; /* All tables indexed by name */ 265 Hash idxHash; /* All (named) indices indexed by name */ 266 Hash trigHash; /* All triggers indexed by name */ 267 Hash aFKey; /* Foreign keys indexed by to-table */ 361 Hash aFunc; /* All functions that can be in SQL exprs */
|
H A D | os.c | 259 static Hash lockHash = { SQLITE_HASH_BINARY, 0, 0, 0, 0, 0 }; 260 static Hash openHash = { SQLITE_HASH_BINARY, 0, 0, 0, 0, 0 };
|
H A D | build.c | 220 Hash temp1; in sqliteResetInternalSchema() 221 Hash temp2; in sqliteResetInternalSchema()
|
H A D | btree_rb.c | 78 Hash tblHash; /* All created tables, by index */
|
/illumos-gate/usr/src/stand/lib/fs/common/ |
H A D | cache.c | 60 #define Hash 2 /* Offset of hash chain ptrs. */ macro 134 cap = cap->link[Hash+Next]; in get_cache() 175 if ((cxp = cap->link[Hash+Prev]) != 0) in reclaim_cache() 176 cxp->link[Hash+Next] = cap->link[Hash+Next]; in reclaim_cache() 178 *(cap->chn) = cap->link[Hash+Next]; in reclaim_cache() 180 if ((cxp = cap->link[Hash+Next]) != 0) in reclaim_cache() 181 cxp->link[Hash+Prev] = cap->link[Hash+Prev]; in reclaim_cache() 247 if ((cap->link[Hash+Next] = *ccp) != 0) in set_cache() 248 (*ccp)->link[Hash+Prev] = cap; in set_cache()
|
/illumos-gate/usr/src/boot/efi/include/Protocol/ |
H A D | Hash2.h | 109 IN OUT EFI_HASH2_OUTPUT *Hash 178 IN OUT EFI_HASH2_OUTPUT *Hash 187 EFI_HASH2_HASH Hash; member
|
H A D | Hash.h | 146 IN OUT EFI_HASH_OUTPUT *Hash 155 EFI_HASH_HASH Hash; member
|
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/ |
H A D | DNSDigest.c | 51 #pragma mark - MD5 Hash Functions
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.msg | 218 @ MSG_ELF_SCN_HASH "Hash Section: %s"
|
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t6fw_cfg.txt | 175 reg[0x19c28] = 0x00800000/0x01f00000 # LE Hash bucket size 8,
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpi/ |
H A D | mpi2_history.txt | 525 * Added Encrypted Hash Extended Image.
|
/illumos-gate/usr/src/boot/forth/ |
H A D | support.4th | 1118 s" Hash: " addr module.hash show-nonempty
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 13157 2216 GA102 [GeForce RTX 3080 Lite Hash Rate] 13216 2488 GA104 [GeForce RTX 3070 Lite Hash Rate] 13217 2489 GA104 [GeForce RTX 3060 Ti Lite Hash Rate] 13250 2504 GA106 [GeForce RTX 3060 Lite Hash Rate]
|
H A D | usb.ids | 24462 020 3 and # (3 and Hash) 24480 032 # and ~ (Hash and Tilde, Non-US Keyboard near right shift)
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 11986 # 3 Shift3 0=Hash 1=UK Pound
|
H A D | terminfo.src | 13518 # 3 Shift3 0=Hash 1=UK Pound
|