Searched defs:hash_size (Results 1 – 13 of 13) sorted by relevance
/external/ppp/pppd/ |
D | spinlock.h | 42 #define TDB_SPINLOCK_SIZE(hash_size) (((hash_size) + 1) * sizeof(tdb_rwlock_t)) argument 55 #define TDB_SPINLOCK_SIZE(hash_size) 0 argument
|
D | spinlock.c | 413 int tdb_create_rwlocks(int fd, unsigned int hash_size) in tdb_create_rwlocks() 455 int tdb_create_rwlocks(int fd, unsigned int hash_size) { return 0; } in tdb_create_rwlocks()
|
D | tdb.c | 77 #define TDB_DATA_START(hash_size) (TDB_HASH_TOP(hash_size-1) + TDB_SPINLOCK_SIZE(hash_size)) argument 922 static int tdb_new_database(TDB_CONTEXT *tdb, int hash_size) 1669 TDB_CONTEXT *tdb_open(const char *name, int hash_size, int tdb_flags, 1676 TDB_CONTEXT *tdb_open_ex(const char *name, int hash_size, int tdb_flags,
|
D | tdb.h | 83 u32 hash_size; /* number of hash entries */ member
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | sym.c | 156 int hashfunct( str, hash_size ) in hashfunct() argument
|
/external/e2fsprogs/e2fsck/ |
D | revoke.c | 94 int hash_size; member 200 int journal_init_revoke(journal_t *journal, int hash_size) in journal_init_revoke()
|
/external/e2fsprogs/intl/ |
D | gettextP.h | 109 nls_uint32 hash_size; member
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 141 #define TDB_DATA_START(hash_size) TDB_HASH_TOP(hash_size-1) argument 194 u32 hash_size; /* number of hash entries */ member 3728 static int tdb_new_database(struct tdb_context *tdb, int hash_size) in tdb_new_database() 3797 struct tdb_context *tdb_open(const char *name, int hash_size, int tdb_flags, in tdb_open() 3810 struct tdb_context *tdb_open_ex(const char *name, int hash_size, int tdb_flags, in tdb_open_ex()
|
/external/qemu/distrib/zlib-1.2.3/ |
D | deflate.h | 137 uInt hash_size; /* number of elements in hash table */ member
|
/external/zlib/ |
D | deflate.h | 137 uInt hash_size; /* number of elements in hash table */ member
|
/external/webkit/WebCore/platform/image-decoders/zlib/ |
D | deflate.h | 137 uInt hash_size; /* number of elements in hash table */ member
|
/external/wpa_supplicant/ |
D | tlsv1_common.h | 202 size_t hash_size; member
|
D | tls_openssl.c | 215 DWORD hash_size, len, i; in cryptoapi_rsa_priv_enc() local
|