Searched refs:one (Results 276 - 300 of 625) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-to-one-word.mk1 # $NetBSD: varmod-to-one-word.mk,v 1.3 2020/12/20 23:29:50 rillig Exp $
H A Ddollar.mk27 # But this one is accessed.
73 $C 'For some reason, multiple dollars are folded into one.'
78 $C 'For some reason, multiple dollars are folded into one.'
H A Dcond-cmp-string.mk17 # This one is not enclosed in quotes and thus generates an error message.
67 # Between 2003-01-01 (maybe even earlier) and 2020-10-30, adding one of the
99 # If at least one side of the comparison is a string literal, the string
105 # If at least one side of the comparison is a string literal, the string
/freebsd-13-stable/contrib/libxo/libxo/
H A Dxo_encoder.h34 xo_streq (const char *one, const char *two) argument
36 return strcmp(one, two) == 0;
62 #define XFF_HN_DECIMAL (1<<17) /* Humanize: add one decimal place if <10 */
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Dtst.printtype.ksh23 echo expected one argument: '<'dtrace-path'>'
H A Dtst.userstrings.ksh24 echo expected one argument: '<'dtrace-path'>'
H A Derr.user64mode.ksh26 echo expected one argument: '<'dtrace-path'>'
/freebsd-13-stable/contrib/apr/network_io/unix/
H A Dsockopt.c1 /* Licensed to the Apache Software Foundation (ASF) under one or more
116 int one; local
120 one = 1;
122 one = 0;
127 if (setsockopt(sock->socketdes, SOL_SOCKET, SO_KEEPALIVE, (void *)&one, sizeof(int)) == -1) {
138 if (setsockopt(sock->socketdes, SOL_SOCKET, SO_DEBUG, (void *)&one, sizeof(int)) == -1) {
147 if (setsockopt(sock->socketdes, SOL_SOCKET, SO_BROADCAST, (void *)&one, sizeof(int)) == -1) {
158 if (setsockopt(sock->socketdes, SOL_SOCKET, SO_REUSEADDR, (void *)&one, sizeof(int)) == -1) {
336 (void *)&one, sizeof(int)) == -1) {
/freebsd-13-stable/crypto/openssh/
H A Dcipher-chachapoly.c56 const u_char one[8] = { 1, 0, 0, 0, 0, 0, 0, 0 }; /* NB little-endian */ local
88 chacha_ivsetup(&ctx->main_ctx, seqbuf, one);
/freebsd-13-stable/lib/msun/src/
H A De_jn.c49 one = 1.00000000000000000000e+00; /* 0x3FF00000, 0x00000000 */ variable
120 for (a=one,i=2;i<=n;i++) {
167 for(t=zero, i = 2*(n+k); i>=m; i -= 2) t = one/(i/x-t);
169 b = one;
200 b = one;
227 if((ix|lx)==0) return -one/vzero;
/freebsd-13-stable/lib/msun/ld128/
H A De_lgammal_r.c31 one = 1; variable
216 case 4: y = __kernel_sinl(pi*(one-y),zero,0); break;
243 return one/vzero;
251 return one/vzero;
253 if(t==zero) return one/vzero;
293 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*(v5+y*(v6+y*(v7+
304 q = one+y*(r1+y*(r2+y*(r3+y*(r4+y*(r5+y*(r6+y*(r7+y*(r8+
319 z = one/x;
324 r = (x-half)*(t-one)+w;
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A DMakefile.am198 $(ASN1_COMPILE) --one-code-file --preserve-binary=TBSCertificate --preserve-binary=TBSCRLCertList --preserve-binary=Name --sequence=GeneralNames --sequence=Extensions --sequence=CRLDistributionPoints $(srcdir)/rfc2459.asn1 rfc2459_asn1 || (rm -f rfc2459_asn1_files ; exit 1)
201 $(ASN1_COMPILE) --one-code-file --option-file=$(srcdir)/cms.opt $(srcdir)/cms.asn1 cms_asn1 || (rm -f cms_asn1_files ; exit 1)
204 $(ASN1_COMPILE) --one-code-file --option-file=$(srcdir)/krb5.opt $(srcdir)/krb5.asn1 krb5_asn1 || (rm -f krb5_asn1_files ; exit 1)
207 $(ASN1_COMPILE) --one-code-file $(srcdir)/pkinit.asn1 pkinit_asn1 || (rm -f pkinit_asn1_files ; exit 1)
210 $(ASN1_COMPILE) --one-code-file $(srcdir)/pkcs8.asn1 pkcs8_asn1 || (rm -f pkcs8_asn1_files ; exit 1)
213 $(ASN1_COMPILE) --one-code-file $(srcdir)/pkcs9.asn1 pkcs9_asn1 || (rm -f pkcs9_asn1_files ; exit 1)
216 $(ASN1_COMPILE) --one-code-file $(srcdir)/pkcs12.asn1 pkcs12_asn1 || (rm -f pkcs12_asn1_files ; exit 1)
219 $(ASN1_COMPILE) --one-code-file $(srcdir)/digest.asn1 digest_asn1 || (rm -f digest_asn1_files ; exit 1)
222 $(ASN1_COMPILE) --one-code-file $(srcdir)/kx509.asn1 kx509_asn1 || (rm -f kx509_asn1_files ; exit 1)
225 $(ASN1_COMPILE) --one
[all...]
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dtest_addr.c90 krb5_err(context, 1, ret, "addresses should be one");
136 krb5_addresses range, one; local
146 ret = krb5_parse_address(context, one_addr, &one);
150 if (one.len != 1)
153 if (krb5_address_order(context, &range.val[0], &one.val[0]) == 0) {
155 krb5_errx(context, 1, "match when one shouldn't be");
158 krb5_errx(context, 1, "no match when one should be");
162 krb5_free_addresses(context, &one);
/freebsd-13-stable/crypto/heimdal/appl/test/
H A Dnt_gss_server.c160 int one = 1; local
172 (void *)&one, sizeof(one)) < 0)
H A Duu_server.c179 int one = 1; local
191 (void *)&one, sizeof(one)) < 0)
/freebsd-13-stable/libexec/fingerd/
H A Dfingerd.c112 int one = 1; local
113 if (setsockopt(STDOUT_FILENO, IPPROTO_TCP, TCP_NOPUSH, &one,
114 sizeof one) < 0) {
/freebsd-13-stable/contrib/bearssl/src/symcipher/
H A Dchacha20_sse2.c73 __m128i one; local
86 one = _mm_set_epi32(0, 0, 0, 1);
181 iw = _mm_add_epi32(iw, one);
/freebsd-13-stable/contrib/libevent/test/
H A Dbench_httpclient.c119 int one = 1; local
120 if (setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, (void*)&one, sizeof(one))<0)
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dddt_zap.c62 uint64_t one, csize; local
68 DDT_KEY_WORDS, &one, &csize);
72 ASSERT(one == 1);
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dbench_httpclient.c119 int one = 1; local
120 if (setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, (void*)&one, sizeof(one))<0)
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl97 ($rounds,$one,$sink,$offset)=("%eax","%ecx","%rbp","%rbx");
172 mov `40*$i+16-40*2`($inp),$one # borrow $one for number of blocks
174 cmp $num,$one
176 cmovg $one,$num # find maximum
177 test $one,$one
179 mov $one,`32+4*$i`(%rsp) # initialize counters
210 mov \$1,$one # constant of 1
226 cmp `32+4*$i`(%rsp),$one
[all...]
/freebsd-13-stable/lib/libc/gdtoa/
H A D_hldtoa.c72 static const float one[] = { 1.0f, -1.0f }; variable
132 float redux = one[u.bits.sign];
/freebsd-13-stable/lib/libc/gen/
H A Dmodf.c89 static const double one = 1.0; variable
121 *iptr = x*one;
/freebsd-13-stable/contrib/cortex-strings/src/arm/
H A Dmemset.S88 @ POSIX says that ch is cast to an unsigned char. A uxtb is one
89 @ byte and takes two cycles, where an AND is four bytes but one
/freebsd-13-stable/contrib/kyua/integration/
H A Dcmd_config_test.sh70 test_suites.first.one = 1
88 test_suites.first.one = 1
108 test_suites.first.one = 1
115 test_suites.first.one = 1
121 test_suites.first.one # Inverse order on purpose.
132 test_suites.first.one = 1
137 test_suites.first.one = 1
147 test_suites.first.one test_suites.first.two \

Completed in 295 milliseconds

<<11121314151617181920>>