Home
last modified time | relevance | path

Searched refs:item_end (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_search_path_list.cpp48 const char* item_end = item; in NextItem() local
49 while (item_end < end_ && item_end[0] != ':') in NextItem()
50 item_end++; in NextItem()
52 p_ = item_end + (item_end < end_); in NextItem()
54 if (item_end > item) { // Skip over empty entries. in NextItem()
55 result->Assign(item, item_end - item); in NextItem()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/algorithm/
H A Dapply_permutation.hpp42 apply_permutation(RandomAccessIterator1 item_begin, RandomAccessIterator1 item_end, in apply_permutation() argument
48 Diff size = std::distance(item_begin, item_end); in apply_permutation()
76 RandomAccessIterator1 item_end, in apply_reverse_permutation() argument
82 Diff length = std::distance(item_begin, item_end); in apply_reverse_permutation()
/dports/devel/R-cran-BH/BH/inst/include/boost/algorithm/
H A Dapply_permutation.hpp41 apply_permutation(RandomAccessIterator1 item_begin, RandomAccessIterator1 item_end, in apply_permutation() argument
47 Diff size = std::distance(item_begin, item_end); in apply_permutation()
75 RandomAccessIterator1 item_end, in apply_reverse_permutation() argument
81 Diff length = std::distance(item_begin, item_end); in apply_reverse_permutation()
/dports/devel/boost-libs/boost_1_72_0/boost/algorithm/
H A Dapply_permutation.hpp42 apply_permutation(RandomAccessIterator1 item_begin, RandomAccessIterator1 item_end, in apply_permutation() argument
48 Diff size = std::distance(item_begin, item_end); in apply_permutation()
76 RandomAccessIterator1 item_end, in apply_reverse_permutation() argument
82 Diff length = std::distance(item_begin, item_end); in apply_reverse_permutation()
/dports/devel/boost-python-libs/boost_1_72_0/boost/algorithm/
H A Dapply_permutation.hpp42 apply_permutation(RandomAccessIterator1 item_begin, RandomAccessIterator1 item_end, in apply_permutation() argument
48 Diff size = std::distance(item_begin, item_end); in apply_permutation()
76 RandomAccessIterator1 item_end, in apply_reverse_permutation() argument
82 Diff length = std::distance(item_begin, item_end); in apply_reverse_permutation()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/algorithm/
H A Dapply_permutation.hpp42 apply_permutation(RandomAccessIterator1 item_begin, RandomAccessIterator1 item_end, in apply_permutation() argument
48 Diff size = std::distance(item_begin, item_end); in apply_permutation()
76 RandomAccessIterator1 item_end, in apply_reverse_permutation() argument
82 Diff length = std::distance(item_begin, item_end); in apply_reverse_permutation()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/algorithm/
H A Dapply_permutation.hpp41 apply_permutation(RandomAccessIterator1 item_begin, RandomAccessIterator1 item_end, in apply_permutation() argument
47 Diff size = std::distance(item_begin, item_end); in apply_permutation()
75 RandomAccessIterator1 item_end, in apply_reverse_permutation() argument
81 Diff length = std::distance(item_begin, item_end); in apply_reverse_permutation()
/dports/devel/hyperscan/boost_1_75_0/boost/algorithm/
H A Dapply_permutation.hpp42 apply_permutation(RandomAccessIterator1 item_begin, RandomAccessIterator1 item_end, in apply_permutation() argument
48 Diff size = std::distance(item_begin, item_end); in apply_permutation()
76 RandomAccessIterator1 item_end, in apply_reverse_permutation() argument
82 Diff length = std::distance(item_begin, item_end); in apply_reverse_permutation()
/dports/devel/boost-docs/boost_1_72_0/boost/algorithm/
H A Dapply_permutation.hpp42 apply_permutation(RandomAccessIterator1 item_begin, RandomAccessIterator1 item_end, in apply_permutation() argument
48 Diff size = std::distance(item_begin, item_end); in apply_permutation()
76 RandomAccessIterator1 item_end, in apply_reverse_permutation() argument
82 Diff length = std::distance(item_begin, item_end); in apply_reverse_permutation()
/dports/devel/libafterbase/libAfterBase-0.92/
H A Dparse.c555 get_comma_item (char *ptr, char **item_start, char **item_end) in get_comma_item() argument
565 *item_end = *item_start = ptr; in get_comma_item()
568 if ((*item_end = find_doublequotes (ptr)) == NULL) in get_comma_item()
570 ptr = *item_end; in get_comma_item()
577 *item_end = ptr; in get_comma_item()
587 char **list = NULL, *item_start = NULL, *item_end = NULL; in comma_string2list() local
596 if ((ptr = get_comma_item (ptr, &item_start, &item_end)) == NULL) in comma_string2list()
610 if ((ptr = get_comma_item (ptr, &item_start, &item_end)) == NULL) in comma_string2list()
612 list[i] = mystrndup (item_start, (item_end - item_start)); in comma_string2list()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterBase/
H A Dparse.c1182 *item_end = *item_start = ptr; in get_string_list_item()
1185 if ((*item_end = find_doublequotes (ptr)) == NULL) in get_string_list_item()
1187 ptr = *item_end; in get_string_list_item()
1194 *item_end = ptr; in get_string_list_item()
1213 char *item_start = NULL, *item_end = NULL; in match_compound_string() local
1217 item_len = (item_end - item_start); in match_compound_string()
1261 list[i] = mystrndup (item_start, (item_end - item_start)); in compound_string2string_list()
1265 if( ptr == item_end && *ptr != '\0' ) in compound_string2string_list()
1267 *item_end = '\0'; in compound_string2string_list()
1316 get_comma_item (char *ptr, char **item_start, char **item_end) in get_comma_item() argument
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr33276.f906 integer(kind=kind(1)) :: item_end component
17 res = self%buffer%string(self%buffer%item_end+1: )
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr33276.f906 integer(kind=kind(1)) :: item_end component
17 res = self%buffer%string(self%buffer%item_end+1: )
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr33276.f906 integer(kind=kind(1)) :: item_end component
17 res = self%buffer%string(self%buffer%item_end+1: )
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr33276.f906 integer(kind=kind(1)) :: item_end component
17 res = self%buffer%string(self%buffer%item_end+1: )
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr33276.f906 integer(kind=kind(1)) :: item_end component
17 res = self%buffer%string(self%buffer%item_end+1: )
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr33276.f906 integer(kind=kind(1)) :: item_end component
17 res = self%buffer%string(self%buffer%item_end+1: )
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr33276.f906 integer(kind=kind(1)) :: item_end component
17 res = self%buffer%string(self%buffer%item_end+1: )
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr33276.f906 integer(kind=kind(1)) :: item_end component
17 res = self%buffer%string(self%buffer%item_end+1: )
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr33276.f906 integer(kind=kind(1)) :: item_end component
17 res = self%buffer%string(self%buffer%item_end+1: )
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr33276.f906 integer(kind=kind(1)) :: item_end component
17 res = self%buffer%string(self%buffer%item_end+1: )
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr33276.f906 integer(kind=kind(1)) :: item_end component
17 res = self%buffer%string(self%buffer%item_end+1: )
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr33276.f906 integer(kind=kind(1)) :: item_end component
17 res = self%buffer%string(self%buffer%item_end+1: )
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr33276.f906 integer(kind=kind(1)) :: item_end component
17 res = self%buffer%string(self%buffer%item_end+1: )
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr33276.f906 integer(kind=kind(1)) :: item_end component
17 res = self%buffer%string(self%buffer%item_end+1: )

1234567