/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/usrsctp/programs/ |
D | discard_server_upcall.c | 52 #define BUFFERSIZE 10240 macro 69 buf = malloc(BUFFERSIZE); in handle_upcall() 75 n = usrsctp_recvv(sock, buf, BUFFERSIZE, (struct sockaddr *) &addr, &len, (void *)&rn, in handle_upcall()
|
D | chargen_server_upcall.c | 54 #define BUFFERSIZE 10240 macro 98 buf = malloc(BUFFERSIZE); in handle_upcall() 105 n = usrsctp_recvv(upcall_socket, buf, BUFFERSIZE, (struct sockaddr *) &addr, &len, (void *)&rn, in handle_upcall()
|
D | echo_server_upcall.c | 53 #define BUFFERSIZE 10240 macro 69 buf = malloc(BUFFERSIZE); in handle_upcall() 75 n = usrsctp_recvv(sock, buf, BUFFERSIZE, (struct sockaddr *) &addr, &len, (void *)&rn, in handle_upcall()
|
D | http_client_upcall.c | 76 #define BUFFERSIZE (1<<16) macro 88 buf = malloc(BUFFERSIZE); in handle_upcall() 95 n = usrsctp_recvv(sock, buf, BUFFERSIZE, (struct sockaddr *) &addr, &len, (void *)&rn, in handle_upcall()
|
D | client_upcall.c | 59 #define BUFFERSIZE (1<<16) macro 99 char *buf = calloc(1, BUFFERSIZE); in handle_upcall() 105 n = usrsctp_recvv(sock, buf, BUFFERSIZE, (struct sockaddr *) &addr, &len, (void *)&rn, in handle_upcall()
|
D | tsctp_upcall.c | 67 #define BUFFERSIZE (1<<16) macro 192 meta_accepted->buffer = malloc(BUFFERSIZE); in handle_accept() 226 …while ((n = usrsctp_recvv(upcall_socket, tsctp_meta->buffer, BUFFERSIZE, (struct sockaddr *) &addr… in handle_upcall() 599 meta->buffer = malloc(BUFFERSIZE); in main() 704 memset(meta->buffer, 'X', BUFFERSIZE); in main()
|
D | tsctp.c | 111 #define BUFFERSIZE (1<<16) macro 159 buf = malloc(BUFFERSIZE); in handle_connection() 164 n = usrsctp_recvv(conn_sock, buf, BUFFERSIZE, (struct sockaddr *) &addr, &len, (void *)&rn, in handle_connection() 196 …n = usrsctp_recvv(conn_sock, (void *) buf, BUFFERSIZE, (struct sockaddr *) &addr, &len, (void *)&r… in handle_connection()
|
/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 | 552 #define BUFFERSIZE (1 << 13) macro 574 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf); 1496 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf) in getGDIGlyphPath() argument 1500 …DWORD total_size = GetGlyphOutlineW(fDDC, glyph, flags, &gm, BUFFERSIZE, glyphbuf->get(), &fMat22); in getGDIGlyphPath() 1503 if (GDI_ERROR == total_size || total_size > BUFFERSIZE) { in getGDIGlyphPath() 1552 SkAutoSTMalloc<BUFFERSIZE, uint8_t> glyphbuf(BUFFERSIZE); in generatePath() 1565 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/ |
D | RELEASE-NOTES | 130 o setopt: if the buffer exists, refuse the new BUFFERSIZE [5]
|
D | CHANGES | 1720 - setopt: if the buffer exists, refuse the new BUFFERSIZE
|