HomeSort by relevance Sort by last modified time
    Searched defs:BUF_SIZE (Results 1 - 25 of 397) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_read/
10-1.c 40 #define BUF_SIZE 111
41 char buf[BUF_SIZE];
48 memset(buf, 0xaa, BUF_SIZE);
52 aiocb.aio_nbytes = BUF_SIZE;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/
8-1.c 40 #define BUF_SIZE 512
41 char buf[BUF_SIZE];
48 memset(buf, 0xaa, BUF_SIZE);
52 aiocb.aio_nbytes = BUF_SIZE;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
1-1.c 35 #define BUF_SIZE 8
41 char str[BUF_SIZE] = "qwerty";
50 if (ftruncate(fd, BUF_SIZE) != 0) {
56 buf = mmap(NULL, BUF_SIZE, PROT_WRITE, MAP_SHARED, fd, 0);
72 buf = mmap(NULL, BUF_SIZE, PROT_READ, MAP_SHARED, fd, 0);
13-1.c 30 #define BUF_SIZE 8
42 result = ftruncate(fd, BUF_SIZE);
14-2.c 35 #define BUF_SIZE 8
41 char str[BUF_SIZE] = "qwerty";
50 if (ftruncate(fd, BUF_SIZE) != 0) {
55 buf = mmap(NULL, BUF_SIZE, PROT_WRITE, MAP_SHARED, fd, 0);
69 buf = mmap(NULL, BUF_SIZE, PROT_READ, MAP_SHARED, fd, 0);
20-1.c 29 #define BUF_SIZE 8
50 result = ftruncate(fd, BUF_SIZE);
20-2.c 29 #define BUF_SIZE 8
50 result = ftruncate(fd, BUF_SIZE);
20-3.c 29 #define BUF_SIZE 8
51 if (ftruncate(fd, BUF_SIZE) != 0) {
57 ptr = mmap(NULL, BUF_SIZE, PROT_NONE, MAP_SHARED, fd, 0);
28-1.c 35 #define BUF_SIZE 8
41 char str[BUF_SIZE] = "qwerty";
50 if (ftruncate(fd, BUF_SIZE) != 0) {
56 buf = mmap(NULL, BUF_SIZE, PROT_WRITE, MAP_SHARED, fd, 0);
65 if (munmap(buf, BUF_SIZE) != 0) {
89 buf = mmap(NULL, BUF_SIZE, PROT_READ, MAP_SHARED, fd, 0);
28-2.c 35 #define BUF_SIZE 8
41 char str[BUF_SIZE] = "qwerty";
50 if (ftruncate(fd, BUF_SIZE) != 0) {
56 buf = mmap(NULL, BUF_SIZE, PROT_WRITE | PROT_READ, MAP_SHARED, fd, 0);
28-3.c 36 #define BUF_SIZE 8
42 char str[BUF_SIZE] = "qwerty";
51 if (ftruncate(fd, BUF_SIZE) != 0) {
57 buf = mmap(NULL, BUF_SIZE, PROT_WRITE, MAP_SHARED, fd, 0);
66 if (munmap(buf, BUF_SIZE) != 0) {
79 buf = mmap(NULL, BUF_SIZE, PROT_READ, MAP_SHARED, fd, 0);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
3-1.c 28 #define BUF_SIZE 8
42 if (ftruncate(fd, BUF_SIZE) != 0) {
54 buf = mmap(NULL, BUF_SIZE, PROT_READ, MAP_SHARED, fd, 0);
  /frameworks/minikin/tests/unittest/
UnicodeUtilsTest.cpp 24 const size_t BUF_SIZE = 256;
25 uint16_t buf[BUF_SIZE];
28 ParseUnicode(buf, BUF_SIZE, "U+000D U+1F431 | 'a'", &size, &offset);
  /external/curl/src/
tool_hugehelp.c     [all...]
  /external/icu/icu4c/source/samples/cal/
uprint.c 24 #define BUF_SIZE 128
34 char buf [BUF_SIZE];
48 arraySize = BUF_SIZE;
71 arraySize = BUF_SIZE;
  /external/icu/icu4c/source/samples/date/
uprint.c 25 #define BUF_SIZE 128
35 char buf [BUF_SIZE];
49 arraySize = BUF_SIZE;
72 arraySize = BUF_SIZE;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
1-1.c 40 #define BUF_SIZE 1024
41 char buf[BUF_SIZE];
59 memset(buf, 0xaa, BUF_SIZE);
63 aiocb.aio_nbytes = BUF_SIZE;
2-1.c 45 #define BUF_SIZE 1024
46 char buf[BUF_SIZE];
64 memset(buf, 0xaa, BUF_SIZE);
68 aiocb.aio_nbytes = BUF_SIZE;
8-1.c 42 #define BUF_SIZE 1024
43 char buf[BUF_SIZE];
62 memset(buf, 0xaa, BUF_SIZE);
66 aiocb.aio_nbytes = BUF_SIZE;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_error/
1-1.c 40 #define BUF_SIZE 111
41 char buf[BUF_SIZE];
59 memset(buf, 0xaa, BUF_SIZE);
63 aiocb.aio_nbytes = BUF_SIZE;
2-1.c 39 #define BUF_SIZE 1024
73 aiocb[i]->aio_buf = malloc(BUF_SIZE);
79 aiocb[i]->aio_nbytes = BUF_SIZE;
3-1.c 41 #define BUF_SIZE 512
42 char buf[BUF_SIZE];
66 aiocb.aio_nbytes = BUF_SIZE;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_fsync/
14-1.c 27 #define BUF_SIZE 111
28 char buf[BUF_SIZE];
51 aiocb_write.aio_nbytes = BUF_SIZE;
2-1.c 24 #define BUF_SIZE 1024
29 char buf[BUF_SIZE];
51 aiocb_write.aio_nbytes = BUF_SIZE;
3-1.c 24 #define BUF_SIZE 1024
29 char buf[BUF_SIZE];
51 aiocb_write.aio_nbytes = BUF_SIZE;

Completed in 631 milliseconds

1 2 3 4 5 6 7 8 91011>>