Home
last modified time | relevance | path

Searched refs:COPY_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc25 const int32_t ByteArray::COPY_BUFFER_SIZE = 8192; member in sfntly::ByteArray
112 ByteVector b(COPY_BUFFER_SIZE); in CopyTo()
116 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyTo()
133 ByteVector b(COPY_BUFFER_SIZE); in CopyTo()
136 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyTo()
146 ByteVector b(COPY_BUFFER_SIZE); in CopyFrom()
149 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyFrom()
166 ByteVector b(COPY_BUFFER_SIZE); in CopyFrom()
169 int32_t buffer_length = COPY_BUFFER_SIZE; in CopyFrom()
Dbyte_array.h189 static const int32_t COPY_BUFFER_SIZE; variable
/external/vulkan-validation-layers/windowsRuntimeInstaller/
Dconfigure_runtime.c58 #define COPY_BUFFER_SIZE (1024) macro
313 TCHAR name[COPY_BUFFER_SIZE]; in find_installations()
314 DWORD nameSize = COPY_BUFFER_SIZE; in find_installations()
331 TCHAR name[COPY_BUFFER_SIZE], value[COPY_BUFFER_SIZE]; in find_installations()
332 DWORD type, buffSize = COPY_BUFFER_SIZE; in find_installations()
336 (*install_paths)[*count] = malloc(sizeof(char) * COPY_BUFFER_SIZE); in find_installations()
501 TCHAR name[COPY_BUFFER_SIZE]; in remove_explicit_layers()
502 DWORD type, buffSize = COPY_BUFFER_SIZE; in remove_explicit_layers()