HomeSort by relevance Sort by last modified time
    Searched refs:BUFSIZE (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/clang/test/Lexer/
digraph.c 6 %:ifndef BUFSIZE
7 %:define BUFSIZE 512
  /ndk/sources/host-tools/toolbox/
cmp_win.c 68 #define BUFSIZE 4096
69 char buf1[BUFSIZE], buf2[BUFSIZE];
72 n1 = fread(buf1, 1, BUFSIZE, f1);
73 n2 = fread(buf2, 1, BUFSIZE, f2);
75 } while (!ret && n1 == BUFSIZE);
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_getbits.cpp 129 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE));
130 Elem1 = *(ptBitStream->pBuffer + module(offset + 1, BUFSIZE));
131 Elem2 = *(ptBitStream->pBuffer + module(offset + 2, BUFSIZE));
132 Elem3 = *(ptBitStream->pBuffer + module(offset + 3, BUFSIZE));
170 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE));
171 Elem1 = *(ptBitStream->pBuffer + module(offset + 1, BUFSIZE));
207 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE));
208 Elem1 = *(ptBitStream->pBuffer + module(offset + 1, BUFSIZE));
209 Elem2 = *(ptBitStream->pBuffer + module(offset + 2, BUFSIZE));
242 returnValue = *(ptBitStream->pBuffer + module(offset , BUFSIZE));
    [all...]
s_tmp3dec_file.h 95 uint8 mainDataBuffer[BUFSIZE];
pvmp3_framedecoder.cpp 305 if (main_data_end > BUFSIZE) /* check overflow on the buffer */
307 pVars->frame_start -= BUFSIZE;
309 pVars->mainDataStream.usedBits -= (BUFSIZE << 3);
562 pMainData->pBuffer[module(pMainData->offset++, BUFSIZE)] = (uint8)val;
576 if ((offset + temp) < BUFSIZE)
585 if ((offset + temp) < BUFSIZE)
607 pVars->mainDataStream.offset = module(pVars->mainDataStream.offset, BUFSIZE);
614 fillDataBuf(&pVars->mainDataStream, *(pVars->inputStream.pBuffer + module(offset++ , BUFSIZE)));
615 fillDataBuf(&pVars->mainDataStream, *(pVars->inputStream.pBuffer + module(offset++ , BUFSIZE)));
619 fillDataBuf(&pVars->mainDataStream, *(pVars->inputStream.pBuffer + module(offset , BUFSIZE)));
    [all...]
pvmp3_dec_defs.h 62 #define BUFSIZE 8192 // big enough to hold 4608 bytes == biggest mp3 frame
  /development/tools/line_endings/
line_endings.c 8 #define BUFSIZE (1024*8)
22 char buf[BUFSIZE*2+3];
71 char buf[BUFSIZE+2];
73 ssize_t amt2 = len < BUFSIZE ? len : BUFSIZE;
84 char buf2[(BUFSIZE*2)+3];
  /external/autotest/client/tests/aio_dio_bugs/src/
aio-dio-extend-stat.c 29 #define BUFSIZE 1024
31 static unsigned char buf[BUFSIZE] __attribute((aligned (512)));
65 for (i = 0; i < BUFSIZE; ++i)
68 buf[BUFSIZE-1] = '\n';
91 iocbs[i]->u.c.nbytes = BUFSIZE;
92 iocbs[i]->u.c.offset = BUFSIZE*i;
125 if (ioevents[i].obj->u.c.nbytes != BUFSIZE)
127 "receiced %ld\n", BUFSIZE,
  /external/selinux/policycoreutils/sestatus/
sestatus.c 30 #define BUFSIZE 255
40 char buf[BUFSIZE];
41 char filename[BUFSIZE];
43 memset(buf, '\0', BUFSIZE);
48 if (readlink(filename, buf, BUFSIZE) < 0)
51 if (buf[BUFSIZE - 1] != '\0')
52 buf[BUFSIZE - 1] = '\0';
  /external/curl/lib/
