/freebsd-src/crypto/openssl/crypto/perlasm/ |
H A D | s390x.pm | 2 # Copyright 2018-2020 The OpenSSL Project Authors. All Rights Reserved. 9 # Copyright IBM Corp. 2018-2019 23 # store-clock-fast facility 25 # general-instruction-extension facility 27 # extended-immediate facility 29 # miscellaneous-instruction-extensions facility 1 31 # message-security assist 33 # message-security-assist extension 4 35 # message-security-assist extension 5 37 # message-security-assist extension 8 [all …]
|
H A D | ppc-xlate.pl | 2 # Copyright 2006-2021 The OpenSSL Project Authors. All Rights Reserved. 20 my $type = sub { 31 my $globl = sub { 81 my $text = sub { 86 my $p2align = sub { 87 my $ret = ($flavour =~ /aix64-as/) ? "" : ".p2align $line"; 90 my $machine = sub { 95 $arch = ($flavour=~/64/) ? "ppc970-64" : "ppc970" if ($arch eq "any"); 99 my $size = sub { 104 my $ret = ".size $$real,.-$$real"; [all …]
|
H A D | x86asm.pl | 2 # Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. 24 sub ::AUTOLOAD 31 elsif ($opcode =~ /^pop/) { $stack-=4; } 36 sub ::emit 39 if ($#_==-1) { push(@out,"\t$opcode\n"); } 43 sub ::LB 44 { $_[0] =~ m/^e?([a-d])x$/o or die "$_[0] does not have a 'low byte'"; 47 sub ::HB 48 { $_[0] =~ m/^e?([a-d])x$/o or die "$_[0] does not have a 'high byte'"; 51 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); } [all …]
|
/freebsd-src/contrib/ntp/sntp/ag-tpl/0-old/ |
H A D | mdoc2man | 4 # Properly implement -columns in the "my %lists" definition... 20 Mdoc::def_macro( '.Sh', sub { '.SH', hs, @_ }, raw => 1); 21 Mdoc::def_macro( '.Ss', sub { '.SS', hs, @_ }, raw => 1); 22 Mdoc::def_macro( '.Pp', sub { ".sp \\n(Ppu\n.ne 2\n" } ); 23 Mdoc::def_macro( '.Nd', sub { "\\- @_" } ); 33 Mdoc::def_macro( '.D1' , sub { ".in +4\n", ns, @_ , ns , "\n.in -4" } , greedy => 1); 35 Mdoc::def_macro( 'Oo', sub { '[', @_ } ); 36 Mdoc::def_macro( 'Oc', sub { ']', @_ } ); 38 Mdoc::def_macro( 'Po', sub { '(', @_} ); 39 Mdoc::def_macro( 'Pc', sub { ')', @_ } ); [all …]
|
H A D | mdoc2texi | 5 # the Bl -column command needs work: 6 # - support for "-offset" 7 # - support for the header widths 21 Mdoc::def_macro( '.\"', sub { () } ); 24 Mdoc::def_macro( '.An', sub { @_, ns, '@*' } ); 37 Mdoc::def_macro( '.Eq', sub { 39 gen_encloser($o, $c)->(@_) 41 Mdoc::def_macro( '.D1', sub { "\@example\n", ns, @_, ns, "\n\@end example" }, 43 Mdoc::def_macro( '.Dl', sub { "\@example\n", ns, @_, ns, "\n\@end example" }, 47 Mdoc::def_macro( 'Oo', sub { '@code{[', ns, @_ } ); [all …]
|
/freebsd-src/contrib/bsnmp/snmp_vacm/ |
H A D | vacm_snmp.c | 1 /*- 91 uint32_t sub, uint32_t iidx __unused, enum snmp_op op) in op_vacm_context() argument 97 if (val->var.subs[sub - 1] != LEAF_vacmContextName) in op_vacm_context() 102 if ((vacm_ctx = vacm_get_context(&val->var, sub)) == NULL) in op_vacm_context() 107 if ((vacm_ctx = vacm_get_next_context(&val->var, sub)) == NULL) in op_vacm_context() 109 vacm_append_ctxindex(&val->var, sub, vacm_ctx); in op_vacm_context() 113 if ((vacm_ctx = vacm_get_context(&val->var, sub)) != NULL) in op_vacm_context() 117 if (val->var.subs[sub] >= SNMP_ADM_STR32_SIZ) in op_vacm_context() 119 if (index_decode(&val->var, sub, iidx, &cname, &cnamelen)) in op_vacm_context() 134 return (string_get(val, vacm_ctx->ctxname, -1)); in op_vacm_context() [all …]
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/tigerlake/ |
H A D | floating-point.json | 14 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 20 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 25 …-bit packed single precision floating-point instructions retired; some instructions will count twi… 31 …-bit packed single precision floating-point instructions retired; some instructions will count twi… 36 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 42 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 47 …-bit packed single precision floating-point instructions retired; some instructions will count twi… 53 …-bit packed single precision floating-point instructions retired; some instructions will count twi… 58 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 64 …-bit packed double precision floating-point instructions retired; some instructions will count twi… [all …]
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/icelakex/ |
H A D | floating-point.json | 15 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 21 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 26 …-bit packed single precision floating-point instructions retired; some instructions will count twi… 32 …-bit packed single precision floating-point instructions retired; some instructions will count twi… 37 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 43 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 48 …-bit packed single precision floating-point instructions retired; some instructions will count twi… 54 …-bit packed single precision floating-point instructions retired; some instructions will count twi… 59 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 65 …-bit packed double precision floating-point instructions retired; some instructions will count twi… [all …]
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/icelake/ |
H A D | floating-point.json | 15 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 21 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 26 …-bit packed single precision floating-point instructions retired; some instructions will count twi… 32 …-bit packed single precision floating-point instructions retired; some instructions will count twi… 37 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 43 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 48 …-bit packed single precision floating-point instructions retired; some instructions will count twi… 54 …-bit packed single precision floating-point instructions retired; some instructions will count twi… 59 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 65 …-bit packed double precision floating-point instructions retired; some instructions will count twi… [all …]
|
/freebsd-src/contrib/ntp/sntp/ag-tpl/ |
H A D | mdoc2man | 3 ## mdoc2man.pl -- Convert mdoc tags to man tags 10 ## AutoOpts is Copyright (C) 1992-2015 by Bruce Korb - all rights reserved 29 # Properly implement -columns in the "my %lists" definition... 46 Mdoc::def_macro( '.Sh', sub { '.SH', hs, @_ }, raw => 1); 47 Mdoc::def_macro( '.Ss', sub { '.SS', hs, @_ }, raw => 1); 48 Mdoc::def_macro( '.Pp', sub { ".sp \\n(Ppu\n.ne 2\n" } ); 49 Mdoc::def_macro( '.Nd', sub { "\\- @_" } ); 59 Mdoc::def_macro( '.D1' , sub { ".in +4\n", ns, @_ , ns , "\n.in -4" } , greedy => 1); 61 Mdoc::def_macro( 'Oo', sub { '[', @_ } ); 62 Mdoc::def_macro( 'Oc', sub { ']', @_ } ); [all …]
|
/freebsd-src/contrib/bmake/ |
H A D | str.h | 32 * Memory-efficient string handling. 36 /* A read-only string that may need to be freed after use. */ 42 /* A read-only range of a character array, NOT null-terminated. */ 102 free(fstr->freeIt); in FStr_Done() 104 fstr->str = NULL; in FStr_Done() 105 fstr->freeIt = NULL; in FStr_Done() 113 Substring sub; in Substring_Init() local 115 sub.start = start; in Substring_Init() 116 sub in Substring_Init() 127 Substring_Length(Substring sub) Substring_Length() argument 133 Substring_IsEmpty(Substring sub) Substring_IsEmpty() argument 139 Substring_Equals(Substring sub,const char * str) Substring_Equals() argument 147 Substring_Eq(Substring sub,Substring str) Substring_Eq() argument 155 Substring_HasPrefix(Substring sub,Substring prefix) Substring_HasPrefix() argument 162 Substring_HasSuffix(Substring sub,Substring suffix) Substring_HasSuffix() argument 171 Substring_Str(Substring sub) Substring_Str() argument 179 Substring_SkipFirst(Substring sub,char ch) Substring_SkipFirst() argument 190 Substring_FindLast(Substring sub,char ch) Substring_FindLast() argument 271 LazyBuf_AddSubstring(LazyBuf * buf,Substring sub) LazyBuf_AddSubstring() argument [all...] |
/freebsd-src/lib/libpmc/pmu-events/arch/x86/skylakex/ |
H A D | floating-point.json | 3 … for most SIMD 128-bit packed computational double precision floating-point instructions retired. … 8 …-bit packed computational double precision floating-point instructions retired; some instructions … 13 … for most SIMD 128-bit packed computational single precision floating-point instruction retired. C… 18 …-bit packed computational single precision floating-point instructions retired; some instructions … 23 … for most SIMD 256-bit packed double computational precision floating-point instructions retired. … 28 …-bit packed double computational precision floating-point instructions retired; some instructions … 33 … for most SIMD 256-bit packed single computational precision floating-point instructions retired. … 38 …-bit packed single computational precision floating-point instructions retired; some instructions … 43 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 48 …-bit packed double precision floating-point instructions retired; some instructions will count twi… [all …]
|
/freebsd-src/contrib/ntp/html/ |
H A D | cluster.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 13 <!-- #BeginDate format:En2m -->15-Nov-2012 06:02<!-- #EndDate --> 19 …<p><em>d<sub>i</sub></em>(<em>j</em>) = |θ(<em>j</em>) − θ(<em>i</em>)| λ… 21 …sub>S</sub>(<em>i</em>) computed as the root mean square (RMS) of the <em>d<sub>i</sub></em>(<em>… 27 …sub><em>max</em></sub> be the maximum select jitter and φ<sub><em>min</em></sub> be the minimu…
|
/freebsd-src/contrib/byacc/test/btyacc/ |
H A D | quote_calc4.output | 11 7 | expr "ADD-operator" expr 12 8 | expr "SUB-operator" expr 13 9 | expr "MUL-operator" expr 14 10 | expr "DIV-operator" expr 15 11 | expr "MOD-operator" expr 16 12 | expr "AND-operator" expr 18 14 | "SUB-operator" expr 41 "SUB-operator" shift 3 60 expr : "SUB-operator" . expr (14) 62 "SUB-operator" shift 3 [all …]
|
H A D | quote_calc4-s.output | 11 7 | expr "ADD-operator" expr 12 8 | expr "SUB-operator" expr 13 9 | expr "MUL-operator" expr 14 10 | expr "DIV-operator" expr 15 11 | expr "MOD-operator" expr 16 12 | expr "AND-operator" expr 18 14 | "SUB-operator" expr 41 "SUB-operator" shift 3 60 expr : "SUB-operator" . expr (14) 62 "SUB-operator" shift 3 [all …]
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/sapphirerapids/ |
H A D | floating-point.json | 65 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 71 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 76 …-bit packed single precision floating-point instructions retired; some instructions will count twi… 82 …-bit packed single precision floating-point instructions retired; some instructions will count twi… 87 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 93 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 98 …-bit packed single precision floating-point instructions retired; some instructions will count twi… 104 …-bit packed single precision floating-point instructions retired; some instructions will count twi… 109 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 115 …-bit packed double precision floating-point instructions retired; some instructions will count twi… [all …]
|
/freebsd-src/usr.sbin/bsnmpd/modules/snmp_bridge/ |
H A D | bridge_port.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 80 while (bif->f_bp != NULL && bif->sysindex == bif->f_bp->sysindex) { in bridge_port_memif_free() 81 bp = TAILQ_NEXT(bif->f_bp, b_p); in bridge_port_memif_free() 82 TAILQ_REMOVE(headp, bif->f_bp, b_p); in bridge_port_memif_free() 83 free(bif->f_bp); in bridge_port_memif_free() 84 bif->f_bp = bp; in bridge_port_memif_free() 102 t1 != NULL && bp->sysindex == t1->sysindex; in bridge_port_insert_at() 104 if (bp->if_idx < t1->if_idx) { in bridge_port_insert_at() 135 bridge_compare_sysidx(b_idx, t1->sysindex) < 0) in bridge_port_find_pos() [all …]
|
/freebsd-src/contrib/byacc/test/yacc/ |
H A D | quote_calc4.output | 11 7 | expr "ADD-operator" expr 12 8 | expr "SUB-operator" expr 13 9 | expr "MUL-operator" expr 14 10 | expr "DIV-operator" expr 15 11 | expr "MOD-operator" expr 16 12 | expr "AND-operator" expr 18 14 | "SUB-operator" expr 41 "SUB-operator" shift 3 60 expr : "SUB-operator" . expr (14) 62 "SUB-operator" shift 3 [all …]
|
H A D | quote_calc4-s.output | 11 7 | expr "ADD-operator" expr 12 8 | expr "SUB-operator" expr 13 9 | expr "MUL-operator" expr 14 10 | expr "DIV-operator" expr 15 11 | expr "MOD-operator" expr 16 12 | expr "AND-operator" expr 18 14 | "SUB-operator" expr 41 "SUB-operator" shift 3 60 expr : "SUB-operator" . expr (14) 62 "SUB-operator" shift 3 [all …]
|
/freebsd-src/crypto/openssl/Configurations/platform/ |
H A D | BASE.pm | 11 sub depext { '.d' } 17 # Currently known internal or semi-internal extensions are: 25 sub binname { return $_[1] } # Name of executable binary 26 sub dsoname { return $_[1] } # Name of dynamic shared object (DSO) 27 sub sharedname { return __isshared($_[1]) ? $_[1] : undef } # Name of shared lib 28 sub staticname { return __base($_[1], '.a') } # Name of static lib 32 sub shlib_version_as_filename { return $config{shlib_version} } 35 sub bin { return $_[0]->binname($_[1]) . $_[0]->binext() } 36 sub dso { return $_[0]->dsoname($_[1]) . $_[0]->dsoext() } 37 sub sharedlib { return __concat($_[0]->sharedname($_[1]), $_[0]->shlibext()) } [all …]
|
H A D | Windows.pm | 15 sub binext { '.exe' } 16 sub dsoext { '.dll' } 17 sub shlibext { '.dll' } 18 sub libext { '.lib' } 19 sub defext { '.def' } 20 sub objext { '.obj' } 21 sub depext { '.d' } 22 sub asmext { '.asm' } 25 sub resext { '.res' } 26 sub shlibextimport { '.lib' } [all …]
|
/freebsd-src/crypto/openssl/crypto/ |
H A D | packet.c | 2 * Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved. 21 pkt->written += len; in WPACKET_allocate_bytes() 22 pkt->curr += len; in WPACKET_allocate_bytes() 37 #define GETBUF(p) (((p)->staticbuf != NULL) \ 38 ? (p)->staticbuf \ 39 : ((p)->buf != NULL \ 40 ? (unsigned char *)(p)->buf->data \ 46 if (!ossl_assert(pkt->subs != NULL && len != 0)) in WPACKET_reserve_bytes() 49 if (pkt->maxsize - pkt->written < len) in WPACKET_reserve_bytes() 52 if (pkt->buf != NULL && (pkt->buf->length - pkt->written < len)) { in WPACKET_reserve_bytes() [all …]
|
/freebsd-src/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | wlan_snmp.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 87 * The list of all virtual wireless interfaces - sorted by name. 167 asn_oid *, uint sub, struct wlan_iface **, uint32_t *); 179 uint sub, struct wlan_iface **); 188 static int wlan_scanr_index_decode(const struct asn_oid *oid, uint sub, 217 op_wlan_iface(struct snmp_context *ctx, struct snmp_value *val, uint32_t sub, in op_wlan_iface() argument 228 if ((wif = wlan_get_snmp_interface(&val->var, sub)) == NULL) in op_wlan_iface() 233 if ((wif = wlan_get_next_snmp_interface(&val->var, sub)) == NULL) in op_wlan_iface() 235 wlan_append_ifindex(&val->var, sub, wif); in op_wlan_iface() [all …]
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/cascadelakex/ |
H A D | floating-point.json | 3 … for most SIMD 128-bit packed computational double precision floating-point instructions retired. … 8 …-bit packed computational double precision floating-point instructions retired; some instructions … 13 … for most SIMD 128-bit packed computational single precision floating-point instruction retired. C… 18 …-bit packed computational single precision floating-point instructions retired; some instructions … 23 … for most SIMD 256-bit packed double computational precision floating-point instructions retired. … 28 …-bit packed double computational precision floating-point instructions retired; some instructions … 33 … for most SIMD 256-bit packed single computational precision floating-point instructions retired. … 38 …-bit packed single computational precision floating-point instructions retired; some instructions … 43 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 48 …-bit packed double precision floating-point instructions retired; some instructions will count twi… [all …]
|
/freebsd-src/contrib/bsnmp/snmp_target/ |
H A D | target_snmp.c | 1 /*- 83 uint32_t sub, uint32_t iidx __unused, enum snmp_op op) in op_snmp_target() argument 87 if (val->var.subs[sub - 1] == LEAF_snmpTargetSpinLock) { in op_snmp_target() 92 val->v.integer = target_lock; in op_snmp_target() 97 if (val->v.integer != target_lock) in op_snmp_target() 113 switch (val->var.subs[sub - 1]) { in op_snmp_target() 115 val->v.uint32 = ctx_stats->unavail_contexts; in op_snmp_target() 118 val->v.uint32 = ctx_stats->unknown_contexts; in op_snmp_target() 130 uint32_t sub, uint32_t iidx __unused, enum snmp_op op) in op_snmp_target_addrs() argument 137 if ((addrs = target_get_address(&val->var, sub)) == NULL) in op_snmp_target_addrs() [all …]
|