Home
last modified time | relevance | path

Searched refs:s_end (Results 1 – 25 of 1312) sorted by relevance

12345678910>>...53

/dports/devel/ppl/ppl-1.2/src/
H A DPointset_Powerset_templates.hh148 s_end = x.sequence.end(); si != s_end; ++si) { in add_constraint() local
160 s_end = x.sequence.end(); si != s_end; ++si) { in refine_with_constraint() local
172 s_end = x.sequence.end(); si != s_end; ++si) { in add_constraints() local
184 s_end = x.sequence.end(); si != s_end; ++si) { in refine_with_constraints() local
196 s_end = x.sequence.end(); si != s_end; ++si) { in add_congruence() local
208 s_end = x.sequence.end(); si != s_end; ++si) { in refine_with_congruence() local
220 s_end = x.sequence.end(); si != s_end; ++si) { in add_congruences() local
232 s_end = x.sequence.end(); si != s_end; ++si) { in refine_with_congruences() local
244 s_end = x.sequence.end(); si != s_end; ++si) { in unconstrain() local
256 s_end = x.sequence.end(); si != s_end; ++si) { in unconstrain() local
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/lib/unistr/
H A Du8-check.c26 const uint8_t *s_end = s + n; in u8_check() local
28 while (s < s_end) in u8_check()
42 if (s + 2 <= s_end in u8_check()
51 if (s + 3 <= s_end in u8_check()
62 if (s + 4 <= s_end in u8_check()
78 if (s + 5 <= s_end in u8_check()
89 if (s + 6 <= s_end in u8_check()
/dports/devel/p5-Curses/Curses-1.38/
H A DCursesWide.c55 char *s_end = (char *)UVCHR_TO_UTF8((U8 *)s, wc); in c_wchar2sv() local
56 *s_end = 0; in c_wchar2sv()
152 U8 *s, *s_p, *s_end; in c_sv2bstr() local
162 s_end = s + s_len; in c_sv2bstr()
168 while (s_p < s_end) { in c_sv2bstr()
183 if (s_p != s_end) { in c_sv2bstr()
213 U8 *s, *s_p, *s_end; in c_sv2wstr() local
220 s_end = s + s_len; in c_sv2wstr()
226 while (s_p < s_end) { in c_sv2wstr()
235 if (s_p != s_end) { in c_sv2wstr()
[all …]
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Daapm.cc675 strlcpy(s_end, "Err", SYS_STR_SIZE - (s_end - s)); in PmuStr()
719 s_end += snprintf(s_end, SYS_STR_SIZE - (s_end - s), in PmuStr()
724 s_end += snprintf(s_end, SYS_STR_SIZE - (s_end - s), in PmuStr()
729 s_end += snprintf(s_end, SYS_STR_SIZE - (s_end - s), in PmuStr()
733 strlcpy(s_end, "--", SYS_STR_SIZE - (s_end - s)); in PmuStr()
738 strlcpy(s_end, "/", SYS_STR_SIZE - (s_end - s)); in PmuStr()
743 strlcpy(s_end, "--", SYS_STR_SIZE - (s_end - s)); in PmuStr()
746 s_end += snprintf(s_end, SYS_STR_SIZE - (s_end - s), in PmuStr()
750 s_end += snprintf(s_end, SYS_STR_SIZE - (s_end - s), in PmuStr()
754 strlcpy(s_end, "C", SYS_STR_SIZE - (s_end - s)); in PmuStr()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzle.c41 uchar_t *s_end = src + s_len; in zle_compress() local
44 while (src < s_end && dst < d_end - 1) { in zle_compress()
49 while (src < MIN(last, s_end) && src[0] == 0) in zle_compress()
56 while (src < MIN(last, s_end) - 1 && (src[0] | src[1])) in zle_compress()
63 return (src == s_end ? dst - (uchar_t *)d_start : s_len); in zle_compress()
71 uchar_t *s_end = src + s_len; in zle_decompress() local
74 while (src < s_end && dst < d_end) { in zle_decompress()
/dports/devel/aegis/aegis-4.25.D510/libaegis/wide_output/
H A Dwrap.cc34 const wchar_t *s_end = s + buf.size(); in wrap() local
35 while (s < s_end) in wrap()
47 if (s < s_end && *s != '\n') in wrap()
57 while (s < s_end && *s != '\n') in wrap()
71 if (s >= s_end) in wrap()
84 if (s < s_end && !iswspace(*s)) in wrap()
115 while (s < s_end && iswspace(*s)) in wrap()
118 if (s >= s_end) in wrap()
/dports/cad/ngspice_rework/ngspice-35/src/frontend/numparam/
H A Dxpressn.c508 const char *s_end; in defsubckt() local
519 s_end = s; in defsubckt()
521 while (*s_end && ((unsigned char) (*s_end) > ' ')) in defsubckt()
522 s_end++; in defsubckt()
524 if (s_end > s) { in defsubckt()
611 for (; s < s_end; s++) in fetchid()
671 if (iptr >= s_end) in fetchoperator()
863 while ((s_end > s) && ((unsigned char) (s_end[-1]) <= ' ')) in formula()
864 s_end--; in formula()
1143 while (s < s_end) { in nupa_substitute()
[all …]
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/libgettextpo/unistr/
H A Du8-check.c26 const uint8_t *s_end = s + n; in u8_check() local
28 while (s < s_end) in u8_check()
42 if (s + 2 <= s_end in u8_check()
51 if (s + 3 <= s_end in u8_check()
62 if (s + 4 <= s_end in u8_check()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-lib/unistr/
H A Du8-check.c26 const uint8_t *s_end = s + n; in u8_check() local
28 while (s < s_end) in u8_check()
42 if (s + 2 <= s_end in u8_check()
51 if (s + 3 <= s_end in u8_check()
62 if (s + 4 <= s_end in u8_check()
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/unistr/
H A Du8-check.c26 const uint8_t *s_end = s + n; in u8_check() local
28 while (s < s_end) in u8_check()
42 if (s + 2 <= s_end in u8_check()
51 if (s + 3 <= s_end in u8_check()
62 if (s + 4 <= s_end in u8_check()
/dports/dns/libidn2/libidn2-2.3.2/unistring/unistr/
H A Du8-check.c26 const uint8_t *s_end = s + n; in u8_check() local
28 while (s < s_end) in u8_check()
42 if (s + 2 <= s_end in u8_check()
51 if (s + 3 <= s_end in u8_check()
62 if (s + 4 <= s_end in u8_check()
/dports/dns/libidn/libidn-1.35/lib/gl/unistr/
H A Du8-check.c26 const uint8_t *s_end = s + n; in u8_check() local
28 while (s < s_end) in u8_check()
42 if (s + 2 <= s_end in u8_check()
51 if (s + 3 <= s_end in u8_check()
62 if (s + 4 <= s_end in u8_check()
/dports/math/pspp/pspp-1.4.1/gl/unistr/
H A Du8-check.c26 const uint8_t *s_end = s + n; in u8_check() local
28 while (s < s_end) in u8_check()
42 if (s + 2 <= s_end in u8_check()
51 if (s + 3 <= s_end in u8_check()
62 if (s + 4 <= s_end in u8_check()
/dports/security/gnutls/gnutls-3.6.16/lib/unistring/unistr/
H A Du8-check.c35 const uint8_t *s_end = s + n; in u8_check() local
37 while (s < s_end) in u8_check()
51 if (s + 2 <= s_end in u8_check()
60 if (s + 3 <= s_end in u8_check()
71 if (s + 4 <= s_end in u8_check()
/dports/math/octave/octave-6.4.0/libgnu/unistr/
H A Du8-check.c26 const uint8_t *s_end = s + n; in u8_check() local
28 while (s < s_end) in u8_check()
42 if (s + 2 <= s_end in u8_check()
51 if (s + 3 <= s_end in u8_check()
62 if (s + 4 <= s_end in u8_check()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-lib/unistr/
H A Du8-check.c26 const uint8_t *s_end = s + n; in u8_check() local
28 while (s < s_end) in u8_check()
42 if (s + 2 <= s_end in u8_check()
51 if (s + 3 <= s_end in u8_check()
62 if (s + 4 <= s_end in u8_check()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/libgettextpo/unistr/
H A Du8-check.c26 const uint8_t *s_end = s + n; in u8_check() local
28 while (s < s_end) in u8_check()
42 if (s + 2 <= s_end in u8_check()
51 if (s + 3 <= s_end in u8_check()
62 if (s + 4 <= s_end in u8_check()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/libgettextpo/unistr/
H A Du8-check.c26 const uint8_t *s_end = s + n; in u8_check() local
28 while (s < s_end) in u8_check()
42 if (s + 2 <= s_end in u8_check()
51 if (s + 3 <= s_end in u8_check()
62 if (s + 4 <= s_end in u8_check()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/libgettextpo/unistr/
H A Du8-check.c26 const uint8_t *s_end = s + n; in u8_check() local
28 while (s < s_end) in u8_check()
42 if (s + 2 <= s_end in u8_check()
51 if (s + 3 <= s_end in u8_check()
62 if (s + 4 <= s_end in u8_check()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-lib/unistr/
H A Du8-check.c26 const uint8_t *s_end = s + n; in u8_check() local
28 while (s < s_end) in u8_check()
42 if (s + 2 <= s_end in u8_check()
51 if (s + 3 <= s_end in u8_check()
62 if (s + 4 <= s_end in u8_check()
/dports/devel/libunistring/libunistring-0.9.10/lib/unistr/
H A Du8-check.c35 const uint8_t *s_end = s + n; in u8_check() local
37 while (s < s_end) in u8_check()
51 if (s + 2 <= s_end in u8_check()
60 if (s + 3 <= s_end in u8_check()
71 if (s + 4 <= s_end in u8_check()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/unistr/
H A Du8-check.c26 const uint8_t *s_end = s + n;
28 while (s < s_end)
42 if (s + 2 <= s_end
51 if (s + 3 <= s_end
62 if (s + 4 <= s_end
/dports/security/gnupg/gnupg-2.3.3/g13/
H A Dg13tuple.c166 const unsigned char *s_end; /* Points right behind the data. */ in find_tuple() local
173 s_end = s + tupledesc->datalen; in find_tuple()
174 while (s < s_end) in find_tuple()
178 if ((size_t)s+3 >= (size_t)s_end || (size_t)s + 3 < (size_t)s) in find_tuple()
185 if ((size_t)s + n > (size_t)s_end || (size_t)s + n < (size_t)s) in find_tuple()
248 const unsigned char *s_end; /* Points right behind the data. */ in next_tuple() local
255 s_end = s + tupledesc->datalen; in next_tuple()
257 if (s < s_end in next_tuple()
258 && !((size_t)s + 3 >= (size_t)s_end || (size_t)s + 3 < (size_t)s)) in next_tuple()
265 if (!((size_t)s + n > (size_t)s_end || (size_t)s + n < (size_t)s)) in next_tuple()
/dports/devel/re2c/re2c-2.2/src/util/
H A Ds_to_n32_unsafe.cc10 bool s_to_u32_unsafe (const char * s, const char * s_end, uint32_t & number) in s_to_u32_unsafe() argument
13 for (; s != s_end; ++s) in s_to_u32_unsafe()
28 bool s_to_i32_unsafe (const char * s, const char * s_end, int32_t & number) in s_to_i32_unsafe() argument
34 for (; s != s_end; ++s) in s_to_i32_unsafe()
46 for (; s != s_end; ++s) in s_to_i32_unsafe()
/dports/comms/airspy/airspyone_host-1.0.10/airspy-tools/src/
H A Dairspy_r820t.c60 char* s_end = s; in parse_u8() local
61 const long int long_value = strtol(s, &s_end, 10); in parse_u8()
62 if( (s != s_end) && (*s_end == 0) ) { in parse_u8()
76 char* s_end; in parse_u64() local
91 s_end = s; in parse_u64()
92 u64_value = strtoull(s, &s_end, base); in parse_u64()
93 if( (s != s_end) && (*s_end == 0) ) { in parse_u64()

12345678910>>...53