Home
last modified time | relevance | path

Searched full:s (Results 1 – 25 of 11243) sorted by relevance

12345678910>>...450

/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A DChangeLog-202115 * s21.s: Delete accidental copyright line.
24 * ashift_left.s: New test.
36 * se_all32bitopcodes.S (se_all_next_insn): Skip debug insn opcodes.
61 * random_0017.S, random_0018.S, random_0025.S: New ASTAT shift tests.
65 * random_0036.S, random_0037.S: New astat tests.
69 * se_all64bitg1opcodes.S: Delete xfail line.
70 * se_all64bitg2opcodes.S: Likewise.
74 * se_all16bitopcodes.S (SE_ALL_BITS): Define to 16.
78 * se_all32bitopcodes.S: Add more details on slowness.
82 * se_all64bitg0opcodes.S: Add more details on slowness.
[all …]
/netbsd-src/sys/arch/x68k/stand/libiocs/
H A DMakefile13 ASM= b_keyinp.S b_keysns.S b_sftsns.S bitsns.S skeyset.S tvctrl.S \
14 ledmod.S tgusemd.S defchr.S crtmod.S contrast.S hsvtorgb.S tpalet.S \
15 tpalet2.S tcolor.S fntget.S textget.S textput.S clipput.S scroll.S \
16 b_curon.S b_curoff.S b_putc.S b_print.S b_color.S b_locate.S \
17 b_down_s.S b_up_s.S b_up.S b_down.S b_right.S b_left.S b_clr_ed.S \
18 b_clr_st.S b_clr_al.S b_era_ed.S b_era_st.S b_era_al.S b_ins.S \
19 b_del.S b_consol.S b_putmes.S set232c.S lof232c.S inp232c.S \
20 isns232c.S osns232c.S out232c.S joyget.S init_prn.S snsprn.S \
21 outlpt.S outprn.S b_seek.S b_verify.S b_readdi.S b_dskini.S \
22 b_drvsns.S b_write.S b_read.S b_recali.S b_assign.S b_writed.S \
[all …]
/netbsd-src/sys/arch/x68k/stand/libdos/
H A DMakefile13 SRCS= dos_rename.S
14 SRCS+= dos_cerror.S dos_procerr.S dos_errno.c dos_strerror.S
15 CLEANFILES+= dos_strerror.S
17 ASM= exit.S getchar.S putchar.S cominp.S comout.S prnout.S inpout.S \
18 inkey.S getc.S print.S gets.S keysns.S kflushgp.S kflushio.S \
19 kflushin.S kflushgc.S kflushgs.S fflush.S chgdrv.S drvctrl.S \
20 consns.S prnsns.S cinsns.S coutsns.S fatchk.S fatchk2.S hendspmo.S \
21 hendspmp.S hendspmr.S hendspmc.S hendspio.S hendspip.S hendspir.S \
22 hendspic.S hendspso.S hendspsp.S hendspsr.S hendspsc.S curdrv.S \
23 getss.S fgetc.S fgets.S fputc.S fputs.S allclose.S super.S fnckeygt.S \
[all …]
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_dump.c36 dwarf_get_ACCESS_name(unsigned access, const char **s) in dwarf_get_ACCESS_name() argument
39 assert(s != NULL); in dwarf_get_ACCESS_name()
43 *s = "DW_ACCESS_public"; break; in dwarf_get_ACCESS_name()
45 *s = "DW_ACCESS_protected"; break; in dwarf_get_ACCESS_name()
47 *s = "DW_ACCESS_private"; break; in dwarf_get_ACCESS_name()
56 dwarf_get_AT_name(unsigned attr, const char **s) in dwarf_get_AT_name() argument
59 assert(s != NULL); in dwarf_get_AT_name()
63 *s = "DW_AT_abstract_origin"; break; in dwarf_get_AT_name()
65 *s = "DW_AT_accessibility"; break; in dwarf_get_AT_name()
67 *s = "DW_AT_address_class"; break; in dwarf_get_AT_name()
[all …]
/netbsd-src/lib/libc/sys/
H A DMakefile.inc17 SRCS+= __clone.S __vfork14.S brk.S fork.S pipe.S \
18 getcontext.S \
19 ptrace.S sbrk.S shmat.S \
20 syscall.S __syscal
[all...]
/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dspeed.h58 limit on what s->align_xp etc and then request for off-alignment. Maybe
88 /* This is the size for s->xp_block and s->yp_block, used in certain
90 s->size for a different purpose, eg. SPEED_ROUTINE_MPN_GCD_1.
321 double speed_mpn_sec_invert (struct speed_params *s);
539 unlikely if it's a system call.
544 difference calculation (assuming it's the same each time).
610 function pointer is considered undesirable since it's not the way a
617 only what's being measured is being run, so that doesn't matter.
638 SPEED_RESTRICT_COND (s->size >= 0); \
641 SPEED_TMP_ALLOC_LIMBS (wp, s->size, s->align_wp); \
[all …]
H A Dcommon.c56 /* Provide __clz_tab even if it's not required, for the benefit of new code
128 The given (*fun)() is expected to run its function "s->reps" many times
130 speed_endtime(). If the function doesn't support the given s->size or
131 s->r, -1.0 should be returned. See the various base routines below. */
134 speed_measure (double (*fun) (struct speed_params *s), struct speed_params *s) in speed_measure() argument
147 "fun"s will cope with this, speed_noop() is one. */ in speed_measure()
148 if (s == NULL) in speed_measure()
151 s = &s_dummy; in speed_measure()
154 s->reps = 1; in speed_measure()
155 s->time_divisor = 1.0; in speed_measure()
[all …]
/netbsd-src/sys/arch/m68k/060sp/dist/
H A Dmisc43 freal.s : 2.4
45 x_fovfl.s : 2.16
46 x_funfl.s : 2.19
47 x_funsupp.s : 2.27
48 x_effadd.s : 2.21
49 x_foperr.s : 2.9
50 x_fsnan.s : 2.12
51 x_finex.s : 2.14
52 x_fdz.s : 2.5
53 x_fline.s : 2.5
[all …]
/netbsd-src/external/gpl2/gettext/dist/djgpp/
H A Dconfig.sed2 /@GMSGFMT@/ s,\$GMSGFMT,msgfmt,
3 /@MSGFMT@/ s,\$MSGFMT,msgfmt,
4 /@XGETTEXT@/ s,\$XGETTEXT,xgettext,
8 /^aliaspath[ ]*=/s,:,";",g\
11 /TEXINPUTS[ ]*=/s,:,";",g\
12 /PATH[ ]*=/s,:,";",g\
13 s,\\.new\\.,_new.,g\
14 s,\\.old\\.,_old.,g\
15 s,\\.tab\\.c,_tab.c,g\
16 s,\\.tab\\.h,_tab.h,g\
[all …]
/netbsd-src/share/doc/papers/diskperf/
H A Dresults.ms54 c s s s s
55 c s s s s
56 c s s s s
57 l | l s | l s
58 l | l s | l s
76 c s s s s
77 c s s s s
78 l | l s | l s
79 l | l s | l s
112 c s s s s s s
[all …]
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/
H A Dchacha-armv8.S331 ld1 {v0.4s},[x5],#16
334 ld1 {v1.4s,v2.4s},[x3]
336 ld1 {v3.4s},[x4]
338 ld1 {v8.4s,v9.4s},[x5]
340 rev64 v0.4s,v0.4s
350 dup v16.4s,v0.s[0] // unpack key block
352 dup v20.4s,v0.s[1]
354 dup v24.4s,v0.s[2]
356 dup v28.4s,v0.s[3]
358 dup v17.4s,v1.s[0]
[all …]
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
H A Dchacha-armv8.S332 ld1 {v0.4s},[x5],#16
335 ld1 {v1.4s,v2.4s},[x3]
337 ld1 {v3.4s},[x4]
339 ld1 {v8.4s,v9.4s},[x5]
341 rev64 v0.4s,v0.4s
351 dup v16.4s,v0.s[0] // unpack key block
353 dup v20.4s,v0.s[1]
355 dup v24.4s,v0.s[2]
357 dup v28.4s,v0.s[3]
359 dup v17.4s,v1.s[0]
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/man/
H A Dssl.347 .\" Escape single quotes in literal strings from groff's Unicode transform.
147 The OpenSSL \fBssl\fR library implements the Secure Sockets Layer (\s-1SSL\s0 v2/v3) and
148 Transport Layer Security (\s-1TLS\s0 v1) protocols. It provides a rich \s-1API\s0 which is
154 Then an \fB\s-1SSL_CTX\s0\fR object is created as a framework to establish
155 \&\s-1TLS/SSL\s0 enabled connections (see \fISSL_CTX_new\fR\|(3)).
160 \&\fB\s-1SSL\s0\fR object. After the \fB\s-1SSL\s0\fR object has been created using
165 Then the \s-1TLS/SSL\s0 handshake is performed using
169 to read and write data on the \s-1TLS/SSL\s0 connection.
171 \&\s-1TLS/SSL\s0 connection.
176 .IP "\fB\s-1SSL_METHOD\s0\fR (\s-1SSL\s0 Method)" 4
[all …]
H A Dssl.747 .\" Escape single quotes in literal strings from groff's Unicode transform.
152 The OpenSSL \fBssl\fR library implements the Secure Sockets Layer (\s-1SSL\s0 v2/v3) and
153 Transport Layer Security (\s-1TLS\s0 v1) protocols. It provides a rich \s-1API\s0 which is
156 An \fB\s-1SSL_CTX\s0\fR object is created as a framework to establish
157 \&\s-1TLS/SSL\s0 enabled connections (see \fBSSL_CTX_new\fR\|(3)).
162 \&\fB\s-1SSL\s0\fR object. After the \fB\s-1SSL\s0\fR object has been created using
167 When the \s-1TLS/SSL\s0 handshake is performed using
171 used to read and write data on the \s-1TLS/SSL\s0 connection.
173 \&\s-1TLS/SSL\s0 connection.
178 .IP "\fB\s-1SSL_METHOD\s0\fR (\s-1SSL\s0 Method)" 4
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/bfd/po/
H A Dtr.po20 msgid "%s: Unknown section type in a.out.adobe file: %x\n"
21 msgstr "%s: a.out.adobe dosyasında bilinmeyen bölüm türü: %x\n"
25 msgid "%s: Invalid relocation type exported: %d"
26 msgstr "%s: Geçersiz yer değiştirme türü ihraç edilmiş: %d"
30 msgid "%s: Invalid relocation type imported: %d"
31 msgstr "%s: Geçersiz yer değiştirme türü ithal edilmiş: %d"
35 msgid "%s: Bad relocation record imported: %d"
36 msgstr "%s: Geçersiz yer değiştirme kaydı ithal edilmiş: %d"
40 msgid "%s: can not represent section `%s' in a.out object file format"
41 msgstr "%s: `%s' bölümü a.out nesne dosya biçeminde gösterilemez"
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/po/
H A Dtr.po20 msgid "%s: Unknown section type in a.out.adobe file: %x\n"
21 msgstr "%s: a.out.adobe dosyasında bilinmeyen bölüm türü: %x\n"
25 msgid "%s: Invalid relocation type exported: %d"
26 msgstr "%s: Geçersiz yer değiştirme türü ihraç edilmiş: %d"
30 msgid "%s: Invalid relocation type imported: %d"
31 msgstr "%s: Geçersiz yer değiştirme türü ithal edilmiş: %d"
35 msgid "%s: Bad relocation record imported: %d"
36 msgstr "%s: Geçersiz yer değiştirme kaydı ithal edilmiş: %d"
40 msgid "%s: can not represent section `%s' in a.out object file format"
41 msgstr "%s: `%s' bölümü a.out nesne dosya biçeminde gösterilemez"
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/po/
H A Dtr.po20 msgid "%s: Unknown section type in a.out.adobe file: %x\n"
21 msgstr "%s: a.out.adobe dosyasında bilinmeyen bölüm türü: %x\n"
25 msgid "%s: Invalid relocation type exported: %d"
26 msgstr "%s: Geçersiz yer değiştirme türü ihraç edilmiş: %d"
30 msgid "%s: Invalid relocation type imported: %d"
31 msgstr "%s: Geçersiz yer değiştirme türü ithal edilmiş: %d"
35 msgid "%s: Bad relocation record imported: %d"
36 msgstr "%s: Geçersiz yer değiştirme kaydı ithal edilmiş: %d"
40 msgid "%s: can not represent section `%s' in a.out object file format"
41 msgstr "%s: `%s' bölümü a.out nesne dosya biçeminde gösterilemez"
[all …]
/netbsd-src/external/gpl3/gdb/dist/bfd/po/
H A Dtr.po20 msgid "%s: Unknown section type in a.out.adobe file: %x\n"
21 msgstr "%s: a.out.adobe dosyasında bilinmeyen bölüm türü: %x\n"
25 msgid "%s: Invalid relocation type exported: %d"
26 msgstr "%s: Geçersiz yer değiştirme türü ihraç edilmiş: %d"
30 msgid "%s: Invalid relocation type imported: %d"
31 msgstr "%s: Geçersiz yer değiştirme türü ithal edilmiş: %d"
35 msgid "%s: Bad relocation record imported: %d"
36 msgstr "%s: Geçersiz yer değiştirme kaydı ithal edilmiş: %d"
40 msgid "%s: can not represent section `%s' in a.out object file format"
41 msgstr "%s: `%s' bölümü a.out nesne dosya biçeminde gösterilemez"
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
H A Dchacha-armv8.S333 ld1 {v24.4s},[x5],#16
336 ld1 {v25.4s,v26.4s},[x3]
338 ld1 {v27.4s},[x4]
339 ld1 {v31.4s},[x5]
341 rev64 v24.4s,v24.4s
349 add v27.4s,v27.4s,v31.4s // += 1
350 add v28.4s,v27.4s,v31.4s
351 add v29.4s,v28.4s,v31.4s
352 shl v31.4s,v31.4s,#2 // 1 -> 4
388 add v0.4s,v0.4s,v1.4s
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/aarch64/
H A Dchacha-armv8.S332 ld1 {v24.4s},[x5],#16
335 ld1 {v25.4s,v26.4s},[x3]
337 ld1 {v27.4s},[x4]
338 ld1 {v31.4s},[x5]
340 rev64 v24.4s,v24.4s
348 add v27.4s,v27.4s,v31.4s // += 1
349 add v28.4s,v27.4s,v31.4s
350 add v29.4s,v28.4s,v31.4s
351 shl v31.4s,v31.4s,#2 // 1 -> 4
387 add v0.4s,v0.4s,v1.4s
[all …]
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A DMakefile.am155 -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' \
177 -e 's|@''GUARD_PREFIX''@|GL|g' \
178 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
179 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
180 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
181 -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
182 -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \
183 -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \
184 -e 's/@''GNULIB_INET_NTOP''@/$(GL_GNULIB_INET_NTOP)/g' \
185 -e 's/@''GNULIB_INET_PTON''@/$(GL_GNULIB_INET_PTON)/g' \
[all …]
/netbsd-src/sys/crypto/chacha/arch/arm/
H A Dchacha_neon_64.S1 /* $NetBSD: chacha_neon_64.S,v 1.7 2020/09/07 18:05:17 jakllsch Exp $ */
31 RCSID("$NetBSD: chacha_neon_64.S,v 1.7 2020/09/07 18:05:17 jakllsch Exp $")
83 #define STEP0(a,b,c,d, t, r) add a##.4s, a##.4s, b##.4s
86 #define STEP2(a,b,c,d, t, r) shl t##.4s, d##.4s, #16
87 #define STEP3(a,b,c,d, t, r) ushr d##.4s, d##.4s, #(32 - 16)
95 #define STEP5(a,b,c,d, t, r) add c##.4s, c##.4s, d##.4s
98 #define STEP7(a,b,c,d, t, r) shl t##.4s, b##.4s, #12
99 #define STEP8(a,b,c,d, t, r) ushr b##.4s, b##.4s, #(32 - 12)
103 #define STEP7(a,b,c,d, t, r) shl b##.4s, t##.4s, #12
104 #define STEP8(a,b,c,d, t, r) sri b##.4s, t##.4s, #(32 - 12)
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp39 void VisitStmt(const Stmt *S);
43 #define STMT(Node, Base) void Visit##Node(const Node *S);
57 /// Visit identifiers that are not in Decl's or Type's.
105 // function parameters, so we will use the parameter's type for in VisitDecl()
218 void StmtProfiler::VisitStmt(const Stmt *S) { in VisitStmt() argument
219 assert(S && "Requires non-null Stmt pointer"); in VisitStmt()
221 HandleStmtClass(S->getStmtClass()); in VisitStmt()
223 for (const Stmt *SubStmt : S->children()) { in VisitStmt()
231 void StmtProfiler::VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt() argument
232 VisitStmt(S); in VisitDeclStmt()
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/h8300/
H A DChangeLog-20213 * addb.s: Add special case reg,<@reg+ / @reg- / @+reg / @-reg>.
4 * andb.s: Likewise.
5 * cmpb.s: Likewise.
6 * orb.s: Likewise.
7 * subb.s: Likewise.
8 * xorb.s: Likewise.
9 * movb.s: Add special case reg,<@reg+ / @reg- / @+reg / @-reg>
11 @ movw.s: Likewise.
12 @ movl.s: Likewise.
16 * movb.s: Add special case predec test.
[all …]
/netbsd-src/external/mit/isl/dist/
H A Disl_stream.c31 enum isl_token_type isl_stream_register_keyword(__isl_keep isl_stream *s, in isl_stream_register_keyword() argument
38 if (!s->keywords) { in isl_stream_register_keyword()
39 s->keywords = isl_hash_table_alloc(s->ctx, 10); in isl_stream_register_keyword()
40 if (!s->keywords) in isl_stream_register_keyword()
42 s->next_type = ISL_TOKEN_LAST; in isl_stream_register_keyword()
47 entry = isl_hash_table_find(s->ctx, s->keywords, name_hash, in isl_stream_register_keyword()
56 keyword = isl_calloc_type(s->ctx, struct isl_keyword); in isl_stream_register_keyword()
59 keyword->type = s->next_type++; in isl_stream_register_keyword()
80 tok->u.s = NULL; in isl_token_new()
110 return isl_bool_ok(tok->u.s != NULL); in isl_token_has_str()
[all …]

12345678910>>...450