/freebsd/sys/contrib/device-tree/Bindings/iio/temperature/ |
H A D | adi,ltc2983.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Analog Devices LTC2983, LTC2986, LTM2985 Multi-sensor Temperature system 10 - Nuno Sá <nuno.sa@analog.com> 13 Analog Devices LTC2983, LTC2984, LTC2986, LTM2985 Multi-Sensor Digital 16 https://www.analog.com/media/en/technical-documentation/data-sheets/2983fc.pdf 17 https://www.analog.com/media/en/technical-documentation/data-sheets/2984fb.pdf 18 https://www.analog.com/media/en/technical-documentation/data-sheets/29861fa.pdf 19 https://www.analog.com/media/en/technical-documentation/data-sheets/ltm2985.pdf [all …]
|
/freebsd/share/doc/papers/sysperf/ |
H A D | 3.t | 51 on one machine, a VAX-11/780 with eight megabytes of memory.\** 58 person-to-person telephone messages to per-organization distribution 59 lists. After conversion to 4.2BSD, it was 82 For example, a remote login uses three processes and a 83 pseudo-terminal handler in addition to the local hardware terminal 97 This test was run on several occasions over a three month period. 113 Micro-operation benchmarks 117 programs was constructed and run on a VAX-11/750 with 4.5 megabytes 159 pipeself4 send 10,000 4-byte messages to yourself 160 pipeself512 send 10,000 512-byte messages to yourself [all …]
|
/freebsd/share/doc/smm/01.setup/ |
H A D | 3.t | 36 the system running before conversion. 39 the filesystem conversion). However, many of the system configuration 52 some \*(Ps-Tahoe features (e.g. networking code). 58 This is a \*(Ps-Tahoe vintage system with Sun's NFS 4.0 filesystem code 60 The instructions for \*(Ps-Tahoe should largely apply. 62 \*(Ps-Reno from CSRG. 83 In general, there are three possible ways to install a new \*(Bs distribution: 93 and use that system to cross-compile and install \*(4B. 102 then site-specific files should be merged into them. 124 filesystem can be an MFS virtual-memory-resident filesystem, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | azoteq,iqs7222.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ScheduleZnver3.td | 1 //=- X86ScheduleZnver3.td - X86 Znver3 Scheduling ------------*- tablegen -*-=// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 18 //===----------------------------------------------------------------------===// 27 // outstanding operations (integer, load/store, and floating-point) and is 30 // to 256 macro ops in-flight in non-SMT mode or 128 per thread in SMT mode. 34 // At each set-way intersection is an entry containing up to 8 macro ops. 37 // the op-cache, we limit the loop buffer to 8*12 = 96 to avoid loop unrolling 38 // leading to excessive filling of the op-cache from frontend. 41 // The L1 data cache has a 4- or 5- cycle integer load-to-use latency. [all …]
|
H A D | X86ScheduleZnver4.td | 1 //=- X86ScheduleZnver4.td - X86 Znver4 Scheduling ------------*- tablegen -*-=// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 23 // outstanding operations (integer, load/store, and floating-point) and is 26 // to 320 macro ops in-flight in non-SMT mode or 160 per thread in SMT mode. 30 // At each set-way intersection is an entry containing up to 8 macro ops. 33 // the op-cache, we limit the loop buffer to 9*12 = 108 to avoid loop 34 // unrolling leading to excessive filling of the op-cache from frontend. 37 // The L1 data cache has a 4- or 5- cycle integer load-to-use latency. [all …]
|
H A D | X86ScheduleZnver2.td | 1 //=- X86ScheduleZnver2.td - X86 Znver2 Scheduling -------- [all...] |
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticGroups.td | 1 //==--- DiagnosticGroups.td - Diagnostic Group Definitions ----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 def ImplicitFunctionDeclare : DiagGroup<"implicit-function-declaration">; 10 def ImplicitInt : DiagGroup<"implicit-int">; 21 def : DiagGroup<"gnu-empty-initializer">; // Now a C extension, not GNU. 22 def AbsoluteValue : DiagGroup<"absolute-value">; 23 def MisspelledAssumption : DiagGroup<"misspelled-assumption">; 24 def UnknownAssumption : DiagGroup<"unknown-assumption">; 25 def AddressOfTemporary : DiagGroup<"address-of-temporary">; [all …]
|
H A D | AttrDocs.td | 1 //==--- AttrDocs.td - Attribute documentation ----------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===---------------------------------------------------------------------===// 9 // To test that the documentation builds cleanly, you must run clang-tblgen to 15 // To run clang-tblgen to generate the .rst file: 16 // clang-tblgen -gen-attr-docs -I <root>/llvm/tools/clang/include 17 // <root>/llvm/tools/clang/include/clang/Basic/Attr.td -o 20 // To run sphinx to generate the .html files (note that sphinx-build must be 24 // Non-Windows (from within the clang\docs directory): 25 // sphinx-build -b html _build/html [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedOryon.td | 1 //=- AArch64SchedOryon.td - Qualcomm Oryon CPU 001 ---*- tablegen -*-=// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 21 let MispredictPenalty = 13; // 13 cycles for mispredicted branch. 139 // Multiply/Multiply-ADD instructions on ports I4/I5. 165 // Arithmetic and CRYP-AED ASIMD/FP instructions on ports FP0/FP1/FP2/FP3. 181 // CRYP-SHA instructions on ports FP1. 262 // 1 cycles NO pipe [all …]
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_value_fmts.c | 1 /*- 2 * Copyright (c) 2015-2016 Landon Fuller <landonf@FreeBSD.org> 116 .name = "bcm-macaddr", 124 .name = "bcm-macaddr-string", 132 * Broadcom NVRAM LED duty-cycle format. 135 .name = "bcm-leddc", 146 * - Positive values will be string-encoded without a prefix. 147 * - Negative values will be string-encoded with a leading '-' sign. 150 .name = "bcm-decimal", 161 * unsigned and positive signed integer values as an 0x-prefixed hexadecimal [all …]
|
/freebsd/sys/rpc/ |
H A D | xdr.h | 3 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 11 * - Redistributions of source code must retain the above copyright notice, 13 * - Redistributions in binary form must reproduce the above copyright notice, 16 * - Neither the name of Sun Microsystems, Inc. nor the names of its 45 * types and an external bit-string representation. Library supplied 46 * routines provide for the conversion on built-in C data types. These 48 * a type encode/decode routine for each user-defined type. 88 #define RNDUP(x) ((((x) + BYTES_PER_XDR_UNIT - 1) / BYTES_PER_XDR_UNIT) \ 136 * XXX can't actually prototype it, because some take three args!!! [all …]
|
/freebsd/include/rpc/ |
H A D | xdr.h | 3 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 11 * - Redistributions of source code must retain the above copyright notice, 13 * - Redistributions in binary form must reproduce the above copyright notice, 16 * - Neither the name of Sun Microsystems, Inc. nor the names of its 45 * types and an external bit-string representation. Library supplied 46 * routines provide for the conversion on built-in C data types. These 48 * a type encode/decode routine for each user-defined type. 88 #define RNDUP(x) ((((x) + BYTES_PER_XDR_UNIT - 1) / BYTES_PER_XDR_UNIT) \ 136 * XXX can't actually prototype it, because some take three args!!! [all …]
|
/freebsd/share/doc/papers/timecounter/ |
H A D | timecounter.ms | 5 .\" ---------------------------------------------------------------------------- 6 .\" "THE BEER-WARE LICENSE" (Revision 42): 9 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 10 .\" ---------------------------------------------------------------------------- 16 .A "Poul-Henning Kamp" "The FreeBSD Project" 18 The FreeBSD timecounters are an architecture-independent implementation 21 multiplication to canonical timescales based on micro- or nano-seconds 23 synchronisation. Timecounters are implemented using lock-less 24 stable-storage based primitives which scale efficiently in SMP 38 so service centres could bill computer cycles to customers or from [all …]
|
/freebsd/share/man/man4/ |
H A D | netgraph.4 | 1 .\" Copyright (c) 1996-1999 Whistle Communications, Inc. 19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 63 .Bl -bullet -compact 69 A common framework for kernel entities to inter-communicate. 71 A reasonably fast, kernel-based implementation. 90 In object-oriented language, types are classes, and nodes are instances 114 which is expressed as a 32-bit hexadecimal value. 128 .Bl -bullet 157 in preference to the general node-wide methods. 180 There are generic and type-specific control messages. [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.ok | 23 for Pert Networks . . . . . . . . . . . 738--739 29 the First Kind . . . . . . . . . . . . . 479--480 40 for Arguments Larger than One . . . . . 488--492 52 M. C. Pike ACM Algorithm 299: Chi-Squared Integral 243--244 57 Edsger Wybe Dijkstra Go to statement considered harmful . . . 147--148 62 ANSI Subcommittee X3J3 Clarification of Fortran Standards --- 63 Initial Progress . . . . . . . . . . . . 289--294 69 Computer Organization . . . . . . . . . 489--498 74 V. Y. Lum Multi-Attribute Retrieval with Combined 75 Indexes . . . . . . . . . . . . . . . . 660--665 [all …]
|
H A D | funstack.in | 2 %%% BibTeX-file{ 23 %%% (incompletely) 1970 -- 1979. 50 %%% covering 1958--1996 became too large (about 65 %%% Algorithms 1--492. For Algorithms 493--686, 72 %%% cross-referenced in both directions, so 75 %%% Corrigenda. Cross-referenced entries are 77 %%% that each is completely self-contained. 83 %%% ftp://netlib.bell-labs.com/netlib/toms. 88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1. 90 %%% The initial draft of entries for 1981 -- [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerModuleLDSPass.cpp | 1 //===-- AMDGPULowerModuleLDSPass.cpp ------------------------------*- C++ -*-=// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This pass eliminates local data store, LDS, uses from non-kernel functions. 16 // kernels this is straightforward - assign an integer to the kernel for the 27 // - memory is limited and exceeding it halts compilation 28 // - a global accessed by one kernel exists independent of other kernels 29 // - a global exists independent of simultaneous execution of the same kernel 30 // - the address of the global may be different from different kernels as they 32 // - if the address is allowed to differ, functions need help to find it [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 1 //===-- PPCISelLowering.h - PPC32 DAG Lowering Interface --------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 51 /// FSEL - Traditional three-operand fsel node. 55 /// XSMAXC[DQ]P, XSMINC[DQ]P - C-type min/max instructions. 59 /// FCFID - The FCFID instruction, taking an f64 operand and producing 64 /// Newer FCFID[US] integer-to-floating-point conversion instructions for 65 /// unsigned integers and single-precision outputs. 70 /// FCTI[D,W]Z - The FCTIDZ and FCTIWZ instructions, taking an f32 or f64 [all …]
|
/freebsd/contrib/ntp/parseutil/ |
H A D | dcfd.c | 2 …* /src/NTP/REPOSITORY/ntp4-dev/parseutil/dcfd.c,v 4.18 2005/10/07 22:08:18 kardel RELEASE_20051008… 14 * Leap second handling (at that level you should switch to NTP Version 4 - really!) 16 * Copyright (c) 1995-2015 by Frank Kardel <kardel <AT> ntp.org> 17 …* Copyright (c) 1989-1994 by Frank Kardel, Friedrich-Alexander Universitaet Erlangen-Nuernberg, Ge… 90 if ((_a_)->tv_usec >= 1000000) \ 92 (_a_)->tv_sec += (_a_)->tv_usec / 1000000; \ 93 (_a_)->tv_usec = (_a_)->tv_usec % 1000000; \ 95 if ((_a_)->tv_usec < 0) \ 97 (_a_)->tv_sec -= 1 + (-(_a_)->tv_usec / 1000000); \ 98 (_a_)->tv_usec = 999999 - (-(_a_)->tv_usec - 1); \ [all …]
|
/freebsd/sys/dev/arcmsr/ |
H A D | arcmsr.h | 11 ** SPDX-License-Identifier: BSD-3-Clause 13 ** Copyright (C) 2002 - 2012, Areca Technology Corporation All rights reserved. 43 #define ARCMSR_VIRTUAL_DEVICE_ID (ARCMSR_MAX_TARGETID - 1) 71 #define offsetof(type, member) ((size_t)(&((type *)0)->member)) 197 #define CHIP_REG_READ32(s, b, r) bus_space_read_4(acb->btag[b], acb->bhandle[b], offsetof(struct s,… 198 #define CHIP_REG_WRITE32(s, b, r, d) bus_space_write_4(acb->btag[b], acb->bhandle[b], offsetof(stru… 199 #define READ_CHIP_REG32(b, r) bus_space_read_4(acb->btag[b], acb->bhandle[b], r) 200 #define WRITE_CHIP_REG32(b, r, d) bus_space_write_4(acb->btag[b], acb->bhandle[b], r, d) 374 ** Set if Outbound Doorbell register bits 30:1 have a non-zero 486 /* ARC-1884 doorbell sync */ [all …]
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 1 ---------------------------------------- 6 …AML Timer() operator. Discovered by UBSAN: ?array-index-out-of-bounds in acpica/dswexec.c:401:12 i… 12 1) ACPICA kernel-resident subsystem: 16 Fixed misspelled CDAT DSMAS define: ACPI_CEDT_DSMAS_NON_VOLATILE -> ACPI_CDAT_DSMAS_NON_VOLATILE. R… 18 1) ACPICA kernel-resident subsystem: 20 Fix GCC 12 dangling-pointer warning. We're storing a persistent pointer to an ephemeral local vari… 22 Also, some C run-times (like MUSL) aren't including <stdint.h> indirectly so we must include it exp… 31 ---------------------------------------- 41 Add OS-specific support for Zephyr RTOS. 46 Add first batch of RISC-V related definitions. [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_oncore.c | 2 * ---------- [all...] |
/freebsd/contrib/lua/doc/ |
H A D | manual.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 7 <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1"> 22 Copyright © 2020–2023 Lua.org, PUC-Rio. 35 <!-- ====================================================================== --> 38 <!-- $Id: manual.of $ --> 48 object-oriented programming, functional programming, 49 data-driven programming, and data description. 56 runs by interpreting bytecode with a register-based 73 and as a powerful but lightweight and efficient stand-alone language. 80 (Frequently, this host is the stand-alone <code>lua</code> program.) [all …]
|
/freebsd/sbin/camcontrol/ |
H A D | camcontrol.8 | 145 .Bk -words 401 A device identifier can take one of three forms: 402 .Bl -tag -width 14n 419 function-specific arguments. 437 .Bl -tag -width 14n 477 .Bl -tag -width periphlist 500 .Bl -tag -width 4n 514 .Bl -tag -width 4n 534 .Bl -tag -width 14n 541 .Bl -tag -width 012345678 [all …]
|