Searched refs:vlen (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A Dgetenv_.c25 G77_getenv_0 (fname, value, flen, vlen) char *value, *fname; ftnlen vlen, flen;
28 G77_getenv_0 (char *fname, char *value, ftnlen flen, ftnlen vlen)
51 while(*ep && vlen-- > 0)
54 while(vlen-- > 0)
/haiku-buildtools/gcc/libsanitizer/include/sanitizer/
H A Dlinux_syscall_hooks.h956 #define __sanitizer_syscall_pre_readv(fd, vec, vlen) \
957 __sanitizer_syscall_pre_impl_readv((long)(fd), (long)(vec), (long)(vlen))
958 #define __sanitizer_syscall_post_readv(res, fd, vec, vlen) \
960 (long)(vlen))
966 #define __sanitizer_syscall_pre_writev(fd, vec, vlen) \
967 __sanitizer_syscall_pre_impl_writev((long)(fd), (long)(vec), (long)(vlen))
968 #define __sanitizer_syscall_post_writev(res, fd, vec, vlen) \
970 (long)(vlen))
1001 #define __sanitizer_syscall_pre_preadv(fd, vec, vlen, pos_l, pos_h) \
1002 __sanitizer_syscall_pre_impl_preadv((long)(fd), (long)(vec), (long)(vlen), \
[all...]
/haiku-buildtools/legacy/gcc/libf2c/
H A Df2cext.c87 void getenv_ (char *fname, char *value, ftnlen flen, ftnlen vlen) { argument
88 extern void G77_getenv_0 (char *fname, char *value, ftnlen flen, ftnlen vlen);
89 G77_getenv_0 (fname, value, flen, vlen);
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc169 PRE_SYSCALL(recvmmsg)(long fd, sanitizer_kernel_mmsghdr *msg, long vlen,
171 PRE_READ(msg, vlen * sizeof(*msg));
175 long vlen, long flags, void *timeout) {
1592 PRE_SYSCALL(readv)(long fd, const __sanitizer_iovec *vec, long vlen) {}
1595 long vlen) {
1597 if (vec) kernel_write_iovec(vec, vlen, res);
1607 PRE_SYSCALL(writev)(long fd, const __sanitizer_iovec *vec, long vlen) {}
1610 long vlen) {
1612 if (vec) kernel_read_iovec(vec, vlen, res);
1650 PRE_SYSCALL(preadv)(long fd, const __sanitizer_iovec *vec, long vlen,
[all...]
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-cppbuiltin.c1380 size_t vlen = 18; local
1383 buf = (char *) alloca (mlen + vlen + extra);
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-common.c196 int vlen; local
200 vlen = strlen (value) + 1;
202 if (TREE_INT_CST_LOW (TYPE_MAX_VALUE (TYPE_DOMAIN (type))) < vlen
205 build_index_type (build_int_2 (vlen, 0)));
215 init = build_string (vlen, value);
H A Dfinal.c2464 register int vlen, idx;
2494 vlen = XVECLEN (body, GET_CODE (body) == ADDR_DIFF_VEC);
2495 for (idx = 0; idx < vlen; idx++)
2455 register int vlen, idx; local
/haiku-buildtools/gcc/gcc/config/stormy16/
H A Dstormy16.c1930 int vlen, idx;
1934 vlen = XVECLEN (table, 0);
1935 for (idx = 0; idx < vlen; idx++)
1925 int vlen, idx; local
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c7388 int idx, vlen = XVECLEN (body, 0);
7401 for (idx = 0; idx < vlen; idx++)
7418 int idx, vlen = XVECLEN (body, 1);
7431 for (idx = 0; idx < vlen; idx++)
7363 int idx, vlen = XVECLEN (body, 0); local
7393 int idx, vlen = XVECLEN (body, 1); local
/haiku-buildtools/gcc/gcc/
H A Dfinal.c2543 int vlen, idx;
2572 vlen = XVECLEN (body, GET_CODE (body) == ADDR_DIFF_VEC);
2573 for (idx = 0; idx < vlen; idx++)
2533 int vlen, idx; local
/haiku-buildtools/gcc/gcc/config/pa/
H A Dpa.c10536 int idx, vlen = XVECLEN (body, 0);
10541 for (idx = 0; idx < vlen; idx++)
10556 int idx, vlen = XVECLEN (body, 1);
10561 for (idx = 0; idx < vlen; idx++)
10520 int idx, vlen = XVECLEN (body, 0); local
10540 int idx, vlen = XVECLEN (body, 1); local
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c9758 int idx, vlen = XVECLEN (body, 0);
9771 for (idx = 0; idx < vlen; idx++)
9787 int idx, vlen = XVECLEN (body, 1);
9800 for (idx = 0; idx < vlen; idx++)
9737 int idx, vlen = XVECLEN (body, 0); local
9766 int idx, vlen = XVECLEN (body, 1); local
/haiku-buildtools/binutils/gold/
H A Dpowerpc.cc2039 section_size_type vlen;
2040 unsigned char* view = this->get_output_view(this->toc_shndx(), &vlen);
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc7059 unsigned long vlen; local
7063 && nclen.to_unsigned_long(&vlen) == Numeric_constant::NC_UL_VALID
7065 && vlen > vcap)

Completed in 410 milliseconds