Home
last modified time | relevance | path

Searched +refs:std +refs:dl +refs:page (Results 1 – 25 of 974) sorted by relevance

12345678910>>...39

/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/Smooth/
H A DCImgSmooth.cpp151 double dl; member
190 _dl->getValueAtTime(time, params.dl); in getValuesAtTime()
205 …int delta_pix = (int)std::ceil( (params.amplitude + params.alpha + params.sigma) * renderScale.x *… in getRoI()
223 …if ( (params.iterations <= 0) || (params.amplitude <= 0.) || (params.dl < 0.) || cimg.is_empty() )… in render()
235 (float)params.dl, // in pixel, but we don't discretize more in render()
246 return (params.iterations <= 0) || (params.amplitude <= 0.) || (params.dl < 0.); in isIdentity()
249 const std::string &paramName) OVERRIDE FINAL in changedParam()
339 if (page) { in describeInContext()
350 if (page) { in describeInContext()
362 if (page) { in describeInContext()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/
H A Dmodule.rs1 mod dl; module
5 pub use crate::module::dl::DlModule;
36 self.globals().len() * std::mem::size_of::<u64>() in initial_globals_size()
49 fn get_sparse_page_data(&self, page: usize) -> Option<&[u8]>; in get_sparse_page_data()
109 if heap.reserved_size > std::u32::MAX as u64 + 1 in validate_runtime_spec()
110 || heap.guard_size > std::u32::MAX as u64 + 1 in validate_runtime_spec()
136 if self.globals().len() * std::mem::size_of::<u64>() > limits.globals_size { in validate_runtime_spec()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/
H A Dmodule.rs1 mod dl; module
5 pub use crate::module::dl::DlModule;
36 self.globals().len() * std::mem::size_of::<u64>() in initial_globals_size()
49 fn get_sparse_page_data(&self, page: usize) -> Option<&[u8]>; in get_sparse_page_data()
109 if heap.reserved_size > std::u32::MAX as u64 + 1 in validate_runtime_spec()
110 || heap.guard_size > std::u32::MAX as u64 + 1 in validate_runtime_spec()
136 if self.globals().len() * std::mem::size_of::<u64>() > limits.globals_size { in validate_runtime_spec()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lucet-runtime-internals/src/
H A Dmodule.rs1 mod dl; module
5 pub use crate::module::dl::DlModule;
36 self.globals().len() * std::mem::size_of::<u64>() in initial_globals_size()
49 fn get_sparse_page_data(&self, page: usize) -> Option<&[u8]>; in get_sparse_page_data()
109 if heap.reserved_size > std::u32::MAX as u64 + 1 in validate_runtime_spec()
110 || heap.guard_size > std::u32::MAX as u64 + 1 in validate_runtime_spec()
136 if self.globals().len() * std::mem::size_of::<u64>() > limits.globals_size { in validate_runtime_spec()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-runtime/lucet-runtime-internals/src/
H A Dmodule.rs1 mod dl; module
5 pub use crate::module::dl::{DlError, DlModule};
36 self.globals().len() * std::mem::size_of::<u64>() in initial_globals_size()
54 fn get_sparse_page_data(&self, page: usize) -> Option<&[u8]>; in get_sparse_page_data()
120 let heap_memory_size = std::cmp::min(limits.heap_memory_size, instance_heap_limit); in validate_runtime_spec()
126 if heap.reserved_size > std::u32::MAX as u64 + 1 in validate_runtime_spec()
127 || heap.guard_size > std::u32::MAX as u64 + 1 in validate_runtime_spec()
153 if self.globals().len() * std::mem::size_of::<u64>() > limits.globals_size { in validate_runtime_spec()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/parquet/src/util/test_common/
H A Dpage_util.rs19 use crate::column::page::PageReader;
20 use crate::column::page::{Page, PageIterator};
32 use std::collections::VecDeque;
33 use std::mem;
34 use std::sync::Arc;
35 use std::vec::IntoIter;
257 for dl in &def_levels[level_range.clone()] { in make_pages()
258 if *dl == max_def_level { in make_pages()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/parquet/src/util/test_common/
H A Dpage_util.rs19 use crate::column::page::PageReader;
20 use crate::column::page::{Page, PageIterator};
32 use std::collections::VecDeque;
33 use std::mem;
34 use std::rc::Rc;
35 use std::vec::IntoIter;
257 for dl in &def_levels[level_range.clone()] { in make_pages()
258 if *dl == max_def_level { in make_pages()
/dports/science/mpqc/mpqc-2.3.1/src/lib/util/class/
H A Dclass.dox2 /** \page class The Described Class Library
18 <dl>
19 <dt><b>const std::type_info& typeinfo</b>
41 </dl>
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/log/
H A Dlog0recv.cc129 std::string name;
173 typedef std::map<
176 std::less<ulint>,
249 std::less<const page_id_t>,
418 std::make_pair(space_id, fname)); in fil_name_process()
993 ulint dl = log_block_get_data_len(buf); in read_log_seg() local
994 if (dl < LOG_BLOCK_HDR_SIZE in read_log_seg()
995 || (dl != OS_FILE_LOG_BLOCK_SIZE in read_log_seg()
996 && dl > log_sys.trailer_offset())) { in read_log_seg()
1379 std::make_pair(page_id.space(), in recv_parse_or_apply_log_rec_body()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/log/
H A Dlog0recv.cc129 std::string name;
173 typedef std::map<
176 std::less<ulint>,
249 std::less<const page_id_t>,
418 std::make_pair(space_id, fname));
993 ulint dl = log_block_get_data_len(buf);
994 if (dl < LOG_BLOCK_HDR_SIZE
995 || (dl != OS_FILE_LOG_BLOCK_SIZE
996 && dl > log_sys.trailer_offset())) {
1379 std::make_pair(page_id.space(),
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/log/
H A Dlog0recv.cc531 std::string name;
575 typedef std::map<
578 std::less<ulint>,
584 static std::map<uint32_t,std::string> renamed_spaces;
616 std::less<const page_id_t>,
1176 ulint dl = log_block_get_data_len(buf); in read_log_seg() local
1177 if (dl < LOG_BLOCK_HDR_SIZE in read_log_seg()
1178 || (dl != OS_FILE_LOG_BLOCK_SIZE in read_log_seg()
1179 && dl > log_sys.trailer_offset())) { in read_log_seg()
1253 std::find_if(paths.begin(), paths.end(), [&](const std::string &path) { in redo_file_sizes_are_correct()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/log/
H A Dlog0recv.cc531 std::string name;
575 typedef std::map<
578 std::less<ulint>,
584 static std::map<uint32_t,std::string> renamed_spaces;
616 std::less<const page_id_t>,
1176 ulint dl = log_block_get_data_len(buf); in read_log_seg() local
1177 if (dl < LOG_BLOCK_HDR_SIZE in read_log_seg()
1178 || (dl != OS_FILE_LOG_BLOCK_SIZE in read_log_seg()
1179 && dl > log_sys.trailer_offset())) { in read_log_seg()
1253 std::find_if(paths.begin(), paths.end(), [&](const std::string &path) { in redo_file_sizes_are_correct()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/log/
H A Dlog0recv.cc130 std::string name;
169 typedef std::map<
172 std::less<ulint>,
248 typedef std::map<const page_id_t, init,
249 std::less<const page_id_t>,
418 std::make_pair(space_id, fname)); in fil_name_process()
979 ulint dl = log_block_get_data_len(buf); in read_log_seg() local
980 if (dl < LOG_BLOCK_HDR_SIZE in read_log_seg()
981 || (dl > OS_FILE_LOG_BLOCK_SIZE - LOG_BLOCK_TRL_SIZE in read_log_seg()
982 && dl != OS_FILE_LOG_BLOCK_SIZE)) { in read_log_seg()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/log/
H A Dlog0recv.cc130 std::string name;
169 typedef std::map<
172 std::less<ulint>,
248 typedef std::map<const page_id_t, init,
249 std::less<const page_id_t>,
418 std::make_pair(space_id, fname)); in fil_name_process()
979 ulint dl = log_block_get_data_len(buf); in read_log_seg() local
980 if (dl < LOG_BLOCK_HDR_SIZE in read_log_seg()
981 || (dl > OS_FILE_LOG_BLOCK_SIZE - LOG_BLOCK_TRL_SIZE in read_log_seg()
982 && dl != OS_FILE_LOG_BLOCK_SIZE)) { in read_log_seg()
[all …]
/dports/emulators/anese/ANESE-0.9.1/roms/tests/ppu/ppu_read_buffer/source/filler/
H A Dpart1.asm136 ; Set a pointer to the last ROM page
190 std
345 movzx ax, dl
360 test dl, 0x80
363 mov al, dl
371 or dl, dl
376 int 21h ; dl = character
406 mov ah, dl
410 mov dl, al
596 mov dl, 0xC8 ; 3C8
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/parquet/src/column/
H A Dwriter.rs854 page::PageReader,
1273 std::i32::MIN, in test_column_writer_non_nullable_values_roundtrip()
1274 std::i32::MAX, in test_column_writer_non_nullable_values_roundtrip()
1287 std::i32::MIN, in test_column_writer_nullable_non_repeated_values_roundtrip()
1288 std::i32::MAX, in test_column_writer_nullable_non_repeated_values_roundtrip()
1301 std::i32::MIN, in test_column_writer_nullable_repeated_values_roundtrip()
1302 std::i32::MAX, in test_column_writer_nullable_repeated_values_roundtrip()
1318 std::i32::MIN, in test_column_writer_dictionary_fallback_small_data_page()
1441 res.push((page.page_type(), page.num_values())); in test_column_writer_add_data_pages_with_dict()
1474 for &dl in &buf[..] { in column_roundtrip_random()
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/dox/pages/
H A Dlanguage_entities.dox2 @page LanguageEntities Language Entity Types
34 std::cout << *it;
86 <dl>
95 </dl>
184 std::cout << *it;
185 std::cout << "\n";
195 std::cout << "\n";
200 <dl>
209 </dl>
229 <dl>
[all …]
/dports/multimedia/mps-youtube/mps-youtube-afab9fb/
H A DREADME.rst36 .. image:: http://mps-youtube.github.io/mps-youtube/std-search.png
104 Installing youtube-dl is highly recommended::
106 $ pip3 install --user youtube-dl
108 $ pip3 install --user youtube-dl --upgrade
110 (youtube-dl version dowloaded directly from youtybe-dl website can't be used by mps-youtube. While …
216 Contributions are welcomed! However, please check out the `contributing page <CONTRIBUTING.md>`_ be…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/parquet/src/column/
H A Dwriter.rs995 page::PageReader,
1473 std::i32::MIN, in test_column_writer_non_nullable_values_roundtrip()
1474 std::i32::MAX, in test_column_writer_non_nullable_values_roundtrip()
1487 std::i32::MIN, in test_column_writer_nullable_non_repeated_values_roundtrip()
1488 std::i32::MAX, in test_column_writer_nullable_non_repeated_values_roundtrip()
1501 std::i32::MIN, in test_column_writer_nullable_repeated_values_roundtrip()
1502 std::i32::MAX, in test_column_writer_nullable_repeated_values_roundtrip()
1518 std::i32::MIN, in test_column_writer_dictionary_fallback_small_data_page()
1641 res.push((page.page_type(), page.num_values())); in test_column_writer_add_data_pages_with_dict()
1674 for &dl in &buf[..] { in column_roundtrip_random()
[all …]
/dports/textproc/source-highlight/source-highlight-3.1.9/src/
H A Dasm.lang45 "std|sti|stos|stosb|stosd|stosw|str|sub",
51 "le|length|local|lt|macro|mask|name|near|org|page",
56 variable = "ah|al|ax|bh|bl|bp|bx|ch|cl|cs|cx|dh|di|dl|ds",
/dports/textproc/highlight/highlight-4.1/langDefs/
H A Dassembler.lang41 "std", "sti", "stos", "stosb", "stosd", "stosw", "str", "sub", "test", "verr",
45 "le", "length", "local", "lt", "macro", "mask", "name", "near", "org", "page",
53 "cs", "cx", "dh", "di", "dl", "ds", "dword", "dx", "eax", "ebp", "ebx", "ecx",
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/
H A DREADME.md51 man page only. Type `mkvmerge -h` to get you started.
86 `nullptr` keyword, tuples, alias declarations, `std::make_unique()`,
88 literals for `std::string`, `[[maybe_unused]]` attribute, nested
89 namespace definition, structured bindings, `std::optional`,
90 `std::regex`. Others may be needed, too. For GCC this means at least
127 - [libEBML v1.4.2](http://dl.matroska.org/downloads/libebml/) or later
128 and [libMatroska v1.6.3](http://dl.matroska.org/downloads/libmatroska/)
169 [libEBML](http://dl.matroska.org/downloads/libebml/) and
170 [libMatroska](http://dl.matroska.org/downloads/libmatroska/) or by
182 [the MKVToolNix home page](https://mkvtoolnix.download/)
[all …]
/dports/www/yt-dlp/yt-dlp-2021.12.27/
H A DChangelog.md73 * [test/download] Ignore field `webpage_url_domain` by [std-move](https://github.com/std-move)
101 * [Instagram] Try bypassing login wall with embed page by [MinePlayersPE](https://github.com/MinePl…
105 * [NovaEmbed] update player regex by [std-move](https://github.com/std-move)
203 …Fix extractor by [pukkandan](https://github.com/pukkandan), [std-move](https://github.com/std-move)
454 * [soundcloud:playlist] Detect last page correctly
638 * [eroprofile] Fix page skipping in albums by [jhwgh1968](https://github.com/jhwgh1968)
649 * [Nova] fix extractor by [std-move](https://github.com/std-move)
935 * [youtube] Non-fatal alert reporting for unavailable videos page by [coletdjnz](https://github.com…
1045 …* Add `html5=1` param to `get_video_info` page requests by [coletdjnz](https://github.com/coletdjn…
1346 * [youtube] Multiple page support for hashtag URLs
[all …]
/dports/lang/perl5.30/perl-5.30.3/Porting/
H A DcheckURL.pl298 http://umn.dl.sourceforge.net/mingw/gcc-g++-3.4.5-20060117-1.tar.gz
299 http://umn.dl.sourceforge.net/mingw/binutils-2.16.91-20060119-1.tar.gz
300 http://umn.dl.sourceforge.net/mingw/mingw-runtime-3.10.tar.gz
301 http://umn.dl.sourceforge.net/mingw/gcc-core-3.4.5-20060117-1.tar.gz
302 http://umn.dl.sourceforge.net/mingw/w32api-3.6.tar.gz
310 http://world.std.com/~aep/ptkdb/
345 http://some.other.com/page.html
/dports/lang/perl5.32/perl-5.32.1/Porting/
H A DcheckURL.pl320 http://umn.dl.sourceforge.net/mingw/gcc-g++-3.4.5-20060117-1.tar.gz
321 http://umn.dl.sourceforge.net/mingw/binutils-2.16.91-20060119-1.tar.gz
322 http://umn.dl.sourceforge.net/mingw/mingw-runtime-3.10.tar.gz
323 http://umn.dl.sourceforge.net/mingw/gcc-core-3.4.5-20060117-1.tar.gz
324 http://umn.dl.sourceforge.net/mingw/w32api-3.6.tar.gz
332 http://world.std.com/~aep/ptkdb/
367 http://some.other.com/page.html

12345678910>>...39