Home
last modified time | relevance | path

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

12345678910>>...441

/freebsd/sys/crypto/openssl/aarch64/
H A Dsm3-armv8.S21 ld1 {v5.4s,v6.4s}, [x0]
22 rev64 v5.4s, v5.4s
23 rev64 v6.4s, v6.4s
32 ld1 {v0.4s,v1.4s,v2.4s,v3.4s}, [x1], #64
52 .inst 0xce63c004 //sm3partw1 v4.4s, v0.4s, v3.4s
53 .inst 0xce76c6e4 //sm3partw2 v4.4s, v23.4s, v22.4s
55 .inst 0xce5418b7 //sm3ss1 v23.4s, v5.4s, v20.4s, v6.4s
56 shl v21.4s, v20.4s, #1
57 sri v21.4s, v20.4s, #31
58 .inst 0xce5682e5 //sm3tt1a v5.4s, v23.4s, v22.4s[0]
[all …]
H A Dsm4-armv8.S43 ld1 {v0.4s},[x0]
46 ld1 {v24.4s},[x2]
49 ld1 {v16.4s,v17.4s,v18.4s,v19.4s},[x2],64
53 ld1 {v20.4s,v21.4s,v22.4s,v23.4s},[x2]
55 .inst 0xce70c800 //sm4ekey v0.4S,v0.4S,v16.4S
56 .inst 0xce71c801 //sm4ekey v1.4S,v0.4S,v17.4S
57 .inst 0xce72c822 //sm4ekey v2.4S,v1.4S,v18.4S
58 .inst 0xce73c843 //sm4ekey v3.4S,v2.4S,v19.4S
59 .inst 0xce74c864 //sm4ekey v4.4S,v3.4S,v20.4S
60 st1 {v0.4s,v1.4s,v2.4s,v3.4s},[x1],64
[all …]
H A Dchacha-armv8-sve.S56 .inst 0x04aa4d3f //index z31.s,w9,w10
78 .inst 0x2599e3e0 //ptrues p0.s,ALL
98 .inst 0x05a03ae0 //dup z0.s,w23
99 .inst 0x05a03af9 //dup z25.s,w23
103 .inst 0x05a03904 //dup z4.s,w8
104 .inst 0x05a0391a //dup z26.s,w8
106 .inst 0x05a03b08 //dup z8.s,w24
107 .inst 0x05a03b1b //dup z27.s,w24
111 .inst 0x05a0394c //dup z12.s,w10
112 .inst 0x05a0395c //dup z28.s,w10
[all …]
H A Dchacha-armv8.S372 ld1 {v0.4s},[x5],#16
375 ld1 {v1.4s,v2.4s},[x3]
377 ld1 {v3.4s},[x4]
379 ld1 {v8.4s,v9.4s},[x5]
381 rev64 v0.4s,v0.4s
391 dup v16.4s,v0.s[0] // unpack key block
393 dup v20.4s,v0.s[1]
395 dup v24.4s,v0.s[2]
397 dup v28.4s,v0.s[3]
399 dup v17.4s,v1.s[0]
[all …]
/freebsd/contrib/bc/tests/bc/
H A Dsine.txt4 s(0)
5 s(0.5)
6 s(1)
7 s(2)
8 s(3)
9 s(-0.5)
10 s(-1)
11 s(-2)
12 s(-3)
13 s(p / 7)
[all …]
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/
H A Db3_aarch64_sse2.S110 mov v1.s[1], w5
120 uzp1 v1.4s, v0.4s, v6.4s
121 uzp2 v0.4s, v0.4s, v6.4s
122 add v2.4s, v2.4s, v1.4s
123 uzp1 v18.4s, v1.4s, v1.4s
124 add v2.4s, v2.4s, v5.4s
126 add v2.4s, v2.4s, v0.4s
128 add v4.4s, v3.4s, v4.4s
130 ushr v6.4s, v5.4s, #12
131 shl v5.4s, v5.4s, #20
[all …]
H A Db3_aarch64_sse41.S143 mov v1.s[1], w5
154 uzp1 v3.4s, v6.4s, v7.4s
155 add v0.4s, v2.4s, v3.4s
156 uzp2 v2.4s, v6.4s, v7.4s
157 add v16.4s, v0.4s, v5.4s
161 add v7.4s, v16.4s, v2.4s
163 add v4.4s, v1.4s, v4.4s
165 ushr v6.4s, v5.4s, #12
166 shl v5.4s, v5.4s, #20
168 add v6.4s, v7.4s, v5.4s
[all …]
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_dump.c33 dwarf_get_ACCESS_name(unsigned access, const char **s) in dwarf_get_ACCESS_name() argument
36 assert(s != NULL); in dwarf_get_ACCESS_name()
40 *s = "DW_ACCESS_public"; break; in dwarf_get_ACCESS_name()
42 *s = "DW_ACCESS_protected"; break; in dwarf_get_ACCESS_name()
44 *s = "DW_ACCESS_private"; break; in dwarf_get_ACCESS_name()
53 dwarf_get_AT_name(unsigned attr, const char **s) in dwarf_get_AT_name() argument
56 assert(s != NULL); in dwarf_get_AT_name()
60 *s = "DW_AT_abstract_origin"; break; in dwarf_get_AT_name()
62 *s = "DW_AT_accessibility"; break; in dwarf_get_AT_name()
64 *s = "DW_AT_address_class"; break; in dwarf_get_AT_name()
[all …]
/freebsd/share/examples/mdoc/
H A Ddeshallify.sh5 sed -e 's/s shall define/s define/g' \
6 -e 's/shall define/defines/g' \
7 -e 's/shall attempt/attempts/g' \
8 -e 's/shall include/includes/g' \
9 -e 's/shall return zero and have/returns zero and has/g' \
10 -e 's/shall return/returns/g' \
11 -e 's/shall also include/also includes/g' \
12 -e 's/pipe or FIFO shall be /pipe of FIFO are /g' \
13 -e 's/s shall be /s are /g' \
14 -e 's/shall be /is /g' \
[all …]
/freebsd/sys/kern/
H A Dsubr_sbuf.c67 #define SBUF_ISDYNAMIC(s) ((s)->s_flags & SBUF_DYNAMIC) argument
68 #define SBUF_ISDYNSTRUCT(s) ((s)->s_flags & SBUF_DYNSTRUCT) argument
69 #define SBUF_ISFINISHED(s) ((s)->s_flags & SBUF_FINISHED) argument
70 #define SBUF_ISDRAINATEOL(s) ((s)->s_flags & SBUF_DRAINATEOL) argument
71 #define SBUF_HASROOM(s) ((s)->s_len < (s)->s_size - 1) argument
72 #define SBUF_FREESPACE(s) ((s)->s_size - ((s)->s_len + 1)) argument
73 #define SBUF_CANEXTEND(s) ((s)->s_flags & SBUF_AUTOEXTEND) argument
74 #define SBUF_ISSECTION(s) ((s)->s_flags & SBUF_INSECTION) argument
75 #define SBUF_NULINCLUDED(s) ((s)->s_flags & SBUF_INCLUDENUL) argument
76 #define SBUF_ISDRAINTOEOR(s) ((s)->s_flags & SBUF_DRAINTOEOR) argument
[all …]
/freebsd/share/doc/papers/diskperf/
H A Dresults.ms50 c s s s s
51 c s s s s
52 c s s s s
53 l | l s | l s
54 l | l s | l s
72 c s s s s
73 c s s s s
74 l | l s | l s
75 l | l s | l s
108 c s s s s s s
[all …]
/freebsd/crypto/openssl/crypto/
H A Dparams_idx.c19 int ossl_param_find_pidx(const char *s) in ossl_param_find_pidx() argument
21 switch(s[0]) { in ossl_param_find_pidx()
25 switch(s[1]) { in ossl_param_find_pidx()
29 if (strcmp("vp-info", s + 2) == 0) in ossl_param_find_pidx()
33 switch(s[2]) { in ossl_param_find_pidx()
37 if (strcmp("itional-random", s + 3) == 0) in ossl_param_find_pidx()
45 if (strcmp("ad", s + 2) == 0) in ossl_param_find_pidx()
49 switch(s[2]) { in ossl_param_find_pidx()
53 switch(s[3]) { in ossl_param_find_pidx()
57 if (strcmp("id_param", s + 4) == 0) in ossl_param_find_pidx()
[all …]
/freebsd/lib/libomp/
H A Dkmp_i18n_default.inc106 "OMP: Info #%1$d: %2$s\n",
107 "OMP: Warning #%1$d: %2$s\n",
108 "OMP: Error #%1$d: %2$s\n",
109 "OMP: System error #%1$d: %2$s\n",
110 "OMP: Hint %1$s\n",
111 "%1$s pragma (at %2$s:%3$s():%4$s)",
120 "Cannot open message catalog \"%1$s\":",
122 "%1$s: Lock is uninitialized",
123 "%1$s: Lock was initialized as simple, but used as nestable",
124 "%1$s: Lock was initialized as nestable, but used as simple",
[all …]
/freebsd/usr.bin/vi/catalog/
H A Dzh_CN.UTF-8.base14 015 "%s/%d: 日志错误"
16 017 "标记 %s: 未设置"
17 018 "标记 %s: 该行被删除"
18 019 "标记 %s: 光标位置不存在"
29 030 "文件 %s 不是消息目录"
30 031 "无法设置选项 %s 的默认值"
31 032 "用法 %s"
32 033 "set: 不存在选项 %s;用 'set all' 查看所有选项的值"
33 034 "set: 选项 [no]%s 不接受赋值"
34 035 "set: 选项 %s 不是开关"
[all …]
/freebsd/contrib/wpa/src/fst/
H A Dfst_session.c28 #define fst_printf_session(s, level, format, ...) \ argument
30 (s)->id, (s)->data.fsts_id, \
31 MAC2STR((s)->data.old_peer_addr), \
32 MAC2STR((s)->data.new_peer_addr), \
35 #define fst_printf_siface(s, iface, level, format, ...) \ argument
36 fst_printf_session((s), (level), "%s: " format, \
39 #define fst_printf_sframe(s, is_old, level, format, ...) \ argument
40 fst_printf_siface((s), \
41 (is_old) ? (s)->data.old_iface : (s)->data.new_iface, \
80 #define foreach_fst_session(s) \ argument
[all …]
/freebsd/contrib/bzip2/
H A Ddecompress.c27 void makeMaps_d ( DState* s ) in makeMaps_d() argument
30 s->nInUse = 0; in makeMaps_d()
32 if (s->inUse[i]) { in makeMaps_d()
33 s->seqToUnseq[s->nInUse] = i; in makeMaps_d()
34 s->nInUse++; in makeMaps_d()
44 case lll: s->state = lll; \
46 if (s->bsLive >= nnn) { \
48 v = (s->bsBuff >> \
49 (s->bsLive-nnn)) & ((1 << nnn)-1); \
50 s->bsLive -= nnn; \
[all …]
/freebsd/sys/modules/ossl/
H A DMakefile19 aes-armv4.S \
20 bsaes-armv7.S \
21 chacha-armv4.S \
22 ghash-armv4.S \
23 poly1305-armv4.S \
24 sha1-armv4-large.S \
25 sha256-armv4.S \
26 sha512-armv4.S \
31 chacha-armv8.S \
32 chacha-armv8-sve.S \
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_string.c14 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
17 * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
39 assertEqualString(data, (as).s); \
45 assert(NULL != (as).s); \
51 struct archive_string s; in test_archive_string_ensure() local
53 archive_string_init(&s); in test_archive_string_ensure()
54 assertExactString(0, 0, NULL, s); in test_archive_string_ensure()
57 assert(&s == archive_string_ensure(&s, 5)); in test_archive_string_ensure()
58 assertNonNULLString(0, EXTENT, s); in test_archive_string_ensure()
61 assert(&s == archive_string_ensure(&s, EXTENT - 1)); in test_archive_string_ensure()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp41 void VisitStmt(const Stmt *S);
43 void VisitStmtNoChildren(const Stmt *S) { in VisitStmtNoChildren() argument
44 HandleStmtClass(S->getStmtClass()); in VisitStmtNoChildren()
49 #define STMT(Node, Base) void Visit##Node(const Node *S);
63 /// Visit identifiers that are not in Decl's or Type's.
112 // TODO: Why do we need to include the type in the profile? It's not in VisitDecl()
121 // function parameters, so we will use the parameter's type for in VisitDecl()
238 void StmtProfiler::VisitStmt(const Stmt *S) { in VisitStmt() argument
239 assert(S && "Requires non-null Stmt pointer"); in VisitStmt()
241 VisitStmtNoChildren(S); in VisitStmt()
[all …]
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_stream.c164 * Fill s->temp by copying data starting from b->in[b->in_pos]. Caller
165 * must have set s->temp.pos to indicate how much data we are supposed
166 * to copy into s->temp.buf. Return true once s->temp.pos has reached
167 * s->temp.size.
169 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() argument
172 b->in_size - b->in_pos, s->temp.size - s->temp.pos); in fill_temp()
174 memcpy(s->temp.buf + s->temp.pos, b->in + b->in_pos, copy_size); in fill_temp()
176 s->temp.pos += copy_size; in fill_temp()
178 if (s->temp.pos == s->temp.size) { in fill_temp()
179 s->temp.pos = 0; in fill_temp()
[all …]
/freebsd/contrib/byacc/
H A Derror.c10 fprintf(stderr, "%s: f - %s\n", myname, msg); in fatal()
27 fprintf(stderr, "%s: f - cannot open \"%s\"\n", myname, filename); in open_error()
34 fprintf(stderr, "%s: e - line %d of \"%s\", missing '}'\n", in missing_brace()
42 fprintf(stderr, "%s: e - line %d of \"%s\", unexpected end-of-file\n", in unexpected_EOF()
50 const char *s; in print_pos() local
54 for (s = st_line; *s != '\n'; ++s) in print_pos()
56 if (isprint(UCH(*s)) || *s == '\t') in print_pos()
57 putc(*s, stderr); in print_pos()
62 for (s = st_line; s < st_cptr; ++s) in print_pos()
64 if (*s == '\t') in print_pos()
[all …]
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dsession.c59 bthid_session_p s; in session_open() local
64 if ((s = (bthid_session_p) malloc(sizeof(*s))) == NULL) in session_open()
67 s->srv = srv; in session_open()
68 memcpy(&s->bdaddr, &d->bdaddr, sizeof(s->bdaddr)); in session_open()
69 s->ctrl = -1; in session_open()
70 s->intr = -1; in session_open()
71 s->vkbd = -1; in session_open()
72 s->ctx = NULL; in session_open()
73 s->state = CLOSED; in session_open()
74 s->ukbd = -1; in session_open()
[all …]
/freebsd/sys/contrib/zlib/
H A Ddeflate.c70 typedef block_state (*compress_func)(deflate_state *s, int flush);
73 local block_state deflate_stored(deflate_state *s, int flush);
74 local block_state deflate_fast(deflate_state *s, int flush);
76 local block_state deflate_slow(deflate_state *s, int flush);
78 local block_state deflate_rle(deflate_state *s, int flush);
79 local block_state deflate_huff(deflate_state *s, int flush);
141 #define UPDATE_HASH(s,h,c) (h = (((h) << s->hash_shift) ^ (c)) & s->hash_mask) argument
155 #define INSERT_STRING(s, str, match_head) \ argument
156 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
157 match_head = s->head[s->ins_h], \
[all …]
/freebsd/lib/libc/tests/stdio/
H A Dprint_positional_test.c66 "|xx %1$s %2$s %3$s %4$s\n" in ATF_TC_BODY()
67 "|xx %5$s %6$s %7$s %8$s\n" in ATF_TC_BODY()
68 "|xx %9$s %10$s %11$s %12$s\n" in ATF_TC_BODY()
69 "|xx %13$s %14$s %15$s %16$s\n" in ATF_TC_BODY()
70 "|xx %17$s %18$s %19$s %20$s\n" in ATF_TC_BODY()
71 "|xx %21$s %22$s %23$s %24$s\n" in ATF_TC_BODY()
72 "|xx %25$s %26$s %27$s %28$s\n" in ATF_TC_BODY()
73 "|xx %29$s %30$s %31$s %32$s\n" in ATF_TC_BODY()
74 "|xx %33$s %34$s %35$s %36$s\n" in ATF_TC_BODY()
75 "|xx %37$s %38$s %39$s %40$s\n" in ATF_TC_BODY()
[all …]
/freebsd/lib/msun/i387/
H A DMakefile.inc1 ARCH_SRCS = e_exp.S e_fmod.S e_log.S e_log10.S \
2 e_remainder.S e_sqrt.S s_ceil.S s_copysign.S \
3 s_finite.S s_floor.S s_llrint.S s_logb.S s_lrint.S \
4 s_remquo.S s_rint.S s_scalbn.S s_significand.S \
5 s_trunc.S
8 ARCH_SRCS+= e_fmodf.S e_log10f.S e_logf.S e_remainderf.S \
9 e_sqrtf.S s_ceilf.S s_copysignf.S s_floorf.S \
10 s_llrintf.S s_logbf.S s_lrintf.S \
11 s_remquof.S s_rintf.S s_scalbnf.S s_significandf.S s_truncf.S
14 ARCH_SRCS+= e_fmodl.S \
[all …]

12345678910>>...441