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

1 2 3

  /external/valgrind/memcheck/tests/darwin/
aio.c 11 #define LEN 10
12 char buf[LEN];
24 a.aio_nbytes = LEN;
  /bionic/libc/arch-x86/atom/string/
ssse3-memcpy-atom.S 78 #define LEN SRC+4
133 movl LEN(%esp), %ecx
    [all...]
sse2-memchr-atom.S 87 #define LEN STR2+4
94 mov LEN(%esp), %edx
sse2-memrchr-atom.S 84 #define LEN STR2+4
90 mov LEN(%esp), %edx
sse2-memset-atom.S 57 #define LEN (CHR+4)
58 #define CHK_DST_LEN (LEN+4)
92 movl LEN(%esp), %ecx
105 movl LEN(%esp), %ecx
ssse3-memcmp-atom.S 96 #define LEN BLK2+4
107 movl LEN(%esp), %ecx
    [all...]
ssse3-strlcat-atom.S 82 #define LEN SRC+4
88 mov LEN(%esp), %ebx
112 movl LEN(%esp), %ebx
841 movl LEN(%esp), %ebx
  /bionic/libc/arch-x86/silvermont/string/
sse2-strcpy-slm.S 102 #define LEN STR2+4
139 movl LEN(%esp), %ebx
    [all...]
sse2-memcpy-slm.S 78 #define LEN SRC+4
99 movl LEN(%esp), %ecx
sse2-memmove-slm.S 78 #define LEN SRC+4
99 movl LEN(%esp), %ecx
sse2-memset-slm.S 57 #define LEN (CHR+4)
58 #define CHK_DST_LEN (LEN+4)
92 movl LEN(%esp), %ecx
105 movl LEN(%esp), %ecx
sse4-memcmp-slm.S 96 #define LEN BLK2 + 4
137 movl LEN(%esp), %ecx
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_internal.h 51 #define LEN(size) \
59 LEN(4); \
83 if (pos > len) \
91 if (pos > len) \
95 if (pos > len) \
  /art/runtime/arch/x86/
memcmp16_x86.S 41 #define LEN BLK2+4
46 movl LEN(%esp), %ecx
  /external/blktrace/
strverscmp.c 79 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
81 #define LEN 3
113 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
115 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP,
116 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP,
117 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
146 case LEN:
  /external/ltp/testcases/kernel/syscalls/memset/
memset01.c 48 #define LEN 100
  /external/ltp/testcases/kernel/syscalls/munlock/
munlock02.c 83 #define LEN 1024
89 int len; member in struct:test_case_t
112 TC[0].len = 8 * getpagesize();
114 TEST(munlock(TC[i].addr, TC[i].len));
155 TC[0].len = 8 * getpagesize();
156 address = mmap(0, TC[0].len, PROT_READ | PROT_WRITE,
160 memset(address, 0x20, TC[0].len);
161 TEST(mlock(address, TC[0].len));
167 TC[0].len, TEST_RETURN);
  /external/strace/tests/
pwritev.c 37 # define LEN 8
38 # define LIM (LEN - 1)
87 char *buf = tail_alloc(LEN);
89 for (i = 0; i < LEN; ++i)
92 struct iovec *iov = tail_alloc(sizeof(*iov) * LEN);
93 for (i = 0; i < LEN; ++i) {
96 iov[i].iov_len = LEN - i;
102 for (i = 0; i < LEN; ++i) {
107 print_iovec(iov, i + 1, LEN);
112 for (i = 0; i <= LEN; ++i)
    [all...]
preadv.c 38 # define LEN 8
69 char *buf = tail_alloc(LEN);
72 iov->iov_len = LEN;
78 if (preadv(0, iov, 1, offset) != LEN)
82 printf(", 1, %lld) = %u\n", (long long) offset, LEN);
  /external/strace/tests-m32/
pwritev.c 37 # define LEN 8
38 # define LIM (LEN - 1)
87 char *buf = tail_alloc(LEN);
89 for (i = 0; i < LEN; ++i)
92 struct iovec *iov = tail_alloc(sizeof(*iov) * LEN);
93 for (i = 0; i < LEN; ++i) {
96 iov[i].iov_len = LEN - i;
102 for (i = 0; i < LEN; ++i) {
107 print_iovec(iov, i + 1, LEN);
112 for (i = 0; i <= LEN; ++i)
    [all...]
preadv.c 38 # define LEN 8
69 char *buf = tail_alloc(LEN);
72 iov->iov_len = LEN;
78 if (preadv(0, iov, 1, offset) != LEN)
82 printf(", 1, %lld) = %u\n", (long long) offset, LEN);
  /external/strace/tests-mx32/
pwritev.c 37 # define LEN 8
38 # define LIM (LEN - 1)
87 char *buf = tail_alloc(LEN);
89 for (i = 0; i < LEN; ++i)
92 struct iovec *iov = tail_alloc(sizeof(*iov) * LEN);
93 for (i = 0; i < LEN; ++i) {
96 iov[i].iov_len = LEN - i;
102 for (i = 0; i < LEN; ++i) {
107 print_iovec(iov, i + 1, LEN);
112 for (i = 0; i <= LEN; ++i)
    [all...]
preadv.c 38 # define LEN 8
69 char *buf = tail_alloc(LEN);
72 iov->iov_len = LEN;
78 if (preadv(0, iov, 1, offset) != LEN)
82 printf(", 1, %lld) = %u\n", (long long) offset, LEN);
  /toolchain/binutils/binutils-2.27/libiberty/
strverscmp.c 80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
82 #define LEN 3
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
116 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP,
117 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP,
118 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
147 case LEN:
  /external/ltp/testcases/kernel/io/direct_io/
diotest1.c 52 #define LEN 30
55 static char infile[LEN]; /* Input file. Default "infile" */
56 static char outfile[LEN]; /* Output file. Default "outfile" */

Completed in 1183 milliseconds

1 2 3