Home
last modified time | relevance | path

Searched defs:p1 (Results 101 – 125 of 26480) sorted by relevance

12345678910>>...1060

/dports/devel/boost-docs/boost_1_72_0/libs/smart_ptr/test/
H A Dpointer_cast_test2.cpp40 std::unique_ptr<int> p1( new int ); in test_static_cast() local
50 std::unique_ptr<int> p1( new int ); in test_static_cast() local
60 std::unique_ptr<int[]> p1( new int[ 1 ] ); in test_static_cast() local
80 std::unique_ptr<D1> p1( new D1 ); in test_static_cast() local
98 std::unique_ptr<int> p1( new int ); in test_const_cast() local
149 std::unique_ptr<D2> p1( new D2 ); in test_dynamic_cast() local
159 std::unique_ptr<B2> p1( new D2 ); in test_dynamic_cast() local
169 std::unique_ptr<B2> p1( new B2 ); in test_dynamic_cast() local
180 std::unique_ptr<B2> p1( q1 ); in test_dynamic_cast() local
192 std::unique_ptr<int> p1( new int ); in test_reinterpret_cast() local
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/smart_ptr/test/
H A Dpointer_cast_test2.cpp40 std::unique_ptr<int> p1( new int ); in test_static_cast() local
50 std::unique_ptr<int> p1( new int ); in test_static_cast() local
60 std::unique_ptr<int[]> p1( new int[ 1 ] ); in test_static_cast() local
80 std::unique_ptr<D1> p1( new D1 ); in test_static_cast() local
98 std::unique_ptr<int> p1( new int ); in test_const_cast() local
149 std::unique_ptr<D2> p1( new D2 ); in test_dynamic_cast() local
159 std::unique_ptr<B2> p1( new D2 ); in test_dynamic_cast() local
169 std::unique_ptr<B2> p1( new B2 ); in test_dynamic_cast() local
180 std::unique_ptr<B2> p1( q1 ); in test_dynamic_cast() local
192 std::unique_ptr<int> p1( new int ); in test_reinterpret_cast() local
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/smart_ptr/test/
H A Dpointer_cast_test2.cpp40 std::unique_ptr<int> p1( new int ); in test_static_cast() local
50 std::unique_ptr<int> p1( new int ); in test_static_cast() local
60 std::unique_ptr<int[]> p1( new int[ 1 ] ); in test_static_cast() local
80 std::unique_ptr<D1> p1( new D1 ); in test_static_cast() local
98 std::unique_ptr<int> p1( new int ); in test_const_cast() local
149 std::unique_ptr<D2> p1( new D2 ); in test_dynamic_cast() local
159 std::unique_ptr<B2> p1( new D2 ); in test_dynamic_cast() local
169 std::unique_ptr<B2> p1( new B2 ); in test_dynamic_cast() local
180 std::unique_ptr<B2> p1( q1 ); in test_dynamic_cast() local
192 std::unique_ptr<int> p1( new int ); in test_reinterpret_cast() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/smart_ptr/test/
H A Dpointer_cast_test2.cpp40 std::unique_ptr<int> p1( new int ); in test_static_cast() local
50 std::unique_ptr<int> p1( new int ); in test_static_cast() local
60 std::unique_ptr<int[]> p1( new int[ 1 ] ); in test_static_cast() local
80 std::unique_ptr<D1> p1( new D1 ); in test_static_cast() local
98 std::unique_ptr<int> p1( new int ); in test_const_cast() local
149 std::unique_ptr<D2> p1( new D2 ); in test_dynamic_cast() local
159 std::unique_ptr<B2> p1( new D2 ); in test_dynamic_cast() local
169 std::unique_ptr<B2> p1( new B2 ); in test_dynamic_cast() local
180 std::unique_ptr<B2> p1( q1 ); in test_dynamic_cast() local
192 std::unique_ptr<int> p1( new int ); in test_reinterpret_cast() local
[all …]
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/effect/
H A Dinterp.h11 static inline Uint16 interp_16_521(Uint16 p1, Uint16 p2, Uint16 p3) in interp_16_521()
17 static inline Uint16 interp_16_332(Uint16 p1, Uint16 p2, Uint16 p3) in interp_16_332()
23 static inline Uint16 interp_16_611(Uint16 p1, Uint16 p2, Uint16 p3) in interp_16_611()
29 static inline Uint16 interp_16_71(Uint16 p1, Uint16 p2) in interp_16_71()
35 static inline Uint16 interp_16_211(Uint16 p1, Uint16 p2, Uint16 p3) in interp_16_211()
41 static inline Uint16 interp_16_772(Uint16 p1, Uint16 p2, Uint16 p3) in interp_16_772()
47 static inline Uint16 interp_16_11(Uint16 p1, Uint16 p2) in interp_16_11()
52 static inline Uint16 interp_16_31(Uint16 p1, Uint16 p2) in interp_16_31()
70 static inline Uint16 interp_16_53(Uint16 p1, Uint16 p2) in interp_16_53()
76 static inline Uint16 interp_16_151(Uint16 p1, Uint16 p2) in interp_16_151()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/foreign/
H A DlibTestUpcall.c122 EXPORT void f0_V_II_(int p0, int p1, void (*cb)(int, int)) { cb(p0,p1); } in f0_V_II_() argument
123 EXPORT void f0_V_IF_(int p0, float p1, void (*cb)(int, float)) { cb(p0,p1); } in f0_V_IF_() argument
124 EXPORT void f0_V_ID_(int p0, double p1, void (*cb)(int, double)) { cb(p0,p1); } in f0_V_ID_() argument
125 EXPORT void f0_V_IP_(int p0, void* p1, void (*cb)(int, void*)) { cb(p0,p1); } in f0_V_IP_() argument
210 EXPORT void f0_V_FI_(float p0, int p1, void (*cb)(float, int)) { cb(p0,p1); } in f0_V_FI_() argument
211 EXPORT void f0_V_FF_(float p0, float p1, void (*cb)(float, float)) { cb(p0,p1); } in f0_V_FF_() argument
213 EXPORT void f0_V_FP_(float p0, void* p1, void (*cb)(float, void*)) { cb(p0,p1); } in f0_V_FP_() argument
298 EXPORT void f0_V_DI_(double p0, int p1, void (*cb)(double, int)) { cb(p0,p1); } in f0_V_DI_() argument
386 EXPORT void f0_V_PI_(void* p0, int p1, void (*cb)(void*, int)) { cb(p0,p1); } in f0_V_PI_() argument
387 EXPORT void f0_V_PF_(void* p0, float p1, void (*cb)(void*, float)) { cb(p0,p1); } in f0_V_PF_() argument
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/foreign/
H A DlibTestUpcall.c122 EXPORT void f0_V_II_(int p0, int p1, void (*cb)(int, int)) { cb(p0,p1); } in f0_V_II_() argument
123 EXPORT void f0_V_IF_(int p0, float p1, void (*cb)(int, float)) { cb(p0,p1); } in f0_V_IF_() argument
124 EXPORT void f0_V_ID_(int p0, double p1, void (*cb)(int, double)) { cb(p0,p1); } in f0_V_ID_() argument
125 EXPORT void f0_V_IP_(int p0, void* p1, void (*cb)(int, void*)) { cb(p0,p1); } in f0_V_IP_() argument
210 EXPORT void f0_V_FI_(float p0, int p1, void (*cb)(float, int)) { cb(p0,p1); } in f0_V_FI_() argument
211 EXPORT void f0_V_FF_(float p0, float p1, void (*cb)(float, float)) { cb(p0,p1); } in f0_V_FF_() argument
213 EXPORT void f0_V_FP_(float p0, void* p1, void (*cb)(float, void*)) { cb(p0,p1); } in f0_V_FP_() argument
298 EXPORT void f0_V_DI_(double p0, int p1, void (*cb)(double, int)) { cb(p0,p1); } in f0_V_DI_() argument
386 EXPORT void f0_V_PI_(void* p0, int p1, void (*cb)(void*, int)) { cb(p0,p1); } in f0_V_PI_() argument
387 EXPORT void f0_V_PF_(void* p0, float p1, void (*cb)(void*, float)) { cb(p0,p1); } in f0_V_PF_() argument
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/freetype-sys-0.13.1/freetype2/src/cache/
H A Dftcglyph.h121 #include "ftcmanag.h" in InitialI()
154 } FTC_GNodeRec, *FTC_GNode; in opCustomString()
163 FTC_Family family; in opMyEnum()
181 FTC_Family family ); in opSmallStruct()
189 FTC_GNode_Compare( FTC_GNode gnode, in opOneOptional()
204 FTC_GNode_Done( FTC_GNode node, in opByteSeq()
217 } FTC_GCacheRec, *FTC_GCache; in opBoolSeq()
225 FTC_GCache_Init( FTC_GCache cache ); in opShortSeq()
237 typedef struct FTC_GCacheClassRec_ in opIntSeq()
248 #define FTC_CACHE_GCACHE_CLASS( x ) \
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/test/Ice/optional/
H A DTestI.cpp100 InitialI::opBool(ICE_IN(Optional<bool>) p1, Optional<bool>& p3, const Current&) in opBool()
107 InitialI::opShort(ICE_IN(Optional<Short>) p1, Optional<Short>& p3, const Current&) in opShort()
114 InitialI::opInt(ICE_IN(Optional<Int>) p1, Optional<Int>& p3, const Current&) in opInt()
121 InitialI::opLong(ICE_IN(Optional<Long>) p1, Optional<Long>& p3, const Current&) in opLong()
128 InitialI::opFloat(ICE_IN(Optional<Float>) p1, Optional<Float>& p3, const Current&) in opFloat()
276 InitialI::opStringSeq(Ice::optional<Ice::StringSeq> p1, in opStringSeq()
344 InitialI::opVarStructSeq(Ice::optional<VarStructSeq> p1, in opVarStructSeq()
493 InitialI::opMStruct2(ICE_IN(IceUtil::Optional<Test::SmallStruct>) p1, in opMStruct2()
508 InitialI::opMSeq2(ICE_IN(IceUtil::Optional<Test::StringSeq>) p1, in opMSeq2()
523 InitialI::opMDict2(ICE_IN(IceUtil::Optional<Test::StringIntDict>) p1, in opMDict2()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/test/Ice/optional/
H A DTestI.cpp100 InitialI::opBool(ICE_IN(Optional<bool>) p1, Optional<bool>& p3, const Current&) in opBool()
107 InitialI::opShort(ICE_IN(Optional<Short>) p1, Optional<Short>& p3, const Current&) in opShort()
114 InitialI::opInt(ICE_IN(Optional<Int>) p1, Optional<Int>& p3, const Current&) in opInt()
121 InitialI::opLong(ICE_IN(Optional<Long>) p1, Optional<Long>& p3, const Current&) in opLong()
128 InitialI::opFloat(ICE_IN(Optional<Float>) p1, Optional<Float>& p3, const Current&) in opFloat()
276 InitialI::opStringSeq(Ice::optional<Ice::StringSeq> p1, in opStringSeq()
344 InitialI::opVarStructSeq(Ice::optional<VarStructSeq> p1, in opVarStructSeq()
493 InitialI::opMStruct2(ICE_IN(IceUtil::Optional<Test::SmallStruct>) p1, in opMStruct2()
508 InitialI::opMSeq2(ICE_IN(IceUtil::Optional<Test::StringSeq>) p1, in opMSeq2()
523 InitialI::opMDict2(ICE_IN(IceUtil::Optional<Test::StringIntDict>) p1, in opMDict2()
[all …]
/dports/sysutils/R-cran-ps/ps/tests/testthat/
H A Dtest-common.R31 p1 <- processx::process$new(px(), c("sleep", "10")) globalVar
55 p1 <- processx::process$new(px(), c("sleep", "10")) globalVar
65 p1 <- processx::process$new(px(), c("sleep", "10")) globalVar
80 p1 <- processx::process$new(px(), c("sleep", "10")) globalVar
93 p1 <- processx::process$new(px(), c("sleep", "10")) globalVar
107 p1 <- processx::process$new(px(), c("sleep", "10")) globalVar
131 p1 <- processx::process$new(px(), c("sleep", "10")) globalVar
142 p1 <- processx::process$new(px(), c("sleep", "10")) globalVar
182 p1 <- processx::process$new(px(), c("sleep", "10")) globalVar
195 p1 <- processx::process$new(px(), c("sleep", "10")) globalVar
[all …]
/dports/devel/php-ice37/ice-3.7.2/csharp/test/Ice/optional/
H A DTestI.cs84 public override Ice.Optional<int> opInt(Ice.Optional<int> p1, in opInt()
165 opOneOptionalProxy(Ice.Optional<Ice.ObjectPrx> p1, in opOneOptionalProxy()
238 opSmallStructSeq(Ice.Optional<Test.SmallStruct[]> p1, in opSmallStructSeq()
247 opSmallStructList(Ice.Optional<List<Test.SmallStruct>> p1, in opSmallStructList()
256 opFixedStructSeq(Ice.Optional<Test.FixedStruct[]> p1, in opFixedStructSeq()
274 opVarStructSeq(Ice.Optional<Test.VarStruct[]> p1, in opVarStructSeq()
283 opSerializable(Ice.Optional<Test.SerializableClass> p1, in opSerializable()
292 opIntIntDict(Ice.Optional<Dictionary<int, int>> p1, in opIntIntDict() argument
301 opStringIntDict(Ice.Optional<Dictionary<string, int>> p1, in opStringIntDict()
363 opMSeq2(Ice.Optional<string[]> p1, Ice.Current current) in opMSeq2()
[all …]
/dports/devel/ice37/ice-3.7.2/csharp/test/Ice/optional/
H A DTestI.cs84 public override Ice.Optional<int> opInt(Ice.Optional<int> p1, in opInt()
165 opOneOptionalProxy(Ice.Optional<Ice.ObjectPrx> p1, in opOneOptionalProxy()
238 opSmallStructSeq(Ice.Optional<Test.SmallStruct[]> p1, in opSmallStructSeq()
247 opSmallStructList(Ice.Optional<List<Test.SmallStruct>> p1, in opSmallStructList()
256 opFixedStructSeq(Ice.Optional<Test.FixedStruct[]> p1, in opFixedStructSeq()
274 opVarStructSeq(Ice.Optional<Test.VarStruct[]> p1, in opVarStructSeq()
283 opSerializable(Ice.Optional<Test.SerializableClass> p1, in opSerializable()
292 opIntIntDict(Ice.Optional<Dictionary<int, int>> p1, in opIntIntDict() argument
301 opStringIntDict(Ice.Optional<Dictionary<string, int>> p1, in opStringIntDict()
363 opMSeq2(Ice.Optional<string[]> p1, Ice.Current current) in opMSeq2()
[all …]
/dports/devel/py-ice37/ice-3.7.2/csharp/test/Ice/optional/
H A DTestI.cs84 public override Ice.Optional<int> opInt(Ice.Optional<int> p1, in opInt()
165 opOneOptionalProxy(Ice.Optional<Ice.ObjectPrx> p1, in opOneOptionalProxy()
238 opSmallStructSeq(Ice.Optional<Test.SmallStruct[]> p1, in opSmallStructSeq()
247 opSmallStructList(Ice.Optional<List<Test.SmallStruct>> p1, in opSmallStructList()
256 opFixedStructSeq(Ice.Optional<Test.FixedStruct[]> p1, in opFixedStructSeq()
274 opVarStructSeq(Ice.Optional<Test.VarStruct[]> p1, in opVarStructSeq()
283 opSerializable(Ice.Optional<Test.SerializableClass> p1, in opSerializable()
292 opIntIntDict(Ice.Optional<Dictionary<int, int>> p1, in opIntIntDict() argument
301 opStringIntDict(Ice.Optional<Dictionary<string, int>> p1, in opStringIntDict()
363 opMSeq2(Ice.Optional<string[]> p1, Ice.Current current) in opMSeq2()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/native/libjli/
H A Djli_util.h71 #define JLI_StrLen(p1) strlen((p1)) argument
72 #define JLI_StrChr(p1, p2) strchr((p1), (p2)) argument
73 #define JLI_StrRChr(p1, p2) strrchr((p1), (p2)) argument
74 #define JLI_StrCmp(p1, p2) strcmp((p1), (p2)) argument
76 #define JLI_StrCat(p1, p2) strcat((p1), (p2)) argument
77 #define JLI_StrCpy(p1, p2) strcpy((p1), (p2)) argument
79 #define JLI_StrStr(p1, p2) strstr((p1), (p2)) argument
80 #define JLI_StrSpn(p1, p2) strspn((p1), (p2)) argument
81 #define JLI_StrCSpn(p1, p2) strcspn((p1), (p2)) argument
82 #define JLI_StrPBrk(p1, p2) strpbrk((p1), (p2)) argument
[all …]
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/filters/
H A Dhq2x.cpp101 #define I11(p0,p1) interp_16_11(c[p0], c[p1]) in hq2x_16_def() argument
103 #define I31(p0,p1) interp_16_31(c[p0], c[p1]) in hq2x_16_def() argument
107 #define I53(p0,p1) interp_16_53(c[p0], c[p1]) in hq2x_16_def() argument
109 #define I71(p0,p1) interp_16_71(c[p0], c[p1]) in hq2x_16_def() argument
111 #define I97(p0,p1) interp_16_97(c[p0], c[p1]) in hq2x_16_def() argument
211 #define I11(p0,p1) interp_32_11(c[p0], c[p1]) in hq2x_32_def() argument
213 #define I31(p0,p1) interp_32_31(c[p0], c[p1]) in hq2x_32_def() argument
217 #define I53(p0,p1) interp_32_53(c[p0], c[p1]) in hq2x_32_def() argument
219 #define I71(p0,p1) interp_32_71(c[p0], c[p1]) in hq2x_32_def() argument
221 #define I97(p0,p1) interp_32_97(c[p0], c[p1]) in hq2x_32_def() argument
[all …]
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A Dhq2x.cpp101 #define I11(p0,p1) interp_16_11(c[p0], c[p1]) in hq2x_16_def() argument
103 #define I31(p0,p1) interp_16_31(c[p0], c[p1]) in hq2x_16_def() argument
107 #define I53(p0,p1) interp_16_53(c[p0], c[p1]) in hq2x_16_def() argument
109 #define I71(p0,p1) interp_16_71(c[p0], c[p1]) in hq2x_16_def() argument
111 #define I97(p0,p1) interp_16_97(c[p0], c[p1]) in hq2x_16_def() argument
211 #define I11(p0,p1) interp_32_11(c[p0], c[p1]) in hq2x_32_def() argument
213 #define I31(p0,p1) interp_32_31(c[p0], c[p1]) in hq2x_32_def() argument
217 #define I53(p0,p1) interp_32_53(c[p0], c[p1]) in hq2x_32_def() argument
219 #define I71(p0,p1) interp_32_71(c[p0], c[p1]) in hq2x_32_def() argument
221 #define I97(p0,p1) interp_32_97(c[p0], c[p1]) in hq2x_32_def() argument
[all …]
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/objects/wrappers/test/
H A DAutoPtr.cpp10 AutoPtr<RecordType> p1; variable
23 AutoPtr<RecordType> p1(alignedNew<RecordType>(5)); variable
37 AutoPtr<RecordType> p1(alignedNew<RecordType>(6)); variable
52 AutoPtr<RecordType> p1(alignedNew<RecordType>(3)); variable
83 AutoPtr<Base> p1; variable
93 AutoPtr<RecordType> p1; variable
128 AutoPtr<RecordType> p1 = makeAuto<RecordType>(6); variable
135 AutoPtr<RecordType> p1; variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/libjli/
H A Djli_util.h71 #define JLI_StrLen(p1) strlen((p1)) argument
72 #define JLI_StrChr(p1, p2) strchr((p1), (p2)) argument
73 #define JLI_StrRChr(p1, p2) strrchr((p1), (p2)) argument
74 #define JLI_StrCmp(p1, p2) strcmp((p1), (p2)) argument
75 #define JLI_StrNCmp(p1, p2, p3) strncmp((p1), (p2), (p3)) argument
76 #define JLI_StrCat(p1, p2) strcat((p1), (p2)) argument
77 #define JLI_StrCpy(p1, p2) strcpy((p1), (p2)) argument
79 #define JLI_StrStr(p1, p2) strstr((p1), (p2)) argument
80 #define JLI_StrSpn(p1, p2) strspn((p1), (p2)) argument
81 #define JLI_StrCSpn(p1, p2) strcspn((p1), (p2)) argument
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/native/libjli/
H A Djli_util.h71 #define JLI_StrLen(p1) strlen((p1)) argument
72 #define JLI_StrChr(p1, p2) strchr((p1), (p2)) argument
73 #define JLI_StrRChr(p1, p2) strrchr((p1), (p2)) argument
74 #define JLI_StrCmp(p1, p2) strcmp((p1), (p2)) argument
75 #define JLI_StrNCmp(p1, p2, p3) strncmp((p1), (p2), (p3)) argument
76 #define JLI_StrCat(p1, p2) strcat((p1), (p2)) argument
77 #define JLI_StrCpy(p1, p2) strcpy((p1), (p2)) argument
79 #define JLI_StrStr(p1, p2) strstr((p1), (p2)) argument
80 #define JLI_StrSpn(p1, p2) strspn((p1), (p2)) argument
81 #define JLI_StrCSpn(p1, p2) strcspn((p1), (p2)) argument
[all …]
/dports/audio/giada/giada-0.17.1/src/deps/json/test/src/
H A Dunit-pointer_access.cpp43 test_type* p1 = value.get_ptr<test_type*>(); variable
72 test_type* p1 = value.get_ptr<test_type*>(); variable
101 test_type* p1 = value.get_ptr<test_type*>(); variable
130 test_type* p1 = value.get_ptr<test_type*>(); variable
159 test_type* p1 = value.get_ptr<test_type*>(); variable
188 test_type* p1 = value.get_ptr<test_type*>(); variable
217 test_type* p1 = value.get_ptr<test_type*>(); variable
246 test_type* p1 = value.get_ptr<test_type*>(); variable
275 test_type* p1 = value.get_ptr<test_type*>(); variable
304 test_type* p1 = value.get_ptr<test_type*>(); variable
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/libjli/
H A Djli_util.h71 #define JLI_StrLen(p1) strlen((p1)) argument
72 #define JLI_StrChr(p1, p2) strchr((p1), (p2)) argument
73 #define JLI_StrRChr(p1, p2) strrchr((p1), (p2)) argument
74 #define JLI_StrCmp(p1, p2) strcmp((p1), (p2)) argument
75 #define JLI_StrNCmp(p1, p2, p3) strncmp((p1), (p2), (p3)) argument
76 #define JLI_StrCat(p1, p2) strcat((p1), (p2)) argument
77 #define JLI_StrCpy(p1, p2) strcpy((p1), (p2)) argument
79 #define JLI_StrStr(p1, p2) strstr((p1), (p2)) argument
80 #define JLI_StrSpn(p1, p2) strspn((p1), (p2)) argument
81 #define JLI_StrCSpn(p1, p2) strcspn((p1), (p2)) argument
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/native/libjli/
H A Djli_util.h71 #define JLI_StrLen(p1) strlen((p1)) argument
72 #define JLI_StrChr(p1, p2) strchr((p1), (p2)) argument
73 #define JLI_StrRChr(p1, p2) strrchr((p1), (p2)) argument
74 #define JLI_StrCmp(p1, p2) strcmp((p1), (p2)) argument
75 #define JLI_StrNCmp(p1, p2, p3) strncmp((p1), (p2), (p3)) argument
76 #define JLI_StrCat(p1, p2) strcat((p1), (p2)) argument
77 #define JLI_StrCpy(p1, p2) strcpy((p1), (p2)) argument
79 #define JLI_StrStr(p1, p2) strstr((p1), (p2)) argument
80 #define JLI_StrSpn(p1, p2) strspn((p1), (p2)) argument
81 #define JLI_StrCSpn(p1, p2) strcspn((p1), (p2)) argument
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/native/libjli/
H A Djli_util.h71 #define JLI_StrLen(p1) strlen((p1)) argument
72 #define JLI_StrChr(p1, p2) strchr((p1), (p2)) argument
73 #define JLI_StrRChr(p1, p2) strrchr((p1), (p2)) argument
74 #define JLI_StrCmp(p1, p2) strcmp((p1), (p2)) argument
75 #define JLI_StrNCmp(p1, p2, p3) strncmp((p1), (p2), (p3)) argument
76 #define JLI_StrCat(p1, p2) strcat((p1), (p2)) argument
77 #define JLI_StrCpy(p1, p2) strcpy((p1), (p2)) argument
79 #define JLI_StrStr(p1, p2) strstr((p1), (p2)) argument
80 #define JLI_StrSpn(p1, p2) strspn((p1), (p2)) argument
81 #define JLI_StrCSpn(p1, p2) strcspn((p1), (p2)) argument
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/native/libjli/
H A Djli_util.h71 #define JLI_StrLen(p1) strlen((p1)) argument
72 #define JLI_StrChr(p1, p2) strchr((p1), (p2)) argument
73 #define JLI_StrRChr(p1, p2) strrchr((p1), (p2)) argument
74 #define JLI_StrCmp(p1, p2) strcmp((p1), (p2)) argument
75 #define JLI_StrNCmp(p1, p2, p3) strncmp((p1), (p2), (p3)) argument
76 #define JLI_StrCat(p1, p2) strcat((p1), (p2)) argument
77 #define JLI_StrCpy(p1, p2) strcpy((p1), (p2)) argument
79 #define JLI_StrStr(p1, p2) strstr((p1), (p2)) argument
80 #define JLI_StrSpn(p1, p2) strspn((p1), (p2)) argument
81 #define JLI_StrCSpn(p1, p2) strcspn((p1), (p2)) argument
[all …]

12345678910>>...1060