Home
last modified time | relevance | path

Searched refs:b (Results 3751 – 3775 of 7000) sorted by relevance

1...<<151152153154155156157158159160>>...280

/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c70 #define PMCPL_CT_SAMPLE(a, b) \ argument
71 ((a) < (b)->npmcs ? (b)->sb[a] : 0)
74 #define PMCPL_CT_SAMPLEP(a, b) \ argument
75 (PMCPL_CT_SAMPLE(a, b) * 100.0 / rsamples->sb[a])
435 pmcpl_ct_line_compare(const void *a, const void *b) in pmcpl_ct_line_compare() argument
440 ct2 = (const struct pmcpl_ct_line *) b; in pmcpl_ct_line_compare()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dchkstk.S31 ja 2b
/freebsd/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.h53 uint8_t b; member
/freebsd/bin/sh/tests/builtins/
H A Dbreak5.47 (for i in a b c; do
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-undefined.mk53 .if ${:U \: \} \$ \\ \a \b \n } != " : } \$ \\ \\a \\b \\n "
H A Dvarmod-range.mk11 .if ${a b c:L:range} != "1 2 3"
/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/
H A Dcert-1023line.pem7 JKoZIhvcNAQELBQADggEBAKbtLx+YlCGRCBmYn3dfYF+BIvK/b/e0DKNhDKhb4s9
H A Dcert-1024line.pem7 KoZIhvcNAQELBQADggEBAKbtLx+YlCGRCBmYn3dfYF+BIvK/b/e0DKNhDKhb4s9J
H A Dcert-1025line.pem7 oZIhvcNAQELBQADggEBAKbtLx+YlCGRCBmYn3dfYF+BIvK/b/e0DKNhDKhb4s9Jy
/freebsd/contrib/ldns/
H A Dstr2host.c1432 unsigned int a, b, c, d; in ldns_str2rdf_ilnp64() local
1443 shorts[1] = htons(b); in ldns_str2rdf_ilnp64()
1455 unsigned int a, b, c, d, e, f; in ldns_str2rdf_eui48() local
1460 &a, &b, &c, &d, &e, &f, &l) != 6 || in ldns_str2rdf_eui48()
1465 bytes[1] = b; in ldns_str2rdf_eui48()
1478 unsigned int a, b, c, d, e, f, g, h; in ldns_str2rdf_eui64() local
1483 &a, &b, &c, &d, &e, &f, &g, &h, &l) != 8 || in ldns_str2rdf_eui64()
1488 bytes[1] = b; in ldns_str2rdf_eui64()
1813 network_uint16_cmp(const void *a, const void *b) in network_uint16_cmp() argument
2314 svcparam_ptr_cmp(const void *a, const void *b) in svcparam_ptr_cmp() argument
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A Devutil.c1727 const struct cached_sock_errs_entry *b) in eq_cached_sock_errs() argument
1729 return a->code == b->code; in eq_cached_sock_errs()
2033 unsigned a,b,c,d; in evutil_inet_pton()
2036 if (sscanf(src, "%u.%u.%u.%u%c", &a,&b,&c,&d,&more) != 4) in evutil_inet_pton()
2039 if (b > 255) return 0; in evutil_inet_pton()
2042 addr->s_addr = htonl((a<<24) | (b<<16) | (c<<8) | d); in evutil_inet_pton()
2248 char b[128]; in evutil_format_sockaddr_port_() local
2253 res = evutil_inet_ntop(AF_INET, &sin->sin_addr,b,sizeof(b)); in evutil_format_sockaddr_port_()
2256 evutil_snprintf(out, outlen, "%s:%d", b, port); in evutil_format_sockaddr_port_()
2261 res = evutil_inet_ntop(AF_INET6, &sin6->sin6_addr,b,sizeof(b)); in evutil_format_sockaddr_port_()
[all …]
/freebsd/contrib/libevent/
H A Devutil.c1727 const struct cached_sock_errs_entry *b) in eq_cached_sock_errs() argument
1729 return a->code == b->code; in eq_cached_sock_errs()
2033 unsigned a,b,c,d; in evutil_inet_pton()
2036 if (sscanf(src, "%u.%u.%u.%u%c", &a,&b,&c,&d,&more) != 4) in evutil_inet_pton()
2039 if (b > 255) return 0; in evutil_inet_pton()
2042 addr->s_addr = htonl((a<<24) | (b<<16) | (c<<8) | d); in evutil_inet_pton()
2248 char b[128]; in evutil_format_sockaddr_port_() local
2253 res = evutil_inet_ntop(AF_INET, &sin->sin_addr,b,sizeof(b)); in evutil_format_sockaddr_port_()
2256 evutil_snprintf(out, outlen, "%s:%d", b, port); in evutil_format_sockaddr_port_()
2261 res = evutil_inet_ntop(AF_INET6, &sin6->sin6_addr,b,sizeof(b)); in evutil_format_sockaddr_port_()
[all …]
/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h27 #define AH_MIN(a,b) ((a)<(b)?(a):(b)) argument
28 #define AH_MAX(a,b) ((a)>(b)?(a):(b)) argument
H A Dah_regdomain.c519 int b, error, low_adj, hi_adj, channelSep; in add_chanlist_mode() local
539 for (b = 0; b < 64*BMLEN; b++) { in add_chanlist_mode()
544 if (!IS_BIT_SET(b, channelBM)) in add_chanlist_mode()
546 fband = &cm->freqs[b]; in add_chanlist_mode()
/freebsd/sys/fs/nfs/
H A Dnfsport.h889 #define NFSD_RDWR(r, v, b, l, o, s, i, c, a, p) \ argument
890 vn_rdwr((r), (v), (b), (l), (o), (s), (i), (c), NULL, (a), (p))
984 #define NFSQUOTABLKTOBYTE(q, b) (q) *= (b) argument
1089 #define NFSSETBOOTTIME(b) (getboottime(&b)) argument
/freebsd/contrib/ntp/clockstuff/
H A Dpropdelay.c65 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) argument
/freebsd/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh134 /^P_/b nc
135 /(void)/b nc
165 b done
/freebsd/contrib/file/src/
H A DBNF41 byte = "B" | "b" | "C" | "c" ;; A one-byte value.
110 strflag = "b" | "B" | "c" | "C"
141 nospflag = %x08 | "\\b" ;; Do not insert a space before the message.
/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.cpp454 bool b; in exists() local
456 err = atf_fs_exists(p.c_path(), &b); in exists()
460 return b; in exists()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c122 #define R(a, b) (((a) << (b)) | ((a) >> (32 - (b)))) in salsa20_8() argument
/freebsd/sys/contrib/zstd/programs/
H A Ddibio.c89 #define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_chksum.c103 char b[24]; in chksum_kstat_data() local
106 kmem_scnprintf(b, 23, "%s-%s", cs->name, cs->impl); in chksum_kstat_data()
107 off += kmem_scnprintf(buf + off, size - off, "%-23s", b); in chksum_kstat_data()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp120 bool b = parseImpl(IndexData); in parse() local
121 if (!b) { in parse()
128 return b; in parse()
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha512p8-ppc.pl105 my ($i,$a,$b,$c,$d,$e,$f,$g,$h)=@_;
133 vxor $Func,$a,$b
134 vsel $Func,$b,$c,$Func ; Maj(a,b,c)
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dkbkdf.c49 #define ossl_min(a, b) ((a) < (b)) ? (a) : (b) argument

1...<<151152153154155156157158159160>>...280