/aosp_15_r20/trusty/user/app/storage/test/block_host_test/ |
D | block_test.c | 62 #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 D | des.rs | 28 pub const BLOCK_SIZE: usize = 8; constant
|
H A D | aes.rs | 26 pub const BLOCK_SIZE: usize = 16; constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/ |
D | suballocator.rs | 2751 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 D | aes.rs | 50 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 D | aes.rs | 50 pub const BLOCK_SIZE: usize = bssl_sys::AES_BLOCK_SIZE as usize; constant
|
/aosp_15_r20/packages/modules/Virtualization/libs/devicemapper/src/ |
D | verity.rs | 83 const BLOCK_SIZE: u64 = 4096; constant
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | SoftMaxKernel.cpp | 273 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 D | adler32_simd.c | 70 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 D | blockgroup.rs | 23 pub const BLOCK_SIZE: usize = 4096; constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/httparse/src/simd/ |
D | swar.rs | 6 const BLOCK_SIZE: usize = core::mem::size_of::<usize>(); constant
|
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider/src/aes/ |
D | mod.rs | 26 pub const BLOCK_SIZE: usize = 16; constant
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv/src/ |
D | lib.rs | 186 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 D | vars.rs | 153 const BLOCK_SIZE: &'static str = "block-size"; constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/aarch64-paging/src/ |
D | idmap.rs | 412 const BLOCK_SIZE: usize = PAGE_SIZE << BITS_PER_LEVEL; in map_break_before_make() constant
|
/aosp_15_r20/packages/modules/Virtualization/guest/apkdmverity/src/ |
D | main.rs | 92 const BLOCK_SIZE: u64 = 4096; constant
|
/aosp_15_r20/external/crosvm/devices/src/ |
H A D | pflash.rs | 264 const BLOCK_SIZE: u32 = 4 * (1 << 10); // 4K constant
|
/aosp_15_r20/external/crosvm/ext2/tests/ |
H A D | tests.rs | 34 const BLOCK_SIZE: u32 = 4096; constant
|
/aosp_15_r20/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/programmer/ |
H A D | DeviceConstants.java | 21 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 D | AesUtil.java | 30 public static final int BLOCK_SIZE = 16; field in AesUtil
|
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/ |
D | sparse_table_test.cpp | 27 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 D | BlockPool.java | 44 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 D | BashTest.java | 56 static final int BLOCK_SIZE = 32768; field in BashTest
|
/aosp_15_r20/external/tink/python/examples/streaming_aead/ |
H A D | streaming_aead.py | 41 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 D | DESedeEngine.java | 16 protected static final int BLOCK_SIZE = 8; field in DESedeEngine
|