Home
last modified time | relevance | path

Searched defs:BLOCK_SIZE_BYTES (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuAstcUtil.hpp56 BLOCK_SIZE_BYTES = 128 / 8, enumerator
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLCipherChaCha20.java40 private static final int BLOCK_SIZE_BYTES = 64; field in OpenSSLCipherChaCha20
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLCipherChaCha20.java37 private static final int BLOCK_SIZE_BYTES = 64; field in OpenSSLCipherChaCha20
/external/OpenCSD/decoder/tests/source/
Dmem_acc_test.cpp66 #define BLOCK_SIZE_BYTES (4 * BLOCK_NUM_WORDS) macro