Home
last modified time | relevance | path

Searched defs:array (Results 451 – 475 of 56809) sorted by relevance

1...<<11121314151617181920>>...2273

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/asan/TestCases/
H A Dstrtoll_strict.c34 void test1(char *array, char *endptr) { in test1()
41 void test2(char *array, char *endptr) { in test2()
49 void test3(char *array, char *endptr) { in test3()
58 void test4(char *array, char *endptr) { in test4()
64 void test5(char *array, char *endptr) { in test5()
73 void test6(char *array, char *endptr) { in test6()
82 void test7(char *array, char *endptr) { in test7()
91 char* array = array0 + 8; in main() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/asan/TestCases/
H A Dstrtoll_strict.c34 void test1(char *array, char *endptr) { in test1()
41 void test2(char *array, char *endptr) { in test2()
49 void test3(char *array, char *endptr) { in test3()
58 void test4(char *array, char *endptr) { in test4()
64 void test5(char *array, char *endptr) { in test5()
73 void test6(char *array, char *endptr) { in test6()
82 void test7(char *array, char *endptr) { in test7()
91 char* array = array0 + 8; in main() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/asan/TestCases/
H A Dstrtoll_strict.c34 void test1(char *array, char *endptr) { in test1()
41 void test2(char *array, char *endptr) { in test2()
49 void test3(char *array, char *endptr) { in test3()
58 void test4(char *array, char *endptr) { in test4()
64 void test5(char *array, char *endptr) { in test5()
73 void test6(char *array, char *endptr) { in test6()
82 void test7(char *array, char *endptr) { in test7()
91 char* array = array0 + 8; in main() local
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/asan/TestCases/
H A Dstrtoll_strict.c34 void test1(char *array, char *endptr) { in test1()
41 void test2(char *array, char *endptr) { in test2()
49 void test3(char *array, char *endptr) { in test3()
58 void test4(char *array, char *endptr) { in test4()
64 void test5(char *array, char *endptr) { in test5()
73 void test6(char *array, char *endptr) { in test6()
82 void test7(char *array, char *endptr) { in test7()
91 char* array = array0 + 8; in main() local
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/asan/TestCases/
H A Dstrtoll_strict.c34 void test1(char *array, char *endptr) { in test1()
41 void test2(char *array, char *endptr) { in test2()
49 void test3(char *array, char *endptr) { in test3()
58 void test4(char *array, char *endptr) { in test4()
64 void test5(char *array, char *endptr) { in test5()
73 void test6(char *array, char *endptr) { in test6()
82 void test7(char *array, char *endptr) { in test7()
91 char* array = array0 + 8; in main() local
/dports/devel/boost-docs/boost_1_72_0/boost/preprocessor/array/
H A Dto_list.hpp24 # define BOOST_PP_ARRAY_TO_LIST(array) \ argument
34 # define BOOST_PP_ARRAY_TO_LIST_EMPTY(array) BOOST_PP_NIL argument
37 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_ARRAY_TO_LIST_I(BOOST_PP_TUPLE_TO_LIST, array) argument
41 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_ARRAY_TO_LIST_I(array) argument
42 # define BOOST_PP_ARRAY_TO_LIST_I(array) BOOST_PP_TUPLE_TO_LIST ## array argument
44 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_TUPLE_TO_LIST array argument
H A Dto_seq.hpp24 # define BOOST_PP_ARRAY_TO_SEQ(array) \ argument
33 # define BOOST_PP_ARRAY_TO_SEQ_EMPTY(array) argument
36 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_ARRAY_TO_SEQ_I(BOOST_PP_TUPLE_TO_SEQ, array) argument
40 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_ARRAY_TO_SEQ_I(array) argument
41 # define BOOST_PP_ARRAY_TO_SEQ_I(array) BOOST_PP_TUPLE_TO_SEQ ## array argument
43 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_TUPLE_TO_SEQ array argument
/dports/devel/R-cran-BH/BH/inst/include/boost/preprocessor/array/
H A Dto_seq.hpp24 # define BOOST_PP_ARRAY_TO_SEQ(array) \ argument
33 # define BOOST_PP_ARRAY_TO_SEQ_EMPTY(array) argument
36 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_ARRAY_TO_SEQ_I(BOOST_PP_TUPLE_TO_SEQ, array) argument
40 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_ARRAY_TO_SEQ_I(array) argument
41 # define BOOST_PP_ARRAY_TO_SEQ_I(array) BOOST_PP_TUPLE_TO_SEQ ## array argument
43 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_TUPLE_TO_SEQ array argument
H A Dto_list.hpp24 # define BOOST_PP_ARRAY_TO_LIST(array) \ argument
34 # define BOOST_PP_ARRAY_TO_LIST_EMPTY(array) BOOST_PP_NIL argument
37 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_ARRAY_TO_LIST_I(BOOST_PP_TUPLE_TO_LIST, array) argument
41 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_ARRAY_TO_LIST_I(array) argument
42 # define BOOST_PP_ARRAY_TO_LIST_I(array) BOOST_PP_TUPLE_TO_LIST ## array argument
44 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_TUPLE_TO_LIST array argument
/dports/devel/rpclib/rpclib-2.2.1/include/rpc/msgpack/preprocessor/array/
H A Dto_list.hpp24 # define MSGPACK_PP_ARRAY_TO_LIST(array) \ argument
34 # define MSGPACK_PP_ARRAY_TO_LIST_EMPTY(array) MSGPACK_PP_NIL argument
37 # define MSGPACK_PP_ARRAY_TO_LIST_DO(array) MSGPACK_PP_ARRAY_TO_LIST_I(MSGPACK_PP_TUPLE_TO_LIST,… argument
41 # define MSGPACK_PP_ARRAY_TO_LIST_DO(array) MSGPACK_PP_ARRAY_TO_LIST_I(array) argument
42 # define MSGPACK_PP_ARRAY_TO_LIST_I(array) MSGPACK_PP_TUPLE_TO_LIST ## array argument
44 # define MSGPACK_PP_ARRAY_TO_LIST_DO(array) MSGPACK_PP_TUPLE_TO_LIST array argument
H A Dto_seq.hpp24 # define MSGPACK_PP_ARRAY_TO_SEQ(array) \ argument
33 # define MSGPACK_PP_ARRAY_TO_SEQ_EMPTY(array) argument
36 # define MSGPACK_PP_ARRAY_TO_SEQ_DO(array) MSGPACK_PP_ARRAY_TO_SEQ_I(MSGPACK_PP_TUPLE_TO_SEQ, ar… argument
40 # define MSGPACK_PP_ARRAY_TO_SEQ_DO(array) MSGPACK_PP_ARRAY_TO_SEQ_I(array) argument
41 # define MSGPACK_PP_ARRAY_TO_SEQ_I(array) MSGPACK_PP_TUPLE_TO_SEQ ## array argument
43 # define MSGPACK_PP_ARRAY_TO_SEQ_DO(array) MSGPACK_PP_TUPLE_TO_SEQ array argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/preprocessor/array/
H A Dto_list.hpp24 # define BOOST_PP_ARRAY_TO_LIST(array) \ argument
34 # define BOOST_PP_ARRAY_TO_LIST_EMPTY(array) BOOST_PP_NIL argument
37 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_ARRAY_TO_LIST_I(BOOST_PP_TUPLE_TO_LIST, array) argument
41 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_ARRAY_TO_LIST_I(array) argument
42 # define BOOST_PP_ARRAY_TO_LIST_I(array) BOOST_PP_TUPLE_TO_LIST ## array argument
44 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_TUPLE_TO_LIST array argument
H A Dto_seq.hpp24 # define BOOST_PP_ARRAY_TO_SEQ(array) \ argument
33 # define BOOST_PP_ARRAY_TO_SEQ_EMPTY(array) argument
36 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_ARRAY_TO_SEQ_I(BOOST_PP_TUPLE_TO_SEQ, array) argument
40 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_ARRAY_TO_SEQ_I(array) argument
41 # define BOOST_PP_ARRAY_TO_SEQ_I(array) BOOST_PP_TUPLE_TO_SEQ ## array argument
43 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_TUPLE_TO_SEQ array argument
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/preprocessor/array/
H A Dto_seq.hpp24 # define BOOST_PP_ARRAY_TO_SEQ(array) \ argument
33 # define BOOST_PP_ARRAY_TO_SEQ_EMPTY(array) argument
36 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_ARRAY_TO_SEQ_I(BOOST_PP_TUPLE_TO_SEQ, array) argument
40 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_ARRAY_TO_SEQ_I(array) argument
41 # define BOOST_PP_ARRAY_TO_SEQ_I(array) BOOST_PP_TUPLE_TO_SEQ ## array argument
43 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_TUPLE_TO_SEQ array argument
H A Dto_list.hpp24 # define BOOST_PP_ARRAY_TO_LIST(array) \ argument
34 # define BOOST_PP_ARRAY_TO_LIST_EMPTY(array) BOOST_PP_NIL argument
37 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_ARRAY_TO_LIST_I(BOOST_PP_TUPLE_TO_LIST, array) argument
41 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_ARRAY_TO_LIST_I(array) argument
42 # define BOOST_PP_ARRAY_TO_LIST_I(array) BOOST_PP_TUPLE_TO_LIST ## array argument
44 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_TUPLE_TO_LIST array argument
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/container/
H A Dorder.h29 median_int(int *array, int n_elements) in median_int()
34 median_time(time_t *array, int n_elements) in median_time()
39 median_double(double *array, int n_elements) in median_double()
44 median_uint32(uint32_t *array, int n_elements) in median_uint32()
49 median_int32(int32_t *array, int n_elements) in median_int32()
55 third_quartile_uint32(uint32_t *array, int n_elements) in third_quartile_uint32()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/preprocessor/array/
H A Dto_list.hpp24 # define BOOST_PP_ARRAY_TO_LIST(array) \ argument
34 # define BOOST_PP_ARRAY_TO_LIST_EMPTY(array) BOOST_PP_NIL argument
37 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_ARRAY_TO_LIST_I(BOOST_PP_TUPLE_TO_LIST, array) argument
41 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_ARRAY_TO_LIST_I(array) argument
42 # define BOOST_PP_ARRAY_TO_LIST_I(array) BOOST_PP_TUPLE_TO_LIST ## array argument
44 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_TUPLE_TO_LIST array argument
H A Dto_seq.hpp24 # define BOOST_PP_ARRAY_TO_SEQ(array) \ argument
33 # define BOOST_PP_ARRAY_TO_SEQ_EMPTY(array) argument
36 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_ARRAY_TO_SEQ_I(BOOST_PP_TUPLE_TO_SEQ, array) argument
40 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_ARRAY_TO_SEQ_I(array) argument
41 # define BOOST_PP_ARRAY_TO_SEQ_I(array) BOOST_PP_TUPLE_TO_SEQ ## array argument
43 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_TUPLE_TO_SEQ array argument
/dports/databases/percona57-server/boost_1_59_0/boost/preprocessor/array/
H A Dto_list.hpp24 # define BOOST_PP_ARRAY_TO_LIST(array) \ argument
34 # define BOOST_PP_ARRAY_TO_LIST_EMPTY(array) BOOST_PP_NIL argument
37 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_ARRAY_TO_LIST_I(BOOST_PP_TUPLE_TO_LIST, array) argument
41 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_ARRAY_TO_LIST_I(array) argument
42 # define BOOST_PP_ARRAY_TO_LIST_I(array) BOOST_PP_TUPLE_TO_LIST ## array argument
44 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_TUPLE_TO_LIST array argument
H A Dto_seq.hpp24 # define BOOST_PP_ARRAY_TO_SEQ(array) \ argument
33 # define BOOST_PP_ARRAY_TO_SEQ_EMPTY(array) argument
36 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_ARRAY_TO_SEQ_I(BOOST_PP_TUPLE_TO_SEQ, array) argument
40 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_ARRAY_TO_SEQ_I(array) argument
41 # define BOOST_PP_ARRAY_TO_SEQ_I(array) BOOST_PP_TUPLE_TO_SEQ ## array argument
43 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_TUPLE_TO_SEQ array argument
/dports/databases/xtrabackup/boost_1_59_0/boost/preprocessor/array/
H A Dto_list.hpp24 # define BOOST_PP_ARRAY_TO_LIST(array) \ argument
34 # define BOOST_PP_ARRAY_TO_LIST_EMPTY(array) BOOST_PP_NIL argument
37 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_ARRAY_TO_LIST_I(BOOST_PP_TUPLE_TO_LIST, array) argument
41 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_ARRAY_TO_LIST_I(array) argument
42 # define BOOST_PP_ARRAY_TO_LIST_I(array) BOOST_PP_TUPLE_TO_LIST ## array argument
44 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_TUPLE_TO_LIST array argument
H A Dto_seq.hpp24 # define BOOST_PP_ARRAY_TO_SEQ(array) \ argument
33 # define BOOST_PP_ARRAY_TO_SEQ_EMPTY(array) argument
36 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_ARRAY_TO_SEQ_I(BOOST_PP_TUPLE_TO_SEQ, array) argument
40 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_ARRAY_TO_SEQ_I(array) argument
41 # define BOOST_PP_ARRAY_TO_SEQ_I(array) BOOST_PP_TUPLE_TO_SEQ ## array argument
43 # define BOOST_PP_ARRAY_TO_SEQ_DO(array) BOOST_PP_TUPLE_TO_SEQ array argument
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/deps/rpclib/include/rpc/msgpack/preprocessor/array/
H A Dto_list.hpp24 # define MSGPACK_PP_ARRAY_TO_LIST(array) \ argument
34 # define MSGPACK_PP_ARRAY_TO_LIST_EMPTY(array) MSGPACK_PP_NIL argument
37 # define MSGPACK_PP_ARRAY_TO_LIST_DO(array) MSGPACK_PP_ARRAY_TO_LIST_I(MSGPACK_PP_TUPLE_TO_LIST,… argument
41 # define MSGPACK_PP_ARRAY_TO_LIST_DO(array) MSGPACK_PP_ARRAY_TO_LIST_I(array) argument
42 # define MSGPACK_PP_ARRAY_TO_LIST_I(array) MSGPACK_PP_TUPLE_TO_LIST ## array argument
44 # define MSGPACK_PP_ARRAY_TO_LIST_DO(array) MSGPACK_PP_TUPLE_TO_LIST array argument
H A Dto_seq.hpp24 # define MSGPACK_PP_ARRAY_TO_SEQ(array) \ argument
33 # define MSGPACK_PP_ARRAY_TO_SEQ_EMPTY(array) argument
36 # define MSGPACK_PP_ARRAY_TO_SEQ_DO(array) MSGPACK_PP_ARRAY_TO_SEQ_I(MSGPACK_PP_TUPLE_TO_SEQ, ar… argument
40 # define MSGPACK_PP_ARRAY_TO_SEQ_DO(array) MSGPACK_PP_ARRAY_TO_SEQ_I(array) argument
41 # define MSGPACK_PP_ARRAY_TO_SEQ_I(array) MSGPACK_PP_TUPLE_TO_SEQ ## array argument
43 # define MSGPACK_PP_ARRAY_TO_SEQ_DO(array) MSGPACK_PP_TUPLE_TO_SEQ array argument
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/preprocessor/array/
H A Dto_list.hpp24 # define BOOST_PP_ARRAY_TO_LIST(array) \ argument
34 # define BOOST_PP_ARRAY_TO_LIST_EMPTY(array) BOOST_PP_NIL argument
37 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_ARRAY_TO_LIST_I(BOOST_PP_TUPLE_TO_LIST, array) argument
41 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_ARRAY_TO_LIST_I(array) argument
42 # define BOOST_PP_ARRAY_TO_LIST_I(array) BOOST_PP_TUPLE_TO_LIST ## array argument
44 # define BOOST_PP_ARRAY_TO_LIST_DO(array) BOOST_PP_TUPLE_TO_LIST array argument

1...<<11121314151617181920>>...2273