HomeSort by relevance Sort by last modified time
    Searched full:nvector (Results 1 - 6 of 6) sorted by null

  /external/ltp/testcases/kernel/io/direct_io/
diotest5.c 34 * The nvector gives vector array size. Test data file can be
40 * [-v nvector] [-f filename]
77 static int nvector = 20; /* Vector array. Default 20 */ variable
92 (struct iovec *)valloc(sizeof(struct iovec) * nvector)) == NULL) {
97 (struct iovec *)valloc(sizeof(struct iovec) * nvector)) == NULL) {
101 for (i = 0, iovp = iov1; i < nvector; iovp++, i++) {
109 for (i = 0, iovp = iov2; i < nvector; iovp++, i++) {
120 vfillbuf(iov1, nvector, i);
121 vfillbuf(iov2, nvector, i + 1);
127 if (writev(fd_w, iov1, nvector) < 0)
    [all...]
diotest6.c 34 * [-v nvector] [-f fileaname]
66 static int nvector = 20; variable
76 "Usage: diotest6 [-b bufsize] [-o offset] [-n numchild] [-i iterations] [-v nvector] [-f filename]\n");
93 iov_r = calloc(nvector, sizeof(*iov_r));
94 iov_w = calloc(nvector, sizeof(*iov_w));
103 for (i = 0; i < nvector; i++) {
111 for (i = 0; i < nvector; i++) {
121 seekoff = offset + bufsize * childnum * nvector;
123 vfillbuf(iov_w, nvector, childnum+i);
130 n = writev(fd_w, iov_w, nvector);
    [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
gmock_class_test.py 181 'MOCK_METHOD1(Bar,\nvector<int>*(int n));',
  /external/googletest/googlemock/scripts/generator/cpp/
gmock_class_test.py 254 'MOCK_METHOD1(Bar,\nvector<int>*(int n));',
  /external/v8/testing/gmock/scripts/generator/cpp/
gmock_class_test.py 254 'MOCK_METHOD1(Bar,\nvector<int>*(int n));',
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 704 milliseconds