Searched refs:BUFFERSIZE (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4c/source/samples/ucnv/ |
D | convsamp.cpp | 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 387 #define BUFFERSIZE 1024 macro 401 char inBuf[BUFFERSIZE]; in convsample_06() 441 uBufSize = (BUFFERSIZE/ucnv_getMinCharSize(conv)); in convsample_06() 443 BUFFERSIZE, ucnv_getMinCharSize(conv), uBufSize); in convsample_06() [all …]
|
/external/openssh/regress/ |
D | sftp.sh | 13 BUFFERSIZE="5 1000 32000 64000" 16 for B in ${BUFFERSIZE}; do
|
D | ssh-com-sftp.sh | 14 BUFFERSIZE="5 1000 32000 64000" 48 for B in ${BUFFERSIZE}; do
|
/external/python/cpython2/Modules/ |
D | _hotshot.c | 52 #define BUFFERSIZE 10240 macro 79 unsigned char buffer[BUFFERSIZE]; 626 if (len + PISIZE + self->index >= BUFFERSIZE) { in pack_string() 629 if (len + PISIZE + self->index >= BUFFERSIZE) { in pack_string() 648 if (len1 + len2 + PISIZE*2 + 1 + self->index >= BUFFERSIZE) { in pack_add_info() 664 if (len + PISIZE*2 + 1 + self->index >= BUFFERSIZE) { in pack_define_file() 681 if (len + PISIZE*3 + 1 + self->index >= BUFFERSIZE) { in pack_define_func() 697 if (2 + self->index >= BUFFERSIZE) { in pack_line_times() 710 if (2 + self->index >= BUFFERSIZE) { in pack_frame_times() 723 if (MPISIZE + PISIZE*2 + self->index >= BUFFERSIZE) { in pack_enter() [all …]
|
/external/python/cpython2/Demo/pdist/ |
D | RCSProxy.py | 91 BUFFERSIZE = 1024*8 94 buffer = f.read(BUFFERSIZE)
|
D | FSProxy.py | 143 BUFFERSIZE = 1024*8 147 buffer = f.read(BUFFERSIZE)
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_fdt.c | 20 #define BUFFERSIZE 0x100000 macro
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 543 #define BUFFERSIZE (1 << 13) macro 567 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf); 1505 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf) in getGDIGlyphPath() argument 1509 …DWORD total_size = GetGlyphOutlineW(fDDC, glyph, flags, &gm, BUFFERSIZE, glyphbuf->get(), &fMat22); in getGDIGlyphPath() 1512 if (GDI_ERROR == total_size || total_size > BUFFERSIZE) { in getGDIGlyphPath() 1561 SkAutoSTMalloc<BUFFERSIZE, uint8_t> glyphbuf(BUFFERSIZE); in generatePath() 1573 SkAutoSTMalloc<BUFFERSIZE, uint8_t> hintedGlyphbuf(BUFFERSIZE); in generatePath()
|
/external/skqp/src/ports/ |
D | SkFontHost_win.cpp | 542 #define BUFFERSIZE (1 << 13) macro 566 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf); 1504 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf) in getGDIGlyphPath() argument 1508 …DWORD total_size = GetGlyphOutlineW(fDDC, glyph, flags, &gm, BUFFERSIZE, glyphbuf->get(), &fMat22); in getGDIGlyphPath() 1511 if (GDI_ERROR == total_size || total_size > BUFFERSIZE) { in getGDIGlyphPath() 1560 SkAutoSTMalloc<BUFFERSIZE, uint8_t> glyphbuf(BUFFERSIZE); in generatePath() 1572 SkAutoSTMalloc<BUFFERSIZE, uint8_t> hintedGlyphbuf(BUFFERSIZE); in generatePath()
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 975 CINIT(BUFFERSIZE, LONG, 98),
|
/external/curl/include/curl/ |
D | curl.h | 1276 CINIT(BUFFERSIZE, LONG, 98),
|