Searched defs:G (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_hash.c | 30 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) macro 262 uint32_t A, B, C, D, E, F, G, H; /* Word buffers */ in roc_hash_sha256_gen() local 374 uint64_t A, B, C, D, E, F, G, H; /* Word buffers */ in roc_hash_sha512_gen() local
|