Searched defs:BUFSIZE (Results 1 - 25 of 37) sorted by path

12

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c1498 int32_t BUFSIZE = sizeof(buffer)/sizeof(buffer[0]); local
1506 unum_formatDouble(fmt, vals[i], buffer, BUFSIZE, NULL, &status);
1559 int len = unum_getTextAttribute(fmt, UNUM_DEFAULT_RULESET, buffer, BUFSIZE, &status);
1569 len = unum_getTextAttribute(fmt, UNUM_PUBLIC_RULESETS, buffer, BUFSIZE, &status);
1587 int len2 = unum_getTextAttribute(fmt, UNUM_DEFAULT_RULESET, buffer, BUFSIZE, &status);
1596 unum_formatDouble(fmt, vals[i], buffer, BUFSIZE, NULL, &status);
1613 unum_toPattern(fmt, FALSE, buffer, BUFSIZE, &status);
1626 int len = unum_getSymbol(fmt, UNUM_CURRENCY_SYMBOL, buffer, BUFSIZE, &status);
H A Dcucdtst.c1823 enum { BUFSIZE = 256 }; enumerator in enum:__anon12258
1825 char buf[BUFSIZE];
1828 UChar pat[BUFSIZE], dumbPat[BUFSIZE];
1862 buf, BUFSIZE, &ec);
1910 l1 = uset_toPattern(set, pat, BUFSIZE, TRUE, &ec);
1911 l2 = uset_toPattern(dumb, dumbPat, BUFSIZE, TRUE, &ec);
1919 if (l1 >= BUFSIZE) {
1920 l1 = BUFSIZE-1;
1923 if (l2 >= BUFSIZE) {
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Djchuff.c424 #define BUFSIZE (DCTSIZE2 * 2) macro
427 if (state->free_in_buffer < BUFSIZE) { \
459 JOCTET _buffer[BUFSIZE], *buffer;
488 JOCTET _buffer[BUFSIZE], *buffer;
H A Djdhuff.c746 #define BUFSIZE (DCTSIZE2 * 2u) macro
762 if (cinfo->src->bytes_in_buffer < BUFSIZE * (size_t)cinfo->blocks_in_MCU
/external/chromium_org/third_party/webrtc/base/
H A Dproxydetect.cc240 const size_t BUFSIZE = 256; local
241 char buffer[BUFSIZE];
263 if (len >= BUFSIZE)
/external/clang/test/Analysis/
H A Dtaint-generic.c32 #define BUFSIZE 10 macro
34 int Buffer[BUFSIZE];
H A Dtaint-tester.c5 #define BUFSIZE 10 macro
6 int Buffer[BUFSIZE];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/elfutils/0.153/libcpu/
H A Di386_disasm.c319 #define BUFSIZE 512 macro
320 char initbuf[BUFSIZE];
323 size_t bufsize = BUFSIZE;
/external/fonttools/Lib/fontTools/misc/
H A DxmlReader.py11 BUFSIZE = 0x4000 variable
42 chunk = file.read(BUFSIZE)
/external/fonttools/Tools/fontTools/misc/
H A DxmlReader.py11 BUFSIZE = 0x4000 variable
42 chunk = file.read(BUFSIZE)
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c1501 int32_t BUFSIZE = sizeof(buffer)/sizeof(buffer[0]); local
1509 unum_formatDouble(fmt, vals[i], buffer, BUFSIZE, NULL, &status);
1562 int len = unum_getTextAttribute(fmt, UNUM_DEFAULT_RULESET, buffer, BUFSIZE, &status);
1572 len = unum_getTextAttribute(fmt, UNUM_PUBLIC_RULESETS, buffer, BUFSIZE, &status);
1590 int len2 = unum_getTextAttribute(fmt, UNUM_DEFAULT_RULESET, buffer, BUFSIZE, &status);
1599 unum_formatDouble(fmt, vals[i], buffer, BUFSIZE, NULL, &status);
1616 unum_toPattern(fmt, FALSE, buffer, BUFSIZE, &status);
1629 int len = unum_getSymbol(fmt, UNUM_CURRENCY_SYMBOL, buffer, BUFSIZE, &status);
H A Dcucdtst.c1822 enum { BUFSIZE = 256 }; enumerator in enum:__anon22059
1824 char buf[BUFSIZE];
1827 UChar pat[BUFSIZE], dumbPat[BUFSIZE];
1861 buf, BUFSIZE, &ec);
1909 l1 = uset_toPattern(set, pat, BUFSIZE, TRUE, &ec);
1910 l2 = uset_toPattern(dumb, dumbPat, BUFSIZE, TRUE, &ec);
1918 if (l1 >= BUFSIZE) {
1919 l1 = BUFSIZE-1;
1922 if (l2 >= BUFSIZE) {
[all...]
/external/ipsec-tools/src/racoon/
H A Dvar.h52 #define BUFSIZE 5120 macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dattr.c49 #define BUFSIZE 1024 macro
53 char buf[BUFSIZE]; \
56 size = snprintf(buf, BUFSIZE, #str "=%"fmt "\n", data); \
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java847 public static final int BUFSIZE = 8192; field in class:NanoHTTPD.HTTPSession
862 this.inputStream = new PushbackInputStream(inputStream, BUFSIZE);
868 this.inputStream = new PushbackInputStream(inputStream, BUFSIZE);
884 byte[] buf = new byte[BUFSIZE];
890 read = inputStream.read(buf, 0, BUFSIZE);
907 read = inputStream.read(buf, rlen, BUFSIZE - rlen);
/external/openssl/apps/
H A Ddgst.c71 #undef BUFSIZE macro
72 #define BUFSIZE 1024*8 macro
135 if ((buf=(unsigned char *)OPENSSL_malloc(BUFSIZE)) == NULL)
540 OPENSSL_cleanse(buf,BUFSIZE);
568 i=BIO_read(bp,(char *)buf,BUFSIZE);
601 len = BUFSIZE;
611 len=BIO_gets(bp,(char *)buf,BUFSIZE);
H A Dmd4.c63 #define BUFSIZE 1024*16 macro
105 static unsigned char buf[BUFSIZE];
H A Dspeed.c226 #undef BUFSIZE macro
227 #define BUFSIZE ((long)1024*8+1) macro
667 if ((buf=(unsigned char *)OPENSSL_malloc((int)BUFSIZE)) == NULL)
672 if ((buf2=(unsigned char *)OPENSSL_malloc((int)BUFSIZE)) == NULL)
/external/openssl/crypto/bn/
H A Dbnspeed.c120 #undef BUFSIZE macro
121 #define BUFSIZE ((long)1024*8) macro
H A Dexpspeed.c146 #undef BUFSIZE macro
147 #define BUFSIZE ((long)1024*8) macro
/external/openssl/crypto/des/
H A Ddes.c109 #define BUFSIZE (8*1024) macro
375 static unsigned char buf[BUFSIZE+8],obuf[BUFSIZE+8];
381 if ( (( buf=OPENSSL_malloc(BUFSIZE+8)) == NULL) ||
382 ((obuf=OPENSSL_malloc(BUFSIZE+8)) == NULL))
473 num=l=fread(&(buf[rem]),1,BUFSIZE,DES_IN);
572 l=uufread(buf,1,BUFSIZE,DES_IN);
574 l=fread(buf,1,BUFSIZE,DES_IN);
614 ll=uufread(&(buf[rem]),1,BUFSIZE,DES_IN);
616 ll=fread(&(buf[rem]),1,BUFSIZE,DES_I
[all...]
H A Ddes_opts.c335 #define BUFSIZE ((long)1024) macro
421 static unsigned char buf[BUFSIZE];
465 cc=count*3*8/BUFSIZE+1;
466 cd=count*8/BUFSIZE+1;
H A Dspeed.c118 #define BUFSIZE ((long)1024) macro
182 static unsigned char buf[BUFSIZE];
216 cc=count*3*8/BUFSIZE+1;
217 cd=count*8/BUFSIZE+1;
256 BUFSIZE);
260 BUFSIZE);
264 DES_ncbc_encrypt(buf,buf,BUFSIZE,&sch,
268 count,BUFSIZE,d);
269 c=((double)COUNT(cc)*BUFSIZE)/d;
273 BUFSIZE);
[all...]
/external/openssl/crypto/md4/
H A Dmd4.c63 #define BUFSIZE 1024*16 macro
105 static unsigned char buf[BUFSIZE];

Completed in 798 milliseconds

12