Home
last modified time | relevance | path

Searched refs:maxelts (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/p5-Directory-Queue/Directory-Queue-2.0/lib/Directory/Queue/
H A DNormal.pm214 $self->{maxelts} = 16_000; # maximum number of elements per directory
216 if (defined($option{maxelts})) {
217 dief("invalid maxelts: %s", $option{maxelts})
218 unless $option{maxelts} =~ /^\d+$/ and $option{maxelts} > 0;
219 $self->{maxelts} = delete($option{maxelts});
540 return($new) if $subdirs < $self->{maxelts};
/dports/devel/p5-Directory-Queue/Directory-Queue-2.0/eg/
H A Ddqt.pl50 $newopt{maxelts} = $Option{maxelts} if $Option{maxelts};
/dports/devel/rpc2/rpc2-2.14/include/rpc2/
H A Dmulti.h114 #define ARG_MARSHALL_ARRAY(mode, type, name, numelts, maxelts, object, howmany)\ argument
116 type name##_bufs[howmany][maxelts]; /* maxelts must be a constant */\
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dprintcmd.c775 int maxelts; in do_examine() local
799 maxelts = 8; in do_examine()
801 maxelts = 4; in do_examine()
803 maxelts = 2; in do_examine()
805 maxelts = 1; in do_examine()
815 for (i = maxelts; in do_examine()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dprintcmd.c775 int maxelts; in do_examine() local
799 maxelts = 8; in do_examine()
801 maxelts = 4; in do_examine()
803 maxelts = 2; in do_examine()
805 maxelts = 1; in do_examine()
815 for (i = maxelts; in do_examine()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dprintcmd.c799 int maxelts; in do_examine() local
861 maxelts = 8; in do_examine()
863 maxelts = 4; in do_examine()
865 maxelts = 2; in do_examine()
867 maxelts = 1; in do_examine()
881 for (i = maxelts; in do_examine()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dprintcmd.c807 int maxelts; in do_examine() local
869 maxelts = 8; in do_examine()
871 maxelts = 4; in do_examine()
873 maxelts = 2; in do_examine()
875 maxelts = 1; in do_examine()
889 for (i = maxelts; in do_examine()
/dports/devel/p5-Directory-Queue/Directory-Queue-2.0/t/
H A D1normal.t98 $dq = Directory::Queue::Normal->new(path => $tmpdir, schema => { string => "binary" }, maxelts => $…
/dports/devel/gdb/gdb-11.1/gdb/
H A Dprintcmd.c1007 int maxelts; in do_examine() local
1071 maxelts = 8; in do_examine()
1073 maxelts = 4; in do_examine()
1075 maxelts = 2; in do_examine()
1077 maxelts = 1; in do_examine()
1161 for (i = maxelts; in do_examine()
H A Dsparc64-tdep.c385 const int maxelts = 8; /* # of elements per line */ in adi_print_versions() local
394 for (int i = maxelts; i > 0 && cnt > 0; i--, cnt--) in adi_print_versions()
405 vaddr += maxelts; in adi_print_versions()
/dports/biology/bowtie2/bowtie2-2.4.4/
H A Daligner_sw_driver.h454 size_t maxelts, // max # elts to report
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dcompat.h1223 void bfirst_search_init(T *const list, uint8_t *const bitmap, T *const eltnumptr, int const maxelts
1225 Bmemset(bitmap, 0, (maxelts+7)>>3);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/c-family/
H A Dc-common.c8850 unsigned HOST_WIDE_INT maxelts; in braced_list_to_string() local
8853 maxelts = tree_to_uhwi (typesize); in braced_list_to_string()
8854 maxelts /= tree_to_uhwi (TYPE_SIZE_UNIT (TREE_TYPE (type))); in braced_list_to_string()
8857 maxelts = HOST_WIDE_INT_M1U; in braced_list_to_string()
8861 if (!maxelts) in braced_list_to_string()
8911 if (idx >= maxelts) in braced_list_to_string()
8918 if (maxelts != HOST_WIDE_INT_M1U && str.length () < maxelts) in braced_list_to_string()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/c-family/
H A Dc-common.c9071 unsigned HOST_WIDE_INT maxelts; in braced_list_to_string() local
9074 maxelts = tree_to_uhwi (typesize); in braced_list_to_string()
9075 maxelts /= tree_to_uhwi (TYPE_SIZE_UNIT (TREE_TYPE (type))); in braced_list_to_string()
9078 maxelts = HOST_WIDE_INT_M1U; in braced_list_to_string()
9082 if (!maxelts) in braced_list_to_string()
9132 if (idx >= maxelts) in braced_list_to_string()
9139 if (maxelts != HOST_WIDE_INT_M1U && str.length () < maxelts) in braced_list_to_string()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/c-family/
H A Dc-common.c8858 unsigned HOST_WIDE_INT maxelts; in braced_list_to_string() local
8861 maxelts = tree_to_uhwi (typesize); in braced_list_to_string()
8862 maxelts /= tree_to_uhwi (TYPE_SIZE_UNIT (TREE_TYPE (type))); in braced_list_to_string()
8865 maxelts = HOST_WIDE_INT_M1U; in braced_list_to_string()
8869 if (!maxelts) in braced_list_to_string()
8919 if (idx >= maxelts) in braced_list_to_string()
8926 if (maxelts != HOST_WIDE_INT_M1U && str.length () < maxelts) in braced_list_to_string()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/c-family/
H A Dc-common.c9068 unsigned HOST_WIDE_INT maxelts; in braced_list_to_string() local
9071 maxelts = tree_to_uhwi (typesize); in braced_list_to_string()
9072 maxelts /= tree_to_uhwi (TYPE_SIZE_UNIT (TREE_TYPE (type))); in braced_list_to_string()
9075 maxelts = HOST_WIDE_INT_M1U; in braced_list_to_string()
9079 if (!maxelts) in braced_list_to_string()
9129 if (idx >= maxelts) in braced_list_to_string()
9136 if (maxelts != HOST_WIDE_INT_M1U && str.length () < maxelts) in braced_list_to_string()
/dports/lang/gcc10/gcc-10.3.0/gcc/c-family/
H A Dc-common.c8858 unsigned HOST_WIDE_INT maxelts; in braced_list_to_string() local
8861 maxelts = tree_to_uhwi (typesize); in braced_list_to_string()
8862 maxelts /= tree_to_uhwi (TYPE_SIZE_UNIT (TREE_TYPE (type))); in braced_list_to_string()
8865 maxelts = HOST_WIDE_INT_M1U; in braced_list_to_string()
8869 if (!maxelts) in braced_list_to_string()
8919 if (idx >= maxelts) in braced_list_to_string()
8926 if (maxelts != HOST_WIDE_INT_M1U && str.length () < maxelts) in braced_list_to_string()
/dports/lang/gcc11/gcc-11.2.0/gcc/c-family/
H A Dc-common.c9068 unsigned HOST_WIDE_INT maxelts; in braced_list_to_string() local
9071 maxelts = tree_to_uhwi (typesize); in braced_list_to_string()
9072 maxelts /= tree_to_uhwi (TYPE_SIZE_UNIT (TREE_TYPE (type))); in braced_list_to_string()
9075 maxelts = HOST_WIDE_INT_M1U; in braced_list_to_string()
9079 if (!maxelts) in braced_list_to_string()
9129 if (idx >= maxelts) in braced_list_to_string()
9136 if (maxelts != HOST_WIDE_INT_M1U && str.length () < maxelts) in braced_list_to_string()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dbuiltins.c525 string_length (const void *ptr, unsigned eltsize, unsigned maxelts) in string_length() argument
534 for (n = 0; n < maxelts; n++) in string_length()
543 for (n = 0; n < maxelts; n++) in string_length()
608 unsigned maxelts = TREE_STRING_LENGTH (src) / eltsize - 1; in c_strlen() local
619 if (string_length (ptr, eltsize, maxelts) < maxelts) in c_strlen()
625 if (!maxelts) in c_strlen()
635 return size_diffop_loc (loc, size_int (maxelts * eltsize), byteoff); in c_strlen()
652 if (eltoff < 0 || eltoff > maxelts) in c_strlen()
673 maxelts - eltoff); in c_strlen()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dbuiltins.c525 string_length (const void *ptr, unsigned eltsize, unsigned maxelts) in string_length() argument
534 for (n = 0; n < maxelts; n++) in string_length()
543 for (n = 0; n < maxelts; n++) in string_length()
608 unsigned maxelts = TREE_STRING_LENGTH (src) / eltsize - 1; in c_strlen() local
619 if (string_length (ptr, eltsize, maxelts) < maxelts) in c_strlen()
625 if (!maxelts) in c_strlen()
635 return size_diffop_loc (loc, size_int (maxelts * eltsize), byteoff); in c_strlen()
652 if (eltoff < 0 || eltoff > maxelts) in c_strlen()
673 maxelts - eltoff); in c_strlen()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dbuiltins.c525 string_length (const void *ptr, unsigned eltsize, unsigned maxelts) in string_length() argument
534 for (n = 0; n < maxelts; n++) in string_length()
543 for (n = 0; n < maxelts; n++) in string_length()
608 unsigned maxelts = TREE_STRING_LENGTH (src) / eltsize - 1; in c_strlen() local
619 if (string_length (ptr, eltsize, maxelts) < maxelts) in c_strlen()
625 if (!maxelts) in c_strlen()
635 return size_diffop_loc (loc, size_int (maxelts * eltsize), byteoff); in c_strlen()
652 if (eltoff < 0 || eltoff > maxelts) in c_strlen()
673 maxelts - eltoff); in c_strlen()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dbuiltins.c525 string_length (const void *ptr, unsigned eltsize, unsigned maxelts) in string_length() argument
534 for (n = 0; n < maxelts; n++) in string_length()
543 for (n = 0; n < maxelts; n++) in string_length()
608 unsigned maxelts = TREE_STRING_LENGTH (src) / eltsize - 1; in c_strlen() local
619 if (string_length (ptr, eltsize, maxelts) < maxelts) in c_strlen()
625 if (!maxelts) in c_strlen()
635 return size_diffop_loc (loc, size_int (maxelts * eltsize), byteoff); in c_strlen()
652 if (eltoff < 0 || eltoff > maxelts) in c_strlen()
673 maxelts - eltoff); in c_strlen()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dbuiltins.c525 string_length (const void *ptr, unsigned eltsize, unsigned maxelts) in string_length() argument
534 for (n = 0; n < maxelts; n++) in string_length()
543 for (n = 0; n < maxelts; n++) in string_length()
608 unsigned maxelts = TREE_STRING_LENGTH (src) / eltsize - 1; in c_strlen() local
619 if (string_length (ptr, eltsize, maxelts) < maxelts) in c_strlen()
625 if (!maxelts) in c_strlen()
635 return size_diffop_loc (loc, size_int (maxelts * eltsize), byteoff); in c_strlen()
652 if (eltoff < 0 || eltoff > maxelts) in c_strlen()
673 maxelts - eltoff); in c_strlen()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dbuiltins.c525 string_length (const void *ptr, unsigned eltsize, unsigned maxelts) in string_length() argument
534 for (n = 0; n < maxelts; n++) in string_length()
543 for (n = 0; n < maxelts; n++) in string_length()
608 unsigned maxelts = TREE_STRING_LENGTH (src) / eltsize - 1; in c_strlen() local
619 if (string_length (ptr, eltsize, maxelts) < maxelts) in c_strlen()
625 if (!maxelts) in c_strlen()
635 return size_diffop_loc (loc, size_int (maxelts * eltsize), byteoff); in c_strlen()
652 if (eltoff < 0 || eltoff > maxelts) in c_strlen()
673 maxelts - eltoff); in c_strlen()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/c-family/
H A Dc-common.c9299 unsigned HOST_WIDE_INT maxelts; in braced_list_to_string() local
9302 maxelts = tree_to_uhwi (typesize); in braced_list_to_string()
9303 maxelts /= tree_to_uhwi (TYPE_SIZE_UNIT (TREE_TYPE (type))); in braced_list_to_string()
9306 maxelts = HOST_WIDE_INT_M1U; in braced_list_to_string()
9310 if (!maxelts) in braced_list_to_string()
9360 if (idx >= maxelts) in braced_list_to_string()
9367 if (maxelts != HOST_WIDE_INT_M1U && str.length () < maxelts) in braced_list_to_string()

12