Home
last modified time | relevance | path

Searched refs:BitCount (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/util/
Dutil.h47 #define COUNT_ONE_BITS(number, BitCount) \ argument
51 BitCount = 0; \
55 BitCount = BitCount + 1; \
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/cc_mng/
Dmbedtls_cc_mng_int.h122 #define CC_MNG_COUNT_ONE_BITS(number, BitCount) \ argument
126 BitCount = 0; \
130 BitCount = BitCount + 1; \