Home
last modified time | relevance | path

Searched refs:v64 (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dverify1.c10 unsigned char *v64, *v64x; in main() local
19 v64 = (unsigned char *) sodium_malloc(64); in main()
24 randombytes_buf(v64, 64); in main()
28 memcpy(v64x, v64, 64); in main()
32 crypto_verify_64(v64, v64x) != 0 || in main()
35 sodium_memcmp(v64, v64x, 64) != 0) { in main()
52 crypto_verify_64(v64, v64x) != -1 || in main()
55 sodium_memcmp(v64, v64x, 64) != -1) { in main()
72 sodium_free(v64); in main()
/f-stack/app/redis-5.0.5/src/
H A Dintset.c56 int64_t v64; in _intsetGetEncoded() local
61 memcpy(&v64,((int64_t*)is->contents)+pos,sizeof(v64)); in _intsetGetEncoded()
62 memrev64ifbe(&v64); in _intsetGetEncoded()
63 return v64; in _intsetGetEncoded()
/f-stack/freebsd/contrib/device-tree/Bindings/mips/brcm/
H A Dsoc.txt92 "brcm,brcmstb-ddr-phy-v64.5"
100 compatible = "brcm,brcmstb-ddr-phy-v64.5";
/f-stack/dpdk/app/test/
H A Dtest_bpf.c1784 dummy_func1(const void *p, uint32_t *v32, uint64_t *v64) in dummy_func1() argument
1791 v64[0] += dv->u8; in dummy_func1()
1798 uint64_t v64; in test_call1_check() local
1804 v64 = dv->u64; in test_call1_check()
1805 dummy_func1(arg, &v32, &v64); in test_call1_check()
1806 v64 += v32; in test_call1_check()
1808 return cmp_res(__func__, v64, rc, dv, dv, sizeof(*dv)); in test_call1_check()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h475 uint64_t v64; /**< full 64bits value of key */ member
H A Dmlx5.h599 uint64_t v64; /**< full 64bits value of key */ member
H A Dmlx5_flow.c5085 sfx_table_key.v64 = sfx_tbl_data->entry.key; in flow_create_split_sample()
7339 he = mlx5_hlist_lookup(sh->flow_tbls, table_key.v64, NULL); in tunnel_mark_decode()
H A Dmlx5_flow_dv.c7975 union mlx5_flow_tbl_key key = { .v64 = key64 }; in flow_dv_tbl_create_cb()
8085 entry = mlx5_hlist_register(priv->sh->flow_tbls, table_key.v64, &ctx); in flow_dv_tbl_resource_get()
8121 .v64 = entry->key in flow_dv_tbl_remove_cb()