Home
last modified time | relevance | path

Searched defs:strings (Results 126 – 150 of 18616) sorted by relevance

12345678910>>...745

/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/gimli-0.23.0/src/write/
H A Ddwarf.rs26 pub strings: StringTable, field
39 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
64 pub strings: StringTable, field
85 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
126 let mut strings = StringTable::default(); in from() localVariable
/dports/net-im/fractal/fractal-4.4.0/vendor/gimli/src/write/
H A Ddwarf.rs26 pub strings: StringTable, field
39 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
64 pub strings: StringTable, field
85 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
126 let mut strings = StringTable::default(); in from() localVariable
/dports/devel/gitui/gitui-0.10.1/cargo-crates/gimli-0.22.0/src/write/
H A Ddwarf.rs26 pub strings: StringTable, field
39 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
64 pub strings: StringTable, field
85 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
126 let mut strings = StringTable::default(); in from() localVariable
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/gimli-0.24.0/src/write/
H A Ddwarf.rs26 pub strings: StringTable, field
39 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
64 pub strings: StringTable, field
85 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
126 let mut strings = StringTable::default(); in from() localVariable
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/gimli-0.25.0/src/write/
H A Ddwarf.rs26 pub strings: StringTable, field
39 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
64 pub strings: StringTable, field
85 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
126 let mut strings = StringTable::default(); in from() localVariable
/dports/lang/rust/rustc-1.58.1-src/vendor/gimli/src/write/
H A Ddwarf.rs26 pub strings: StringTable, field
39 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
64 pub strings: StringTable, field
85 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
126 let mut strings = StringTable::default(); in from() localVariable
/dports/lang/rust/rustc-1.58.1-src/vendor/gimli-0.25.0/src/write/
H A Ddwarf.rs26 pub strings: StringTable, field
39 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
64 pub strings: StringTable, field
85 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
126 let mut strings = StringTable::default(); in from() localVariable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/gimli-0.26.1/src/write/
H A Ddwarf.rs26 pub strings: StringTable, field
39 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
64 pub strings: StringTable, field
85 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
126 let mut strings = StringTable::default(); in from() localVariable
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/gimli-0.23.0/src/write/
H A Ddwarf.rs26 pub strings: StringTable, field
39 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
64 pub strings: StringTable, field
85 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
126 let mut strings = StringTable::default(); in from() localVariable
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/gimli-0.22.0/src/write/
H A Ddwarf.rs26 pub strings: StringTable, field
39 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
64 pub strings: StringTable, field
85 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
126 let mut strings = StringTable::default(); in from() localVariable
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/gimli-0.22.0/src/write/
H A Ddwarf.rs26 pub strings: StringTable, field
39 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
64 pub strings: StringTable, field
85 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
126 let mut strings = StringTable::default(); in from() localVariable
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/gimli-0.25.0/src/write/
H A Ddwarf.rs26 pub strings: StringTable, field
39 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
64 pub strings: StringTable, field
85 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
126 let mut strings = StringTable::default(); in from() localVariable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dksdebug.h103 # define _DbgPrintFEx(component, lvl, strings) { \ argument
115 # define _DbgPrintF(lvl, strings) { \ argument
128 #define _DbgPrintF(lvl, strings) argument
131 #define _DbgPrintFEx(component, lvl, strings) argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dksdebug.h103 # define _DbgPrintFEx(component, lvl, strings) { \ argument
115 # define _DbgPrintF(lvl, strings) { \ argument
128 #define _DbgPrintF(lvl, strings) argument
131 #define _DbgPrintFEx(component, lvl, strings) argument
/dports/games/exult/exult-snapshot-v1.7.0.20211128/tools/
H A Dtextpack.cc60 vector<string> &strings // Strings are stored here. in Read_flex()
81 vector<string> &strings // Okay if some are null. in Write_flex()
102 vector<string> &strings // Strings to write. in Write_text()
141 vector<string> strings; // Text stored here. in main() local
/dports/audio/ssr-lv2/ssr-e1999da/libs/strings/
H A DResonantArrayAVX.cpp27 void ResonantArrayAVX::init(float sampleRate, unsigned maxStrings) in ResonantArrayScalar()
41 void ResonantArrayAVX::setup( in ResonantArrayScalar()
54 in ResonantArrayScalar()
55 __m256 pitchAVX = _mm256_set1_ps(0.0f); in ResonantArrayScalar()
64 std::memcpy(&bandwidthAVX, &bandwidths[p * avxVectorSize], numCopy * sizeof(float)); in ResonantArrayScalar()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/gimli-0.20.0/src/write/
H A Ddwarf.rs26 pub strings: StringTable, field
39 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
64 pub strings: StringTable, field
85 let strings = self.strings.write(&mut sections.debug_str)?; in write() localVariable
126 let mut strings = StringTable::default(); in from() localVariable
/dports/textproc/libcss/libcss-0.9.1/src/parse/
H A Dmq.c262 static css_error mq_parse_range(lwc_string **strings, in mq_parse_range()
445 static css_error mq_parse_media_feature(lwc_string **strings, in mq_parse_media_feature()
567 static css_error mq_parse_consume_any_value(lwc_string **strings, in mq_parse_consume_any_value()
629 static css_error mq_parse_general_enclosed(lwc_string **strings, in mq_parse_general_enclosed()
673 static css_error mq_parse_media_in_parens(lwc_string **strings, in mq_parse_media_in_parens()
756 static css_error mq_parse_condition(lwc_string **strings, in mq_parse_condition()
940 static css_error mq_parse_media_query(lwc_string **strings, in mq_parse_media_query()
1080 css_error css__mq_parse_media_list(lwc_string **strings, in css__mq_parse_media_list()
1134 lwc_string **strings; member
1148 lwc_string **strings = ctx->strings; in css_parse_media_query_handle_event() local
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/reflection/
H A Dtroublesome.thrift60 struct strings { struct
75 const i32 troublesome__unique_strings_list = 2; argument
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/doc/build/faq/
H A Dsqlexpressions.rst37 Stringifying for Specific Databases
79 Rendering Bound Parameters Inline
288 Rendering "POSTCOMPILE" Parameters as Bound Parameters
/dports/audio/praat/praat-6.2.03/stat/
H A DDistributions_and_Strings.cpp25 thy strings = autoSTRVEC (numberOfStrings); in Distributions_to_Strings() local
29 thy strings [istring] = Melder_dup (string); in Distributions_to_Strings() local
57 thy strings = autoSTRVEC (total); in Distributions_to_Strings_exact() local
64 thy strings [++ istring] = Melder_dup (string); in Distributions_to_Strings_exact() local
/dports/www/mediawiki135/mediawiki-1.35.5/includes/search/
H A DTitlePrefixSearch.php34 protected function strings( array $strings ) { argument
H A DStringPrefixSearch.php36 protected function strings( array $strings ) { argument
/dports/www/mediawiki136/mediawiki-1.36.3/includes/search/
H A DStringPrefixSearch.php44 protected function strings( array $strings ) { argument
/dports/www/mediawiki137/mediawiki-1.37.1/includes/search/
H A DStringPrefixSearch.php44 protected function strings( array $strings ) { function in StringPrefixSearch

12345678910>>...745