Home
last modified time | relevance | path

Searched refs:find_length (Results 1 – 25 of 115) sorted by relevance

12345

/dports/editors/hexpert/hexpert-2.4.1/
H A Dhex.c229 find_length = 0; in initialise()
736 find_length=0; in get_string()
740 buftoh(disp_buff,find_buff,find_length); in get_string()
741 disp_length=find_length*2; in get_string()
743 buftobuf(disp_buff,find_buff,disp_length=find_length); in get_string()
749 disp_length=find_length*2; in get_string()
751 disp_length=find_length; in get_string()
762 find_length=disp_length/2; in set_string()
838 inc_length=BUFSIZE-find_length; in find_string()
843 if (search(buf,&position,num_read-find_length)) in find_string()
[all …]
/dports/devel/inilib/inilib-1.0.7b3/src/
H A Dini_functions.h73 inline int find_length(int) in find_length() function
80 inline int find_length(double input) in find_length() function
157 int length = find_length(a); in double2str()
173 int length = find_length(a); in int2str()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/strings/
H A Dstring_util_internal.h355 const size_t find_length = matcher.MatchSize(); in DoReplaceMatchesAfterOffset() local
356 if (!find_length) in DoReplaceMatchesAfterOffset()
368 str->replace(first_match, find_length, replace_with.data(), replace_length); in DoReplaceMatchesAfterOffset()
374 if (find_length == replace_length) { in DoReplaceMatchesAfterOffset()
401 if (replace_length > find_length) { in DoReplaceMatchesAfterOffset()
404 const size_t expansion_per_match = (replace_length - find_length); in DoReplaceMatchesAfterOffset()
407 match = matcher.Find(*str, match + find_length)) { in DoReplaceMatchesAfterOffset()
424 pos = match + find_length; in DoReplaceMatchesAfterOffset()
440 size_t shift_src = first_match + find_length; in DoReplaceMatchesAfterOffset()
472 read_offset += find_length; in DoReplaceMatchesAfterOffset()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/base/strings/
H A Dstring_util.cc725 const size_t find_length = find_this.length(); in DoReplaceSubstringsAfterOffset() local
740 if (find_length == replace_length) { in DoReplaceSubstringsAfterOffset()
744 find_length)) { in DoReplaceSubstringsAfterOffset()
768 if (replace_length > find_length) { in DoReplaceSubstringsAfterOffset()
771 const size_t expansion_per_match = (replace_length - find_length); in DoReplaceSubstringsAfterOffset()
775 str->find(find_this.data(), match + find_length, find_length)) { in DoReplaceSubstringsAfterOffset()
790 match = src.find(find_this.data(), pos, find_length)) { in DoReplaceSubstringsAfterOffset()
793 pos = match + find_length; in DoReplaceSubstringsAfterOffset()
809 size_t shift_src = first_match + find_length; in DoReplaceSubstringsAfterOffset()
841 read_offset += find_length; in DoReplaceSubstringsAfterOffset()
[all …]
/dports/science/p5-Chemistry-InternalCoords/Chemistry-InternalCoords-0.18/InternalCoords/
H A DBuilder.pm154 $ic = Chemistry::InternalCoords->new($atom, find_length($atom, $atoms));
166 sub find_length { subroutine
182 my ($len_ref, $len_val) = find_length(@_);
/dports/science/p5-PerlMol/PerlMol-0.3500/inc/BUNDLES/Chemistry-InternalCoords-0.18/InternalCoords/
H A DBuilder.pm154 $ic = Chemistry::InternalCoords->new($atom, find_length($atom, $atoms));
166 sub find_length { subroutine
182 my ($len_ref, $len_val) = find_length(@_);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/base/strings/
H A Dstring_util.cc709 const size_t find_length = matcher.MatchSize(); in DoReplaceMatchesAfterOffset() local
710 if (!find_length) in DoReplaceMatchesAfterOffset()
722 str->replace(first_match, find_length, replace_with.data(), replace_length); in DoReplaceMatchesAfterOffset()
728 if (find_length == replace_length) { in DoReplaceMatchesAfterOffset()
755 if (replace_length > find_length) { in DoReplaceMatchesAfterOffset()
758 const size_t expansion_per_match = (replace_length - find_length); in DoReplaceMatchesAfterOffset()
761 match = matcher.Find(*str, match + find_length)) { in DoReplaceMatchesAfterOffset()
778 pos = match + find_length; in DoReplaceMatchesAfterOffset()
794 size_t shift_src = first_match + find_length; in DoReplaceMatchesAfterOffset()
826 read_offset += find_length; in DoReplaceMatchesAfterOffset()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/base/strings/
H A Dstring_util.cc728 const size_t find_length = matcher.MatchSize(); in DoReplaceMatchesAfterOffset() local
729 if (!find_length) in DoReplaceMatchesAfterOffset()
741 str->replace(first_match, find_length, replace_with.data(), replace_length); in DoReplaceMatchesAfterOffset()
747 if (find_length == replace_length) { in DoReplaceMatchesAfterOffset()
774 if (replace_length > find_length) { in DoReplaceMatchesAfterOffset()
777 const size_t expansion_per_match = (replace_length - find_length); in DoReplaceMatchesAfterOffset()
780 match = matcher.Find(*str, match + find_length)) { in DoReplaceMatchesAfterOffset()
797 pos = match + find_length; in DoReplaceMatchesAfterOffset()
813 size_t shift_src = first_match + find_length; in DoReplaceMatchesAfterOffset()
845 read_offset += find_length; in DoReplaceMatchesAfterOffset()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Include/Rocket/Core/
H A DStringBase.h206 inline size_type _Find(const T* find, size_type find_length, size_type offset = 0) const;
207 inline size_type _RFind(const T* find, size_type find_length, size_type offset = 0) const;
208 …inline StringBase<T> _Replace(const T* find, size_type find_length, const T* replace, size_type re…
H A DStringBase.inl568 typename StringBase< T >::size_type StringBase< T >::_Find(const T* find, size_type find_length, si… argument
574 if (find_length > length)
587 if (needle_index == find_length)
602 typename StringBase< T >::size_type StringBase< T >::_RFind(const T* find, size_type find_length, s… argument
604 ROCKET_ASSERT(find_length > 0);
607 size_type haystack_index = (offset < length ? offset : length) - find_length;
610 if (find_length > length)
639 StringBase< T > StringBase< T >::_Replace(const T* find, size_type find_length, const T* replace, s… argument
648 size_type pos = _Find(find, find_length, offset);
659 offset = pos + find_length;
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/base/strings/
H A Dstring_util.cc716 size_t find_length = find_this.length();
718 str->replace(offset, find_length, replace_with.data(), replace_with.size());
725 if (find_length == replace_length) {
727 str->replace(offset, find_length,
743 if (find_length > replace_length) {
751 size_t read_offset = offset + find_length;
775 size_t expansion = replace_length - find_length;
783 offset = str->find(find_this.data(), offset + find_length,
792 size_t read_offset = current_match + find_length;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/strings/
H A Dstring_util.cc721 const size_t find_length = matcher.MatchSize(); in DoReplaceMatchesAfterOffset() local
722 if (!find_length) in DoReplaceMatchesAfterOffset()
734 str->replace(first_match, find_length, replace_with.data(), replace_length); in DoReplaceMatchesAfterOffset()
740 if (find_length == replace_length) { in DoReplaceMatchesAfterOffset()
767 if (replace_length > find_length) { in DoReplaceMatchesAfterOffset()
770 const size_t expansion_per_match = (replace_length - find_length); in DoReplaceMatchesAfterOffset()
773 match = matcher.Find(*str, match + find_length)) { in DoReplaceMatchesAfterOffset()
790 pos = match + find_length; in DoReplaceMatchesAfterOffset()
806 size_t shift_src = first_match + find_length; in DoReplaceMatchesAfterOffset()
838 read_offset += find_length; in DoReplaceMatchesAfterOffset()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/strings/
H A Dstring_util.cc736 const size_t find_length = matcher.MatchSize(); in DoReplaceMatchesAfterOffset() local
737 if (!find_length) in DoReplaceMatchesAfterOffset()
749 str->replace(first_match, find_length, replace_with.data(), replace_length); in DoReplaceMatchesAfterOffset()
755 if (find_length == replace_length) { in DoReplaceMatchesAfterOffset()
782 if (replace_length > find_length) { in DoReplaceMatchesAfterOffset()
785 const size_t expansion_per_match = (replace_length - find_length); in DoReplaceMatchesAfterOffset()
788 match = matcher.Find(*str, match + find_length)) { in DoReplaceMatchesAfterOffset()
805 pos = match + find_length; in DoReplaceMatchesAfterOffset()
821 size_t shift_src = first_match + find_length; in DoReplaceMatchesAfterOffset()
853 read_offset += find_length; in DoReplaceMatchesAfterOffset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/base/strings/
H A Dstring_util.cc663 const size_t find_length = matcher.MatchSize(); in DoReplaceMatchesAfterOffset() local
664 if (!find_length) in DoReplaceMatchesAfterOffset()
676 str->replace(first_match, find_length, replace_with.data(), replace_length); in DoReplaceMatchesAfterOffset()
682 if (find_length == replace_length) { in DoReplaceMatchesAfterOffset()
709 if (replace_length > find_length) { in DoReplaceMatchesAfterOffset()
712 const size_t expansion_per_match = (replace_length - find_length); in DoReplaceMatchesAfterOffset()
715 match = matcher.Find(*str, match + find_length)) { in DoReplaceMatchesAfterOffset()
732 pos = match + find_length; in DoReplaceMatchesAfterOffset()
748 size_t shift_src = first_match + find_length; in DoReplaceMatchesAfterOffset()
780 read_offset += find_length; in DoReplaceMatchesAfterOffset()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/strings/
H A Dstring_util.cc736 const size_t find_length = matcher.MatchSize(); in DoReplaceMatchesAfterOffset() local
737 if (!find_length) in DoReplaceMatchesAfterOffset()
749 str->replace(first_match, find_length, replace_with.data(), replace_length); in DoReplaceMatchesAfterOffset()
755 if (find_length == replace_length) { in DoReplaceMatchesAfterOffset()
782 if (replace_length > find_length) { in DoReplaceMatchesAfterOffset()
785 const size_t expansion_per_match = (replace_length - find_length); in DoReplaceMatchesAfterOffset()
788 match = matcher.Find(*str, match + find_length)) { in DoReplaceMatchesAfterOffset()
805 pos = match + find_length; in DoReplaceMatchesAfterOffset()
821 size_t shift_src = first_match + find_length; in DoReplaceMatchesAfterOffset()
853 read_offset += find_length; in DoReplaceMatchesAfterOffset()
/dports/devel/gn/gn-1962/src/base/strings/
H A Dstring_util.cc662 const size_t find_length = matcher.MatchSize(); in DoReplaceMatchesAfterOffset() local
663 if (!find_length) in DoReplaceMatchesAfterOffset()
675 str->replace(first_match, find_length, replace_with.data(), replace_length); in DoReplaceMatchesAfterOffset()
681 if (find_length == replace_length) { in DoReplaceMatchesAfterOffset()
708 if (replace_length > find_length) { in DoReplaceMatchesAfterOffset()
711 const size_t expansion_per_match = (replace_length - find_length); in DoReplaceMatchesAfterOffset()
714 match = matcher.Find(*str, match + find_length)) { in DoReplaceMatchesAfterOffset()
731 pos = match + find_length; in DoReplaceMatchesAfterOffset()
747 size_t shift_src = first_match + find_length; in DoReplaceMatchesAfterOffset()
779 read_offset += find_length; in DoReplaceMatchesAfterOffset()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/base/strings/
H A Dstring_util.cc736 const size_t find_length = matcher.MatchSize(); in DoReplaceMatchesAfterOffset() local
737 if (!find_length) in DoReplaceMatchesAfterOffset()
749 str->replace(first_match, find_length, replace_with.data(), replace_length); in DoReplaceMatchesAfterOffset()
755 if (find_length == replace_length) { in DoReplaceMatchesAfterOffset()
782 if (replace_length > find_length) { in DoReplaceMatchesAfterOffset()
785 const size_t expansion_per_match = (replace_length - find_length); in DoReplaceMatchesAfterOffset()
788 match = matcher.Find(*str, match + find_length)) { in DoReplaceMatchesAfterOffset()
805 pos = match + find_length; in DoReplaceMatchesAfterOffset()
821 size_t shift_src = first_match + find_length; in DoReplaceMatchesAfterOffset()
853 read_offset += find_length; in DoReplaceMatchesAfterOffset()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/arm/samsung/
H A Dclksrc-change-registers.awk30 function find_length(f) function
76 dmask[name,0] = find_length(fields[1])
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/arm/samsung/
H A Dclksrc-change-registers.awk30 function find_length(f) function
76 dmask[name,0] = find_length(fields[1])
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/arm/samsung/
H A Dclksrc-change-registers.awk30 function find_length(f) function
76 dmask[name,0] = find_length(fields[1])
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/omapip/
H A Dhash.c36 find_length(const void *key, in find_length() function
412 len = find_length(key, table->do_hash);
447 len = find_length(key, table->do_hash);
488 len = find_length(key, table->do_hash);
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/omapip/
H A Dhash.c36 find_length(const void *key, in find_length() function
412 len = find_length(key, table->do_hash);
447 len = find_length(key, table->do_hash);
488 len = find_length(key, table->do_hash);
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/omapip/
H A Dhash.c36 find_length(const void *key, in find_length() function
412 len = find_length(key, table->do_hash);
447 len = find_length(key, table->do_hash);
488 len = find_length(key, table->do_hash);
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/vdrive/
H A Dvdrive-dir.c216 dir->find_length = length; in vdrive_dir_find_first_slot()
271 dir->find_nslot, dir->find_length, in vdrive_dir_find_next_slot()
285 if (dir->find_length < 0) { in vdrive_dir_find_next_slot()
/dports/emulators/vice/vice-3.5/src/vdrive/
H A Dvdrive-dir.c218 dir->find_length = length; in vdrive_dir_find_first_slot()
274 dir->find_nslot, dir->find_length, in vdrive_dir_find_next_slot()
289 if (dir->find_length < 0) { in vdrive_dir_find_next_slot()

12345