Home
last modified time | relevance | path

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

12

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/programmer/
DDeviceConstants.java21 static final int BLOCK_SIZE = 512; // how many bytes to send at once field in DeviceConstants
/external/u-boot/tools/
Dfile2include.c24 #define BLOCK_SIZE 8 macro
Dmksunxiboot.c58 #define BLOCK_SIZE 0x2000 macro
/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.java16 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
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/cpio/
DCpioArchiveTest.java54 …y (CpioArchiveOutputStream os = new CpioArchiveOutputStream(baos, format, CpioConstants.BLOCK_SIZE, in utf18RoundtripTest()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/
DDESedeEngine.java16 protected static final int BLOCK_SIZE = 8; field in DESedeEngine
DRC2Engine.java58 private static final int BLOCK_SIZE = 8; field in RC2Engine
DDESEngine.java18 protected static final int BLOCK_SIZE = 8; field in DESEngine
DBlowfishEngine.java302 private static final int BLOCK_SIZE = 8; // bytes = 64 bits field in BlowfishEngine
/external/autotest/client/cros/chameleon/
Dedid.py43 BLOCK_SIZE = 128 variable in Edid
/external/ltp/testcases/kernel/sched/sched_stress/
Dsched_tc4.c69 #define BLOCK_SIZE 512 macro
Dsched_tc6.c75 #define BLOCK_SIZE 512 macro
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/cpio/
DCpioConstants.java142 int BLOCK_SIZE = 512; field
/external/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate02.c54 #define BLOCK_SIZE 1024 macro
/external/jemalloc_new/test/unit/
DSFMT.c38 #define BLOCK_SIZE 10000 macro
/external/jemalloc/test/unit/
DSFMT.c38 #define BLOCK_SIZE 10000 macro
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowStatFs.java21 public static final int BLOCK_SIZE = 4096; field in ShadowStatFs
/external/u-boot/board/ge/common/
Dvpd_reader.c97 static const int BLOCK_SIZE = 4; variable
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtest_rendering.c38 #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/libvpx/libvpx/vp9/common/
Dvp9_enums.h59 typedef uint8_t BLOCK_SIZE; typedef

12