Home
last modified time | relevance | path

Searched defs:B (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_hash.c28 uint32_t A, B, C, D, E; /* Word buffers */ in roc_hash_sha1_gen() local
104 uint32_t A, B, C, D, E, F, G, H; /* Word buffers */ in roc_hash_sha256_gen() local
215 uint64_t A, B, C, D, E, F, G, H; /* Word buffers */ in roc_hash_sha512_gen() local
/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c1413 maxstar(double A, double B) in maxstar()