Searched refs:BUFFERSIZE (Results 1 – 8 of 8) 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=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/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/skia/src/ports/ |
D | SkFontHost_win.cpp | 535 #define BUFFERSIZE (1 << 13) macro 559 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf); 1573 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf) in getGDIGlyphPath() argument 1577 …DWORD total_size = GetGlyphOutlineW(fDDC, glyph, flags, &gm, BUFFERSIZE, glyphbuf->get(), &fMat22); in getGDIGlyphPath() 1580 if (GDI_ERROR == total_size || total_size > BUFFERSIZE) { in getGDIGlyphPath() 1629 SkAutoSTMalloc<BUFFERSIZE, uint8_t> glyphbuf(BUFFERSIZE); in generatePath() 1641 SkAutoSTMalloc<BUFFERSIZE, uint8_t> hintedGlyphbuf(BUFFERSIZE); in generatePath()
|
/external/skqp/src/ports/ |
D | SkFontHost_win.cpp | 535 #define BUFFERSIZE (1 << 13) macro 559 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf); 1573 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf) in getGDIGlyphPath() argument 1577 …DWORD total_size = GetGlyphOutlineW(fDDC, glyph, flags, &gm, BUFFERSIZE, glyphbuf->get(), &fMat22); in getGDIGlyphPath() 1580 if (GDI_ERROR == total_size || total_size > BUFFERSIZE) { in getGDIGlyphPath() 1629 SkAutoSTMalloc<BUFFERSIZE, uint8_t> glyphbuf(BUFFERSIZE); in generatePath() 1641 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 | 1230 CINIT(BUFFERSIZE, LONG, 98),
|