Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 5282) sorted by relevance

12345678910>>...212

/netbsd/external/lgpl3/gmp/dist/tune/
H A Dcommon.c134 speed_measure (double (*fun) (struct speed_params *s), struct speed_params *s) in speed_measure()
366 speed_option_set (const char *s) in speed_option_set()
438 speed_MPN_COPY (struct speed_params *s) in speed_MPN_COPY()
467 speed_memcpy (struct speed_params *s) in speed_memcpy()
472 speed_mpn_com (struct speed_params *s) in speed_mpn_com()
477 speed_mpn_neg (struct speed_params *s) in speed_mpn_neg()
832 speed_mpz_mod (struct speed_params *s) in speed_mpz_mod()
1262 speed_mpn_sqr (struct speed_params *s) in speed_mpn_sqr()
1278 speed_mpn_mul (struct speed_params *s) in speed_mpn_mul()
1708 speed_mpn_gcd (struct speed_params *s) in speed_mpn_gcd()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dloongson-mmiintrin.h108 paddb_s (int8x8_t s, int8x8_t t) in paddb_s()
115 paddd_u (uint64_t s, uint64_t t) in paddd_u()
121 paddd_s (int64_t s, int64_t t) in paddd_s()
128 paddsh (int16x4_t s, int16x4_t t) in paddsh()
134 paddsb (int8x8_t s, int8x8_t t) in paddsb()
178 pandn_sd (int64_t s, int64_t t) in pandn_sd()
209 pavgb (uint8x8_t s, uint8x8_t t) in pavgb()
387 pmovmskb_u (uint8x8_t s) in pmovmskb_u()
393 pmovmskb_s (int8x8_t s) in pmovmskb_s()
435 biadd (uint8x8_t s) in biadd()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/mips/
H A Dloongson-mmiintrin.h108 paddb_s (int8x8_t s, int8x8_t t) in paddb_s()
115 paddd_u (uint64_t s, uint64_t t) in paddd_u()
121 paddd_s (int64_t s, int64_t t) in paddd_s()
128 paddsh (int16x4_t s, int16x4_t t) in paddsh()
134 paddsb (int8x8_t s, int8x8_t t) in paddsb()
178 pandn_sd (int64_t s, int64_t t) in pandn_sd()
209 pavgb (uint8x8_t s, uint8x8_t t) in pavgb()
387 pmovmskb_u (uint8x8_t s) in pmovmskb_u()
393 pmovmskb_s (int8x8_t s) in pmovmskb_s()
435 biadd (uint8x8_t s) in biadd()
[all …]
/netbsd/external/bsd/atf/dist/atf-c/
H A Dmacros.h155 atf_tc_fail_check(__FILE__, __LINE__, "%s", #x " not met"); \ macro
159 ATF_REQUIRE_MSG((x) == (y), "%s != %s", #x, #y) macro
162 ATF_CHECK_MSG((x) == (y), "%s != %s", #x, #y) macro
165 ATF_REQUIRE_MSG((x) == (y), "%s != %s: " fmt, #x, #y, ##__VA_ARGS__) macro
168 ATF_CHECK_MSG((x) == (y), "%s != %s: " fmt, #x, #y, ##__VA_ARGS__) macro
177 ATF_REQUIRE_MSG(strcmp(x, y) == 0, "%s != %s (%s != %s): " fmt, \ macro
181 ATF_CHECK_MSG(strcmp(x, y) == 0, "%s != %s (%s != %s): " fmt, \ macro
185 ATF_REQUIRE_MSG(atf_utils_grep_string("%s", string, regexp), \ macro
189 ATF_CHECK_MSG(atf_utils_grep_string("%s", string, regexp), \ macro
193 ATF_REQUIRE_MSG(atf_utils_grep_string("%s", string, regexp), \ macro
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsapply.c35 bool doCond(Statement *s) in doCond()
41 bool applyTo(Statement *s) in applyTo()
48 void visit(Statement *s) in visit()
52 void visit(PeelStatement *s) in visit()
70 void visit(ScopeStatement *s) in visit()
74 void visit(WhileStatement *s) in visit()
78 void visit(DoStatement *s) in visit()
82 void visit(ForStatement *s) in visit()
94 void visit(IfStatement *s) in visit()
106 void visit(CaseStatement *s) in visit()
[all …]
H A Dsapply.d45 bool doCond(Statement s) in doCond()
52 bool applyTo(Statement s) in applyTo()
59 override void visit(Statement s) in visit()
64 override void visit(PeelStatement s) in visit()
85 override void visit(ScopeStatement s) in visit()
90 override void visit(WhileStatement s) in visit()
95 override void visit(DoStatement s) in visit()
100 override void visit(ForStatement s) in visit()
115 override void visit(IfStatement s) in visit()
130 override void visit(CaseStatement s) in visit()
[all …]
H A Dstatement_rewrite_walker.d32 final void visitStmt(ref Statement s) in visitStmt()
38 final void replaceCurrent(Statement s) in replaceCurrent()
43 override void visit(PeelStatement s) in visit()
78 override void visit(ScopeStatement s) in visit()
84 override void visit(WhileStatement s) in visit()
90 override void visit(DoStatement s) in visit()
96 override void visit(ForStatement s) in visit()
116 override void visit(IfStatement s) in visit()
130 override void visit(CaseStatement s) in visit()
154 override void visit(WithStatement s) in visit()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dsapply.c35 bool doCond(Statement *s) in doCond()
41 bool applyTo(Statement *s) in applyTo()
48 void visit(Statement *s) in visit()
52 void visit(PeelStatement *s) in visit()
70 void visit(ScopeStatement *s) in visit()
74 void visit(WhileStatement *s) in visit()
78 void visit(DoStatement *s) in visit()
82 void visit(ForStatement *s) in visit()
94 void visit(IfStatement *s) in visit()
106 void visit(CaseStatement *s) in visit()
[all …]
/netbsd/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dorder.c198 static struct rspecial s[] = { in nspecial() local
205 static struct rspecial s[] = { in nspecial() local
212 static struct rspecial s[] = { in nspecial() local
219 static struct rspecial s[] = { in nspecial() local
226 static struct rspecial s[] = { in nspecial() local
234 static struct rspecial s[] = { in nspecial() local
242 static struct rspecial s[] = { in nspecial() local
252 static struct rspecial s[] = { in nspecial() local
260 static struct rspecial s[] = { in nspecial() local
279 static struct rspecial s[] = { in nspecial() local
[all …]
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dobj-coff.h147 #define S_GET_NUMBER_AUXILIARY(s) \ argument
209 #define SF_GET(s) (* symbol_get_obj (s)) argument
214 #define SF_GET_FILE(s) (SF_GET (s) & SF_FILE) argument
217 #define SF_GET_STRING(s) (SF_GET (s) & SF_STRING) argument
218 #define SF_GET_LOCAL(s) (SF_GET (s) & SF_LOCAL) argument
221 #define SF_GET_TAGGED(s) (SF_GET (s) & SF_TAGGED) argument
222 #define SF_GET_TAG(s) (SF_GET (s) & SF_TAG) argument
226 #define SF_SET(s,v) (SF_GET (s) = (v)) argument
229 #define SF_SET_FILE(s) (SF_GET (s) |= SF_FILE) argument
233 #define SF_SET_LOCAL(s) (SF_GET (s) |= SF_LOCAL) argument
[all …]
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dobj-coff.h149 #define S_GET_NUMBER_AUXILIARY(s) \ argument
205 #define SF_GET(s) (* symbol_get_obj (s)) argument
210 #define SF_GET_FILE(s) (SF_GET (s) & SF_FILE) argument
213 #define SF_GET_STRING(s) (SF_GET (s) & SF_STRING) argument
214 #define SF_GET_LOCAL(s) (SF_GET (s) & SF_LOCAL) argument
217 #define SF_GET_TAGGED(s) (SF_GET (s) & SF_TAGGED) argument
218 #define SF_GET_TAG(s) (SF_GET (s) & SF_TAG) argument
222 #define SF_SET(s,v) (SF_GET (s) = (v)) argument
225 #define SF_SET_FILE(s) (SF_GET (s) |= SF_FILE) argument
229 #define SF_SET_LOCAL(s) (SF_GET (s) |= SF_LOCAL) argument
[all …]
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dobj-coff.h167 #define S_GET_NUMBER_AUXILIARY(s) \ argument
223 #define SF_GET(s) (* symbol_get_obj (s)) argument
228 #define SF_GET_FILE(s) (SF_GET (s) & SF_FILE) argument
231 #define SF_GET_STRING(s) (SF_GET (s) & SF_STRING) argument
232 #define SF_GET_LOCAL(s) (SF_GET (s) & SF_LOCAL) argument
235 #define SF_GET_TAGGED(s) (SF_GET (s) & SF_TAGGED) argument
236 #define SF_GET_TAG(s) (SF_GET (s) & SF_TAG) argument
240 #define SF_SET(s,v) (SF_GET (s) = (v)) argument
243 #define SF_SET_FILE(s) (SF_GET (s) |= SF_FILE) argument
247 #define SF_SET_LOCAL(s) (SF_GET (s) |= SF_LOCAL) argument
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dobj-coff.h149 #define S_GET_NUMBER_AUXILIARY(s) \ argument
205 #define SF_GET(s) (* symbol_get_obj (s)) argument
210 #define SF_GET_FILE(s) (SF_GET (s) & SF_FILE) argument
213 #define SF_GET_STRING(s) (SF_GET (s) & SF_STRING) argument
214 #define SF_GET_LOCAL(s) (SF_GET (s) & SF_LOCAL) argument
217 #define SF_GET_TAGGED(s) (SF_GET (s) & SF_TAGGED) argument
218 #define SF_GET_TAG(s) (SF_GET (s) & SF_TAG) argument
222 #define SF_SET(s,v) (SF_GET (s) = (v)) argument
225 #define SF_SET_FILE(s) (SF_GET (s) |= SF_FILE) argument
229 #define SF_SET_LOCAL(s) (SF_GET (s) |= SF_LOCAL) argument
[all …]
/netbsd/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_dump.c56 dwarf_get_AT_name(unsigned attr, const char **s) in dwarf_get_AT_name()
312 dwarf_get_ATE_name(unsigned ate, const char **s) in dwarf_get_ATE_name()
360 dwarf_get_CC_name(unsigned cc, const char **s) in dwarf_get_CC_name()
384 dwarf_get_CFA_name(unsigned cfa, const char **s) in dwarf_get_CFA_name()
536 dwarf_get_DS_name(unsigned ds, const char **s) in dwarf_get_DS_name()
560 dwarf_get_DSC_name(unsigned dsc, const char **s) in dwarf_get_DSC_name()
578 dwarf_get_EH_name(unsigned eh, const char **s) in dwarf_get_EH_name()
622 dwarf_get_END_name(unsigned end, const char **s) in dwarf_get_END_name()
646 dwarf_get_ID_name(unsigned id, const char **s) in dwarf_get_ID_name()
668 dwarf_get_INL_name(unsigned inl, const char **s) in dwarf_get_INL_name()
[all …]
/netbsd/external/bsd/pcc/dist/pcc/arch/i86/
H A Dorder.c166 static struct rspecial s[] = { in nspecial() local
176 static struct rspecial s[] = { in nspecial() local
208 static struct rspecial s[] = { in nspecial() local
216 static struct rspecial s[] = { in nspecial() local
226 static struct rspecial s[] = { in nspecial() local
232 static struct rspecial s[] = { in nspecial() local
240 static struct rspecial s[] = { in nspecial() local
248 static struct rspecial s[] = { in nspecial() local
254 static struct rspecial s[] = { in nspecial() local
260 static struct rspecial s[] = { in nspecial() local
[all …]
/netbsd/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem.c76 int SSL_in_init(const SSL *s) in SSL_in_init()
81 int SSL_is_init_finished(const SSL *s) in SSL_is_init_finished()
86 int SSL_in_before(const SSL *s) in SSL_in_before()
102 void ossl_statem_clear(SSL *s) in ossl_statem_clear()
153 #define check_fatal(s) \ argument
167 int ossl_statem_in_error(const SSL *s) in ossl_statem_in_error()
263 int ossl_statem_connect(SSL *s) in ossl_statem_connect()
268 int ossl_statem_accept(SSL *s) in ossl_statem_accept()
275 static info_cb get_callback(SSL *s) in get_callback()
708 static int statem_do_write(SSL *s) in statem_do_write()
[all …]
/netbsd/external/bsd/pcc/dist/pcc/arch/i386/
H A Dorder.c164 static struct rspecial s[] = { in nspecial() local
174 static struct rspecial s[] = { in nspecial() local
188 static struct rspecial s[] = { in nspecial() local
194 static struct rspecial s[] = { in nspecial() local
200 static struct rspecial s[] = { in nspecial() local
208 static struct rspecial s[] = { in nspecial() local
214 static struct rspecial s[] = { in nspecial() local
220 static struct rspecial s[] = { in nspecial() local
228 static struct rspecial s[] = { in nspecial() local
234 static struct rspecial s[] = { in nspecial() local
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem.c71 int SSL_in_init(const SSL *s) in SSL_in_init()
76 int SSL_is_init_finished(const SSL *s) in SSL_is_init_finished()
81 int SSL_in_before(const SSL *s) in SSL_in_before()
97 void ossl_statem_clear(SSL *s) in ossl_statem_clear()
137 #define check_fatal(s, f) \ argument
152 int ossl_statem_in_error(const SSL *s) in ossl_statem_in_error()
248 int ossl_statem_connect(SSL *s) in ossl_statem_connect()
253 int ossl_statem_accept(SSL *s) in ossl_statem_accept()
260 static info_cb get_callback(SSL *s) in get_callback()
698 static int statem_do_write(SSL *s) in statem_do_write()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-matchers.cc45 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
49 Matcher<const std::string&>::Matcher(const char* s) { in Matcher()
55 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
59 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher()
64 Matcher<const absl::string_view&>::Matcher(const std::string& s) { in Matcher()
70 Matcher<const absl::string_view&>::Matcher(const char* s) { in Matcher()
76 Matcher<const absl::string_view&>::Matcher(absl::string_view s) { in Matcher()
82 Matcher<absl::string_view>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
86 Matcher<absl::string_view>::Matcher(const char* s) { in Matcher()
92 Matcher<absl::string_view>::Matcher(absl::string_view s) { in Matcher()
/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A DaApply.d45 auto s = "hello"c[]; variable
48 foreach (dchar d; s) in foreach()
65 foreach (dchar d; s) in foreach()
107 auto s = "hello"w[]; variable
110 foreach (dchar d; s) in foreach()
127 foreach (dchar d; s) in foreach()
181 auto s = "hello"c[]; variable
184 foreach (wchar d; s) in foreach()
261 foreach (char d; s) in foreach()
278 foreach (char d; s) in foreach()
[all …]
H A DaApplyR.d67 auto s = "hello"c[]; variable
131 auto s = "hello"w[]; variable
217 auto s = "hello"c[]; variable
298 auto s = "hello"w[]; variable
377 auto s = "hello"d[]; variable
449 auto s = "hello"d[]; variable
531 auto s = "hello"c[]; variable
596 auto s = "hello"w[]; variable
684 auto s = "hello"c[]; variable
767 auto s = "hello"w[]; variable
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A DaApply.d45 auto s = "hello"c[]; variable
48 foreach (dchar d; s) in foreach()
65 foreach (dchar d; s) in foreach()
107 auto s = "hello"w[]; variable
110 foreach (dchar d; s) in foreach()
127 foreach (dchar d; s) in foreach()
181 auto s = "hello"c[]; variable
184 foreach (wchar d; s) in foreach()
261 foreach (char d; s) in foreach()
278 foreach (char d; s) in foreach()
[all …]
H A DaApplyR.d57 auto s = "hello"c[]; variable
121 auto s = "hello"w[]; variable
207 auto s = "hello"c[]; variable
288 auto s = "hello"w[]; variable
367 auto s = "hello"d[]; variable
439 auto s = "hello"d[]; variable
521 auto s = "hello"c[]; variable
586 auto s = "hello"w[]; variable
674 auto s = "hello"c[]; variable
757 auto s = "hello"w[]; variable
[all …]
/netbsd/usr.sbin/ldpd/
H A Dldp_command.c145 int s; in create_command_socket() local
172 command_accept(int s) in command_accept()
193 is_command_socket(int s) in is_command_socket()
206 add_command_socket(int s) in add_command_socket()
267 command_close(int s) in command_close()
281 send_prompt(int s) { in send_prompt()
286 send_pwd_prompt(int s) { in send_pwd_prompt()
292 echo_off(int s) in echo_off()
300 echo_on(int s) in echo_on()
361 set_func(int s, char *recvspace) in set_func()
[all …]
/netbsd/external/bsd/tmux/dist/
H A Dsession.c62 session_alive(struct session *s) in session_alive()
77 struct session s; in session_find() local
103 struct session *s; in session_find_by_id() local
117 struct session *s; in session_create() local
186 struct session *s = arg; in session_free() local
257 struct session *s = arg; in session_lock_timer() local
476 session_last(struct session *s) in session_last()
520 struct session *s; in session_group_contains() local
586 struct session *s; in session_group_count() local
599 struct session *s; in session_group_attached_count() local
[all …]

12345678910>>...212