Home
last modified time | relevance | path

Searched defs:seq (Results 251 – 275 of 25179) sorted by relevance

1...<<11121314151617181920>>...1008

/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/org/omg/CORBA/
H A DDataInputStream.java180 void read_any_array(AnySeqHolder seq, int offset, int length); in read_any_array()
187 void read_boolean_array(BooleanSeqHolder seq, int offset, int length); in read_boolean_array()
195 void read_char_array(CharSeqHolder seq, int offset, int length); in read_char_array()
203 void read_wchar_array(WCharSeqHolder seq, int offset, int length); in read_wchar_array()
211 void read_octet_array(OctetSeqHolder seq, int offset, int length); in read_octet_array()
219 void read_short_array(ShortSeqHolder seq, int offset, int length); in read_short_array()
227 void read_ushort_array(UShortSeqHolder seq, int offset, int length); in read_ushort_array()
235 void read_long_array(LongSeqHolder seq, int offset, int length); in read_long_array()
243 void read_ulong_array(ULongSeqHolder seq, int offset, int length); in read_ulong_array()
267 void read_float_array(FloatSeqHolder seq, int offset, int length); in read_float_array()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/org/omg/CORBA/
H A DDataInputStream.java180 void read_any_array(AnySeqHolder seq, int offset, int length); in read_any_array()
187 void read_boolean_array(BooleanSeqHolder seq, int offset, int length); in read_boolean_array()
195 void read_char_array(CharSeqHolder seq, int offset, int length); in read_char_array()
203 void read_wchar_array(WCharSeqHolder seq, int offset, int length); in read_wchar_array()
211 void read_octet_array(OctetSeqHolder seq, int offset, int length); in read_octet_array()
219 void read_short_array(ShortSeqHolder seq, int offset, int length); in read_short_array()
227 void read_ushort_array(UShortSeqHolder seq, int offset, int length); in read_ushort_array()
235 void read_long_array(LongSeqHolder seq, int offset, int length); in read_long_array()
243 void read_ulong_array(ULongSeqHolder seq, int offset, int length); in read_ulong_array()
267 void read_float_array(FloatSeqHolder seq, int offset, int length); in read_float_array()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/org/omg/CORBA/
H A DDataInputStream.java199 void read_any_array (org.omg.CORBA.AnySeqHolder seq, int offset, int length); in read_any_array()
211 void read_boolean_array (org.omg.CORBA.BooleanSeqHolder seq, int offset, int length); in read_boolean_array()
223 void read_char_array (org.omg.CORBA.CharSeqHolder seq, int offset, int length); in read_char_array()
235 void read_wchar_array (org.omg.CORBA.WCharSeqHolder seq, int offset, int length); in read_wchar_array()
247 void read_octet_array (org.omg.CORBA.OctetSeqHolder seq, int offset, int length); in read_octet_array()
259 void read_short_array (org.omg.CORBA.ShortSeqHolder seq, int offset, int length); in read_short_array()
271 void read_ushort_array (org.omg.CORBA.UShortSeqHolder seq, int offset, int length); in read_ushort_array()
283 void read_long_array (org.omg.CORBA.LongSeqHolder seq, int offset, int length); in read_long_array()
295 void read_ulong_array (org.omg.CORBA.ULongSeqHolder seq, int offset, int length); in read_ulong_array()
331 void read_float_array (org.omg.CORBA.FloatSeqHolder seq, int offset, int length); in read_float_array()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/org/omg/CORBA/
H A DDataInputStream.java199 void read_any_array (org.omg.CORBA.AnySeqHolder seq, int offset, int length); in read_any_array()
211 void read_boolean_array (org.omg.CORBA.BooleanSeqHolder seq, int offset, int length); in read_boolean_array()
223 void read_char_array (org.omg.CORBA.CharSeqHolder seq, int offset, int length); in read_char_array()
235 void read_wchar_array (org.omg.CORBA.WCharSeqHolder seq, int offset, int length); in read_wchar_array()
247 void read_octet_array (org.omg.CORBA.OctetSeqHolder seq, int offset, int length); in read_octet_array()
259 void read_short_array (org.omg.CORBA.ShortSeqHolder seq, int offset, int length); in read_short_array()
271 void read_ushort_array (org.omg.CORBA.UShortSeqHolder seq, int offset, int length); in read_ushort_array()
283 void read_long_array (org.omg.CORBA.LongSeqHolder seq, int offset, int length); in read_long_array()
295 void read_ulong_array (org.omg.CORBA.ULongSeqHolder seq, int offset, int length); in read_ulong_array()
331 void read_float_array (org.omg.CORBA.FloatSeqHolder seq, int offset, int length); in read_float_array()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/foreign/
H A DTestLayoutPaths.java47 SequenceLayout seq = MemoryLayout.ofSequence(MemoryLayouts.JAVA_INT); in testBadSelectFromSeq() local
59 SequenceLayout seq = MemoryLayout.ofSequence(MemoryLayouts.JAVA_INT); in testBadSelectFromValue() local
77 SequenceLayout seq = MemoryLayout.ofSequence(5, MemoryLayouts.JAVA_INT); in testOutOfBoundsSeqIndex() local
83 SequenceLayout seq = MemoryLayout.ofSequence(5, MemoryLayouts.JAVA_INT); in testNegativeSeqIndex() local
89 SequenceLayout seq = MemoryLayout.ofSequence(5, MemoryLayouts.JAVA_INT); in testOutOfBoundsSeqRange() local
95 SequenceLayout seq = MemoryLayout.ofSequence(5, MemoryLayouts.JAVA_INT); in testNegativeSeqRange() local
101 … SequenceLayout seq = MemoryLayout.ofSequence(5, MemoryLayout.ofStruct(MemoryLayouts.JAVA_INT)); in testIncompleteAccess() local
143 SequenceLayout seq = MemoryLayout.ofSequence(10, MemoryLayouts.JAVA_INT); in testBadSequencePathInOffset() local
157 SequenceLayout seq = MemoryLayout.ofSequence(10, MemoryLayouts.JAVA_INT); in testBadSequencePathInSelect() local
170 SequenceLayout seq = MemoryLayout.ofSequence(10, MemoryLayouts.JAVA_INT); in testBadSequencePathInMap() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/http2/hpack/decoder/
H A Dhpack_whole_entry_buffer_test.cc61 InSequence seq; in TEST_F() local
66 InSequence seq; in TEST_F() local
71 InSequence seq; in TEST_F() local
76 InSequence seq; in TEST_F() local
83 InSequence seq; in TEST_F() local
92 InSequence seq; in TEST_F() local
97 InSequence seq; in TEST_F() local
102 InSequence seq; in TEST_F() local
107 InSequence seq; in TEST_F() local
114 InSequence seq; in TEST_F() local
/dports/devel/boost-docs/boost_1_72_0/boost/preprocessor/seq/
H A Dreverse.hpp22 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMPTY… argument
24 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_REVERSE_I(seq) argument
25 # define BOOST_PP_SEQ_REVERSE_I(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMP… argument
33 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, BOO… argument
35 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_REVERSE_S_I(s, seq) argument
36 # define BOOST_PP_SEQ_REVERSE_S_I(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, B… argument
/dports/devel/hyperscan/boost_1_75_0/boost/preprocessor/seq/
H A Drest_n.hpp28 # define BOOST_PP_SEQ_REST_N(n, seq) BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, BOOST_PP_SEQ_DETAIL… argument
30 # define BOOST_PP_SEQ_REST_N(n, seq) BOOST_PP_SEQ_REST_N_I(n, seq) argument
31 # define BOOST_PP_SEQ_REST_N_I(n, seq) BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, BOOST_PP_SEQ_DETA… argument
34 # define BOOST_PP_SEQ_REST_N_DETAIL_EXEC_NO_MATCH(n, seq) argument
35 # define BOOST_PP_SEQ_REST_N_DETAIL_EXEC_MATCH(n, seq) \ argument
38 # define BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, size) \ argument
/dports/devel/R-cran-BH/BH/inst/include/boost/preprocessor/seq/
H A Dreverse.hpp22 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMPTY… argument
24 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_REVERSE_I(seq) argument
25 # define BOOST_PP_SEQ_REVERSE_I(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMP… argument
33 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, BOO… argument
35 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_REVERSE_S_I(s, seq) argument
36 # define BOOST_PP_SEQ_REVERSE_S_I(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, B… argument
H A Drest_n.hpp28 # define BOOST_PP_SEQ_REST_N(n, seq) BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, BOOST_PP_SEQ_DETAIL… argument
30 # define BOOST_PP_SEQ_REST_N(n, seq) BOOST_PP_SEQ_REST_N_I(n, seq) argument
31 # define BOOST_PP_SEQ_REST_N_I(n, seq) BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, BOOST_PP_SEQ_DETA… argument
34 # define BOOST_PP_SEQ_REST_N_DETAIL_EXEC_NO_MATCH(n, seq) argument
35 # define BOOST_PP_SEQ_REST_N_DETAIL_EXEC_MATCH(n, seq) \ argument
38 # define BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, size) \ argument
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/preprocessor/seq/
H A Dreverse.hpp22 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMPTY… argument
24 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_REVERSE_I(seq) argument
25 # define BOOST_PP_SEQ_REVERSE_I(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMP… argument
33 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, BOO… argument
35 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_REVERSE_S_I(s, seq) argument
36 # define BOOST_PP_SEQ_REVERSE_S_I(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, B… argument
/dports/devel/rpclib/rpclib-2.2.1/include/rpc/msgpack/preprocessor/seq/
H A Dreverse.hpp22 # define MSGPACK_PP_SEQ_REVERSE(seq) MSGPACK_PP_SEQ_FOLD_LEFT(MSGPACK_PP_SEQ_REVERSE_O, MSGPACK_… argument
24 # define MSGPACK_PP_SEQ_REVERSE(seq) MSGPACK_PP_SEQ_REVERSE_I(seq) argument
25 # define MSGPACK_PP_SEQ_REVERSE_I(seq) MSGPACK_PP_SEQ_FOLD_LEFT(MSGPACK_PP_SEQ_REVERSE_O, MSGPAC… argument
33 # define MSGPACK_PP_SEQ_REVERSE_S(s, seq) MSGPACK_PP_SEQ_FOLD_LEFT_ ## s(MSGPACK_PP_SEQ_REVERSE_… argument
35 # define MSGPACK_PP_SEQ_REVERSE_S(s, seq) MSGPACK_PP_SEQ_REVERSE_S_I(s, seq) argument
36 # define MSGPACK_PP_SEQ_REVERSE_S_I(s, seq) MSGPACK_PP_SEQ_FOLD_LEFT_ ## s(MSGPACK_PP_SEQ_REVERS… argument
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/boost_1_47/boost/preprocessor/seq/
H A Dreverse.hpp22 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMPTY… argument
24 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_REVERSE_I(seq) argument
25 # define BOOST_PP_SEQ_REVERSE_I(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMP… argument
33 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, BOO… argument
35 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_REVERSE_S_I(s, seq) argument
36 # define BOOST_PP_SEQ_REVERSE_S_I(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, B… argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/preprocessor/seq/
H A Dreverse.hpp22 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMPTY… argument
24 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_REVERSE_I(seq) argument
25 # define BOOST_PP_SEQ_REVERSE_I(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMP… argument
33 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, BOO… argument
35 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_REVERSE_S_I(s, seq) argument
36 # define BOOST_PP_SEQ_REVERSE_S_I(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, B… argument
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/preprocessor/seq/
H A Drest_n.hpp28 # define BOOST_PP_SEQ_REST_N(n, seq) BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, BOOST_PP_SEQ_DETAIL… argument
30 # define BOOST_PP_SEQ_REST_N(n, seq) BOOST_PP_SEQ_REST_N_I(n, seq) argument
31 # define BOOST_PP_SEQ_REST_N_I(n, seq) BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, BOOST_PP_SEQ_DETA… argument
34 # define BOOST_PP_SEQ_REST_N_DETAIL_EXEC_NO_MATCH(n, seq) argument
35 # define BOOST_PP_SEQ_REST_N_DETAIL_EXEC_MATCH(n, seq) \ argument
38 # define BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, size) \ argument
H A Dreverse.hpp22 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMPTY… argument
24 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_REVERSE_I(seq) argument
25 # define BOOST_PP_SEQ_REVERSE_I(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMP… argument
33 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, BOO… argument
35 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_REVERSE_S_I(s, seq) argument
36 # define BOOST_PP_SEQ_REVERSE_S_I(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, B… argument
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/preprocessor/seq/
H A Drest_n.hpp28 # define BOOST_PP_SEQ_REST_N(n, seq) BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, BOOST_PP_SEQ_DETAIL… argument
30 # define BOOST_PP_SEQ_REST_N(n, seq) BOOST_PP_SEQ_REST_N_I(n, seq) argument
31 # define BOOST_PP_SEQ_REST_N_I(n, seq) BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, BOOST_PP_SEQ_DETA… argument
34 # define BOOST_PP_SEQ_REST_N_DETAIL_EXEC_NO_MATCH(n, seq) argument
35 # define BOOST_PP_SEQ_REST_N_DETAIL_EXEC_MATCH(n, seq) \ argument
38 # define BOOST_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, size) \ argument
H A Dreverse.hpp22 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMPTY… argument
24 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_REVERSE_I(seq) argument
25 # define BOOST_PP_SEQ_REVERSE_I(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMP… argument
33 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, BOO… argument
35 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_REVERSE_S_I(s, seq) argument
36 # define BOOST_PP_SEQ_REVERSE_S_I(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, B… argument
/dports/databases/xtrabackup/boost_1_59_0/boost/preprocessor/seq/
H A Dreverse.hpp22 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMPTY… argument
24 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_REVERSE_I(seq) argument
25 # define BOOST_PP_SEQ_REVERSE_I(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMP… argument
33 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, BOO… argument
35 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_REVERSE_S_I(s, seq) argument
36 # define BOOST_PP_SEQ_REVERSE_S_I(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, B… argument
/dports/databases/percona57-server/boost_1_59_0/boost/preprocessor/seq/
H A Dreverse.hpp22 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMPTY… argument
24 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_REVERSE_I(seq) argument
25 # define BOOST_PP_SEQ_REVERSE_I(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMP… argument
33 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, BOO… argument
35 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_REVERSE_S_I(s, seq) argument
36 # define BOOST_PP_SEQ_REVERSE_S_I(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, B… argument
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/deps/rpclib/include/rpc/msgpack/preprocessor/seq/
H A Dreverse.hpp22 # define MSGPACK_PP_SEQ_REVERSE(seq) MSGPACK_PP_SEQ_FOLD_LEFT(MSGPACK_PP_SEQ_REVERSE_O, MSGPACK_… argument
24 # define MSGPACK_PP_SEQ_REVERSE(seq) MSGPACK_PP_SEQ_REVERSE_I(seq) argument
25 # define MSGPACK_PP_SEQ_REVERSE_I(seq) MSGPACK_PP_SEQ_FOLD_LEFT(MSGPACK_PP_SEQ_REVERSE_O, MSGPAC… argument
33 # define MSGPACK_PP_SEQ_REVERSE_S(s, seq) MSGPACK_PP_SEQ_FOLD_LEFT_ ## s(MSGPACK_PP_SEQ_REVERSE_… argument
35 # define MSGPACK_PP_SEQ_REVERSE_S(s, seq) MSGPACK_PP_SEQ_REVERSE_S_I(s, seq) argument
36 # define MSGPACK_PP_SEQ_REVERSE_S_I(s, seq) MSGPACK_PP_SEQ_FOLD_LEFT_ ## s(MSGPACK_PP_SEQ_REVERS… argument
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/preprocessor/seq/
H A Dreverse.hpp22 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMPTY… argument
24 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_REVERSE_I(seq) argument
25 # define BOOST_PP_SEQ_REVERSE_I(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMP… argument
33 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, BOO… argument
35 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_REVERSE_S_I(s, seq) argument
36 # define BOOST_PP_SEQ_REVERSE_S_I(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, B… argument
/dports/devel/cquery/cquery-20180718/third_party/msgpack-c/include/msgpack/preprocessor/seq/
H A Dreverse.hpp22 # define MSGPACK_PP_SEQ_REVERSE(seq) MSGPACK_PP_SEQ_FOLD_LEFT(MSGPACK_PP_SEQ_REVERSE_O, MSGPACK_… argument
24 # define MSGPACK_PP_SEQ_REVERSE(seq) MSGPACK_PP_SEQ_REVERSE_I(seq) argument
25 # define MSGPACK_PP_SEQ_REVERSE_I(seq) MSGPACK_PP_SEQ_FOLD_LEFT(MSGPACK_PP_SEQ_REVERSE_O, MSGPAC… argument
33 # define MSGPACK_PP_SEQ_REVERSE_S(s, seq) MSGPACK_PP_SEQ_FOLD_LEFT_ ## s(MSGPACK_PP_SEQ_REVERSE_… argument
35 # define MSGPACK_PP_SEQ_REVERSE_S(s, seq) MSGPACK_PP_SEQ_REVERSE_S_I(s, seq) argument
36 # define MSGPACK_PP_SEQ_REVERSE_S_I(s, seq) MSGPACK_PP_SEQ_FOLD_LEFT_ ## s(MSGPACK_PP_SEQ_REVERS… argument
/dports/databases/percona57-client/boost_1_59_0/boost/preprocessor/seq/
H A Dreverse.hpp22 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMPTY… argument
24 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_REVERSE_I(seq) argument
25 # define BOOST_PP_SEQ_REVERSE_I(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMP… argument
33 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, BOO… argument
35 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_REVERSE_S_I(s, seq) argument
36 # define BOOST_PP_SEQ_REVERSE_S_I(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, B… argument
/dports/editors/madedit/madedit-0.2.9/xpressive/boost/preprocessor/seq/
H A Dreverse.hpp22 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMPTY… argument
24 # define BOOST_PP_SEQ_REVERSE(seq) BOOST_PP_SEQ_REVERSE_I(seq) argument
25 # define BOOST_PP_SEQ_REVERSE_I(seq) BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_REVERSE_O, BOOST_PP_EMP… argument
33 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, BOO… argument
35 # define BOOST_PP_SEQ_REVERSE_S(s, seq) BOOST_PP_SEQ_REVERSE_S_I(s, seq) argument
36 # define BOOST_PP_SEQ_REVERSE_S_I(s, seq) BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_REVERSE_O, B… argument

1...<<11121314151617181920>>...1008