/freebsd/contrib/googletest/docs/_sass/ |
H A D | main.scss | 3 // https://github.com/pages-themes/primer/tree/master/_sass/primer-support/lib/variables 5 $sidebar-width: 260px; 14 color: $text-white; 15 flex-shrink: 0; 20 width: $sidebar-width; 24 font-size: 1.5em; 28 color: $gray-light; 29 font-size: 0.8em; 30 font-weight: normal; 31 margin-bottom: 0.8em; [all …]
|
/freebsd/tools/sched/ |
H A D | schedgraph.py | 3 # Copyright (c) 2002-2003, 2009, Jeffrey Roberson <jeff@freebsd.org> 37 # - Install the ports/x11-toolkits/py-tkinter package; e.g. 38 # pkg install x11-toolkits/py-tkinter 39 # - Add KTR_SCHED to KTR_COMPILE and KTR_MASK in your KERNCONF; e.g. 44 # - It is encouraged to increase KTR_ENTRIES size to gather enough 49 # - Rebuild kernel with proper changes to KERNCONF and boot new kernel. 50 # - Run your workload to be profiled. 51 # - While the workload is continuing (i.e. before it finishes), disable 58 # - Dump the trace to a file: 'ktrdump -ct > ktr.out' 59 # - Alternatively, use schedgraph.d script in this directory for getting [all …]
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.qtip.css | 2 * qTip2 - Pretty powerful tooltips - v2.1.1 15 left: -28000px; 16 top: -28000px; 19 max-width: 280px; 20 min-width: 50px; 22 font-size: 10.5px; 23 line-height: 12px; 27 box-shadow: none; 31 .qtip-content{ 36 text-align: left; [all …]
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 4 # - lines that do not start with a white space give the number and name of 6 # - lines that start with a white space give the number and name of 20 0x08 Multi-axis Controller 62 0x90 D-pad Up 63 0x91 D-pad Down 64 0x92 D-pad Right 65 0x93 D-pad Left 107 0xB2 Anti-Torque Control 278 0x2D Keyboard - and (underscore) 283 0x32 Keyboard Non-US # and ~ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/slimbus/ |
H A D | slim-ngd-qcom-ctrl.txt | 3 SLIMBus NGD controller is a light-weight driver responsible for communicating 6 data-channel management 10 - compatible: 13 Definition: must be "qcom,slim-ngd-v<MAJOR>.<MINOR>.<STEP>" 15 "qcom,slim-ngd-v1.5.0" for MSM8996 16 "qcom,slim-ngd-v2.1.0" for SDM845 18 - reg: 20 Value type: <prop-encoded-array> 23 - dmas 28 - dma-names [all …]
|
H A D | qcom,slim-ngd.yaml | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/slimbus/qcom,slim-ngd.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 11 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 14 SLIMBus NGD controller is a light-weight driver responsible for communicating 17 data-channel management 22 - qcom,slim-ngd-v1.5.0 # for MSM8996 23 - qcom,slim-ngd-v2.1.0 # for SDM845 [all …]
|
/freebsd/lib/libstdthreads/ |
H A D | threads.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 37 * This interface is implemented as a light-weight wrapper around
|
H A D | thrd_create.3 | 111 .St -isoC-2011 , 118 as a light-weight layer on top of existing interfaces. 123 .Bl -column ".Fn mtx_timedlock" ".Xr pthread_mutex_timedlock 3" -offset indent 208 function returns the thread-specific data value associated with the 211 If no thread-specific data value is associated with 220 .Bl -tag -width thrd_timedout 230 .Bl -tag -width thrd_timedout 240 .Bl -tag -width thrd_timedout 253 .St -isoC-2011 .
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewHTML.cpp | 1 //===- SourceCoverageViewHTML.cpp - A html code coverage view -------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 33 unsigned NumSpaces = Opts.TabSize - (ColNum % Opts.TabSize); in escape() 88 "<meta name='viewport' content='width=device-width,initial-scale=1'>" 89 "<meta charset='UTF-8'>"; 100 scroll_selector = "tr:has(.selected) td.line-number" 129 const last = nodes[nodes.length - 1]; // last 171 next_uncovered("td.uncovered-line", reverse) [all …]
|
/freebsd/lib/libopenbsd/ |
H A D | ohash_init.3 | 30 .Nd light-weight open hashing 61 Keys can either be NUL-terminated strings or fixed-size memory areas. 74 .Bd -literal -offset indent 94 .Xr free 3 Ns -like 124 are the basic look-up element functions. 142 handles string-like keys. 150 NUL-terminated keys. 193 .Bd -literal -offset indent 215 may call the user-supplied memory functions: 216 .Bd -literal -offset indent [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugLoc.h | 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines a number of light weight data structures used 12 //===----------------------------------------------------------------------===// 56 DILocation *operator->() const { return get(); } 72 /// Rebuild the entire inlined-at chain for this instruction so that the top of 73 /// the chain now is inlined-at the new call site. 74 /// \param InlinedAt The new outermost inlined-at in the chain. 84 /// Get the fully inlined-at scope for a DebugLoc. [all …]
|
H A D | ValueHandle.h | 1 //===- ValueHandle.h - Value Smart Pointer classes --------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file declares the ValueHandle class and its sub-classes. 11 //===----------------------------------------------------------------------===// 35 /// This is to avoid having a vtable for the light-weight handle pointers. The 91 Value *operator->() const { return getValPtr(); } 248 /// catching dangling pointer bugs and other things which can be non-obvious. 257 /// AssertingVH's as it moves. This is required because in non-assert mode this 306 ValueTy *operator->() const { return getValPtr(); } [all …]
|
/freebsd/lib/libfigpar/ |
H A D | figpar.3 | 1 .\" Copyright (c) 2013-2018 Devin Teske <dteske@FreeBSD.org> 79 library provides a light-weight, 94 These callback functions can in-turn initiate abort through their return value, 101 .Bd -literal -offset indent 119 FIGPAR_TYPE_DATA1 = 0x0020, /* void data type-1 (open) */ 120 FIGPAR_TYPE_DATA2 = 0x0040, /* void data type-2 (open) */ 121 FIGPAR_TYPE_DATA3 = 0x0080, /* void data type-3 (open) */ 122 FIGPAR_TYPE_RESERVED1 = 0x0100, /* reserved data type-1 */ 123 FIGPAR_TYPE_RESERVED2 = 0x0200, /* reserved data type-2 */ 124 FIGPAR_TYPE_RESERVED3 = 0x0400, /* reserved data type-3 */ [all …]
|
/freebsd/share/dict/ |
H A D | web2a | 12 A-b-c book 13 A-b-c method 14 abdomino-uterotomy 15 Abdul-baha 16 a-be 20 able-bodied 21 able-bodiedness 22 able-minded 23 able-mindedness 27 Abor-miri [all …]
|
/freebsd/sys/contrib/openzfs/man/man7/ |
H A D | zfsconcepts.7 | 9 .\" or https://opensource.org/licenses/CDDL-1.0. 57 A snapshot is a read-only copy of a file system or volume. 80 A bookmark is like a snapshot, a read-only copy of a file system or volume. 91 Since they are very light weight there's little incentive to destroy them. 109 The clone parent-child dependency relationship can be reversed by using the 175 .Nm x-systemd.requires=zfs-import.target 177 will ensure that the zfs-import completes before systemd attempts mounting 191 Deduplicating data is a very resource-intensive operation. 197 Enabling deduplication on an improperly-designed system can result in 208 property as a less resource-intensive alternative. [all …]
|
/freebsd/bin/ps/ |
H A D | ps.1 | 1 .\"- 37 .Op Fl -libxo 49 .Op Fl -libxo 111 .Bl -tag -width indent 112 .It Fl -libxo 314 .Bl -tag -width lockname 330 .Bl -column P_SINGLE_BOUNDARY 0x40000000 367 .Bl -column P2_INHERIT_PROTECTED 0x00000001 439 .Bl -tag -width indent -compact 462 .Bl -tag -width indent -compact [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hsi_common.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 106 * Light-L2 RX Producers in Tstorm RAM 130 * Light-L2 RX Producers in Tstorm RAM 156 * Core Ramrod Command IDs (light L2) 171 * Core RX CQE Type for Light L2 195 * Core RX BD for Light L2 204 * Core RX CM offload BD for Light L2 214 * Core RX CM offload BD for Light L2 223 * Opaque Data for Light L2 RX CQE . 231 * Core RX CQE Type for Light L2 [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/ |
H A D | pipeline.json | 35 …y executing divide or square root operations. Accounts for integer and floating-point operations.", 214 "BriefDescription": "Mispredicted non-taken conditional branch instructions retired.", 238 …"BriefDescription": "Miss-predicted near indirect branch instructions retired (excluding returns)", 245 …"PublicDescription": "Counts miss-predicted near indirect branch instructions retired excluding re… 281 …"PublicDescription": "This is a non-precise version (that is, does not use PEBS) of the event that… 286 …"BriefDescription": "Core clocks when the thread is in the C0.1 light-weight slower wakeup time bu… 292 …"PublicDescription": "Counts core clocks when the thread is in the C0.1 light-weight slower wakeup… 297 …"BriefDescription": "Core clocks when the thread is in the C0.2 light-weight faster wakeup time bu… 303 …"PublicDescription": "Counts core clocks when the thread is in the C0.2 light-weight faster wakeup… 367 …stal clock cycle counts between active hyperthreads, i.e., those in C0 sleep-state. A hyperthread … [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfoImpl.h | 1 //==- BlockFrequencyInfoImpl.h - Block Frequency Implementation --*- C++ -*-==// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 52 #define DEBUG_TYPE "block-freq" 80 /// This class implements a sort of fixed-point fraction always between 0.0 and 88 /// an inexpensive floating-point algorithm that's off-by-one (almost, but not 125 BlockMass &operator-=(BlockMass X) { 126 uint64_t Diff = Mass - X.Mass; 156 inline BlockMass operator-(BlockMass L, BlockMass R) { [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | print-lwapp.c | 2 * Copyright (c) 1998-2007 The TCPDUMP project 18 /* \summary: Light Weight Access Point Protocol (LWAPP) printer */ 24 #include "netdissect-stdinc.h" 35 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 37 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 39 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 54 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 56 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 58 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 60 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCTargetAsmParser.h | 1 //===- llvm/MC/MCTargetAsmParser.h - Target Assembly Parser -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 191 // opnd2 could be an 'immediate of range [-8, 7]' 196 // in range [-8, 7]. 198 // This is a light-weight alternative to the 'NearMissInfo' approach 221 // each of these "near-miss" encodings. This struct contains information about 234 // internally to the table-generated assembly matcher. 247 // The instruction encoding is not valid because the target-specific 249 // target-specific error code returned by the predicate. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallPtrSet.h | 1 //===- llvm/ADT/SmallPtrSet.h - 'Normally small' pointer set ----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 33 /// SmallPtrSetImplBase - This is the common code shared among all the 43 /// light-weight and cache-efficient scanning is used. 45 /// Large sets use a classic exponentially-probed hash table. Empty buckets are 46 /// represented with an illegal pointer value (-1) to allow null pointers to be 48 /// (-2), to allow deletion. The hash table is resized when the table is 3/4 or 55 /// SmallArray - Points to a fixed size set of buckets, used in 'small mode'. [all …]
|
/freebsd/sys/contrib/xen/arch-x86/ |
H A D | cpufeatureset.h | 2 * arch-x86/cpufeatureset.h 32 * Simply #include <public/arch-x86/cpufeatureset.h> 78 * first space in the comment immediately following the feature value. Note - 91 * Lower case => Can be opted-in to, but not available by default. 94 /* Intel-defined CPU features, CPUID level 0x00000001.edx, word 0 */ 100 XEN_CPUFEATURE(MSR, 0*32+ 5) /*A Model-Specific Registers, RDMSR, WRMSR */ 111 XEN_CPUFEATURE(PSE36, 0*32+17) /*S 36-bit PSEs */ 118 XEN_CPUFEATURE(SSE2, 0*32+26) /*A Streaming SIMD Extensions-2 */ 120 XEN_CPUFEATURE(HTT, 0*32+28) /*!A Hyper-Threading Technology */ 124 /* Intel-defined CPU features, CPUID level 0x00000001.ecx, word 1 */ [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 80 for instance transport or consumption of a substance at a well-known [all …]
|
/freebsd/sys/powerpc/include/ |
H A D | atomic.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 46 * Note that not all Book-E processors accept the light-weight sync variant. 48 * 64-bit capable CPUs to accept lwsync properly and pressimize 32-bit CPUs 49 * to use the heavier-weight sync. 87 " bne- 1b\n" \ 99 " bne- 1b\n" \ 110 " bne- 1b\n" \ 173 " bne- 1b\n" \ in _ATOMIC_ADD() 185 " bne- 1b\n" \ in _ATOMIC_ADD() [all …]
|