Home
last modified time | relevance | path

Searched defs:blockSize (Results 1 – 25 of 72) sorted by relevance

123

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DCTSBlockCipher.java16 private int blockSize; field in CTSBlockCipher
131 int blockSize = getBlockSize(); in processBytes() local
198 int blockSize = cipher.getBlockSize(); in doFinal() local
DOFBBlockCipher.java20 private final int blockSize; field in OFBBlockCipher
32 int blockSize) in OFBBlockCipher()
DCBCBlockCipher.java19 private int blockSize; field in CBCBlockCipher
/external/deqp/modules/gles31/functional/
Des31fBasicComputeShaderTests.cpp194 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, … in iterate() local
209 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK,… in iterate() local
330 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK,… in iterate() local
397 const deUint32 blockSize = valueInfo.arrayStride*(deUint32)m_numValues; in iterate() local
637 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, … in iterate() local
652 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK,… in iterate() local
746 …const int blockSize = getProgramResourceInt(gl, program1.getProgram(), GL_SHADER_STORAGE_BLOCK,… in iterate() local
772 …const int blockSize = getProgramResourceInt(gl, program1.getProgram(), GL_SHADER_STORAGE_BLOCK… in iterate() local
847 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, … in iterate() local
862 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK,… in iterate() local
[all …]
/external/gptfdisk/
Ddiskio-windows.cc127 DWORD blockSize = 0, retBytes; in GetBlockSize() local
216 int blockSize = 512, i, numBlocks; in Read() local
260 int blockSize = 512, i, numBlocks, retval = 0; in Write() local
Ddiskio-unix.cc136 int err = -1, blockSize = 0; in GetBlockSize() local
296 int blockSize, numBlocks, retval = 0; in Read() local
339 int blockSize = 512, i, numBlocks, retval = 0; in Write() local
Dgptpart.cc291 void GPTPart::ShowSummary(int partNum, uint32_t blockSize) {
363 void GPTPart::ShowDetails(uint32_t blockSize) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DDESedeWrapEngine.java163 int blockSize = engine.getBlockSize(); in wrap() local
225 final int blockSize = engine.getBlockSize(); in unwrap() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
DCBCBlockCipherMac.java145 int blockSize = cipher.getBlockSize(); in update() local
176 int blockSize = cipher.getBlockSize(); in doFinal() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
DPaddedBufferedBlockCipher.java188 int blockSize = getBlockSize(); in processBytes() local
247 int blockSize = cipher.getBlockSize(); in doFinal() local
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
DGifHeaderParser.java30 private int blockSize = 0; field in GifHeaderParser
316 int blockSize; in skip() local
/external/lzma/C/
DLzma2Enc.h16 size_t blockSize; member
/external/deqp/execserver/
DxsPosixFileReader.cpp33 FileReader::FileReader (int blockSize, int numBlocks) in FileReader()
/external/deqp/framework/delibs/decpp/
DdeBlockBuffer.cpp166 int blockSize = rnd.getInt(1, 16); in runTest() local
244 int blockSize = rnd.getInt(1, DE_LENGTH_OF_ARRAY(tmp)); in run() local
281 int blockSize = rnd.getInt(1, DE_LENGTH_OF_ARRAY(tmp)); in run() local
/external/deqp/framework/delibs/destream/
DdeRingbuffer.c34 deInt32 blockSize; member
52 deRingbuffer* deRingbuffer_create (deInt32 blockSize, deInt32 blockCount) in deRingbuffer_create()
/external/protobuf/java/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java73 private final int blockSize; field in CodedInputStreamTest.SmallBlockInputStream
75 public SmallBlockInputStream(byte[] data, int blockSize) { in SmallBlockInputStream()
79 public SmallBlockInputStream(InputStream in, int blockSize) { in SmallBlockInputStream()
/external/deqp/modules/gles3/functional/
Des3fCompressedTextureTests.cpp49 const IVec3 blockSize = tcu::getBlockPixelSize(format); in getASTCFormatShortName() local
/external/sonivox/arm-fm-22k/lib_src/
Deas_pcm.h49 EAS_I32 blockSize; member
/external/sonivox/arm-wt-22k/lib_src/
Deas_pcm.h49 EAS_I32 blockSize; member
/external/opencv/cv/src/
Dcvadapthresh.cpp105 int method, int type, int blockSize, double param1 ) in cvAdaptiveThreshold()
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_pcm.h49 EAS_I32 blockSize; member
/external/skia/src/gpu/
DGrMemoryPool.cpp46 size_t blockSize = size; in allocate() local
/external/mesa3d/src/mesa/main/
Dtexcompress.c450 const GLuint blockSize = _mesa_get_format_bytes(mesaFormat); in _mesa_compressed_image_address() local
/external/skia/src/pipe/utils/
DSamplePipeControllers.cpp98 int32_t blockSize = SkMax32(SkToS32(minRequest), kMinBlockSize); in requestBlock() local
/external/eigen/Eigen/src/Core/
DStableNorm.h157 const Index blockSize = 4096; in stableNorm() local

123