/freebsd/usr.sbin/camdd/ |
H A D | camdd.8 | 68 .Bl -tag -width 12n 70 Specify the input and output device or file. 79 .Bl -tag -width 9n 107 disk-like devices are supported. 127 devices, pipes and standard input and output. 129 .Dq - , 130 standard input or standard output are used. 149 Note that the blocksize given only applies to either the input or the 151 To use the same blocksize for the input and output transfers, you must 162 Specify the starting offset for the input or output device or file. [all …]
|
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_lpm6.c | 1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright(c) 2010-2014 Intel Corporation 57 uint32_t depth :8; /**< Rule depth. */ member 69 uint8_t depth; /**< Rule depth. */ member 75 uint8_t depth; /**< Rule depth. */ member 113 * Takes an array of uint8_t (IPv6 address) and masks it using the depth. 114 * It leaves untouched one bit per unit in the depth variable 118 ip6_mask_addr(uint8_t *ip, uint8_t depth) in ip6_mask_addr() argument 123 part_depth = depth; in ip6_mask_addr() 132 part_depth -= BYTE_SIZE; in ip6_mask_addr() [all …]
|
H A D | rte_lpm.h | 1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright(c) 2010-2014 Intel Corporation 34 /** Maximum depth value possible for IPv4 LPM. */ 53 /** @internal Macro to enable/disable run-time checks. */ 82 * - valid_group == 0: entry stores a next hop 83 * - valid_group == 1: entry stores a group_index pointing to a tbl8 85 * - valid_group indicates whether the current tbl8 is in use or not 88 uint32_t depth :6; /**< Rule depth. */ member 95 uint32_t depth :6; 120 uint32_t first_rule; /**< Indexes the first rule of a given depth. */ [all …]
|
H A D | rte_lpm.c | 1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright(c) 2010-2014 Intel Corporation 59 /* Macro to enable/disable run-time checks. */ 62 #define VERIFY_DEPTH(depth) do { \ argument 63 if ((depth == 0) || (depth > RTE_LPM_MAX_DEPTH)) \ 64 rte_panic("LPM: Invalid depth (%u) at line %d", \ 65 (unsigned)(depth), __LINE__); \ 68 #define VERIFY_DEPTH(depth) argument 72 * Converts a given depth value to its corresponding mask value. 74 * depth (IN) : range = 1 - 32 [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1 //===- InstCombineSimplifyDemanded.cpp ------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 28 VerifyKnownBits("instcombine-verify-known-bits", 39 assert(OpNo < I->getNumOperands() && "Operand index too large"); in ShrinkDemandedConstant() 42 Value *Op = I->getOperand(OpNo); in ShrinkDemandedConstant() 48 if (C->isSubsetOf(Demanded)) in ShrinkDemandedConstant() 52 I->setOperand(OpNo, ConstantInt::get(Op->getType(), *C & Demanded)); in ShrinkDemandedConstant() 60 if (unsigned BitWidth = Ty->getScalarSizeInBits()) in getBitWidth() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
H A D | adi,adv7511.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com> 15 space conversion, S/PDIF, CEC and HDCP. The transmitter input is 21 - adi,adv7511 22 - adi,adv7511w 23 - adi,adv7513 37 reg-names: 40 needing a non-default address. [all …]
|
H A D | adi,adv7511.txt | 2 ------------------------------------------------ 6 conversion, S/PDIF, CEC and HDCP. ADV7533/5 supports the DSI interface for input 11 - compatible: Should be one of: 18 - reg: I2C slave addresses 26 The ADV7511 supports a large number of input data formats that differ by their 27 color depth, color format, clock mode, bit justification and random 29 properties describe the input and map directly to the video input tables of the 32 - adi,input-depth: Number of bits per color component at the input (8, 10 or 34 - adi,input-colorspace: The input color space, one of "rgb", "yuv422" or 36 - adi,input-clock: The input clock type, one of "1x" (one clock cycle per [all …]
|
/freebsd/contrib/unifdef/ |
H A D | unifdef.c | 2 * Copyright (c) 2002 - 2020 Tony Finch <dot@dotat.at> 27 * unifdef - remove ifdef'ed lines 31 * of unifdef carried the 4-clause BSD copyright licence. None of its code 54 /* types of input lines: */ 84 #define linetype_if2elif(lt) ((Linetype)(lt - LT_IF + LT_ELIF)) 91 IS_TRUE_PREFIX, /* first non-false #(el)if is true */ 92 IS_PASS_MIDDLE, /* first non-false #(el)if is unknown */ 114 STARTING_COMMENT, /* just after slash-backslash-newline */ 115 FINISHING_COMMENT, /* star-backslash-newline in a C comment */ 156 bool ignore; /* -iDsym or -iUsym */ [all …]
|
/freebsd/usr.bin/clang/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.1 | 4 .nr rst2man-indent-level 0 7 \\$1 \\n[an-margin] 8 level \\n[rst2man-indent-level] 9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 10 - 11 \\n[rst2man-indent0] 12 \\n[rst2man-indent1] 13 \\n[rst2man-indent2] 18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] 19 . nr rst2man-indent-level +1 [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/ |
H A D | modsi3.S | 7 * Input is: 8 * dividend -- the thing being divided 9 * divisor -- how many ways to divide it 11 * N -- how many bits per iteration we try to get 13 * WORDSIZE -- how many bits altogether we're talking about: 16 * TOPBITS -- how many bits are in the top "decade" of a number: 19 * Q -- the partial quotient under development -- initially 0 20 * R -- the remainder so far -- initially == the dividend 21 * ITER -- number of iterations of the main division loop which will 24 * V -- the current comparand -- initially divisor*2ˆ(ITER*4-1) [all …]
|
H A D | divsi3.S | 7 * Input is: 8 * dividend -- the thing being divided 9 * divisor -- how many ways to divide it 11 * N -- how many bits per iteration we try to get 13 * WORDSIZE -- how many bits altogether we're talking about: 16 * TOPBITS -- how many bits are in the top "decade" of a number: 19 * Q -- the partial quotient under development -- initially 0 20 * R -- the remainder so far -- initially == the dividend 21 * ITER -- number of iterations of the main division loop which will 24 * V -- the current comparand -- initially divisor*2ˆ(ITER*4-1) [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/can/ |
H A D | xilinx_can.txt | 2 --------------------------------------------------------- 5 - compatible : Should be: 6 - "xlnx,zynq-can-1.0" for Zynq CAN controllers 7 - "xlnx,axi-can-1.00.a" for Axi CAN controllers 8 - "xlnx,canfd-1.0" for CAN FD controllers 9 - "xlnx,canfd-2.0" for CAN FD 2.0 controllers 10 - reg : Physical base address and size of the controller 12 - interrupts : Property with a value describing the interrupt 14 - clock-names : List of input clock names 15 - "can_clk", "pclk" (For CANPS), [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 1 //===- llvm/Analysis/ValueTracking.h - Walk computations --------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 59 unsigned Depth = 0, AssumptionCache *AC = nullptr, 66 unsigned Depth = 0, AssumptionCache *AC = nullptr, 73 const DataLayout &DL, unsigned Depth = 0, 80 unsigned Depth, const SimplifyQuery &Q); 82 KnownBits computeKnownBits(const Value *V, unsigned Depth, 85 void computeKnownBits(const Value *V, KnownBits &Known, unsigned Depth, [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Signals.cpp | 1 //===- Signals.cpp - Signal Handling support -------- 142 printSymbolizedStackTrace(StringRef Argv0,void ** StackTrace,int Depth,llvm::raw_ostream & OS) printSymbolizedStackTrace() argument 188 raw_fd_ostream Input(InputFD, true); printSymbolizedStackTrace() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 1 //===- SampleProfReader.cpp - Read LLVM sample profile data ---------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 18 // All three encodings can be used interchangeably as an input sample profile. 20 //===----------------------------------------------------------------------===// 51 #define DEBUG_TYPE "samplepgo-reader" 55 // For ext-binary format profiles, the flag is set in the summary. 57 "profile-isfs", cl::Hidden, cl::init(false), 150 /// Parse \p Input as function head. 152 /// Parse one line of \p Input, and update function name in \p FName, [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 1 //===- ValueTracking.cpp - Walk computations to compute properties --------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 88 static cl::opt<unsigned> DomConditionsMaxUses("dom-conditions-max-uses", 95 if (unsigned BitWidth = Ty->getScalarSizeInBits()) in getBitWidth() 106 if (CxtI && CxtI->getParent()) in safeCxtI() 109 // If the value is really an already-inserted instruction, then use that. in safeCxtI() 111 if (CxtI && CxtI->getParent()) in safeCxtI() 120 if (CxtI && CxtI->getParent()) in safeCxtI() [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
H A D | README.md | 6 stdout. In many ways, this is a metrics-friendly output of 18 |---|---|---| 19 | --execd | -e | For use with telegraf's `execd` plugin. When [enter] is pressed, the pools are sam… 20 | --no-histogram | -n | Do not print histogram information | 21 | --signed-int | -i | Use signed integer data type (default=unsigned) | 22 | --sum-histogram-buckets | -s | Sum histogram bucket values | 23 | --tags key=value[,key=value...] | -t | Add tags to data points. No tag sanity checking is perform… 24 | --help | -h | Print a short usage message | 28 This works well out-of-the-box with an influxdb data source and grafana's 35 Another method for storing histogram data sums the values for lower-value [all …]
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-asn1parse.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 6 openssl-asn1parse - ASN.1 parsing command 11 [B<-help>] 12 [B<-inform> B<DER>|B<PEM>] 13 [B<-in> I<filename>] 14 [B<-out> I<filename>] 15 [B<-noout>] 16 [B<-offset> I<number>] 17 [B<-length> I<number>] 18 [B<-i>] [all …]
|
/freebsd/usr.bin/tsort/ |
H A D | tsort.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 48 * Topological sort. Input is a list of pairs of strings separated by 53 * tsort [-dlq] [inputfile] 54 * If no input file is specified, standard input is read. 62 * Michael Rendell, michael@stretch.cs.mun.ca - Feb 26, '90 111 while ((ch = getopt(argc, argv, "dlq")) != -1) in main() 126 argc -= optind; in main() 141 for (b = bufs, n = 2; --n >= 0; b++) in main() 142 b->b_buf = grow_buf(NULL, b->b_bsize = 1024); in main() [all …]
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_wolfssl.c | 3 * Copyright (c) 2004-2017, Jouni Malinen <j@w1.fi> 20 #include <wolfssl/error-ssl.h> 48 /* tls input data for wolfSSL Read Callback */ 77 struct tls_in_data input; member 114 context->event_cb = conf->event_cb; in tls_context_new() 115 context->cb_ctx = conf->cb_ctx; in tls_context_new() 116 context->cert_in_cb = conf->cert_in_cb; in tls_context_new() 127 in->in_data = buf; in wolfssl_reset_in_data() 128 in->consumed = 0; in wolfssl_reset_in_data() 135 out->out_data = wpabuf_alloc_copy("", 0); in wolfssl_reset_out_data() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/renesas/ |
H A D | r8a7792-wheat.dts | 1 // SPDX-License-Identifier: GPL-2.0 9 /dts-v1/; 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/input/input.h> 24 stdout-path = "serial0:115200n8"; 32 d1_8v: regulator- [all...] |
/freebsd/contrib/llvm-project/clang/include/clang-c/ |
H A D | Documentation.h | 1 /*==-- clang-c/Documentation.h - Utilities for comment processing -*- C -*-===*\ 6 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *| 8 |*===----------------------------------------------------------------------===*| 13 \*===----------------------------------------------------------------------===*/ 18 #include "clang-c/CXErrorCode.h" 19 #include "clang-c/ExternC.h" 20 #include "clang-c/Index.h" 67 * A command with word-like arguments that is considered inline content. 74 * HTML start tag with attributes (name-value pairs). Considered 101 * A command that has zero or more word-like arguments (number of [all …]
|
/freebsd/contrib/bsddialog/lib/ |
H A D | menubox.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2021-2024 Alfonso Sabato Siciliano 46 unsigned int depth; member 62 unsigned int xname; /* real x: xname + item.depth */ 63 unsigned int xdesc; /* real x: xdesc + item.depth */ 64 unsigned int line; /* wpad: prefix [] depth nam 508 wint_t input; do_mixedlist() local [all...] |
/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl-asn1parse.1 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | GISelKnownBits.cpp | 1 //===- lib/CodeGen/GlobalISel/GISelKnownBits.cpp --------------*- C++ *-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 26 #define DEBUG_TYPE "gisel-known-bits" 39 Align GISelKnownBits::computeKnownAlignment(Register R, unsigned Depth) { in computeKnownAlignment() argument 41 switch (MI->getOpcode()) { in computeKnownAlignment() 43 return computeKnownAlignment(MI->getOperand(1).getReg(), Depth); in computeKnownAlignment() 46 return Align(MI->getOperand(2).getImm()); in computeKnownAlignment() 49 int FrameIdx = MI->getOperand(1).getIndex(); in computeKnownAlignment() [all …]
|