/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | ad7879.txt | 1 * Analog Devices AD7879(-1)/AD7889(-1) touchscreen interface (SPI/I2C) 4 - compatible : for SPI slave, use "adi,ad7879" 5 for I2C slave, use "adi,ad7879-1" 6 - reg : SPI chipselect/I2C slave address 7 See spi-bus.txt for more SPI slave properties 8 - interrupts : touch controller interrupt 9 - touchscreen-max-pressure : maximum reported pressure 10 - adi,resistance-plate-x : total resistance of X-plate (for pressure 13 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean) 14 - adi,first-conversion-delay : 0-12: In 128us steps (starting with 128us) [all …]
|
H A D | adi,ad7879.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 AD7879(-1)/AD7889(-1) touchscreen interface (SPI/I2C) 10 - Frank Li <Frank.Li@nxp.com> 16 for I2C slave, use "adi,ad7879-1" 18 - adi,ad7879 19 - adi,ad7879-1 27 touchscreen-max-pressure: 31 adi,resistance-plate-x: [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_inopts.3x | 3 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 4 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. * 32 .TH curs_inopts 3X 2024-04-13 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 66 \fB\%typeahead\fP \- 94 \fBvoid timeout(int \fIdelay\fP); 95 \fBvoid wtimeout(WINDOW *\fIwin\fP, int \fIdelay\fP); 112 Window-specific settings are not automatically applied to new or derived 122 erase/kill character-processing 155 The \fB\%halfdelay\fP routine is used for half-delay mode, 162 Use \fB\%nocbreak\fP to leave half-delay mode. [all …]
|
H A D | tic.1m | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. * 31 .TH @TIC@ 1M 2024-04-27 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "User commands" 50 \fB\%@TIC@\fP \- 54 [\fB\-\ 78 [\fB\-e\fP \fIterminal-type-list\fP] 79 [\fB\-o\fP \fIdir\fP] 80 [\fB\-Q\fP[\fIn\fP]] 81 [\fB\-R\fP \fIsubset\fP] 82 [\fB\-v\fP[\fIn\fP]] [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/tools/tools/netmap/ |
H A D | nmreplay.c | 29 * enforcing the output rate and possibly random losses and delay 49 * --- Main functions of the program --- 59 * q->cur_pkt points to the buffer containing the packet 60 * q->cur_len packet length, excluding CRC 61 * q->cur_caplen available packet length (may be shorter than cur_len) 62 * q->cur_tt transmission time for the packet, computed from the trace. 66 * q->c_loss (set with the -L command line option) decides 69 * The function is supposed to set q->c_drop = 1 if the 72 * q->c_bw (set with the -B command line option) is used to 74 * in q->cur_tt the transmission time (in nanoseconds) of [all …]
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dummynet.txt | 36 ------------------------------ 38 presumably in the rr_free_queue() call -- seems to hang 40 ------------------------------ 59 selected through a mask on the 5-tuple itself. 70 ipfw queue 5 config sched 10 flow_mask src-ip 0x000000ff 71 ipfw sched 10 config type WF2Q+ sched_mask src-ip 0xffffff00 77 ----------------- 78 Dummynet-related data is split into several data structures, 79 part of them constituting the userland-kernel API, and others 81 NOTE: for up-to-date details please look at the relevant source [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ConditionalCompares.cpp | 1 //===-- AArch64ConditionalCompares.cpp --- CCMP formation for AArch64 -----===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 // if-conversion, and this pass should run immediately before the early 15 // if-conversion pass. 17 //===----------------------------------------------------------------------===// 41 #define DEBUG_TYPE "aarch64-ccmp" 46 "aarch64-ccmp-limit", cl::init(30), cl::Hidden, 49 // Stress testing mode - disable heuristics. 50 static cl::opt<bool> Stress("aarch64-stress-ccmp", cl::Hidden, [all …]
|
/freebsd/bin/dd/ |
H A D | dd.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 70 void (*cfunc)(void); /* conversion function */ 73 uint64_t ddflags = 0; /* conversion options */ 74 size_t cbsz; /* conversion block size */ 76 const u_char *ctab; /* conversion table */ 106 while (files_cnt--) in main() 116 if (close(out.fd) == -1 && errno != EINTR) in main() 149 if (in.fd == -1) in setup() 156 if (caph_rights_limit(in.fd, &rights) == -1) in setup() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 1 //===--- SemaOverload.cpp - C++ Overloading -------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 60 return llvm::any_of(FD->parameters(), [](const ParmVarDecl *P) { in functionHasPassObjectSizeParams() 61 return P->hasAttr<PassObjectSizeAttr>(); in functionHasPassObjectSizeParams() 81 DeclRefExpr(S.Context, Fn, false, Fn->getType(), VK_LValue, Loc, LocInfo); in CreateFunctionRefExpr() 83 DRE->setHadMultipleCandidates(true); in CreateFunctionRefExpr() 86 if (auto *FPT = DRE->getType()->getAs<FunctionProtoType>()) { in CreateFunctionRefExpr() 87 if (isUnresolvedExceptionSpec(FPT->getExceptionSpecType())) { in CreateFunctionRefExpr() [all …]
|
H A D | SemaLambda.cpp | 1 //===--- SemaLambda.cpp - Semantic Analysis for C++11 Lambdas -------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 33 /// enclosing lambda (to the current lambda) that is 'capture-ready' for 36 /// of the capture-ready lambda's LambdaScopeInfo. 38 /// Climbs down the stack of lambdas (deepest nested lambda - i.e. current 39 /// lambda - is on top) to determine the index of the nearest enclosing/outer 42 /// As we climb down the stack, we want the index of the first such lambda - 43 /// that is the lambda with the highest index that is 'capture-ready'. [all …]
|
H A D | SemaExprCXX.cpp | 1 //===--- SemaExprCXX.cpp - Semantic Analysis for Expressions --------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 63 // Convert the nested-name-specifier into a type. in getInheritingConstructorName() 65 switch (NNS->getKind()) { in getInheritingConstructorName() 68 Type = QualType(NNS->getAsType(), 0); in getInheritingConstructorName() 72 // Strip off the last layer of the nested-name-specifier and build a in getInheritingConstructorName() 74 assert(NNS->getAsIdentifier() == &Name && "not a constructor name"); in getInheritingConstructorName() 76 ElaboratedTypeKeyword::None, NNS->getPrefix(), NNS->getAsIdentifier()); in getInheritingConstructorName() [all …]
|
H A D | SemaExpr.cpp | 1 //===--- SemaExpr.cpp - Semantic Analysis for Expressions -----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 73 // See if this is an auto-typed variable whose initializer we are parsing. in CanUseDecl() 79 if (FD->isDeleted()) in CanUseDecl() 84 if (getLangOpts().CPlusPlus14 && FD->getReturnType()->isUndeducedType() && in CanUseDecl() 96 if (TreatUnavailableAsInvalid && D->getAvailability() == AR_Unavailable && in CanUseDecl() 97 cast<Decl>(CurContext)->getAvailability() != AR_Unavailable) in CanUseDecl() 108 if (const auto *A = D->getAttr<UnusedAttr>()) { in DiagnoseUnusedOfDecl() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6ull-colibri.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 3 * Copyright 2018-2022 Toradex 16 compatible = "pwm-backlight"; 17 brightness-levels = <0 4 8 16 32 64 128 255>; 18 default-brightness-leve [all...] |
H A D | imx7-colibri.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 3 * Copyright 2016-2022 Toradex 6 #include <dt-bindings/pwm/pwm.h> 15 brightness-levels = <0 45 63 88 119 158 203 255>; 16 compatible = "pwm-backlight"; 17 default-brightness-level = <4>; 18 enable-gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>; 19 pinctrl-names = "default"; 20 pinctrl-0 = <&pinctrl_gpio_bl_on>; 21 power-supply = <®_module_3v3>; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | EarlyIfConversion.cpp | 1 //===-- EarlyIfConversion.cpp - If-conversion on SSA form machine code ----===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Early if-conversion is for out-of-order CPUs that don't have a lot of 16 //===----------------------------------------------------------------------===// 43 #define DEBUG_TYPE "early-ifcvt" 48 BlockInstrLimit("early-ifcvt-limit", cl::init(30), cl::Hidden, 51 // Stress testing mode - disable heuristics. 52 static cl::opt<bool> Stress("stress-early-ifcvt", cl::Hidden, 60 //===----------------------------------------------------------------------===// [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_arc.c | 2 * refclock_arc - clock driver for ARCRON MSF/DCF/WWVB receivers 35 Modifications by Damon Hart-Davis, <d@hd.org>, 1997. 37 Modifications by Christopher Price, <cprice@cs-home.com>, 2003. 44 Orginally developed and used with ntp3-5.85 by Derek Mulcahy. 46 Built against ntp3-5.90 on Solaris 2.5 using gcc 2.7.2. 52 ----- [all...] |
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8x-colibri.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 8 stdout-path = &lpuart3; 11 colibri_gpio_keys: gpio-keys { 12 compatible = "gpio-keys"; 13 pinctrl-names = "default"; 14 pinctrl-0 = <&pinctrl_gpiokeys>; 17 key-wakeup { 18 debounce-interval = <10>; 20 label = "Wake-Up"; 22 wakeup-source; [all …]
|
/freebsd/contrib/ncurses/progs/ |
H A D | tic.c | 2 * Copyright 2018-2023,2024 Thomas E. Dickey * 3 * Copyright 1998-2017,2018 Free Software Foundation, Inc. * 31 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 * 37 * tic.c --- Main program for terminfo compiler 75 [-e names] \ 76 [-o dir] \ 77 [-R name] \ 78 [-v[n]] \ 79 [-V] \ 80 [-w[n]] \ [all …]
|
/freebsd/tests/sys/kqueue/libkqueue/ |
H A D | timer.c | 29 * sub-second timing to make some timer tests run faster. 37 /* Promote potentially 32-bit time_t to uint64_t before conversion. */ in now() 278 /* Re-enable and check again */ in test_disable_and_enable() 375 end = start - SEC_TO_US(btp.tv_sec + 1); in test_abstime_preboot() 414 end = start - SEC_TO_US(timeout_sec); in test_abstime_postboot() 448 /* First set the timer to 1 second */ in test_update() 466 elapsed = now() - start; in test_update() 493 /* First set the timer to 1 ms */ in test_update_equal() 502 /* Now re-add the timer with the same parameters */ in test_update_equal() 512 elapsed = now() - start; in test_update_equal() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 1 //===- DeclCXX.cpp - C++ Declaration AST Node Implementation --------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 54 //===----------------------------------------------------------------------===// 56 //===----------------------------------------------------------------------===// 67 assert(Impl.Decls.isLazy() && "getFromExternalSource for non-lazy set"); in getFromExternalSource() 72 cast<NamedDecl>(Source->GetExternalDecl(GlobalDeclID(I.getDeclID())))); in getFromExternalSource() 117 return Bases.get(Definition->getASTContext().getExternalSource()); in getBasesSlowCase() 121 return VBases.get(Definition->getASTContext().getExternalSource()); in getVBasesSlowCase() [all …]
|
/freebsd/contrib/ntp/include/ |
H A D | mbg_gps166.h | 2 …* /src/NTP/REPOSITORY/ntp4-dev/include/mbg_gps166.h,v 4.7 2006/06/22 18:41:43 kardel RELEASE_20060… 11 * Copyright (c) 1997-2005 by Frank Kardel <kardel <AT> ntp.org> 65 * The first field (cmd) of the message header holds the command 77 * The Unix time_t epoch is usually 1970-01-01 00:00 whereas 78 * the GPS epoch is 1980-01-06 00:00, so the difference is 10 years, 80 * of the day-of-month (6 - 1), so:<br> 199 * The individual command codes are marked with (rwa) accordingly, where '-' is used 217 GPS_AUTO_ON = 0x000, ///< (-w-) no data, enable auto-msgs from device 218 GPS_AUTO_OFF, ///< (-w-) no data, disable auto-msgs from device 219 …GPS_SW_REV, ///< (r--) deprecated, ::SW_REV, software revision, use only if ::GPS_RECEIV… [all …]
|
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_rate.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> 36 * - http://ccrma.stanford.edu/~jos/resample/ 39 * + all out fixed point integer operations, no soft-float or anything like 48 * - The z, z_, and Z_ . Due to mental block (or maybe just 0x7a69), I 124 int32_t bps; /* bytes-per-sample */ 129 uint8_t *z_delay; /* FIR delay line / linear buffer */ 140 int32_t z_mask; /* delay line full length mask */ 142 int32_t z_full; /* full size of delay line */ [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 1 //===--- Sema.h - Semantic Analysis & AST Building --------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 263 /// The first pointer declarator (of any pointer kind) in the file that does 267 /// The end location for the first pointer declarator in the file. Used for 268 /// placing fix-its. 284 /// A single-element cache based on the file ID. 292 // Check the single-element cache. 296 // It's not in the single-element cache; flush the cache if we have one. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86.td | 1 //===-- X86.td - Target definition file for the Intel X86 --*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 14 // Get the target-independent interfaces which we are implementing... 18 //===----------------------------------------------------------------------===// 22 def Is64Bit : SubtargetFeature<"64bit-mode", "Is64Bit", "true", 23 "64-bit mode (x86_64)">; 24 def Is32Bit : SubtargetFeature<"32bit-mode", "Is32Bit", "true", 25 "32-bit mode (80386)">; [all …]
|