| /f-stack/dpdk/app/test/ |
| H A D | test_hash_functions.c | 98 static uint8_t key[HASHTEST_ITERATIONS][MAX_KEYSIZE]; in run_hash_func_perf_test() local 100 unsigned i, j; in run_hash_func_perf_test() local 123 unsigned i, j, k; in run_hash_func_perf_tests() local 148 unsigned i, j; in verify_precalculated_hash_func_tests() local 149 uint8_t key[64]; in verify_precalculated_hash_func_tests() local 188 unsigned i, j; in verify_jhash_32bits() local 189 uint8_t key[64]; in verify_jhash_32bits() local 226 uint32_t key[3]; in verify_jhash_words() local
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | db.c | 241 sds key; in dbRandomKey() local 359 for (int j = startdb; j <= enddb; j++) { in emptyDb() local 469 int numdel = 0, j; in delGenericCommand() local 498 int j; in existsCommand() local 525 robj *key; in randomkeyCommand() local 569 robj *key, *val = NULL; in scanCallback() local 625 int i, j; in scanGenericCommand() local 1196 int j, i = 0, last, *keys; in getKeysUsingCommandTable() local 1316 int i, j, num, *keys, found_store = 0; in sortGetKeys() local 1509 int j = 0; in getKeysInSlot() local [all …]
|
| H A D | multi.c | 43 int j; in freeClientMultiState() local 59 int j; in queueMultiCommand() local 117 int j; in execCommand() local 229 robj *key; member 234 void watchForKey(client *c, robj *key) { in watchForKey() 293 void touchWatchedKey(redisDb *db, robj *key) { in touchWatchedKey() 340 int j; in watchCommand() local
|
| H A D | dict.c | 265 int dictAdd(dict *d, void *key, void *val) in dictAdd() 325 int dictReplace(dict *d, void *key, void *val) in dictReplace() 403 int dictDelete(dict *ht, const void *key) { in dictDelete() 476 dictEntry *dictFind(dict *d, const void *key) in dictFind() 512 int j; in dictFingerprint() local 674 unsigned long j; /* internal hash table id, 0 or 1. */ in dictGetSomeKeys() local 1117 uint64_t hashCallback(const void *key) { in hashCallback() 1154 long j; in main() local 1180 sds key = sdsfromlonglong(j); in main() local 1189 sds key = sdsfromlonglong(j); in main() local [all …]
|
| H A D | aof.c | 520 int len, j; in catAppendOnlyGenericCommand() local 680 int j; in freeFakeClientArgv() local 753 int argc, j; in loadAppendOnlyFile() local 922 int rewriteListObject(rio *r, robj *key, robj *o) { in rewriteListObject() 956 int rewriteSetObject(rio *r, robj *key, robj *o) { in rewriteSetObject() 1098 int rewriteHashObject(rio *r, robj *key, robj *o) { in rewriteHashObject() 1162 int rewriteStreamObject(rio *r, robj *key, robj *o) { in rewriteStreamObject() 1261 int rewriteModuleObject(rio *r, robj *key, robj *o) { in rewriteModuleObject() 1293 int j; in rewriteAppendOnlyFileRio() local 1309 robj key, *o; in rewriteAppendOnlyFileRio() local [all …]
|
| H A D | expire.c | 57 sds key = dictGetKey(de); in activeExpireCycleTryExpire() local 104 int j, iteration = 0; in activeExpireCycle() local 344 void rememberSlaveKeyWithExpire(redisDb *db, robj *key) { in rememberSlaveKeyWithExpire() 406 robj *key = c->argv[1], *param = c->argv[2]; in expireGenericCommand() local 522 for (int j = 1; j < c->argc; j++) in touchCommand() local
|
| H A D | debug.c | 67 int j; in xorDigest() local 262 int j; in computeDatasetDigest() local 280 sds key; in computeDatasetDigest() local 441 sds key; in debugCommand() local 477 long keys, j; in debugCommand() local 478 robj *key, *val; in debugCommand() local 649 int j; in _serverAssertPrintClientInfo() local 1122 int j; in logCurrentClient() local 1139 robj *val, *key; in logCurrentClient() local 1165 int regions = 0, j; in memtest_test_linux_anonymous_maps() local [all …]
|
| H A D | module.c | 619 int count, j; in commandFlagsFromString() local 840 int j; in autoMemoryCollect() local 1335 int argc = 0, flags = 0, j; in RM_Replicate() local 2533 long long arraylen, j; in moduleParseCallReply_Array() local 2569 size_t j; in RM_FreeCallReply_Rec() local 2672 int argc = 0, argv_size, j; in moduleCreateArgvFromUserFormat() local 2887 for (int j = 0; j < 9; j++) { in moduleTypeEncodeId() local 2934 int j; in moduleTypeLookupModuleByID() local 2979 for (int j = 0; j < 9; j++) { in moduleTypeNameByID() local 3415 int argc = 0, flags = 0, j; in RM_EmitAOF() local [all …]
|
| H A D | evict.c | 56 sds key; /* Key name. */ member 141 int j; in evictionPoolAlloc() local 163 int j, k, count; in evictionPoolPopulate() local 169 sds key; in evictionPoolPopulate() local 470 int j, k, i, keys_freed = 0; in freeMemoryIfNeeded() local
|
| /f-stack/app/redis-5.0.5/src/modules/ |
| H A D | helloworld.c | 65 RedisModuleKey *key = RedisModule_OpenKey(ctx,argv[1], in HelloPushNative_RedisCommand() local 120 size_t j; in HelloListSumLen_RedisCommand() local 282 RedisModuleKey *key = RedisModule_OpenKey(ctx,argv[1], in HelloRepl2_RedisCommand() local 317 RedisModuleKey *key = RedisModule_OpenKey(ctx,argv[1], in HelloToggleCase_RedisCommand() local 329 size_t len, j; in HelloToggleCase_RedisCommand() local 359 RedisModuleKey *key = RedisModule_OpenKey(ctx,argv[1], in HelloMoreExpire_RedisCommand() local 385 RedisModuleKey *key = RedisModule_OpenKey(ctx,argv[1], in HelloZsumRange_RedisCommand() local 435 RedisModuleKey *key = RedisModule_OpenKey(ctx,argv[1], in HelloLexRange_RedisCommand() local 472 RedisModuleKey *key = RedisModule_OpenKey(ctx,argv[1], in HelloHCopy_RedisCommand() local 536 for (long long j = 0; j < padlen; j++) buf[j] = *ch; in HelloLeftPad_RedisCommand() local [all …]
|
| /f-stack/dpdk/examples/fips_validation/ |
| H A D | fips_validation.c | 362 uint32_t i, j = 0; in fips_test_parse_one_case() local 469 parse_uint8_known_len_hex_str(const char *key, char *src, struct fips_val *val) in parse_uint8_known_len_hex_str() 512 parse_uint8_hex_str(const char *key, char *src, struct fips_val *val) in parse_uint8_hex_str() 514 uint32_t len, j; in parse_uint8_hex_str() local 545 parser_read_uint32_val(const char *key, char *src, struct fips_val *val) in parser_read_uint32_val() 569 parser_read_uint32_bit_val(const char *key, char *src, struct fips_val *val) in parser_read_uint32_bit_val() 584 writeback_hex_str(const char *key, char *dst, struct fips_val *val) in writeback_hex_str() 665 uint32_t i, j; in update_info_vec() local
|
| H A D | fips_validation_ccm.c | 38 parser_dvpt_interim(const char *key, char *src, struct fips_val *val) in parser_dvpt_interim() 63 parse_dvpt_ct_hex_str(const char *key, char *src, struct fips_val *val) in parse_dvpt_ct_hex_str() 86 parse_uint8_ccm_aad_str(const char *key, char *src, struct fips_val *val) in parse_uint8_ccm_aad_str() 88 uint32_t len = val->len, j; in parse_uint8_ccm_aad_str() local 256 uint32_t j; in parse_test_ccm_init() local
|
| H A D | fips_validation_tdes.c | 96 parse_tdes_interim(const char *key, char *text, in parse_tdes_interim() 119 parse_tdes_uint8_hex_str(const char *key, char *src, struct fips_val *val) in parse_tdes_uint8_hex_str() 205 writeback_tdes_hex_str(const char *key, char *dst, struct fips_val *val) in writeback_tdes_hex_str() 248 uint32_t j; in parse_test_tdes_init() local
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_em_hlm.h | 30 union ipv4_5tuple_host key[EM_HASH_LOOKUP_COUNT]; in em_get_dst_port_ipv4xN() local 57 union ipv6_5tuple_host key[EM_HASH_LOOKUP_COUNT]; in em_get_dst_port_ipv6xN() local 84 union ipv4_5tuple_host key[EM_HASH_LOOKUP_COUNT]; in em_get_dst_port_ipv4xN_events() local 111 union ipv6_5tuple_host key[EM_HASH_LOOKUP_COUNT]; in em_get_dst_port_ipv6xN_events() local 188 int32_t i, j, pos; in l3fwd_em_send_packets() local 253 int32_t i, j, pos; in l3fwd_em_process_events() local
|
| /f-stack/freebsd/crypto/rc4/ |
| H A D | rc4.c | 61 rc4_init(struct rc4_state *const state, const u_char *key, int keylen) in rc4_init() 63 u_char j; in rc4_init() local 92 u_char j; in rc4_crypt() local
|
| /f-stack/dpdk/lib/librte_member/ |
| H A D | rte_member_ht.c | 79 uint32_t i, j; in rte_member_create_ht() local 131 get_buckets_index(const struct rte_member_setsum *ss, const void *key, in get_buckets_index() 171 const void *key, member_set_t *set_id) in rte_member_lookup_ht() 247 const void *key, uint32_t match_per_key, in rte_member_lookup_multi_ht() 394 unsigned int i, j; in make_space_bucket() local 460 const void *key, member_set_t set_id) in rte_member_add_ht() 521 rte_member_delete_ht(const struct rte_member_setsum *ss, const void *key, in rte_member_delete_ht() 552 uint32_t i, j; in rte_member_reset_ht() local
|
| H A D | rte_member_vbf.c | 162 rte_member_lookup_vbf(const struct rte_member_setsum *ss, const void *key, in rte_member_lookup_vbf() 165 uint32_t j; in rte_member_lookup_vbf() local 221 const void *key, uint32_t match_per_key, in rte_member_lookup_multi_vbf() 225 uint32_t j; in rte_member_lookup_multi_vbf() local 292 const void *key, member_set_t set_id) in rte_member_add_vbf()
|
| /f-stack/freebsd/crypto/rijndael/ |
| H A D | test00.c | 45 uint8_t key[16]; in main() local 48 int i, j; in main() local
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ltable.c | 100 static Node *mainposition (const Table *t, const TValue *key) { in mainposition() 120 static int arrayindex (const TValue *key) { in arrayindex() 137 static int findindex (lua_State *L, Table *t, StkId key) { in findindex() 162 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next() 211 static int countint (const TValue *key, int *nums) { in countint() 435 const TValue *luaH_getnum (Table *t, int key) { in luaH_getnum() 455 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr() 469 const TValue *luaH_get (Table *t, const TValue *key) { in luaH_get() 508 TValue *luaH_setnum (lua_State *L, Table *t, int key) { in luaH_setnum() 532 static int unbound_search (Table *t, unsigned int j) { in unbound_search() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ltable.c | 97 static Node *mainposition (const Table *t, const TValue *key) { in mainposition() 127 static int arrayindex (const TValue *key) { in arrayindex() 144 static int findindex (lua_State *L, Table *t, StkId key) { in findindex() 169 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next() 218 static int countint (const TValue *key, int *nums) { in countint() 448 const TValue *luaH_getint (Table *t, int key) { in luaH_getint() 468 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr() 483 const TValue *luaH_get (Table *t, const TValue *key) { in luaH_get() 535 static int unbound_search (Table *t, unsigned int j) { in unbound_search() 564 unsigned int j = t->sizearray; in luaH_getn() local [all …]
|
| /f-stack/app/redis-5.0.5/utils/hashtable/ |
| H A D | rehashing.c | 10 unsigned long key = (unsigned long)keyp; in dictKeyHash() local 40 int j; in showBuckets() local 49 int j; in show() local 72 int j; in stressGetKeys() local
|
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | rte_fbk_hash.h | 65 uint32_t key; /**< Key used to find value. */ member 96 rte_fbk_hash_get_bucket(const struct rte_fbk_hash_table *ht, uint32_t key) in rte_fbk_hash_get_bucket() 120 uint32_t key, uint16_t value, uint32_t bucket) in rte_fbk_hash_add_key_with_bucket() 165 uint32_t key, uint16_t value) in rte_fbk_hash_add_key() 187 uint32_t key, uint32_t bucket) in rte_fbk_hash_delete_key_with_bucket() 190 uint32_t i, j; in rte_fbk_hash_delete_key_with_bucket() local 229 rte_fbk_hash_delete_key(struct rte_fbk_hash_table *ht, uint32_t key) in rte_fbk_hash_delete_key() 250 uint32_t key, uint32_t bucket) in rte_fbk_hash_lookup_with_bucket() 279 rte_fbk_hash_lookup(const struct rte_fbk_hash_table *ht, uint32_t key) in rte_fbk_hash_lookup()
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | keygen.c | 39 unsigned char *key; in tv_keygen() local 41 int j; in tv_keygen() local
|
| /f-stack/dpdk/app/test-pipeline/ |
| H A D | pipeline_hash.c | 343 uint8_t key[32]; in app_main_loop_worker_pipeline_hash() local 382 void *key, in test_hash() 395 const void *key, in test_hash_cuckoo() 408 uint32_t i, j; in app_main_loop_rx_metadata() local 428 uint8_t *m_data, *key; in app_main_loop_rx_metadata() local
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_ht.c | 111 const void *key, in ck_ht_hash() 122 uintptr_t key) in ck_ht_hash_direct() 131 const void *key, in ck_ht_hash_wrapper() 284 const void *key, in ck_ht_map_probe_wr() 291 size_t offset, i, j; in ck_ht_map_probe_wr() local 500 const void *key, in ck_ht_map_probe_rd() 504 size_t offset, i, j; in ck_ht_map_probe_rd() local 617 uintptr_t key; in ck_ht_next() local 664 size_t k, i, j, offset; in ck_ht_grow_spmc() local 685 void *key; in ck_ht_grow_spmc() local
|