Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/i915/gem/selftests/
H A Di915_gem_context.c676 unsigned long ncontexts, ndwords, dw; in igt_ctx_exec() local
822 unsigned long ncontexts, ndwords, dw; in igt_shared_ctx_exec() local
1369 unsigned long idx, ndwords, dw, num_engines; in igt_ctx_readonly() local
/openbsd-src/sys/arch/octeon/dev/
H A Doctcrypto.c44 #define ndwords(n) (roundup(n, 8) / (8)) macro