HomeSort by relevance Sort by last modified time
    Searched refs:BUFSIZE (Results 51 - 75 of 157) sorted by null

1 23 4 5 6 7

  /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,
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
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
  /external/ipsec-tools/src/racoon/
var.h 52 #define BUFSIZE 5120
  /external/python/cpython2/Lib/plat-mac/
cfmfile.py 22 BUFSIZE = 0x80000
181 if l > BUFSIZE:
182 outfile.write(infile.read(BUFSIZE))
183 l = l - BUFSIZE
  /external/python/cpython3/Modules/_decimal/libmpdec/
transpose.c 41 #define BUFSIZE 4096
75 mpd_uint_t buf1[BUFSIZE];
76 mpd_uint_t buf2[BUFSIZE];
79 mpd_size_t b = BUFSIZE, stride;
  /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.27/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pathfix.py 111 BUFSIZE = 8*1024
113 buf = f.read(BUFSIZE)
  /external/clang/test/Analysis/
taint-tester.c 5 #define BUFSIZE 10
6 int Buffer[BUFSIZE];
  /external/python/cpython2/Tools/scripts/
pathfix.py 111 BUFSIZE = 8*1024
113 buf = f.read(BUFSIZE)
  /external/python/cpython3/Tools/scripts/
pathfix.py 116 BUFSIZE = 8*1024
118 buf = f.read(BUFSIZE)
  /system/extras/ioshark/
ioshark_bench_subr.c 359 #define BUFSIZE 8192
386 char dev_name[BUFSIZE];
395 if (fgets(dev_name, BUFSIZE, cmd) == NULL) {
429 char line[BUFSIZE], dev_name[BUFSIZE];
438 char blockdev_name[BUFSIZE];
487 char line[BUFSIZE], cpu[BUFSIZE];
  /toolchain/binutils/binutils-2.27/binutils/
sysdep.h 170 #define BUFSIZE 8192
  /external/autotest/client/site_tests/platform_TLSDateActual/
platform_TLSDateActual.py 52 BUFSIZE = 1024
53 data = self.src.recv(BUFSIZE)
56 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];
  /external/ltp/utils/ffsb-6.0-rc2/
parser.c 31 #define BUFSIZE 1024
48 static char buf[BUFSIZE];
52 ret = fgets(buf, BUFSIZE, f);
81 len = strnlen(buf, BUFSIZE);
200 char temp[BUFSIZE];
203 len = strnlen(string, BUFSIZE);
204 sprintf(search_str, "%s=%%%ds\\n", string, BUFSIZE - len - 1);
299 char temp[BUFSIZE];
302 len = strnlen(string, BUFSIZE);
303 sprintf(search_str, "%s%%%ds\\n", string, BUFSIZE - len - 1)
    [all...]
  /external/toybox/toys/pending/
telnetd.c 53 #define BUFSIZE 4*1024
60 char buff1[BUFSIZE], buff2[BUFSIZE];
349 if (tm->pty_fd > 0 && tm->buff1_avail < BUFSIZE) FD_SET(tm->pty_fd, &rd);
350 if (tm->new_fd >= 0 && tm->buff2_avail < BUFSIZE) FD_SET(tm->new_fd, &rd);
386 BUFSIZE-tm->buff1_avail)) <= 0) break;
394 BUFSIZE-tm->buff2_avail)) <= 0) break;
  /external/selinux/policycoreutils/run_init/
open_init_pty.c 47 #define BUFSIZE 2048 /* The ring buffer size */
240 char inbuf_mem[BUFSIZE];
241 char outbuf_mem[BUFSIZE];
  /packages/apps/LegacyCamera/src/com/android/camera/
Thumbnail.java 48 private static final int BUFSIZE = 4096;
110 b = new BufferedOutputStream(f, BUFSIZE);
136 b = new BufferedInputStream(f, BUFSIZE);
  /external/tcpdump/win32/src/
ether_ntohost.c 159 char buf[BUFSIZE];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mimetools.py 246 BUFSIZE = 8192
248 line = input.read(BUFSIZE)

Completed in 1303 milliseconds

1 23 4 5 6 7