progress.h 55 #define LEAST_SIZE_PROGRESS BUFSIZE
pingpong.c 286 while((pp->nread_resp<BUFSIZE) && (keepon && !result)) {
296 DEBUGASSERT((ptr+pp->cache_size) <= (buf+BUFSIZE+1));
308 DEBUGASSERT((ptr+BUFSIZE-pp->nread_resp) <= (buf+BUFSIZE+1));
309 result = Curl_read(conn, sockfd, ptr, BUFSIZE-pp->nread_resp,
402 if((perline == gotbytes) && (gotbytes > BUFSIZE/2)) {
414 else if(pp->nread_resp > BUFSIZE/2) {
sendf.c 144 psnd->allocated_size = 2 * BUFSIZE;
234 vsnprintf(data->state.buffer, BUFSIZE, fmt, ap);
242 if(len < BUFSIZE - 1) {
695 bytesfromsocket = CURLMIN(sizerequested, BUFSIZE * sizeof (char));
701 conn->data->set.buffer_size : BUFSIZE);
728 char buf[BUFSIZE+1];
735 if(size > BUFSIZE) {
736 size = BUFSIZE; /* truncate if necessary */
737 buf[BUFSIZE] = '\0';
  /external/tcpdump/
addrtoname.h 31 #define BUFSIZE 128
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
connection.py 55 BUFSIZE = 8192
213 obsize, ibsize = BUFSIZE, BUFSIZE
217 obsize, ibsize = 0, BUFSIZE
329 win32.PIPE_UNLIMITED_INSTANCES, BUFSIZE, BUFSIZE,
347 win32.PIPE_UNLIMITED_INSTANCES, BUFSIZE, BUFSIZE,
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
connection.py 55 BUFSIZE = 8192
213 obsize, ibsize = BUFSIZE, BUFSIZE
217 obsize, ibsize = 0, BUFSIZE
329 win32.PIPE_UNLIMITED_INSTANCES, BUFSIZE, BUFSIZE,
347 win32.PIPE_UNLIMITED_INSTANCES, BUFSIZE, BUFSIZE,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 55 BUFSIZE = 8192
213 obsize, ibsize = BUFSIZE, BUFSIZE
217 obsize, ibsize = 0, BUFSIZE
329 win32.PIPE_UNLIMITED_INSTANCES, BUFSIZE, BUFSIZE,
347 win32.PIPE_UNLIMITED_INSTANCES, BUFSIZE, BUFSIZE,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 55 BUFSIZE = 8192
213 obsize, ibsize = BUFSIZE, BUFSIZE
217 obsize, ibsize = 0, BUFSIZE
329 win32.PIPE_UNLIMITED_INSTANCES, BUFSIZE, BUFSIZE,
347 win32.PIPE_UNLIMITED_INSTANCES, BUFSIZE, BUFSIZE,
  /external/ipsec-tools/src/racoon/
var.h 52 #define BUFSIZE 5120
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
cfmfile.py 22 BUFSIZE = 0x80000
181 if l > BUFSIZE:
182 outfile.write(infile.read(BUFSIZE))
183 l = l - BUFSIZE
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
cfmfile.py 22 BUFSIZE = 0x80000
181 if l > BUFSIZE:
182 outfile.write(infile.read(BUFSIZE))
183 l = l - BUFSIZE
  /toolchain/binutils/binutils-2.25/gprof/
corefile.c 489 const int BUFSIZE = 1024;
490 char * buf = (char *) xmalloc (BUFSIZE);
491 char * address = (char *) xmalloc (BUFSIZE);
493 char * name = (char *) xmalloc (BUFSIZE);
496 while (!feof (f) && fgets (buf, BUFSIZE - 1, f))
515 const int BUFSIZE = 1024;
516 char * buf = (char *) xmalloc (BUFSIZE);
517 char * address = (char *) xmalloc (BUFSIZE);
519 char * name = (char *) xmalloc (BUFSIZE);
551 while (!feof (f) && fgets (buf, BUFSIZE - 1, f)
    [all...]
  /external/clang/test/Analysis/
taint-tester.c 5 #define BUFSIZE 10
6 int Buffer[BUFSIZE];
  /toolchain/binutils/binutils-2.25/binutils/
sysdep.h 170 #define BUFSIZE 8192
  /external/autotest/client/site_tests/platform_TLSDateActual/
platform_TLSDateActual.py 47 BUFSIZE = 1024
48 data = self.src.recv(BUFSIZE)
51 data = self.src.recv(BUFSIZE)
  /external/vboot_reference/cgpt/
cgpt_find.c 15 #define BUFSIZE 1024
181 static char pathname[BUFSIZE]; // we'll return this.
182 char tmpname[BUFSIZE];

Completed in 1380 milliseconds

1 2 3 4 5