Searched refs:BLOCK_SIZE (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/scripts/entropy-test/jitterentropy/
H A Dtest-basic-config49 BLOCK_SIZE=64
71 BLOCK_SIZE="$2"
81 BASE_CMDLINE="kernel.jitterentropy.bc=$BLOCK_COUNT kernel.jitterentropy.bs=$BLOCK_SIZE"
/fuchsia/zircon/system/uapp/lz4/
H A Dmain.c18 #define BLOCK_SIZE 65536 macro
55 uint8_t inbuf[BLOCK_SIZE];
56 uint8_t outbuf[BLOCK_SIZE];
76 if (to_read > BLOCK_SIZE) {
77 to_read = BLOCK_SIZE;
86 dst_sz = BLOCK_SIZE;
109 if (to_read > BLOCK_SIZE || to_read == 0) {
110 to_read = BLOCK_SIZE;
146 uint8_t inbuf[BLOCK_SIZE];
147 size_t outsize = LZ4F_compressFrameBound(BLOCK_SIZE,
[all...]
/fuchsia/zircon/system/utest/chromeos-disk-setup/
H A Dchromeos-disk-setup.cpp26 #define BLOCK_SIZE 512 macro
46 .block_size = BLOCK_SIZE,
328 ASSERT_TRUE(part_size_gte(part, SZ_FVM_PART, BLOCK_SIZE), "FVM size");
332 ASSERT_TRUE(part_size_gte(part, SZ_KERN_PART, BLOCK_SIZE), "ZIRCON-A size");
336 ASSERT_TRUE(part_size_gte(part, SZ_KERN_PART, BLOCK_SIZE), "ZIRCON-B size");
340 ASSERT_TRUE(part_size_gte(part, SZ_KERN_PART, BLOCK_SIZE), "ZIRCON-R size");
344 ASSERT_TRUE(part_size_gte(part, SZ_SYSCFG_PART, BLOCK_SIZE), "SYSCFG size");
/fuchsia/zircon/system/dev/block/ums-function/
H A Dums-function.c21 #define BLOCK_SIZE 512 macro
23 #define BLOCK_COUNT (STORAGE_SIZE / BLOCK_SIZE)
139 zx_off_t offset = lba * BLOCK_SIZE;
140 size_t length = blocks * BLOCK_SIZE;
217 data->block_length = htobe32(BLOCK_SIZE);
233 data->block_length = htobe32(BLOCK_SIZE);
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A DSFMT.c38 #define BLOCK_SIZE 10000 macro
39 #define BLOCK_SIZE64 (BLOCK_SIZE / 2)
1454 uint32_t array32[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16));
1455 uint32_t array32_2[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16));
1460 assert_d_le(get_min_array_size32(), BLOCK_SIZE, local
1463 fill_array32(ctx, array32, BLOCK_SIZE);
1464 fill_array32(ctx, array32_2, BLOCK_SIZE);
1468 for (i = 0; i < BLOCK_SIZE; i++) {
1489 uint32_t array32[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16));
1490 uint32_t array32_2[BLOCK_SIZE] JEMALLOC_ATT
1496 assert_d_le(get_min_array_size32(), BLOCK_SIZE, local
[all...]

Completed in 29 milliseconds