Home
last modified time | relevance | path

Searched refs:s (Results 1 – 25 of 987) sorted by relevance

12345678910>>...40

/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A Ds_erf.c209 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6))))); in erf()
210 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6))))); in erf()
219 R=ra0+s*(ra1+s*(ra2+s*(ra3+s*(ra4+s*( in erf()
221 S=one+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*( in erf()
224 R=rb0+s*(rb1+s*(rb2+s*(rb3+s*(rb4+s*( in erf()
226 S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*( in erf()
264 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6))))); in libm_hidden_def()
265 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6))))); in libm_hidden_def()
276 R=ra0+s*(ra1+s*(ra2+s*(ra3+s*(ra4+s*( in libm_hidden_def()
278 S=one+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*( in libm_hidden_def()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/i386/
A Dstring.h20 return s; in inlined_memset_const_c_count4()
26 return s; in inlined_memset_const_c_count4()
35 return s; in inlined_memset_const_c_count4()
40 return s; in inlined_memset_const_c_count4()
44 return s; in inlined_memset_const_c_count4()
49 return s; in inlined_memset_const_c_count4()
54 return s; in inlined_memset_const_c_count4()
66 return s; \ in inlined_memset_const_c_count4()
72 return s; in inlined_memset_const_c_count4()
109 return s; in inlined_memset_const_c_count4()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-attr2.c38 int s; in do_test() local
44 if (s != PTHREAD_CREATE_JOINABLE) in do_test()
48 s, PTHREAD_CREATE_JOINABLE); in do_test()
141 if (s != PTHREAD_INHERIT_SCHED && s != PTHREAD_EXPLICIT_SCHED) in do_test()
175 if (s != PTHREAD_INHERIT_SCHED) in do_test()
188 if (s != SCHED_OTHER && s != SCHED_FIFO && s != SCHED_RR) in do_test()
205 if (s != SCHED_RR) in do_test()
222 if (s != SCHED_FIFO) in do_test()
239 if (s != SCHED_OTHER) in do_test()
252 if (s != PTHREAD_SCOPE_SYSTEM && s != PTHREAD_SCOPE_PROCESS) in do_test()
[all …]
A Dtst-attr1.c78 int s; in do_test() local
85 if (s != PTHREAD_CREATE_JOINABLE) in do_test()
108 int s; in do_test() local
115 if (s != PTHREAD_INHERIT_SCHED) in do_test()
138 int s; in do_test() local
145 if (s != SCHED_OTHER) in do_test()
168 int s; in do_test() local
175 if (s != PTHREAD_SCOPE_SYSTEM) in do_test()
198 int s; in do_test() local
255 int s; in do_test() local
[all …]
A Dtst-tls4moda.c32 size_t s; in test1() local
34 for (s = 0; s < sizeof (foo); ++s) in test1()
36 if (foo [s]) in test1()
38 foo [s] = s; in test1()
45 size_t s; in test2() local
47 for (s = 0; s < sizeof (foo); ++s) in test2()
49 if (foo [s] != s) in test2()
51 foo [s] = sizeof (foo) - s; in test2()
A Dtst-tls4modb.c36 size_t s; in test1() local
43 for (s = 0; s < sizeof (foo) / sizeof (void *); ++s) in test1()
45 if (foo [s]) in test1()
47 foo [s] = &foo[s]; in test1()
54 size_t s; in test2() local
56 for (s = 0; s < sizeof (foo) / sizeof (void *); ++s) in test2()
58 if (foo [s] != &foo [s]) in test2()
60 foo [s] = &foo [s ^ 1]; in test2()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/stat/
A Dstat.c8 static void print_struct_stat(char *msg, struct stat *s) in print_struct_stat() argument
31 struct stat s; in main() local
39 memset(&s, 0, sizeof(struct stat)); in main()
40 ret = stat(file, &s); in main()
45 print_struct_stat("\nTesting stat:", &s); in main()
47 memset(&s, 0, sizeof(struct stat)); in main()
48 ret = lstat(file, &s); in main()
53 print_struct_stat("\nTesting lstat:", &s); in main()
61 memset(&s, 0, sizeof(struct stat)); in main()
62 ret = fstat(fd,&s); in main()
[all …]
/l4re-core-master/lua/lib/contrib/src/
A Dlobject.c142 if (**s == '-') { (*s)++; return 1; } in isneg()
143 else if (**s == '+') (*s)++; in isneg()
176 if (!(*s == '0' && (*(s + 1) == 'x' || *(s + 1) == 'X'))) /* check '0x' */ in lua_strx2number()
178 for (s += 2; ; s++) { /* skip '0x' and read numeral */ in lua_strx2number()
197 if (*s == 'p' || *s == 'P') { /* exponent part? */ in lua_strx2number()
283 (s[1] == 'x' || s[1] == 'X')) { /* hex? */ in l_str2int()
285 for (; lisxdigit(cast_uchar(*s)); s++) { in l_str2int()
291 for (; lisdigit(cast_uchar(*s)); s++) { in l_str2int()
303 return s; in l_str2int()
480 if (s == NULL) s = "(null)"; in luaO_pushvfstring()
[all …]
A Dlstrlib.c578 s = start_capture(ms, s, p + 2, CAP_POSITION); in match()
584 s = end_capture(ms, s, p + 1); in match()
590 s = (s == ms->src_end) ? s : NULL; /* check end of string */ in match()
596 s = matchbalance(ms, s, p + 2); in match()
619 s = match_capture(ms, s, uchar(*(p + 1))); in match()
654 s = max_expand(ms, s, p, ep); in match()
657 s = min_expand(ms, s, p, ep); in match()
668 return s; in match()
883 luaL_addlstring(b, s, e - s); in add_s()
1107 if (*s == '"' || *s == '\\' || *s == '\n') { in addquoted()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A Dstrtok_r.c23 register Wchar *s; in Wstrtok_r() local
27 if (((s = s1) != NULL) || ((s = *next_start) != NULL)) { in Wstrtok_r()
28 if (*(s += Wstrspn(s, s2))) { in Wstrtok_r()
29 if ((p = Wstrpbrk(s, s2)) != NULL) { in Wstrtok_r()
33 p = s = NULL; in Wstrtok_r()
37 return s; in Wstrtok_r()
39 if (!(s = s1)) { in Wstrtok_r()
40 s = *next_start; in Wstrtok_r()
42 if (s && *(s += Wstrspn(s, s2))) { in Wstrtok_r()
43 if (*(p = s + Wstrcspn(s, s2))) { in Wstrtok_r()
[all …]
A Dstrcasestr.c13 register const char *s = s1; in strcasestr() local
21 if ((*p == *s) in strcasestr()
22 || (tolower(*((unsigned char *)p)) == tolower(*((unsigned char *)s))) in strcasestr()
25 ++s; in strcasestr()
28 if (!*s) { in strcasestr()
31 s = ++s1; in strcasestr()
35 while (*p && *s) { in strcasestr()
36 if ((*p == *s) in strcasestr()
37 || (tolower(*((unsigned char *)p)) == tolower(*((unsigned char *)s))) in strcasestr()
40 ++s; in strcasestr()
[all …]
A Ddirname.c15 register char *s; in dirname() local
19 last = s = path; in dirname()
21 if (s != NULL) { in dirname()
24 while (*s && (*s != '/')) ++s; in dirname()
25 first = s; in dirname()
26 while (*s == '/') ++s; in dirname()
27 if (*s) { in dirname()
/l4re-core-master/uclibc/lib/contrib/uclibc/utils/
A Diconv.c146 const char *s; in main() local
159 for (s = opt_chars ; *s ; s++) { in main()
160 opts[ s - opt_chars ] = NULL; in main()
172 s = basename(progname); in main()
175 " or\n%s -l\n", s, s); in main()
178 if ((s - opt_chars) < 3) { in main()
184 opts[s - opt_chars] = p; in main()
191 for (s = (char *)__iconv_codesets ; *s ; s += *s) { in main()
192 fprintf(stderr," %s\n", s+2); in main()
197 } while (*++s); in main()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/generic/
A Dstrtok_r.c30 char s[] = "-abc-=-def";
41 if (s == NULL) in strtok_r()
42 s = *save_ptr; in strtok_r()
45 s += strspn (s, delim); in strtok_r()
46 if (*s == '\0') in strtok_r()
48 *save_ptr = s; in strtok_r()
53 token = s; in strtok_r()
54 s = strpbrk (token, delim); in strtok_r()
55 if (s == NULL) in strtok_r()
61 *s = '\0'; in strtok_r()
[all …]
/l4re-core-master/l4util/lib/src/
A Dkip.c19 const char *s = l4_kip_version_string(k); in l4util_kip_kernel_is_ux() local
21 if (s && strstr(s, "(ux)")) in l4util_kip_kernel_is_ux()
29 const char *s = l4_kip_version_string(k); in l4util_kip_kernel_has_feature() local
31 if (!s) in l4util_kip_kernel_has_feature()
34 l4util_kip_for_each_feature(s) in l4util_kip_kernel_has_feature()
36 if (strcmp(s, str) == 0) in l4util_kip_kernel_has_feature()
46 const char *s = l4_kip_version_string(k); in l4util_kip_kernel_abi_version() local
48 if (!s) in l4util_kip_kernel_abi_version()
51 l4util_kip_for_each_feature(s) in l4util_kip_kernel_abi_version()
53 if (strncmp(s, "abiver:", 7) == 0) in l4util_kip_kernel_abi_version()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/v850/bits/
A Dselect.h21 #define __FD_ZERO(s) \ argument
24 fd_set *__arr = (s); \
29 #define __FD_SET(fd, s) \ argument
32 void *__addr = (void *)&__FDS_BITS (s); \
38 #define __FD_CLR(fd, s) \ argument
41 void *__addr = (void *)&__FDS_BITS (s); \
47 #define __FD_ISSET(fd, s) \ argument
50 void *__addr = (void *)&__FDS_BITS (s); \
60 #define __FD_SET(d, s) (__FDS_BITS (s)[__FDELT(d)] |= __FDMASK(d)) argument
61 #define __FD_CLR(d, s) (__FDS_BITS (s)[__FDELT(d)] &= ~__FDMASK(d)) argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dutil.c99 gs.s = strdup(s); in str_assign()
108 if (gs->s) in str_free()
109 free(gs->s); in str_free()
110 gs->s = NULL; in str_free()
118 if (s) { in str_append()
119 l = strlen(gs->s) + strlen(s) + 1; in str_append()
121 gs->s = realloc(gs->s, l); in str_append()
124 strcat(gs->s, s); in str_append()
134 vsnprintf(s, sizeof(s), fmt, ap); in str_printf()
135 str_append(gs, s); in str_printf()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Drtime.c65 do_close (int s) in do_close() argument
70 close (s); in do_close()
78 int s; in rtime() local
93 s = socket (AF_INET, type, 0); in rtime()
94 if (s < 0) in rtime()
105 do_close (s); in rtime()
109 fd.fd = s; in rtime()
118 do_close (s); in rtime()
124 do_close (s); in rtime()
132 do_close (s); in rtime()
[all …]
A Dsvc.c152 for (s = svc_head; s != NULL_SVC; s = s->sc_next) in libc_hidden_def()
154 if ((s->sc_prog == prog) && (s->sc_vers == vers)) in libc_hidden_def()
156 p = s; in libc_hidden_def()
160 return s; in libc_hidden_def()
184 s->sc_prog = prog; in svc_register()
185 s->sc_vers = vers; in svc_register()
187 s->sc_next = svc_head; in svc_register()
188 svc_head = s; in svc_register()
214 s->sc_next = NULL_SVC; in libc_hidden_def()
371 struct svc_callout *s; in libc_hidden_def() local
[all …]
/l4re-core-master/cxx/lib/io/include/
A Dbasic_ostream194 return s;
202 return s;
210 return s;
218 return s;
226 return s;
234 return s;
242 return s;
250 return s;
258 return s;
270 return s;
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtestregex.c628 if (s) in report()
698 for (b = t = s; (*t = *s); s++, t++) in escape()
714 s--; in escape()
772 s--; in escape()
947 if (s) in sigunblock()
996 if (!(b = fgets(s, e - s, fp))) in my_getline()
999 s += strlen(s); in my_getline()
1000 if (s == b || *--s != '\n' || s == b || *(s - 1) != '\\') in my_getline()
1005 s--; in my_getline()
1283 for (s = version; *s && (*s != ' ' || *(s + 1) != '$'); s++) in old_main()
[all …]
/l4re-core-master/libc_backends/lib/mount/
A Dmount.cc23 String(const char *s, const char *e) : _s(s), _e(e), _p(s) {} in String()
45 { return strndup(s(), l()); } in dupnultermstr()
53 const char *i = s; in parse_fstab_line()
58 if (s == end) in parse_fstab_line()
61 String line(s, end); in parse_fstab_line()
115 char *s = fstab; in parse_fstab() local
122 while (s != end) in parse_fstab()
124 while (s < end && *s != '\n') in parse_fstab()
125 s++; in parse_fstab()
127 if (s == end) in parse_fstab()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/wchar/
A Dwchar.c283 if (!s) { in libc_hidden_def()
303 p = s; in libc_hidden_def()
503 ++s; in libc_hidden_def()
544 --s; in libc_hidden_def()
601 if (!s || (s == ((char *) src))) { in _wchar_wcsntoutf8s()
648 p = s; in _wchar_wcsntoutf8s()
754 ++s; in mbsnrtowcs()
780 ++s; in mbsnrtowcs()
871 ++s; in libc_hidden_def()
898 ++s; in libc_hidden_def()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/
A Dcow-stdexcept.cc87 __sso_string::__sso_string(const string& s) in __sso_string() argument
88 : __sso_string(s.c_str(), s.length()) { } in __sso_string()
101 __cow_string(const std::string& s);
112 __cow_string::__cow_string(const std::string& s) : _M_str(s) { } in __cow_string() argument
114 __cow_string::__cow_string(const char* s, size_t n) : _M_str(s, n) { } in __cow_string() argument
117 : _M_str(s._M_str) { } in __cow_string()
122 _M_str = s._M_str; in operator =()
128 __cow_string::__cow_string(__cow_string&& s) noexcept in __cow_string() argument
129 : _M_str(std::move(s._M_str)) { } in __cow_string()
132 __cow_string::operator=(__cow_string&& s) noexcept in operator =() argument
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/
A Dsso_string.cc60 __sso_string(const std::string& s);
79 __sso_string::__sso_string(const std::string& s) : _M_str(s) { } in __sso_string() argument
82 __sso_string::__sso_string(const char* s, size_t n) : _M_str(s, n) { } in __sso_string() argument
84 __sso_string::__sso_string(const __sso_string& s) noexcept in __sso_string() argument
85 : _M_str(s._M_str) { } in __sso_string()
88 __sso_string::operator=(const __sso_string& s) noexcept in operator =() argument
90 _M_str = s._M_str; in operator =()
96 __sso_string::__sso_string(__sso_string&& s) noexcept in __sso_string() argument
97 : _M_str(std::move(s._M_str)) { } in __sso_string()
100 __sso_string::operator=(__sso_string&& s) noexcept in operator =() argument
[all …]

Completed in 40 milliseconds

12345678910>>...40