Home
last modified time | relevance | path

Searched refs:SIZE2 (Results 1 – 8 of 8) sorted by relevance

/third_party/littlefs/tests/
Dtest_files.toml62 define.SIZE2 = [32, 8192, 131072, 0, 7, 8193]
102 for (lfs_size_t i = 0; i < SIZE2; i += CHUNKSIZE) {
103 lfs_size_t chunk = lfs_min(CHUNKSIZE, SIZE2-i);
115 lfs_file_size(&lfs, &file) => lfs_max(SIZE1, SIZE2);
117 for (lfs_size_t i = 0; i < SIZE2; i += CHUNKSIZE) {
118 lfs_size_t chunk = lfs_min(CHUNKSIZE, SIZE2-i);
124 if (SIZE1 > SIZE2) {
126 for (lfs_size_t b = 0; b < SIZE2; b++) {
129 for (lfs_size_t i = SIZE2; i < SIZE1; i += CHUNKSIZE) {
144 define.SIZE2 = [32, 8192, 131072, 0, 7, 8193]
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dpicture_tools_enc.c23 #define SIZE2 (SIZE / 2) macro
136 Flatten(u_ptr + (x >> 1), values[1], uv_stride, SIZE2); in WebPCleanupTransparentArea()
137 Flatten(v_ptr + (x >> 1), values[2], uv_stride, SIZE2); in WebPCleanupTransparentArea()
148 u_ptr += SIZE2 * uv_stride; in WebPCleanupTransparentArea()
149 v_ptr += SIZE2 * uv_stride; in WebPCleanupTransparentArea()
166 #undef SIZE2
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_tools_enc.c23 #define SIZE2 (SIZE / 2) macro
149 Flatten(u_ptr + (x >> 1), values[1], uv_stride, SIZE2); in WebPCleanupTransparentArea()
150 Flatten(v_ptr + (x >> 1), values[2], uv_stride, SIZE2); in WebPCleanupTransparentArea()
161 u_ptr += SIZE2 * uv_stride; in WebPCleanupTransparentArea()
162 v_ptr += SIZE2 * uv_stride; in WebPCleanupTransparentArea()
179 #undef SIZE2
/third_party/lwip/test/unit/core/
Dtest_mem.c35 #define SIZE2 16 in START_TEST() macro
47 p2 = mem_malloc(SIZE2); in START_TEST()
49 fail_unless(lwip_stats.mem.used >= SIZE2 + s1); in START_TEST()
55 fail_unless(lwip_stats.mem.used <= s2 - SIZE2); in START_TEST()
/third_party/elfutils/tests/
Drun-strip-reloc.sh55 SIZE2=$(stat -c%s $debugfile2)
56 test \( \( $is_ET_REL -eq 1 \) -a \( $SIZE1 -gt $SIZE2 \) \) \
57 -o \( \( $is_ET_REL -eq 0 \) -a \( $SIZE1 -eq $SIZE2 \) \) ||
/third_party/libcoap/man/
Dcoap_block.txt.in141 in the appropriate CoAP options such as BLOCK2, SIZE2 and ETAG to handle
362 * SIZE2 Option added internally
Dcoap_observe.txt.in184 * SIZE2 Option added internally
Dcoap_pdu_setup.txt.in551 * SIZE2 Option added internally