Searched refs:len (Results 276 - 300 of 2040) sorted by relevance

<<11121314151617181920>>

/haiku-buildtools/gcc/gcc/testsuite/objc.dg/strings/
H A Dconst-str-1.m18 int len;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dpr55857-1.c4 foo (int *data, unsigned len, const int qlp_coeff[], int lp, int residual[]) argument
8 for(i = 0; i < (int)len; i++)
H A Dvect-iv-11.c7 main1 (int len) argument
10 int i = len;
H A Dpr60012.c13 const complex16_t *x, unsigned len)
16 for (i = 0; i < len; i++)
12 libvector_AccSquareNorm_ref(unsigned int *acc, const complex16_t *x, unsigned len) argument
H A Dpr60196-1.c7 bar (const short *a, int len) argument
12 for (x = 0; x < len; x++)
/haiku-buildtools/isl/
H A Disl_tarjan.h18 * len is the number of nodes
27 int len; member in struct:isl_tarjan_graph
36 struct isl_tarjan_graph *isl_tarjan_graph_init(isl_ctx *ctx, int len,
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dmemmove-1.c10 domem (void *dest, const void *src, int len) argument
12 __builtin_memmove (dest, src, len);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr64705.c6 int foo(char *flags, long len, long i, long steps) argument
13 for(iter = i + step ; iter <= len ; iter += step)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/array/requirements/
H A Dfill.cc30 const size_t len = 3; local
31 typedef std::array<int, len> array_type;
H A Dzero_sized_arrays.cc28 const size_t len = 0; local
29 typedef std::array<int, len> array_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/array/element_access/
H A Dfront.cc28 const size_t len = 5; local
29 typedef std::array<int, len> array_type;
H A Dback.cc28 const size_t len = 5; local
29 typedef std::array<int, len> array_type;
H A Ddata.cc28 const size_t len = 5; local
29 typedef std::array<int, len> array_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/array/iterators/
H A Dend_is_one_past.cc28 const size_t len = 5; local
29 typedef std::array<int, len> array_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/array/comparison_operators/
H A Dgreater.cc26 const size_t len = 5; local
27 typedef std::array<int, len> array_type;
H A Dequal.cc26 const size_t len = 5; local
27 typedef std::array<int, len> array_type;
H A Dgreater_or_equal.cc26 const size_t len = 5; local
27 typedef std::array<int, len> array_type;
H A Dless_or_equal.cc26 const size_t len = 5; local
27 typedef std::array<int, len> array_type;
H A Dnot_equal.cc26 const size_t len = 5; local
27 typedef std::array<int, len> array_type;
H A Dless.cc26 const size_t len = 5; local
27 typedef std::array<int, len> array_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/6_containers/array/comparison_operators/
H A Dgreater_or_equal.cc28 const size_t len = 5; local
29 typedef std::tr1::array<int, len> array_type;
H A Dless_or_equal.cc28 const size_t len = 5; local
29 typedef std::tr1::array<int, len> array_type;
H A Dnot_equal.cc28 const size_t len = 5; local
29 typedef std::tr1::array<int, len> array_type;
H A Dgreater.cc28 const size_t len = 5; local
29 typedef std::tr1::array<int, len> array_type;
H A Dequal.cc28 const size_t len = 5; local
29 typedef std::tr1::array<int, len> array_type;

Completed in 244 milliseconds

<<11121314151617181920>>