Home
last modified time | relevance | path

Searched +full:1 +full:d (Results 1 – 25 of 1560) sorted by relevance

12345678910>>...63

/freebsd/sys/crypto/openssl/aarch64/
H A Dghashv8-armx.S12 ld1 {v17.2d},[x1] //load input H
14 shl v19.2d,v19.2d,#57 //0xc2.0
16 ushr v18.2d,v19.2d,#63
17 dup v17.4s,v17.s[1]
19 ushr v18.2d,v3.2d,#63
22 shl v3.2d,v3.2d,#1
25 orr v3.16b,v3.16b,v18.16b //H<<<=1
27 st1 {v20.2d},[x0],#16 //store Htable[0]
31 pmull v0.1q,v20.1d,v20.1d
33 pmull2 v2.1q,v20.2d,v20.2d
[all …]
H A Dchacha-armv8-sve.S40 .inst 0x04a0e3e5 //cntw x5, ALL, MUL #1
47 b.eq 1f
48 mov x7,1
50 1:
87 cbz x7, 1f
96 mixin=1
100 .if mixin == 1
108 .if mixin == 1
116 .if mixin == 1
124 .if mixin == 1
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.index.d.out5 printf("perl => index(\"foobarbaz\", \"barbaz\") = %d\n",
7 printf(" D => index(\"foobarbaz\", \"barbaz\") = 3\n");
12 printf("perl => rindex(\"foobarbaz\", \"barbaz\") = %d\n",
14 printf(" D => rindex(\"foobarbaz\", \"barbaz\") = 3\n");
19 printf("perl => index(\"foofoofoo\", \"foo\") = %d\n",
21 printf(" D => index(\"foofoofoo\", \"foo\") = 0\n");
26 printf("perl => rindex(\"foofoofoo\", \"foo\") = %d\n",
28 printf(" D => rindex(\"foofoofoo\", \"foo\") = 6\n");
33 printf("perl => index(\"boofoofoo\", \"foo\") = %d\n",
35 printf(" D => index(\"boofoofoo\", \"foo\") = 3\n");
[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/lib/libc/tests/stdio/
H A Dscanfloat_test.c8 * 1. Redistributions of source code must retain the above copyright
56 double d = 0.0; in ATF_TC_BODY() local
62 ATF_REQUIRE_EQ(1, sscanf("3.141592", "%e", &f)); in ATF_TC_BODY()
65 ATF_REQUIRE_EQ(1, sscanf("3.141592653589793", "%lf", &d)); in ATF_TC_BODY()
66 ATF_REQUIRE(eq(DBL, d, 3.141592653589793)); in ATF_TC_BODY()
68 ATF_REQUIRE_EQ(1, sscanf("1.234568e+06", "%E", &f)); in ATF_TC_BODY()
71 ATF_REQUIRE_EQ(1, sscanf("-1.234568e6", "%lF", &d)); in ATF_TC_BODY()
72 ATF_REQUIRE(eq(DBL, d, -1.234568e6)); in ATF_TC_BODY()
74 ATF_REQUIRE_EQ(1, sscanf("+1.234568e-52", "%LG", &ld)); in ATF_TC_BODY()
77 ATF_REQUIRE_EQ(1, sscanf("0.1", "%la", &d)); in ATF_TC_BODY()
[all …]
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Dkresults.expected3 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
12 46 64 31 29 64 86 ED 9C D7 1F C2 07 25 48 20 A2
18 1B 39 DA 37 40 D3 DF FE AC 89 D6 BB 4C 29 F1 0A
21 test 1 - 32 bytes
24 6B 4E 5B 8C 8F A4 DB 1B 95 D3 E8 C5 C5 FB 5A 00
26 F3 B2 BB 53 D6 F4 A3 AE 9E EB B1 3D B2 F7 E9 90
32 94 8F E9 20 1F 8D FB 3A 22 CF 22 E8 94 1D 42 7B
35 A3 D1 6F E1 EF 7B 6D 2F 4F 93 48 90 02 0D F1 8A
39 54 94 0B B4 7C 1B 5E BA B2 76 98 F1 9F D9 7F 33
40 68 69 54 87 F6 4F C1 19 1E E3 01 B2 00 43 2E 54
[all …]
/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_arm.c8 * 1. Redistributions of source code must retain the above copyright
71 #define VEC_PUSH_STR(d,s) vector_str_push((d), (s), strlen((s))) argument
100 struct demangle_data d; in cpp_demangle_ARM() local
108 if (init_demangle_data(&d) == false) in cpp_demangle_ARM()
114 d.p = org; in cpp_demangle_ARM()
115 if (read_func_name(&d) == false) in cpp_demangle_ARM()
118 if (d.type == ENCODE_OP_CT) { in cpp_demangle_ARM()
119 if (push_CTDT("::", 2, &d.vec) == false) in cpp_demangle_ARM()
125 if (d.type == ENCODE_OP_DT) { in cpp_demangle_ARM()
126 if (push_CTDT("::~", 3, &d.vec) == false) in cpp_demangle_ARM()
[all …]
H A Dlibelftc_dem_gnu2.c8 * 1. Redistributions of source code must retain the above copyright
69 #define VEC_PUSH_STR(d,s) vector_str_push((d), (s), strlen((s))) argument
98 struct demangle_data d; in cpp_demangle_gnu2() local
106 if (init_demangle_data(&d) == false) in cpp_demangle_gnu2()
112 d.p = org; in cpp_demangle_gnu2()
113 if (read_func_name(&d) == false) in cpp_demangle_gnu2()
116 switch (d.type) { in cpp_demangle_gnu2()
122 if (push_CTDT("::", 2, &d.vec) == false) in cpp_demangle_gnu2()
127 if (push_CTDT("::~", 3, &d.vec) == false) in cpp_demangle_gnu2()
130 if (VEC_PUSH_STR(&d.vec, "(void)") == false) in cpp_demangle_gnu2()
[all …]
/freebsd/cddl/lib/libdtrace/
H A Dregs_x86.d30 #pragma D binding "1.0" R_GS
31 inline int R_FS = 1;
32 #pragma D binding "1.0" R_FS
34 #pragma D binding "1.0" R_ES
36 #pragma D binding "1.0" R_DS
39 #pragma D binding "1.0" R_EDI
41 #pragma D binding "1.0" R_ESI
43 #pragma D binding "1.0" R_EBP
45 #pragma D binding "1.0" R_ESP
47 #pragma D binding "1.0" R_EBX
[all …]
H A Dtcp.d26 #pragma D depends_on library ip.d
27 #pragma D depends_on module kernel
28 #pragma D depends_on provider tcp
33 #pragma D binding "1.6.3" TCPS_CLOSED
35 #pragma D binding "1.6.3" TCPS_LISTEN
36 inline int TCPS_LISTEN = 1;
37 #pragma D binding "1.6.3" TCPS_SYN_SENT
39 #pragma D binding "1.6.3" TCPS_SYN_RECEIVED
41 #pragma D binding "1.6.3" TCPS_ESTABLISHED
43 #pragma D binding "1.6.3" TCPS_CLOSE_WAIT
[all …]
/freebsd/usr.bin/calendar/
H A Ddates.c10 * 1. Redistributions of source code must retain the above copyright
71 /* 1-based month, 0-based days, cumulative */
73 {0, -1, 30, 58, 89, 119, 150, 180, 211, 242, 272, 303, 333, 364},
74 {0, -1, 30, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365},
76 /* 1-based month, individual */
86 createdate(int y, int m, int d) in createdate() argument
105 py = (struct cal_year *)calloc(1, sizeof(struct cal_year)); in createdate()
112 td.tm_mday = 1; in createdate()
135 pm = (struct cal_month *)calloc(1, sizeof(struct cal_month)); in createdate()
141 (py->firstdayofweek + pm->firstdayjulian -1) % 7; in createdate()
[all …]
H A Dsunpos.c10 * 1. Redistributions of source code must retain the above copyright
81 fixup(double *d) in fixup() argument
84 if (*d < 0) { in fixup()
85 while (*d < 0) in fixup()
86 *d += 360; in fixup()
88 while (*d > 360) in fixup()
89 *d -= 360; in fixup()
92 return (*d); in fixup()
103 double ZJ, D, T, M, epsilon, lambda, alpha, HA, UTHM; in sunpos() local
110 Y = inYY - 1900; /* 1 */ in sunpos()
[all …]
/freebsd/contrib/bsddialog/lib/
H A Dlib_util.c9 * 1. Redistributions of source code must retain the above copyright
40 * -1- Error and diagnostic
60 * set_buttons(); (to call 1 time after prepare_dialog()).
101 * -1- Error and diagnostic
114 strncpy(errorbuffer, str, ERRBUFLEN-1); in set_error_string()
122 vsnprintf(errorbuffer, ERRBUFLEN-1, fmt, arg_ptr); in set_fmt_error_string()
136 nchar = 1; in alloc_mbstows()
140 charlen != (size_t)-1 && charlen != (size_t)-2) { in alloc_mbstows()
157 ws[1] = L'\0'; in mvwaddwch()
175 charlen != (size_t)-1 && charlen != (size_t)-2) { in str_props()
[all …]
H A Dbarbox.c9 * 1. Redistributions of source code must retain the above copyright
46 #define WBOX(d) ((d)->w - BORDERS - BARPADDING - BARPADDING) argument
47 #define WBAR(d) (WBOX(d) - BOXBORDERS) argument
54 " Succeeded ", /* -1 */
93 xlabel = b->x + b->w/2 - (int)strlen(label)/2; /* 1-byte-char string */ in draw_bar()
106 static void update_barbox(struct dialog *d, struct bar *b, bool buttons) in update_barbox() argument
110 y = d->y + d->h - BORDER - HBOX; in update_barbox()
113 update_box(d->conf, b->win, y, d->x + BORDER + BARPADDING, HBOX, in update_barbox()
114 WBOX(d), RAISED); in update_barbox()
126 struct dialog d; in bsddialog_gauge() local
[all …]
H A Ddatebox.c9 * 1. Redistributions of source code must retain the above copyright
40 #define MINWCAL 36 /* 34 calendar, 1 + 1 margins */
121 *mm = 1; in init_date()
122 *dd = (*day == 0) ? 1 : *day; in init_date()
138 if (*mm == 1) { in datectl()
139 *yy -= 1; in datectl()
142 *mm -= 1; in datectl()
152 *yy += 1; in datectl()
153 *mm = 1; in datectl()
155 *mm += 1; in datectl()
[all …]
/freebsd/contrib/libfido2/src/
H A Dio.c34 tx_pkt(fido_dev_t *d, const void *pkt, size_t len, int *ms)
40 return (-1);
42 n = d->io.write(d->io_handle, pkt, len);
45 return (-1);
51 tx_empty(fido_dev_t *d, uint8_t cmd, int *ms) in tx_empty() argument
54 unsigned char pkt[sizeof(*fp) + 1]; in tx_empty()
55 const size_t len = d->tx_len + 1; in tx_empty()
59 fp = (struct frame *)(pkt + 1); in tx_empty()
60 fp->cid = d->cid; in tx_empty()
63 if (len > sizeof(pkt) || (n = tx_pkt(d, pkt, len, ms)) < 0 || in tx_empty()
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_pathmatch.c8 * 1. Redistributions of source code must retain the above copyright
48 assertEqualInt(1, archive_pathmatch("a/b/c", "a/b/c", 0)); in DEFINE_TEST()
59 assertEqualInt(1, archive_pathmatch("","", 0)); in DEFINE_TEST()
61 assertEqualInt(1, archive_pathmatch("*","", 0)); in DEFINE_TEST()
62 assertEqualInt(1, archive_pathmatch("*","a", 0)); in DEFINE_TEST()
63 assertEqualInt(1, archive_pathmatch("*","abcd", 0)); in DEFINE_TEST()
65 assertEqualInt(1, archive_pathmatch("*","abcd/efgh/ijkl", 0)); in DEFINE_TEST()
66 assertEqualInt(1, archive_pathmatch("abcd*efgh/ijkl","abcd/efgh/ijkl", 0)); in DEFINE_TEST()
67 assertEqualInt(1, archive_pathmatch("abcd***efgh/ijkl","abcd/efgh/ijkl", 0)); in DEFINE_TEST()
68 assertEqualInt(1, archive_pathmatc in DEFINE_TEST()
[all...]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/
H A Ddio_aligned_block.ksh37 # 1. Create a multi-block file
61 log_must stride_dd -i /dev/urandom -o $tmp_file -b $file_size -c 1
64 check_write $TESTPOOL $tmp_file $rs 1 0 "-D" 0 1
65 check_write $TESTPOOL $tmp_file $rs 2 0 "-D" 0 2
66 check_write $TESTPOOL $tmp_file $rs 4 0 "-D" 0 4
67 check_write $TESTPOOL $tmp_file $rs 8 0 "-D" 0 8
69 # 1 recordsize aligned write which spans multiple blocks at various offsets
70 check_write $TESTPOOL $tmp_file $((rs * 2)) 1 0 "-D" 0 2
71 check_write $TESTPOOL $tmp_file $((rs * 2)) 1 1 "-D" 0 2
72 check_write $TESTPOOL $tmp_file $((rs * 2)) 1 2 "-D" 0 2
[all …]
/freebsd/lib/libc/tests/gen/
H A Dfmtcheck_test.c12 * 1. Redistributions of source code must retain the above copyright
43 { "%d", "%d", 1 },
44 { "%2d", "%2.2d", 1 },
45 { "%x", "%d", 1 },
46 { "%u", "%d", 1 },
47 { "%03d", "%d", 1 },
48 { "%-2d", "%d", 1 },
49 { "%d", "%-12.1d", 1 },
50 { "%d", "%-01.3d", 1 },
51 { "%X", "%-01.3d", 1 },
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt18 # placeholders may be changed, e.g. "File %1$s line %2$d" may be safely edited to
19 # "Line %2$d file %1$s").
21 # Incompatible changes (version must be bumbed by 1):
23 # * Changing type of placeholders (e.g. "line %1$d" -> "line %1$s").
137 Info "OMP: Info #%1$d
[all...]
/freebsd/crypto/heimdal/kdc/
H A Dconnect.c10 * 1. Redistributions of source code must retain the above copyright
37 int enable_http = -1;
88 ports = realloc(ports, (num_ports + 1) * sizeof(*ports)); in add_port()
90 krb5_err (context, 1, errno, "realloc"); in add_port()
222 init_descr(struct descr *d) in init_descr() argument
224 memset(d, 0, sizeof(*d)); in init_descr()
225 d->sa = (struct sockaddr *)&d->__ss; in init_descr()
226 d->s = rk_INVALID_SOCKET; in init_descr()
230 * re-initialize all `n' ->sa in `d'.
234 reinit_descrs (struct descr *d, int n) in reinit_descrs() argument
[all …]
/freebsd/contrib/lua/src/
H A Dluac.c35 static int dumping=1; /* dump bytecodes? */
81 for (i=1; i<argc; i++) in doargs()
98 if (output==NULL || *output==0 || (*output=='-' && output[1]!=0)) in doargs()
105 stripping=1; in doargs()
119 if (version==argc-1) exit(EXIT_SUCCESS); in doargs()
131 *size=sizeof(FUNCTION)-1; in reader()
145 if (n==1) in combine()
146 return toproto(L,-1); in combine()
151 if (lua_load(L,reader,&i,"=(" PROGNAME ")",NULL)!=LUA_OK) fatal(lua_tostring(L,-1)); in combine()
152 f=toproto(L,-1); in combine()
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fmtcheck.c12 * 1. Redistributions of source code must retain the above copyright
46 { "%d", "%d", 1 },
47 { "%2d", "%2.2d", 1 },
48 { "%x", "%d", 1 },
49 { "%u", "%d", 1 },
50 { "%03d", "%d", 1 },
51 { "%-2d", "%d", 1 },
52 { "%d", "%-12.1d", 1 },
53 { "%d", "%-01.3d", 1 },
54 { "%X", "%-01.3d", 1 },
[all …]
/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/
H A Dcert-onecolumn.pem7 D
47 D
78 d
82 d
100 d
109 D
136 1
174 d
178 d
195 1
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-s390x.pl21 # sha/keccak1600.c) with C[5] and D[5] held in register bank. Though
48 my @A = map([ 8*$_, 8*($_+1), 8*($_+2), 8*($_+3), 8*($_+4) ], (0,5,10,15,20));
50 my @C = map("%r$_",(0,1,5..7));
51 my @D = map("%r$_",(8..12));
59 my @rhotates = ([ 0, 1, 62, 28, 27 ],
66 my @D = @D;
76 lg @C[1],$A[4][1]($src)
85 lg @D[0],$A[0][0]($src)
86 lg @D[1],$A[1][1]($src)
87 lg @D[2],$A[2][2]($src)
[all …]

12345678910>>...63