Home
last modified time | relevance | path

Searched defs:BLOCK_SIZE (Results 1 – 25 of 32) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DDESedeEngine.java14 protected static final int BLOCK_SIZE = 8; field in DESedeEngine
DRC2Engine.java56 private static final int BLOCK_SIZE = 8; field in RC2Engine
DDESEngine.java15 protected static final int BLOCK_SIZE = 8; field in DESEngine
DBlowfishEngine.java300 private static final int BLOCK_SIZE = 8; // bytes = 64 bits field in BlowfishEngine
DAESEngine.java418 private static final int BLOCK_SIZE = 16; field in AESEngine
DAESFastEngine.java746 private static final int BLOCK_SIZE = 16; field in AESFastEngine
DTwofishEngine.java194 private static final int BLOCK_SIZE = 16; // bytes = 128 bits field in TwofishEngine
/external/autotest/client/cros/chameleon/
Dedid.py41 BLOCK_SIZE = 128 variable in Edid
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dhistogram.hpp99 const int BLOCK_SIZE = Policy::block_size_x * Policy::block_size_y; in histogram() local
Dreduce_to_column.hpp130 const int BLOCK_SIZE = BLOCK_SIZE_X * BLOCK_SIZE_Y; in reduceToColumn() local
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowStatFs.java14 public static final int BLOCK_SIZE = 4096; field in ShadowStatFs
/external/chromium-trace/catapult/third_party/WebOb/webob/
Dstatic.py16 BLOCK_SIZE = 1<<16 variable
/external/jemalloc/test/unit/
DSFMT.c38 #define BLOCK_SIZE 10000 macro
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtest_rendering.c36 #define BLOCK_SIZE (BLOCK_WIDTH * BLOCK_HEIGHT) macro
/external/autotest/client/cros/
Dverity_utils.py25 BLOCK_SIZE = 4096 variable
/external/webrtc/talk/session/media/
Dplanarfunctions_unittest.cc675 #define TEST_YUVTOI420(SRC_NAME, MSE, BLOCK_SIZE) \ argument
725 #define TEST_YUVTORGB(SRC_NAME, DST_NAME, JPG_TYPE, MSE, BLOCK_SIZE) \ argument
901 #define TEST_ARGB(SRC_NAME, FC_ID, BPP, BLOCK_SIZE) \ argument
/external/chromium-trace/catapult/third_party/Paste/paste/
Dfileapp.py17 BLOCK_SIZE = 4096 * 16 variable
/external/libvpx/libvpx/vp9/common/
Dvp9_enums.h59 typedef uint8_t BLOCK_SIZE; typedef
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DGCMBlockCipher.java26 private static final int BLOCK_SIZE = 16; field in GCMBlockCipher
/external/kernel-headers/original/uapi/linux/
Dfs.h29 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS) macro
/external/opencv3/modules/core/src/
Dprecomp.hpp206 enum { BLOCK_SIZE = 1024 }; enumerator
/external/deqp/modules/gles3/functional/
Des3fTextureWrapTests.cpp231 static const int BLOCK_SIZE = 16; in init() local
/external/opencv3/modules/cudaoptflow/src/cuda/
Dpyrlk.cu124 const int BLOCK_SIZE = 128; in sparseKernel() local
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
Dcolor_cvt.hpp101 BLOCK_SIZE = 256 enumerator
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBlockFieldMatrix.java72 public static final int BLOCK_SIZE = 36; field in BlockFieldMatrix

12