Searched refs:ndwords (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/pci/drm/i915/gem/selftests/ |
| D | i915_gem_context.c | 676 unsigned long ncontexts, ndwords, dw; in igt_ctx_exec() local 698 ndwords = 0; in igt_ctx_exec() 726 ndwords, dw, max_dwords(obj), in igt_ctx_exec() 747 ndwords++; in igt_ctx_exec() 755 ncontexts, engine->name, ndwords); in igt_ctx_exec() 760 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_exec() 822 unsigned long ncontexts, ndwords, dw; in igt_shared_ctx_exec() local 831 ndwords = 0; in igt_shared_ctx_exec() 860 ndwords, dw, max_dwords(obj), in igt_shared_ctx_exec() 881 ndwords++; in igt_shared_ctx_exec() [all …]
|
| /openbsd/src/sys/arch/octeon/dev/ |
| D | octcrypto.c | 44 #define ndwords(n) (roundup(n, 8) / (8)) macro 335 uint64_t block[ndwords(HMAC_MAX_BLOCK_LEN)]; in octcrypto_newsession() 680 uint64_t block[ndwords(AESCTR_BLOCKSIZE)]; in octcrypto_authenc_gmac() 681 uint64_t icb[ndwords(AESCTR_BLOCKSIZE)]; in octcrypto_authenc_gmac() 682 uint64_t iv[ndwords(AESCTR_BLOCKSIZE)]; in octcrypto_authenc_gmac() 683 uint64_t tag[ndwords(GMAC_BLOCK_LEN)]; in octcrypto_authenc_gmac() 853 uint64_t block[ndwords(HMAC_MAX_BLOCK_LEN)]; in octcrypto_hmac() 945 uint64_t icb[ndwords(AESCTR_BLOCKSIZE)]; in octcrypto_authenc_hmac() 946 uint64_t iv[ndwords(EALG_MAX_BLOCK_LEN)]; in octcrypto_authenc_hmac() 947 uint64_t tag[ndwords(AALG_MAX_RESULT_LEN)]; in octcrypto_authenc_hmac()
|