Home
last modified time | relevance | path

Searched refs:BUFFERSIZE (Results 1 – 18 of 18) sorted by relevance

/external/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp266 #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/
Dsftp.sh13 BUFFERSIZE="5 1000 32000 64000"
16 for B in ${BUFFERSIZE}; do
Dssh-com-sftp.sh14 BUFFERSIZE="5 1000 32000 64000"
48 for B in ${BUFFERSIZE}; do
/external/usrsctp/programs/
Ddiscard_server_upcall.c52 #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()
Dchargen_server_upcall.c54 #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()
Decho_server_upcall.c53 #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()
Dhttp_client_upcall.c76 #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()
Dclient_upcall.c59 #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()
Dtsctp_upcall.c67 #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()
Dtsctp.c111 #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.c52 #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/
DRCSProxy.py91 BUFFERSIZE = 1024*8
94 buffer = f.read(BUFFERSIZE)
DFSProxy.py143 BUFFERSIZE = 1024*8
147 buffer = f.read(BUFFERSIZE)
/external/skia/src/ports/
DSkFontHost_win.cpp552 #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/
DSkFontHost_win.cpp542 #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/
Dcurl.h975 CINIT(BUFFERSIZE, LONG, 98),
/external/curl/
DRELEASE-NOTES130 o setopt: if the buffer exists, refuse the new BUFFERSIZE [5]
DCHANGES1720 - setopt: if the buffer exists, refuse the new BUFFERSIZE