Home
last modified time | relevance | path

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

12345678910>>...18

/aosp_15_r20/trusty/user/app/storage/test/block_host_test/
Dblock_test.c62 #define BLOCK_SIZE (80) macro
65 #define BLOCK_SIZE (96) macro
68 #define BLOCK_SIZE (112) macro
71 #define BLOCK_SIZE (128) macro
74 #define BLOCK_SIZE (144) macro
77 #define BLOCK_SIZE (256) macro
80 #define BLOCK_SIZE (2048) macro
84 #define BLOCK_SIZE (256 * 4) macro
88 #define BLOCK_SIZE (256 * 4) macro
91 #define BLOCK_SIZE (256 * 4) macro
/aosp_15_r20/system/keymint/common/src/crypto/
H A Ddes.rs28 pub const BLOCK_SIZE: usize = 8; constant
H A Daes.rs26 pub const BLOCK_SIZE: usize = 16; constant
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dsuballocator.rs2751 const BLOCK_SIZE: DeviceSize = 1024; in pool_allocator_capacity() constant
2756 ) -> Arc<PoolAllocator<BLOCK_SIZE>> { in pool_allocator_capacity()
2805 const BLOCK_SIZE: DeviceSize = 1024 + 128; in pool_allocator_respects_alignment() constant
2843 const BLOCK_SIZE: DeviceSize = 128; in pool_allocator_respects_granularity() constant
2848 ) -> Arc<PoolAllocator<BLOCK_SIZE>> { in pool_allocator_respects_granularity()
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/
H A Daes.rs50 pub const BLOCK_SIZE: usize = bssl_sys::AES_BLOCK_SIZE as usize; constant
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/
H A Daes.rs50 pub const BLOCK_SIZE: usize = bssl_sys::AES_BLOCK_SIZE as usize; constant
/aosp_15_r20/packages/modules/Virtualization/libs/devicemapper/src/
Dverity.rs83 const BLOCK_SIZE: u64 = 4096; constant
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DSoftMaxKernel.cpp273 int64_t BLOCK_SIZE = 128 * 1024; in _vec_softmax_backward() local
358 int64_t BLOCK_SIZE = 128 * 1024; in _vec_softmax_backward() local
484 int64_t BLOCK_SIZE = 128 * 1024; in _vec_log_softmax_backward() local
568 int64_t BLOCK_SIZE = 128 * 1024; in _vec_log_softmax_backward() local
900 int64_t BLOCK_SIZE = 128 * 1024; in _vec_logsoftmax() local
1006 int64_t BLOCK_SIZE = 128 * 1024; in _vec_logsoftmax() local
/aosp_15_r20/external/zlib/
H A Dadler32_simd.c70 const unsigned BLOCK_SIZE = 1 << 5; in adler32_simd_() local
231 const unsigned BLOCK_SIZE = 1 << 5; in adler32_simd_() local
/aosp_15_r20/external/crosvm/ext2/src/
H A Dblockgroup.rs23 pub const BLOCK_SIZE: usize = 4096; constant
/aosp_15_r20/external/rust/android-crates-io/crates/httparse/src/simd/
Dswar.rs6 const BLOCK_SIZE: usize = core::mem::size_of::<usize>(); constant
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider/src/aes/
Dmod.rs26 pub const BLOCK_SIZE: usize = 16; constant
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv/src/
Dlib.rs186 padder: &XorPadder<BLOCK_SIZE>, in decrypt_and_verify()
238 pub fn salt_padder<C: CryptoProvider>(salt: V0Salt) -> XorPadder<BLOCK_SIZE> { in salt_padder()
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/
H A Dvars.rs153 const BLOCK_SIZE: &'static str = "block-size"; constant
/aosp_15_r20/external/rust/android-crates-io/crates/aarch64-paging/src/
Didmap.rs412 const BLOCK_SIZE: usize = PAGE_SIZE << BITS_PER_LEVEL; in map_break_before_make() constant
/aosp_15_r20/packages/modules/Virtualization/guest/apkdmverity/src/
Dmain.rs92 const BLOCK_SIZE: u64 = 4096; constant
/aosp_15_r20/external/crosvm/devices/src/
H A Dpflash.rs264 const BLOCK_SIZE: u32 = 4 * (1 << 10); // 4K constant
/aosp_15_r20/external/crosvm/ext2/tests/
H A Dtests.rs34 const BLOCK_SIZE: u32 = 4096; constant
/aosp_15_r20/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/programmer/
H A DDeviceConstants.java21 static final int BLOCK_SIZE = 512; // how many bytes to send at once field in DeviceConstants
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/mac/internal/
H A DAesUtil.java30 public static final int BLOCK_SIZE = 16; field in AesUtil
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
Dsparse_table_test.cpp27 static const int BLOCK_SIZE = 64; in TEST() local
/aosp_15_r20/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/
H A DBlockPool.java44 private static final int BLOCK_SIZE = Math.max(16 * 1024, GrpcUtil.DEFAULT_MAX_HEADER_LIST_SIZE); field in BlockPool
/aosp_15_r20/libcore/ojluni/src/test/java/lang/ref/SoftReference/
H A DBashTest.java56 static final int BLOCK_SIZE = 32768; field in BashTest
/aosp_15_r20/external/tink/python/examples/streaming_aead/
H A Dstreaming_aead.py41 BLOCK_SIZE = 1024 * 1024 # The CLI tool will read/write at most 1 MB at once. variable
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/
H A DDESedeEngine.java16 protected static final int BLOCK_SIZE = 8; field in DESedeEngine

12345678910>>...18