Home
last modified time | relevance | path

Searched refs:BUFFERSIZE (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp30 * Each test can define it's own BUFFERSIZE
266 #define BUFFERSIZE 17 /* make it interesting :) */ macro
301 char inBuf[BUFFERSIZE]; in convsample_05()
324 uBufSize = (BUFFERSIZE/ucnv_getMinCharSize(conv)); in convsample_05()
326 BUFFERSIZE, ucnv_getMinCharSize(conv), uBufSize); in convsample_05()
332 ((count=static_cast<int32_t>(fread(inBuf, 1, BUFFERSIZE , f))) > 0) ) in convsample_05()
385 #undef BUFFERSIZE macro
387 #define BUFFERSIZE 1024 macro
401 char inBuf[BUFFERSIZE]; in convsample_06()
441 uBufSize = (BUFFERSIZE/ucnv_getMinCharSiz in convsample_06()
516 #undef BUFFERSIZE global() macro
870 #define BUFFERSIZE global() macro
968 #undef BUFFERSIZE global() macro
974 #define BUFFERSIZE global() macro
1072 #undef BUFFERSIZE global() macro
1074 #define BUFFERSIZE global() macro
[all...]
/third_party/skia/third_party/externals/icu/source/samples/ucnv/
H A Dconvsamp.cpp30 * Each test can define it's own BUFFERSIZE
266 #define BUFFERSIZE 17 /* make it interesting :) */ macro
301 char inBuf[BUFFERSIZE]; in convsample_05()
324 uBufSize = (BUFFERSIZE/ucnv_getMinCharSize(conv)); in convsample_05()
326 BUFFERSIZE, ucnv_getMinCharSize(conv), uBufSize); in convsample_05()
332 ((count=static_cast<int32_t>(fread(inBuf, 1, BUFFERSIZE , f))) > 0) ) in convsample_05()
385 #undef BUFFERSIZE macro
387 #define BUFFERSIZE 1024 macro
401 char inBuf[BUFFERSIZE]; in convsample_06()
441 uBufSize = (BUFFERSIZE/ucnv_getMinCharSiz in convsample_06()
516 #undef BUFFERSIZE global() macro
870 #define BUFFERSIZE global() macro
968 #undef BUFFERSIZE global() macro
974 #define BUFFERSIZE global() macro
1072 #undef BUFFERSIZE global() macro
1074 #define BUFFERSIZE global() macro
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/multibyte_gtest/
H A Dmultibyte_mbrtowc_test.cpp13 constexpr int BUFFERSIZE = 4; variable
29 size_t ret = mbrtowc(out, "\xf5\x80\x80\x80", BUFFERSIZE, nullptr); in HWTEST_F()
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_smime.c18 #define BUFFERSIZE 4096 macro
335 if ((buf = OPENSSL_malloc(BUFFERSIZE)) == NULL) { in PKCS7_verify()
340 i = BIO_read(p7bio, buf, BUFFERSIZE); in PKCS7_verify()
544 if ((buf = OPENSSL_malloc(BUFFERSIZE)) == NULL) { in PKCS7_decrypt()
549 i = BIO_read(tmpmem, buf, BUFFERSIZE); in PKCS7_decrypt()
/third_party/openssl/crypto/pkcs7/
H A Dpk7_smime.c18 #define BUFFERSIZE 4096 macro
335 if ((buf = OPENSSL_malloc(BUFFERSIZE)) == NULL) { in PKCS7_verify()
340 i = BIO_read(p7bio, buf, BUFFERSIZE); in PKCS7_verify()
544 if ((buf = OPENSSL_malloc(BUFFERSIZE)) == NULL) { in PKCS7_decrypt()
549 i = BIO_read(tmpmem, buf, BUFFERSIZE); in PKCS7_decrypt()
/third_party/ffmpeg/libavcodec/
H A Dra144.c1532 source += BUFFERSIZE - offset; in ff_copy_and_dup()
1711 (BUFFERSIZE - BLOCKSIZE) * sizeof(*ractx->adapt_cb)); in ff_subblock_synthesis()
1713 block = ractx->adapt_cb + BUFFERSIZE - BLOCKSIZE; in ff_subblock_synthesis()
H A Dra144.h35 #define BUFFERSIZE 146 ///< the size of the adaptive codebook macro
H A Dra144enc.c173 cb += BUFFERSIZE - lag; in create_adapt_vect()
200 for (i = BLOCKSIZE / 2; i <= BUFFERSIZE; i++) { in adaptive_cb_search()
/third_party/musl/Benchmark/musl/
H A Dlibc_errno.cpp21 constexpr int BUFFERSIZE = 1024; variable
22 char g_errorBuffer[BUFFERSIZE];
H A Dlibc_stdio.cpp29 constexpr int BUFFERSIZE = 100; variable
30 char g_buffer[BUFFERSIZE];
57 ret = vsnprintf(g_buffer, BUFFERSIZE, format, args); in MyPrintfVsn()
1401 char str[BUFFERSIZE] = "asdhfdf"; in Bm_function_Fputs()
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp553 #define BUFFERSIZE (1 << 13) macro
575 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf);
1497 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf) in getGDIGlyphPath()
1501 DWORD total_size = GetGlyphOutlineW(fDDC, glyph, flags, &gm, BUFFERSIZE, glyphbuf->get(), &fMat22); in getGDIGlyphPath()
1502 // Sometimes GetGlyphOutlineW returns a number larger than BUFFERSIZE even if BUFFERSIZE > 0. in getGDIGlyphPath()
1504 if (GDI_ERROR == total_size || total_size > BUFFERSIZE) { in getGDIGlyphPath()
1505 // GDI_ERROR because the BUFFERSIZE was too small, or because the data was not accessible. in getGDIGlyphPath()
1546 //static const DWORD BUFFERSIZE = (1 << 13); in generatePath()
1553 SkAutoSTMalloc<BUFFERSIZE, uint8_ in generatePath()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSampleCompressedTextureTests.cpp76 const VkDeviceSize BUFFERSIZE = 100u * 1024; member
130 BUFFERSIZE, // VkDeviceSize size; in makeVertexBuffer()
493 const VkBufferCreateInfo resultBufferCreateInfo = makeBufferCreateInfo(BUFFERSIZE, VK_BUFFER_USAGE_TRANSFER_DST_BIT); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSampleCompressedTextureTests.cpp76 const VkDeviceSize BUFFERSIZE = 100u * 1024; member
130 BUFFERSIZE, // VkDeviceSize size; in makeVertexBuffer()
493 const VkBufferCreateInfo resultBufferCreateInfo = makeBufferCreateInfo(BUFFERSIZE, VK_BUFFER_USAGE_TRANSFER_DST_BIT); in iterate()

Completed in 16 milliseconds