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

1 2 3 4 5 6 7

  /external/syslinux/utils/
isohybrid.h 24 #define BUFSIZE 2048
  /external/clang/test/Lexer/
digraph.c 6 %:ifndef BUFSIZE
7 %:define BUFSIZE 512
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlock/
7-1.c 19 #define BUFSIZE 8
26 ptr = malloc(BUFSIZE);
32 if (mlock(ptr, BUFSIZE) != 0) {
42 result = munlock(ptr, BUFSIZE);
10-1.c 24 #define BUFSIZE 8
39 result = munlock(page_ptr, BUFSIZE);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/
5-1.c 19 #define BUFSIZE 8
26 ptr = malloc(BUFSIZE);
32 result = mlock(ptr, BUFSIZE);
8-1.c 24 #define BUFSIZE 8
39 result = mlock(page_ptr, BUFSIZE);
12-1.c 28 #define BUFSIZE 8
88 ptr = malloc(BUFSIZE);
94 result = mlock(ptr, BUFSIZE);
  /external/python/cpython2/Lib/plat-irix5/
GLWS.py 12 BUFSIZE = -7
  /external/python/cpython2/Lib/plat-irix6/
GLWS.py 12 BUFSIZE = -7
  /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];
  /external/ltp/testcases/kernel/syscalls/writev/
writev07.c 43 #define BUFSIZE (CHUNK * 4)
50 unsigned char buffer[BUFSIZE], fpattern[BUFSIZE], tmp[BUFSIZE];
62 for (i = 0; i < BUFSIZE; i++)
65 memset(fpattern, 0xff, BUFSIZE);
66 tst_fill_file(TESTFILE, 0xff, CHUNK, BUFSIZE / CHUNK);
85 SAFE_READ(1, fd, tmp, BUFSIZE);
86 if (memcmp(tmp, fpattern, BUFSIZE))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
echosvr.py 13 BUFSIZE = 1024
26 data = conn.recv(BUFSIZE)
throughput.py 11 # The client performs one transfer of count*BUFSIZE bytes and
20 BUFSIZE = 1024
53 data = conn.recv(BUFSIZE)
71 testdata = 'x' * (BUFSIZE-1) + '\n'
83 data = s.recv(BUFSIZE)
89 print 'Throughput:', round((BUFSIZE*count*0.001) / (t5-t1), 3),
rpython.py 11 BUFSIZE = 1024
30 data = s.recv(BUFSIZE)
udpecho.py 12 BUFSIZE = 1024
39 data, addr = s.recvfrom(BUFSIZE)
60 data, fromaddr = s.recvfrom(BUFSIZE)
  /external/python/cpython2/Demo/sockets/
echosvr.py 13 BUFSIZE = 1024
26 data = conn.recv(BUFSIZE)
throughput.py 11 # The client performs one transfer of count*BUFSIZE bytes and
20 BUFSIZE = 1024
53 data = conn.recv(BUFSIZE)
71 testdata = 'x' * (BUFSIZE-1) + '\n'
83 data = s.recv(BUFSIZE)
89 print 'Throughput:', round((BUFSIZE*count*0.001) / (t5-t1), 3),
rpython.py 11 BUFSIZE = 1024
30 data = s.recv(BUFSIZE)
udpecho.py 12 BUFSIZE = 1024
39 data, addr = s.recvfrom(BUFSIZE)
60 data, fromaddr = s.recvfrom(BUFSIZE)
  /external/ltp/testcases/kernel/syscalls/ipc/libnewipc/
libnewipc.c 37 #define BUFSIZE 1024
41 char buf[BUFSIZE];
46 SAFE_GETCWD(buf, BUFSIZE);
64 char buf[BUFSIZE];
72 while (fgets(buf, BUFSIZE, fp) != NULL)
  /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/python/cpython3/Tools/demo/
rpython.py 12 BUFSIZE = 1024
31 data = s.recv(BUFSIZE)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/speculative/
12-1.c 29 #define BUFSIZE 8
89 ptr = malloc(BUFSIZE);
95 result = mlock(ptr, BUFSIZE);

Completed in 1018 milliseconds

1 2 3 4 5 6 7