Home
last modified time | relevance | path

Searched refs:size_arg (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/arcade/glui/
H A Dimageloader.py27 def get_file_for_sha1_cached(sha1, size_arg, cache_ext): argument
42 url = "{}/image/{}{}".format(openretro_url_prefix(), sha1, size_arg)
63 sha1, size_arg = sha1.split("?")
64 if size_arg == "s=1x":
66 elif size_arg == "s=512&f=jpg":
68 elif size_arg == "w=480&h=640&t=cc&f=jpg":
72 size_arg = "?" + size_arg
73 return get_file_for_sha1_cached(sha1, size_arg, cache_ext)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/test/Semantics/
H A Drandom-seed.f905 integer :: size_arg variable
12 call random_seed(size_arg)
13 call random_seed(size=size_arg)
28 call random_seed(size_arg, get_arg) ! Error, only 0 or 1 argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/test/Semantics/
H A Drandom-seed.f904 integer :: size_arg variable
11 call random_seed(size_arg)
12 call random_seed(size=size_arg)
27 call random_seed(size_arg, get_arg) ! Error, only 0 or 1 argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Drandom-seed.f905 integer :: size_arg variable
12 call random_seed(size_arg)
13 call random_seed(size=size_arg)
28 call random_seed(size_arg, get_arg) ! Error, only 0 or 1 argument
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Drandom-seed.f905 integer :: size_arg
12 call random_seed(size_arg)
13 call random_seed(size=size_arg)
28 call random_seed(size_arg, get_arg) ! Error, only 0 or 1 argument
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/
H A Dquick_gl.py72 size_arg = ['--texsize', '512'] variable
73 g(['arb_texture_multisample-large-float-texture'] + size_arg,
76 size_arg, 'large-float-texture-array', run_concurrent=False)
78 size_arg, 'large-float-texture-fp16', run_concurrent=False)
80 '--fp16'] + size_arg,
/dports/graphics/charls/charls-2.2.0/src/
H A Dbyte_span.h13 …byte_span(void* data_arg, const size_t size_arg) noexcept : data{static_cast<uint8_t*>(data_arg)},… in byte_span()
17 byte_span(const void* data_arg, const size_t size_arg) noexcept : in byte_span()
18 data{static_cast<uint8_t*>(const_cast<void*>(data_arg))}, size{size_arg} in byte_span()
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/include/
H A Dimgui_imhex_extensions.h9 …bool Hyperlink(const char* label, const ImVec2& size_arg = ImVec2(0, 0), ImGuiButtonFlags flags = …
10 …bool BulletHyperlink(const char* label, const ImVec2& size_arg = ImVec2(0, 0), ImGuiButtonFlags fl…
11 …bool DescriptionButton(const char* label, const char* description, const ImVec2& size_arg = ImVec2…
13 void UnderlinedText(const char* label, ImColor color, const ImVec2& size_arg = ImVec2(0, 0));
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/
H A Dimgui_imhex_extensions.cpp13 bool Hyperlink(const char* label, const ImVec2& size_arg, ImGuiButtonFlags flags) { in Hyperlink() argument
24 ImVec2 size = CalcItemSize(size_arg, label_size.x, label_size.y); in Hyperlink()
46 bool BulletHyperlink(const char* label, const ImVec2& size_arg, ImGuiButtonFlags flags) { in BulletHyperlink() argument
57 …ImVec2 size = CalcItemSize(size_arg, label_size.x, label_size.y) + ImVec2(g.FontSize + style.Frame… in BulletHyperlink()
81 …bool DescriptionButton(const char* label, const char* description, const ImVec2& size_arg, ImGuiBu… in DescriptionButton() argument
95 …ImVec2 size = CalcItemSize(size_arg, text_size.x + style.FramePadding.x * 4.0f, text_size.y + styl… in DescriptionButton()
130 void UnderlinedText(const char* label, ImColor color, const ImVec2& size_arg) { in UnderlinedText() argument
136 ImVec2 size = CalcItemSize(size_arg, label_size.x, label_size.y); in UnderlinedText()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-test/
H A Dfuzzer.h13 #define FUZZ_BEGIN_DATA(data_arg, size_arg) \ argument
14 int LLVMFuzzerTestOneInput(data_arg, size_arg); \
15 int LLVMFuzzerTestOneInput(data_arg, size_arg) { \
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/Dialect/Shape/
H A Dops.mlir129 func @mul(%size_arg : !shape.size, %index_arg : index) {
130 %size_prod = shape.mul %size_arg, %size_arg
133 %mixed_prod = shape.mul %size_arg, %index_arg
138 func @div(%size_arg : !shape.size, %index_arg : index) {
139 %size_div = shape.div %size_arg, %size_arg
142 %mixed_div = shape.div %size_arg, %index_arg
147 func @add(%size_arg : !shape.size, %index_arg : index) {
148 %size_sum = shape.add %size_arg, %size_arg
151 %mixed_sum = shape.add %size_arg, %index_arg
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/Dialect/Shape/
H A Dops.mlir130 func @mul(%size_arg : !shape.size, %index_arg : index) {
131 %size_prod = shape.mul %size_arg, %size_arg
134 %mixed_prod = shape.mul %size_arg, %index_arg
139 func @div(%size_arg : !shape.size, %index_arg : index) {
140 %size_div = shape.div %size_arg, %size_arg
143 %mixed_div = shape.div %size_arg, %index_arg
148 func @add(%size_arg : !shape.size, %index_arg : index) {
149 %size_sum = shape.add %size_arg, %size_arg
152 %mixed_sum = shape.add %size_arg, %index_arg
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/Dialect/Shape/
H A Dops.mlir130 func @mul(%size_arg : !shape.size, %index_arg : index) {
131 %size_prod = shape.mul %size_arg, %size_arg
134 %mixed_prod = shape.mul %size_arg, %index_arg
139 func @div(%size_arg : !shape.size, %index_arg : index) {
140 %size_div = shape.div %size_arg, %size_arg
143 %mixed_div = shape.div %size_arg, %index_arg
148 func @add(%size_arg : !shape.size, %index_arg : index) {
149 %size_sum = shape.add %size_arg, %size_arg
152 %mixed_sum = shape.add %size_arg, %index_arg
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/Dialect/Shape/
H A Dops.mlir130 func @mul(%size_arg : !shape.size, %index_arg : index) {
131 %size_prod = shape.mul %size_arg, %size_arg
134 %mixed_prod = shape.mul %size_arg, %index_arg
139 func @div(%size_arg : !shape.size, %index_arg : index) {
140 %size_div = shape.div %size_arg, %size_arg
143 %mixed_div = shape.div %size_arg, %index_arg
148 func @add(%size_arg : !shape.size, %index_arg : index) {
149 %size_sum = shape.add %size_arg, %size_arg
152 %mixed_sum = shape.add %size_arg, %index_arg
/dports/devel/kyua/kyua-0.13/utils/fs/
H A Doperations.cpp167 std::string size_arg; in run_mount_tmpfs() local
175 size_arg = F("-osize=%s") % size; in run_mount_tmpfs()
176 mount_args[last++] = size_arg.c_str(); in run_mount_tmpfs()
186 size_arg = F("-osize=%s") % size; in run_mount_tmpfs()
187 mount_args[last++] = size_arg.c_str(); in run_mount_tmpfs()
197 size_arg = F("-o-s%s") % size; in run_mount_tmpfs()
198 mount_args[last++] = size_arg.c_str(); in run_mount_tmpfs()
208 size_arg = F("-o-s%s") % size; in run_mount_tmpfs()
209 mount_args[last++] = size_arg.c_str(); in run_mount_tmpfs()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/launcher/ui/
H A DImageLoader.py82 size_arg = "?w={0}&h={1}&t=lbcover".format(
89 size_arg = "?s=1x"
92 size_arg = ""
94 return get_file_for_sha1_cached(sha1, size_arg, cache_ext)
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dhash_filo.h65 hash_filo(PSI_memory_key psi_key, uint size_arg, uint key_offset_arg, in hash_filo() argument
69 key_length(key_length_arg), get_key(get_key_arg), m_size(size_arg), in hash_filo()
204 Hash_filo(PSI_memory_key psi_key, uint size_arg, uint key_offset_arg, uint in Hash_filo() argument
207 hash_filo(psi_key, size_arg, key_offset_arg, key_length_arg, in Hash_filo()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dhash_filo.h64 hash_filo(uint size_arg, uint key_offset_arg , uint key_length_arg, in hash_filo() argument
68 get_key(get_key_arg), m_size(size_arg), in hash_filo()
205 Hash_filo(uint size_arg, uint key_offset_arg, uint key_length_arg, in Hash_filo() argument
208 hash_filo(size_arg, key_offset_arg, key_length_arg, in Hash_filo()
H A Dsql_array.h39 Bounds_checked_array(Element_type *el, size_t size_arg) in Bounds_checked_array() argument
40 : m_array(el), m_size(size_arg) in Bounds_checked_array()
45 void reset(Element_type *array_arg, size_t size_arg) in reset() argument
48 m_size= size_arg; in reset()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dhash_filo.h64 hash_filo(uint size_arg, uint key_offset_arg , uint key_length_arg, in hash_filo() argument
68 get_key(get_key_arg), m_size(size_arg), in hash_filo()
205 Hash_filo(uint size_arg, uint key_offset_arg, uint key_length_arg, in Hash_filo() argument
208 hash_filo(size_arg, key_offset_arg, key_length_arg, in Hash_filo()
H A Dsql_array.h39 Bounds_checked_array(Element_type *el, size_t size_arg) in Bounds_checked_array() argument
40 : m_array(el), m_size(size_arg) in Bounds_checked_array()
45 void reset(Element_type *array_arg, size_t size_arg) in reset() argument
48 m_size= size_arg; in reset()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dhash_filo.h64 hash_filo(uint size_arg, uint key_offset_arg , uint key_length_arg, in hash_filo() argument
68 get_key(get_key_arg), m_size(size_arg), in hash_filo()
205 Hash_filo(uint size_arg, uint key_offset_arg, uint key_length_arg, in Hash_filo() argument
208 hash_filo(size_arg, key_offset_arg, key_length_arg, in Hash_filo()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dhash_filo.h64 hash_filo(uint size_arg, uint key_offset_arg , uint key_length_arg, in hash_filo() argument
68 get_key(get_key_arg), m_size(size_arg), in hash_filo()
205 Hash_filo(uint size_arg, uint key_offset_arg, uint key_length_arg, in Hash_filo() argument
208 hash_filo(size_arg, key_offset_arg, key_length_arg, in Hash_filo()
H A Dsql_array.h39 Bounds_checked_array(Element_type *el, size_t size_arg)
40 : m_array(el), m_size(size_arg)
45 void reset(Element_type *array_arg, size_t size_arg)
48 m_size= size_arg;
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dhash_filo.h65 hash_filo(PSI_memory_key psi_key, uint size_arg, uint key_offset_arg, in hash_filo() argument
69 key_length(key_length_arg), get_key(get_key_arg), m_size(size_arg), in hash_filo()
204 Hash_filo(PSI_memory_key psi_key, uint size_arg, uint key_offset_arg, uint in Hash_filo() argument
207 hash_filo(psi_key, size_arg, key_offset_arg, key_length_arg, in Hash_filo()

12345678910>>...23