Home
last modified time | relevance | path

Searched refs:CHUNK_SIZE (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/
A Dtest262.patch48 - const CHUNK_SIZE = 10000;
57 - if (length === CHUNK_SIZE) {
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Didec_dec.c25 #define CHUNK_SIZE 4096 macro
183 const uint64_t extra_size = (new_size + CHUNK_SIZE - 1) & ~(CHUNK_SIZE - 1); in AppendToMemBuffer()

Completed in 5 milliseconds