Home
last modified time | relevance | path

Searched refs:outCount (Results 226 – 250 of 678) sorted by relevance

12345678910>>...28

/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/objc/src/
H A Druntime.rs88 pub fn class_copyMethodList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Method; in class_copyMethodList()
89 pub fn class_copyIvarList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Ivar; in class_copyIvarList()
94 pub fn class_copyProtocolList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Protocol; in class_copyProtocolList()
105 pub fn objc_copyClassList(outCount: *mut c_uint) -> *mut *const Class; in objc_copyClassList()
108 pub fn objc_copyProtocolList(outCount: *mut c_uint) -> *mut *const Protocol; in objc_copyProtocolList()
120 …pub fn protocol_copyProtocolList(proto: *const Protocol, outCount: *mut c_uint) -> *mut *const Pro… in protocol_copyProtocolList()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/objc-0.2.6/src/
H A Druntime.rs88 pub fn class_copyMethodList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Method; in class_copyMethodList()
89 pub fn class_copyIvarList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Ivar; in class_copyIvarList()
94 pub fn class_copyProtocolList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Protocol; in class_copyProtocolList()
105 pub fn objc_copyClassList(outCount: *mut c_uint) -> *mut *const Class; in objc_copyClassList()
108 pub fn objc_copyProtocolList(outCount: *mut c_uint) -> *mut *const Protocol; in objc_copyProtocolList()
120 …pub fn protocol_copyProtocolList(proto: *const Protocol, outCount: *mut c_uint) -> *mut *const Pro… in protocol_copyProtocolList()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/objc-0.2.7/src/
H A Druntime.rs88 pub fn class_copyMethodList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Method; in class_copyMethodList()
89 pub fn class_copyIvarList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Ivar; in class_copyIvarList()
94 pub fn class_copyProtocolList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Protocol; in class_copyProtocolList()
105 pub fn objc_copyClassList(outCount: *mut c_uint) -> *mut *const Class; in objc_copyClassList()
108 pub fn objc_copyProtocolList(outCount: *mut c_uint) -> *mut *const Protocol; in objc_copyProtocolList()
120 …pub fn protocol_copyProtocolList(proto: *const Protocol, outCount: *mut c_uint) -> *mut *const Pro… in protocol_copyProtocolList()
/dports/www/firefox/firefox-99.0/third_party/rust/objc/src/
H A Druntime.rs88 pub fn class_copyMethodList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Method; in class_copyMethodList()
89 pub fn class_copyIvarList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Ivar; in class_copyIvarList()
94 pub fn class_copyProtocolList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Protocol; in class_copyProtocolList()
105 pub fn objc_copyClassList(outCount: *mut c_uint) -> *mut *const Class; in objc_copyClassList()
108 pub fn objc_copyProtocolList(outCount: *mut c_uint) -> *mut *const Protocol; in objc_copyProtocolList()
120 …pub fn protocol_copyProtocolList(proto: *const Protocol, outCount: *mut c_uint) -> *mut *const Pro… in protocol_copyProtocolList()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/objc-0.2.7/src/
H A Druntime.rs88 pub fn class_copyMethodList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Method; in class_copyMethodList()
89 pub fn class_copyIvarList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Ivar; in class_copyIvarList()
94 pub fn class_copyProtocolList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Protocol; in class_copyProtocolList()
105 pub fn objc_copyClassList(outCount: *mut c_uint) -> *mut *const Class; in objc_copyClassList()
108 pub fn objc_copyProtocolList(outCount: *mut c_uint) -> *mut *const Protocol; in objc_copyProtocolList()
120 …pub fn protocol_copyProtocolList(proto: *const Protocol, outCount: *mut c_uint) -> *mut *const Pro… in protocol_copyProtocolList()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/objc/src/
H A Druntime.rs88 pub fn class_copyMethodList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Method; in class_copyMethodList()
89 pub fn class_copyIvarList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Ivar; in class_copyIvarList()
94 pub fn class_copyProtocolList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Protocol; in class_copyProtocolList()
105 pub fn objc_copyClassList(outCount: *mut c_uint) -> *mut *const Class; in objc_copyClassList()
108 pub fn objc_copyProtocolList(outCount: *mut c_uint) -> *mut *const Protocol; in objc_copyProtocolList()
120 …pub fn protocol_copyProtocolList(proto: *const Protocol, outCount: *mut c_uint) -> *mut *const Pro… in protocol_copyProtocolList()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkPictureData.cpp461 const T*** array, int* outCount, sk_sp<T> (*factory)(SkReadBuffer&)) { in new_array_from_buffer() argument
462 if (!buffer.validate((0 == *outCount) && (nullptr == *array))) { in new_array_from_buffer()
472 *outCount = inCount; in new_array_from_buffer()
473 *array = new const T* [*outCount]; in new_array_from_buffer()
476 for (; i < *outCount; i++) { in new_array_from_buffer()
491 *outCount = 0; in new_array_from_buffer()
/dports/games/dose-response/dose-response-179c326/cargo-crates/objc-0.2.6/src/
H A Druntime.rs88 pub fn class_copyMethodList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Method; in class_copyMethodList()
89 pub fn class_copyIvarList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Ivar; in class_copyIvarList()
94 pub fn class_copyProtocolList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Protocol; in class_copyProtocolList()
105 pub fn objc_copyClassList(outCount: *mut c_uint) -> *mut *const Class; in objc_copyClassList()
108 pub fn objc_copyProtocolList(outCount: *mut c_uint) -> *mut *const Protocol; in objc_copyProtocolList()
120 …pub fn protocol_copyProtocolList(proto: *const Protocol, outCount: *mut c_uint) -> *mut *const Pro… in protocol_copyProtocolList()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkPictureData.cpp481 const T*** array, int* outCount, const T* (*factory)(SkReadBuffer&)) { in new_array_from_buffer() argument
482 if (!buffer.validate((0 == *outCount) && (nullptr == *array))) { in new_array_from_buffer()
488 *outCount = inCount; in new_array_from_buffer()
489 *array = new const T* [*outCount]; in new_array_from_buffer()
492 for (; i < *outCount; i++) { in new_array_from_buffer()
507 *outCount = 0; in new_array_from_buffer()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/objc-0.2.7/src/
H A Druntime.rs88 pub fn class_copyMethodList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Method; in class_copyMethodList()
89 pub fn class_copyIvarList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Ivar; in class_copyIvarList()
94 pub fn class_copyProtocolList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Protocol; in class_copyProtocolList()
105 pub fn objc_copyClassList(outCount: *mut c_uint) -> *mut *const Class; in objc_copyClassList()
108 pub fn objc_copyProtocolList(outCount: *mut c_uint) -> *mut *const Protocol; in objc_copyProtocolList()
120 …pub fn protocol_copyProtocolList(proto: *const Protocol, outCount: *mut c_uint) -> *mut *const Pro… in protocol_copyProtocolList()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/objc-0.2.7/src/
H A Druntime.rs88 pub fn class_copyMethodList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Method; in class_copyMethodList()
89 pub fn class_copyIvarList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Ivar; in class_copyIvarList()
94 pub fn class_copyProtocolList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Protocol; in class_copyProtocolList()
105 pub fn objc_copyClassList(outCount: *mut c_uint) -> *mut *const Class; in objc_copyClassList()
108 pub fn objc_copyProtocolList(outCount: *mut c_uint) -> *mut *const Protocol; in objc_copyProtocolList()
120 …pub fn protocol_copyProtocolList(proto: *const Protocol, outCount: *mut c_uint) -> *mut *const Pro… in protocol_copyProtocolList()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/objc/src/
H A Druntime.rs88 pub fn class_copyMethodList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Method; in class_copyMethodList()
89 pub fn class_copyIvarList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Ivar; in class_copyIvarList()
94 pub fn class_copyProtocolList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Protocol; in class_copyProtocolList()
105 pub fn objc_copyClassList(outCount: *mut c_uint) -> *mut *const Class; in objc_copyClassList()
108 pub fn objc_copyProtocolList(outCount: *mut c_uint) -> *mut *const Protocol; in objc_copyProtocolList()
120 …pub fn protocol_copyProtocolList(proto: *const Protocol, outCount: *mut c_uint) -> *mut *const Pro… in protocol_copyProtocolList()
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/objc-0.2.7/src/
H A Druntime.rs88 pub fn class_copyMethodList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Method; in class_copyMethodList()
89 pub fn class_copyIvarList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Ivar; in class_copyIvarList()
94 pub fn class_copyProtocolList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Protocol; in class_copyProtocolList()
105 pub fn objc_copyClassList(outCount: *mut c_uint) -> *mut *const Class; in objc_copyClassList()
108 pub fn objc_copyProtocolList(outCount: *mut c_uint) -> *mut *const Protocol; in objc_copyProtocolList()
120 …pub fn protocol_copyProtocolList(proto: *const Protocol, outCount: *mut c_uint) -> *mut *const Pro… in protocol_copyProtocolList()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/objc-0.2.7/src/
H A Druntime.rs88 pub fn class_copyMethodList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Method; in class_copyMethodList()
89 pub fn class_copyIvarList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Ivar; in class_copyIvarList()
94 pub fn class_copyProtocolList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Protocol; in class_copyProtocolList()
105 pub fn objc_copyClassList(outCount: *mut c_uint) -> *mut *const Class; in objc_copyClassList()
108 pub fn objc_copyProtocolList(outCount: *mut c_uint) -> *mut *const Protocol; in objc_copyProtocolList()
120 …pub fn protocol_copyProtocolList(proto: *const Protocol, outCount: *mut c_uint) -> *mut *const Pro… in protocol_copyProtocolList()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/objc/src/
H A Druntime.rs88 pub fn class_copyMethodList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Method; in class_copyMethodList()
89 pub fn class_copyIvarList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Ivar; in class_copyIvarList()
94 pub fn class_copyProtocolList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Protocol; in class_copyProtocolList()
105 pub fn objc_copyClassList(outCount: *mut c_uint) -> *mut *const Class; in objc_copyClassList()
108 pub fn objc_copyProtocolList(outCount: *mut c_uint) -> *mut *const Protocol; in objc_copyProtocolList()
120 …pub fn protocol_copyProtocolList(proto: *const Protocol, outCount: *mut c_uint) -> *mut *const Pro… in protocol_copyProtocolList()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/objc-0.2.7/src/
H A Druntime.rs88 pub fn class_copyMethodList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Method;
89 pub fn class_copyIvarList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Ivar;
94 pub fn class_copyProtocolList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Protocol;
105 pub fn objc_copyClassList(outCount: *mut c_uint) -> *mut *const Class;
108 pub fn objc_copyProtocolList(outCount: *mut c_uint) -> *mut *const Protocol;
120 …pub fn protocol_copyProtocolList(proto: *const Protocol, outCount: *mut c_uint) -> *mut *const Pro…
/dports/graphics/rx/rx-0.4.0/cargo-crates/objc-0.2.6/src/
H A Druntime.rs88 pub fn class_copyMethodList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Method; in class_copyMethodList()
89 pub fn class_copyIvarList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Ivar; in class_copyIvarList()
94 pub fn class_copyProtocolList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Protocol; in class_copyProtocolList()
105 pub fn objc_copyClassList(outCount: *mut c_uint) -> *mut *const Class; in objc_copyClassList()
108 pub fn objc_copyProtocolList(outCount: *mut c_uint) -> *mut *const Protocol; in objc_copyProtocolList()
120 …pub fn protocol_copyProtocolList(proto: *const Protocol, outCount: *mut c_uint) -> *mut *const Pro… in protocol_copyProtocolList()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/objc-0.2.7/src/
H A Druntime.rs88 pub fn class_copyMethodList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Method; in class_copyMethodList()
89 pub fn class_copyIvarList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Ivar; in class_copyIvarList()
94 pub fn class_copyProtocolList(cls: *const Class, outCount: *mut c_uint) -> *mut *const Protocol; in class_copyProtocolList()
105 pub fn objc_copyClassList(outCount: *mut c_uint) -> *mut *const Class; in objc_copyClassList()
108 pub fn objc_copyProtocolList(outCount: *mut c_uint) -> *mut *const Protocol; in objc_copyProtocolList()
120 …pub fn protocol_copyProtocolList(proto: *const Protocol, outCount: *mut c_uint) -> *mut *const Pro… in protocol_copyProtocolList()
/dports/audio/darkice/darkice-1.4/src/
H A DVorbisLibEncoder.cpp335 int outCount = (int) (inCount * resampleRatio); in write() local
336 short int * resampledBuffer = new short int[(outCount+1)* channels]; in write()
350 outCount, in write()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/lang/objcxx/conflicting-names-class-update-utility-expr/
H A Dmain.mm31 - (void)objc_copyRealizedClassList_nolock:(unsigned int *)outCount;
39 - (void)objc_copyRealizedClassList_nolock:(unsigned int *)outCount {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/text/normalizer/
H A DBMPSet.java152 OutputInt outCount) { in span() argument
236 if (outCount != null) { in span()
238 outCount.value = spanLength - numSupplementary; // number of code points in span()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/text/normalizer/
H A DBMPSet.java152 OutputInt outCount) { in span() argument
236 if (outCount != null) { in span()
238 outCount.value = spanLength - numSupplementary; // number of code points in span()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/text/normalizer/
H A DBMPSet.java152 OutputInt outCount) { in span() argument
236 if (outCount != null) { in span()
238 outCount.value = spanLength - numSupplementary; // number of code points in span()
/dports/misc/kgeography/kgeography-21.12.3/src/
H A Dplaceasker.cpp141 …size_t outCount = badDiff.x() * badDiff.y() + badDiff.x() * diagDiff.y() + diagDiff.x() * badDiff.… in handleMapClick() local
142 size_t badCount = outCount; in handleMapClick()
161 else if (outCount > 0.5 * (goodCount + badCount)) in handleMapClick()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/text/normalizer/
H A DBMPSet.java152 OutputInt outCount) { in span() argument
236 if (outCount != null) { in span()
238 outCount.value = spanLength - numSupplementary; // number of code points in span()

12345678910>>...28