| /freebsd/share/doc/papers/sysperf/ |
| H A D | appendix.ms | 9 'ds - \(mi 10 'ds / \\h'\\w' 'u-\\w'/'u'/ 11 'ds /* \\h'\\w' 'u-\\w'/'u'/* 23 \f2\s12\h'\\n(.lu-\w'\\*(=f'u'\\*(=f\fP\s0\h'|0u' 44 'ds +K 45 'ds -K 47 'de -C 50 'ds +K \f3 51 'ds -K \fP 54 '-C [all …]
|
| /freebsd/share/doc/papers/kernmalloc/ |
| H A D | appendix.ms | 9 'ds - \(mi 10 'ds / \\h'\\w' 'u-\\w'/'u'/ 11 'ds /* \\h'\\w' 'u-\\w'/'u'/* 23 \f2\s12\h'\\n(.lu-\w'\\*(=f'u'\\*(=f\fP\s0\h'|0u' 44 'ds +K 45 'ds -K 47 'de -C 50 'ds +K \f3 51 'ds -K \fP 54 '-C [all …]
|
| /freebsd/contrib/gdtoa/ |
| H A D | strtordd.c | 36 ULtodd(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtodd() argument 38 ULtodd(ULong *L, ULong *bits, Long exp, int k) 43 switch(k & STRTOG_Retmask) { 50 L[_1] = (bits[1] >> 21 | bits[2] << 11) & (ULong)0xffffffffL; 51 L[_0] = (bits[2] >> 21) | (bits[3] << 11 & 0xfffff) 55 i = hi0bits(bits[1]) - 11; 57 i = exp - 1; 61 exp -= i; 63 bits[1] = bits[1] << i | bits[0] >> (32-i); 68 i = hi0bits(bits[0]) + 21; [all …]
|
| /freebsd/contrib/netbsd-tests/usr.bin/sort/ |
| H A D | t_sort.sh | 28 # The -S flag in NetBSD sort enables non-stable sorting order. This flag 33 # the same, the flag -s should be added to enforce an expected sorting order. 56 atf_check -o file:expout sort in 67 atf_check -o empty sort empty 68 atf_check sort -c empty 69 atf_check sort -c -u empty 79 echo x >-k 80 atf_check -o file:-k -x "sort -- -k </dev/null" 81 atf_check -s not-exit:1 -e ignore -x "sort - -c </dev/null" 92 atf_check -o inline:'x\n' sort in [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-cp11x.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 #include <dt-bindings/interrupt-controller/mvebu-icu.h> 9 #include <dt-bindings/thermal/thermal.h> 11 #include "armada-common.dtsi" 27 thermal-zones { 28 CP11X_LABEL(thermal_ic): CP11X_NODE_NAME(ic-thermal) { 29 polling-delay-passive = <0>; /* Interrupt driven */ 30 polling-delay = <0>; /* Interrupt driven */ 32 thermal-sensors = <&CP11X_LABEL(thermal) 0>; 42 cooling-maps { }; [all …]
|
| /freebsd/lib/libc/nls/ |
| H A D | fi_FI.ISO8859-1.msg | 2 $ Message catalog for fi_FI.ISO8859-1 locale 24 9 Virheellinen tiedosto-osoitin 36 15 Tarvitaan lohko-osoitettava laite 38 16 Laite k�yt�ss� 48 21 Kohde on hakemisto 58 26 Tiedosto on k�yt�ss� 78 36 Toiminta on k�ynniss� 80 37 Toiminta oli jo k�ynniss� 82 38 Socket-operaatio muulla kuin socketilla 90 42 Protokolla ei ole k�ytett�viss� [all …]
|
| H A D | hu_HU.ISO8859-2.msg | 2 $ Message catalog for hu_HU.ISO8859-2 locale 10 2 F�jl vagy k�nyvt�r nem tal�lhat� 16 5 B/K hiba 42 18 Kereszthivatkoz�s eszk�z�k�n 46 20 Nem k�nyvt�r 48 21 K�nyvt�r 70 32 Hib�s cs�vezet�k 104 49 A k�rt c�m nem oszthat� ki 106 50 A h�l�zat nem m�k�dik 122 58 Nem k�ldhet� el a socket lebont�sa ut�n [all …]
|
| H A D | sk_SK.ISO8859-2.msg | 2 $ Message catalog for sk_SK.ISO8859-2 locale 48 21 Je adres�r 60 27 S�bor je pr�li� ve�k� 74 34 V�sledok pr�li� ve�k� alebo pr�li� mal� 90 42 Protokol nie je k dispoz�cii 116 55 Vyrovn�vacia pam� nie je k dispoz�cii 136 65 Neexistuje cesta k vzdialen�mu uzlu 154 74 RPC program nie je k dispoz�cii 160 77 Z�mky nie s� k dispoz�cii 174 84 Hodnota je pre dan� d�tov� typ prive�k� [all …]
|
| /freebsd/lib/libcalendar/ |
| H A D | easter.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 40 int c, i, j, k, l, n; in easterg() local 44 k = (c - 17) / 25; in easterg() 45 i = (c - c/4 -(c-k)/3 + 19 * n + 15) % 30; in easterg() 46 i = i -(i/28) * (1 - (i/28) * (29/(i + 1)) * ((21 - n)/11)); in easterg() 47 j = (y + y/4 + i + 2 - c + c/4) % 7; in easterg() 48 l = i - j; in easterg() 49 dt->m = 3 + (l + 40) / 44; in easterg() 50 dt->d = l + 28 - 31*(dt->m / 4); in easterg() [all …]
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | motorola | 2 #------------------------------------------------------------------------------ 3 # $File: motorola,v 1.13 2024/02/11 21:25:17 christos Exp $ 4 # motorola: file(1) magic for Motorola 68K and 88K binaries 6 # 68K 25 >>0 use display-coff 28 # Motorola/UniSoft 68K Binary Compatibility Standard (BCS) 30 0 beshort 0554 68K BCS executable 32 # 88K 36 0 beshort 0555 88K BCS executable 38 # Motorola S-Records, from Gerd Truschinski <gt@freebsd.first.gmd.de> [all …]
|
| /freebsd/lib/libmd/amd64/ |
| H A D | md5block.S | 1 /*- 4 * SPDX-License-Identifier: BSD-2-Clause 34 .macro round a, b, c, d, f, k, m, s 36 add $\k, \a // a + k[i] 37 add ((\m)%16*4)(%rsi), \a // a + k[i] + m[g] 38 add %ebp, \a // a + k[i] + m[g] + f 68 mov $-1, \f 96 rounds f3, 7, 7*\i, 6, 10, 15, 21, \k0, \k1, \k2, \k3 147 // special-cased round 1 149 .macro round1 a, b, c, d, k, m, s [all …]
|
| /freebsd/bin/date/tests/ |
| H A D | format_string_test.sh | 9 # These two date/times have been chosen carefully -- they 16 TEST1=3222243 # 1970-02-07 07:04:03 17 TEST2=1005600000 # 2001-11-12 21:11:12 27 atf_check -o "inline:${exp_output_1}\n" \ 28 date -r ${TEST1} +%${format_string} 29 atf_check -o "inline:${exp_output_2}\n" \ 30 date -r ${TEST2} +%${format_string} 40 atf_check -o "inline:$(stat -f '%9Fm' "$file")\n" \ 41 date -r "$file" +%s.%N 70 atf_check -o "inline:${exp_output_1}\n" \ [all …]
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | rtw8821a.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 21 static const s8 lna_gain_table[] = {15, -1, -17, 0, -30, -38}; in rtw8821a_cck_rx_pwr() 32 rx_pwr_all = lna_gain - 2 * vga_idx; in rtw8821a_cck_rx_pwr() 62 /* [31] = 0 --> Page C */ in rtw8821a_iqk_backup_rf() 77 /* [31] = 0 --> Page C */ in rtw8821a_iqk_restore_rf() 90 /* [31] = 0 --> Page C */ in rtw8821a_iqk_restore_afe() 97 /* [31] = 1 --> Page C1 */ in rtw8821a_iqk_restore_afe() 114 /* [31] = 0 --> Page C */ in rtw8821a_iqk_rx_fill() 126 /* [31] = 1 --> Page C1 */ in rtw8821a_iqk_tx_fill() 143 int k; in rtw8821a_iqk_tx_vdf_true() local [all …]
|
| /freebsd/sys/contrib/openzfs/man/man8/ |
| H A D | zfs.8 | 1 .\" SPDX-License-Identifier: CDDL-1.0 10 .\" or https://opensource.org/licenses/CDDL-1.0. 34 .\" Copyright (c) 2014-2015, The FreeBSD Foundation, All Rights Reserved. 71 .Sy ZFS_MAX_DATASET_NAME_LEN No - 1 73 .Sy [A-Za-z_.:/ -] . 90 .Bl -tag -offset Ds -width "file system" 94 While ZFS file systems are designed to be POSIX-compliant, known issues exist 96 Applications that depend on standards conformance might fail due to non-standard 103 A read-only version of a file system or volume at a given point in time. 111 but without the hold on on-disk data. [all …]
|
| H A D | zfs-get.8 | 1 .\" SPDX-License-Identifier: CDDL-1.0 10 .\" or https://opensource.org/licenses/CDDL-1.0. 34 .Dt ZFS-SET 8 38 .Nm zfs-set 50 .Op Fl j Op Ar --json-int 62 .Bl -ta [all...] |
| H A D | zfs-inherit.8 | 1 .\" SPDX-License-Identifier: CDDL-1.0 10 .\" or https://opensource.org/licenses/CDDL-1.0. 34 .Dt ZFS-SET 8 38 .Nm zfs-set 50 .Op Fl j Op Ar --json-int 62 .Bl -ta [all...] |
| H A D | zfs-set.8 | 1 .\" SPDX-License-Identifier: CDDL-1.0 10 .\" or https://opensource.org/licenses/CDDL-1.0. 38 .Nm zfs-set 50 .Op Fl j Op Ar --json-int 62 .Bl -tag -width "" 75 Numeric values can be specified as exact values, or in a human-readable form 77 .Sy B , K , M , G , T , P , E , Z 86 .Bl -tag -width "-u" 96 .Op Fl j Op Ar --json-int 107 .Bl -tag -compact -offset 4n -width "property" [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/rtc/ |
| H A D | armada-380-rtc.txt | 1 * Real Time Clock of the Armada 38x/7K/8K SoCs 3 RTC controller for the Armada 38x, 7K and 8K SoCs 6 - compatible : Should be one of the following: 7 "marvell,armada-380-rtc" for Armada 38x SoC 8 "marvell,armada-8k-rtc" for Aramda 7K/8K SoCs 9 - reg: a list of base address and size pairs, one for each entry in 10 reg-names 11 - reg names: should contain: 13 * "rtc-soc" for the SoC related registers and among them the one 15 - interrupts: IRQ line for the RTC. [all …]
|
| /freebsd/sbin/fsck_msdosfs/ |
| H A D | dir.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 86 #define DD_YEAR_MASK 0xFE00 /* year - 1980 */ 117 freede = de->next; in newDosDirEntry() 124 de->next = freede; in freeDosDirEntry() 142 freedt = dt->next; in newDirTodo() 149 dt->next = freedt; in freeDirTodo() 169 *--cp = '\0'; in fullpath() 172 np = dir->lname[0] ? dir->lname : dir->name; in fullpath() 175 *--cp = '?'; in fullpath() [all …]
|
| /freebsd/contrib/less/ |
| H A D | version.c | 2 * Copyright (C) 1984-2025 Mark Nudelman 12 ----------------------- CHANGE HISTORY -------------------------- 20 v3 5/3/84 Added -m and -t options, '-' command 22 v5 5/3/84 New comments, fixed '-' command slightly 23 v6 5/15/84 Added -Q, visual bell 26 v8 5/30/84 Re-do -q and -Q commands 28 v10 10/10/84 Fixed bug in -b<n> argument processing 30 ----------------------------------------------------------------- 32 v13 2/16/85 Reword error message for '-' command. 33 v14 2/22/85 Added -bf and -bp variants of -b. [all …]
|
| /freebsd/secure/lib/libcrypt/ |
| H A D | crypt-des.c | 7 * Adapted for FreeBSD-2.0 by Geoffrey M. Rehmet 11 * Adapted for FreeBSD-4.0 by Mark R V Murray 54 * It is assumed that the 8-byte arrays passed by reference can be 78 61, 53, 45, 37, 29, 21, 13, 5, 63, 55, 47, 39, 31, 23, 15, 7 86 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4 95 14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 159 16, 7, 20, 21, 29, 12, 28, 17, 1, 15, 23, 26, 5, 18, 31, 10, 203 return(ch - 'a' + 38); in ascii_to_bin() 207 return(ch - 'A' + 12); in ascii_to_bin() 211 return(ch - '.'); in ascii_to_bin() [all …]
|
| /freebsd/contrib/netbsd-tests/net/bpfjit/ |
| H A D | t_bpfjit.c | 1 /* $NetBSD: t_bpfjit.c,v 1.12 2017/01/13 21:30:42 christos Exp $ */ 3 /*- 4 * Copyright (c) 2011-2012, 2014-2015 Alexander Nasonov. 30 __RCSID("$NetBSD: t_bpfjit.c,v 1.12 2017/01/13 21:30:42 christos Exp $"); 47 /* XXX: atf-c.h has collisions with mbuf */ 50 #include <atf-c.h> 230 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=0"); in ATF_TC_HEAD() 254 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=1"); in ATF_TC_HEAD() 279 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=2"); in ATF_TC_HEAD() 304 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=4"); in ATF_TC_HEAD() [all …]
|
| /freebsd/share/man/man7/ |
| H A D | ascii.7 | 40 .Bd -literal -offset left 46 050 ( 051 ) 052 * 053 + 054 , 055 - 056 . 057 / 50 110 H 111 I 112 J 113 K 114 L 115 M 116 N 117 O 54 150 h 151 i 152 j 153 k 154 l 155 m 156 n 157 o 62 .Bd -literal -offset left 67 20 SP 21 ! 22 " 23 # 24 $ 25 % 26 & 27 ' 68 28 ( 29 ) 2a * 2b + 2c , 2d - 2e . 2f / 72 48 H 49 I 4a J 4b K 4c L 4d M 4e N 4f O 76 68 h 69 i 6a j 6b k 6c l 6d m 6e n 6f o 84 .Bd -literal -offset left [all …]
|
| /freebsd/crypto/openssl/crypto/md5/asm/ |
| H A D | md5-586.pl | 2 # Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved. 12 # version, non-normal is the 59 local($pos,$a,$b,$c,$d,$K,$ki,$s,$t)=@_; 62 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one 67 &xor($tmp1,$d); # F function - part 2 69 &and($tmp1,$b); # F function - part 3 72 &xor($tmp1,$d); # F function - part 4 73 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2); 87 local($pos,$a,$b,$c,$d,$K,$ki,$s,$t)=@_; 91 &xor($tmp1,$b); # G function - part 2 [all …]
|
| /freebsd/contrib/netbsd-tests/lib/libbpfjit/ |
| H A D | t_bpfjit.c | 3 /*- 4 * Copyright (c) 2011-2012, 2014-2015 Alexander Nasonov. 35 #include <atf-c.h> 233 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=0"); in ATF_TC_HEAD() 262 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=1"); in ATF_TC_HEAD() 292 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=2"); in ATF_TC_HEAD() 322 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=4"); in ATF_TC_HEAD() 352 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=10"); in ATF_TC_HEAD() 382 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=10000"); in ATF_TC_HEAD() 412 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=7609801"); in ATF_TC_HEAD() [all …]
|