Home
last modified time | relevance | path

Searched +full:int +full:- +full:array +full:- +full:variable +full:- +full:length +full:- +full:and +full:- +full:constrained +full:- +full:values (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-src/sys/contrib/device-tree/Bindings/
H A Dexample-schema.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 # All the top-level keys are standard json-schema keywords except for
6 # 'maintainers' and 'select'
10 $id: http://devicetree.org/schemas/example-schema.yaml#
11 # $schema is the meta-schema this schema should be validated with.
12 $schema: http://devicetree.org/meta-schemas/core.yaml#
17 - Rob Herring <robh@kernel.org>
20 A more detailed multi-line description of the binding.
22 Details about the hardware device and any links to datasheets can go here.
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1 //===- InstrRefBasedImpl.h - Tracking Debug Value MIs --------
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td1 //==--- DiagnosticSemaKinds.td - libsema diagnostics ------
[all...]
H A DTargetInfo.h1 //===--- TargetInfo.h - Expose information about the target -----*-
1300 fillValidCPUList(SmallVectorImpl<StringRef> & Values) fillValidCPUList() argument
1303 fillValidTuneCPUList(SmallVectorImpl<StringRef> & Values) fillValidTuneCPUList() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp1 //===- SystemZ.cpp ---------
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1 //===-- llvm/CodeGen/ISDOpcodes.h - CodeGen opcodes -------
680 AND, global() enumerator
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1 //===- Decl.h - Classes for representing declarations --------
4468 Capture(VarDecl * variable,bool byRef,bool nested,Expr * copy) Capture() argument
[all...]
H A DType.h1 //===- Type.h - C Language Family Type Representation --------
[all...]
/freebsd-src/contrib/dialog/
H A Ddialog.33 .\" Copyright 2005-2020,2021 Thomas E. Dickey
5 .\" This program is free software; you can redistribute it and/or modify
52 dialog \- widgets and utilities for the \*p program
54 .B cc [ flag ... ] file ... \-l\*l [ library ... ]
58 .B cc $(\*p\-config \-\-cflags) file ... $(\*p\-config \-\-libs) ]
83 "Hello, in dialog\-format",
104 Colors and video attributes are categorized and associated with
108 to the combined color and attribute table \fBdlg_color_table[]\fP.
110 The \fB\*p\fP application passes its command-line parameters
112 Some of those parameters are single values,
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1 //===-- Verifier.cpp - Implement the Module Verifier -------
1359 if (auto *Array = N.getRawEnumTypes()) { visitDICompileUnit() local
1367 if (auto *Array = N.getRawRetainedTypes()) { visitDICompileUnit() local
1376 if (auto *Array = N.getRawGlobalVariables()) { visitDICompileUnit() local
1383 if (auto *Array = N.getRawImportedEntities()) { visitDICompileUnit() local
1390 if (auto *Array = N.getRawMacros()) { visitDICompileUnit() local
1513 if (auto *Array = N.getRawElements()) { visitDIMacroFile() local
2940 SmallVector<std::pair<BasicBlock*, Value*>, 8> Values; visitBasicBlock() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h1 //===- llvm/IRBuilder.h - Builder for LLVM Instructions --------
[all...]
/freebsd-src/contrib/sqlite3/
H A Dsqlite3.h2 ** 2001-09-15
7 ** May you do good and not evil.
8 ** May you find forgiveness for yourself and forgive others.
13 ** presents to client programs. If a C-function, structure, datatype,
16 ** notice, and should not be referenced by programs that use SQLite.
24 ** The official C-language API documentation for SQLite is derived
30 ** the version number) and changes its name to "sqlite3.h" as
46 ** Facilitate override of interface linkage and calling conventions.
48 ** translation of the amalgamation and it
[all...]
H A Dsqlite3.c11 ** programs, you need this file and the "sqlite3.h" header file that defines
17 ** language. The code for the "sqlite3" command-line shell is also in a
20 ** The content in this amalgamation comes from Fossil check-in
35 ** May you do good and not evil.
36 ** May you find forgiveness for yourself and forgive others.
51 ** NO_TEST - The branches on this line are not
56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false
57 ** and th
27379 sqlite3MemdebugBacktraceCallback(void (* xBacktrace)(int,int,void **)) sqlite3MemdebugBacktraceCallback() argument
31322 int length; /* Length of the field */ sqlite3_str_vappendf() local
35438 sqlite3AtoF(const char * z,double * pResult,int length,u8 enc) sqlite3AtoF() argument
35721 sqlite3Atoi64(const char * zNum,i64 * pNum,int length,u8 enc) sqlite3Atoi64() argument
[all...]
/freebsd-src/contrib/ntp/sntp/libevent/
H A DChangeLog-2.01 Changes in version 2.0.21-stable (18 Nov 2012)
3 o ssl: Don't discard SSL read event when timeout and read come close together (576b29f)
6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev)
9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4)
18 Changes in version 2.0.20-stable (23 Aug 2012)
25 o evhttp: Check more setsockopt return values when binding sockets. Found by coverity (a0912e3)
27 …o bufferevent_ssl: Correctly invoke callbacks when a SSL bufferevent reads some and then blocks. (…
37 o Fix an unused variable warning on *BSD. (c0720c1)
44 o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d)
48 o Remove unused variable; spotted by coverity (6355b2a)
[all …]
/freebsd-src/contrib/libevent/
H A DChangeLog-2.01 Changes in version 2.0.21-stable (18 Nov 2012)
3 o ssl: Don't discard SSL read event when timeout and read come close together (576b29f)
6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev)
9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4)
18 Changes in version 2.0.20-stable (23 Aug 2012)
25 o evhttp: Check more setsockopt return values when binding sockets. Found by coverity (a0912e3)
27 …o bufferevent_ssl: Correctly invoke callbacks when a SSL bufferevent reads some and then blocks. (…
37 o Fix an unused variable warning on *BSD. (c0720c1)
44 o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d)
48 o Remove unused variable; spotted by coverity (6355b2a)
[all …]
/freebsd-src/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c5 * Common Development and Distribution License (the "License").
11 * and limitations under the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
23 * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
29 * DTrace - Dynamic Tracing for Solaris
32 * (DTrace). The user-visible interface to DTrace is described at length in
34 * library, the in-kernel DTrace framework, and the DTrace providers are
44 * - Prob
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp1 //===--- ItaniumMangle.cpp - Itanium C++ Name Mangling ------
[all...]
H A DASTContext.cpp1 //===- ASTContext.cpp - Context to hold long-lived AST nodes -------
6965 const ArrayType *array = split.Ty->getAsArrayTypeUnsafe(); getBaseElementType() local
[all...]
/freebsd-src/crypto/openssl/
H A DCHANGES.md4 This is a high-level summary of the most important changes.
5 For a full list of changes, see the [git commit log][log] and
11 --------
[all...]
/freebsd-src/contrib/ntp/ntpq/
H A Dntpq-subs.c2 * ntpq-subs.c - subroutines which are called to perform ntpq commands.
11 #include "ntpq-opts.h"
14 extern int currenthostisnum;
26 static int doquerylist (struct varlist *, int, associd_t, int,
33 static int dolist (struct varlist *, associd_t, int, int,
41 static int findassidrange (u_int32, u_int32, int *, int *,
45 static void printassoc (int, FILE *);
59 static int doprintpeers (struct varlist *, int, int, size_t, const char *, FILE *, int);
60 static int dogetpeers (struct varlist *, associd_t, FILE *, int);
61 static void dopeers (int, FILE *, int);
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1 //===- SelectionDAGBuilder.cpp - Selection-DAG building -------
875 SmallVector<SDValue, 4> Values(ValueVTs.size()); getCopyFromRegs() local
1166 handleDebugDeclare(Value * Address,DILocalVariable * Variable,DIExpression * Expression,DebugLoc DL) handleDebugDeclare() argument
1233 SmallVector<Value *> Values(It->Values.location_ops()); visitDbgInfo() local
1254 DILocalVariable *Variable = DPV.getVariable(); visitDbgInfo() local
1269 SmallVector<Value *, 4> Values(DPV.location_ops()); visitDbgInfo() local
1357 handleDanglingVariadicDebugInfo(SelectionDAG & DAG,DILocalVariable * Variable,DebugLoc DL,unsigned Order,SmallVectorImpl<Value * > & Values,DIExpression * Expression) handleDanglingVariadicDebugInfo() argument
1359 handleDanglingVariadicDebugInfo(SelectionDAG & DAG,DILocalVariable * Variable,DebugLoc DL,unsigned Order,SmallVectorImpl<Value * > & Values,DIExpression * Expression) handleDanglingVariadicDebugInfo() argument
1375 addDanglingDebugInfo(SmallVectorImpl<Value * > & Values,DILocalVariable * Var,DIExpression * Expr,bool IsVariadic,DebugLoc DL,unsigned Order) addDanglingDebugInfo() argument
1392 dropDanglingDebugInfo(const DILocalVariable * Variable,const DIExpression * Expr) dropDanglingDebugInfo() argument
1431 DILocalVariable *Variable = DDI.getVariable(); resolveDanglingDebugInfo() local
1551 handleDebugValue(ArrayRef<const Value * > Values,DILocalVariable * Var,DIExpression * Expr,DebugLoc DbgLoc,unsigned Order,bool IsVariadic) handleDebugValue() argument
3508 SmallVector<SDValue, 4> Values(NumValues); visitSelect() local
4028 SmallVector<SDValue, 4> Values(NumAggValues); visitInsertValue() local
4079 SmallVector<SDValue, 4> Values(NumValValues); visitExtractValue() local
4372 SmallVector<SDValue, 4> Values(NumValues); visitLoad() local
5741 EmitFuncArgumentDbgValue(const Value * V,DILocalVariable * Variable,DIExpression * Expr,DILocation * DL,FuncArgumentDbgValueKind Kind,const SDValue & N) EmitFuncArgumentDbgValue() argument
5962 getDbgValue(SDValue N,DILocalVariable * Variable,DIExpression * Expr,const DebugLoc & dl,unsigned DbgSDNodeOrder) getDbgValue() argument
6037 visitEntryValueDbgValue(ArrayRef<const Value * > Values,DILocalVariable * Variable,DIExpression * Expr,DebugLoc DbgLoc) visitEntryValueDbgValue() argument
6236 SDValue Length = getValue(MI.getLength()); visitIntrinsicCall() local
6252 SDValue Length = getValue(MI.getLength()); visitIntrinsicCall() local
6268 SDValue Length = getValue(MI.getLength()); visitIntrinsicCall() local
6311 DILocalVariable *Variable = DI.getVariable(); visitIntrinsicCall() local
6346 DILocalVariable *Variable = DI.getVariable(); visitIntrinsicCall() local
6355 SmallVector<Value *, 4> Values(DI.getValues()); visitIntrinsicCall() local
7661 SDValue And = DAG.getNode(ISD::AND, DL, NewVT, StepVL, Ext); visitIntrinsicCall() local
8575 const Value *Length = I.getArgOperand(2); visitMemChrCall() local
10853 tryToElideArgumentCopy(FunctionLoweringInfo & FuncInfo,SmallVectorImpl<SDValue> & Chains,DenseMap<int,int> & ArgCopyElisionFrameIndexMap,SmallPtrSetImpl<const Instruction * > & ElidedArgCopyInstrs,ArgCopyElisionMapTy & ArgCopyElisionCandidates,const Argument & Arg,ArrayRef<SDValue> ArgVals,bool & ArgHasUses) tryToElideArgumentCopy() argument
11978 SmallVector<SDValue, 4> Values(NumValues); visitFreeze() local
[all...]
/freebsd-src/sys/contrib/dev/acpica/
H A Dchanges.txt1 ----------
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1 //===--- Sema.h - Semantic Analysis & AST Building ------
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1 //===--- SemaDecl.cpp - Semantic Analysis for Declarations ------
13527 if (const ArrayType *Array = Context.getAsIncompleteArrayType(BaseDeclType)) AddInitializerToDecl() local
[all...]
/freebsd-src/contrib/sendmail/doc/op/
H A Dop.me1 .\" Copyright (c) 1998-2013 Proofpoint, Inc. and its suppliers.
7 .\" By using this file, you agree to the terms and conditions set
12 .\" $Id: op.me,v 8.759 2014-01-13 14:40:05 ca Exp $
14 .\" eqn op.me | pic | troff -me
20 .\" Define \(dg as "*" for text output and create a new .DG macro
37 .\" Define \(dd as "#" for text output and create a new .DD macro
51 .eh 'SMM:08-%''Sendmail Installation and Operation Guide'
52 .oh 'Sendmail Installation and Operation Guide''SMM:08-%'
74 .b SENDMAIL\u\s-6TM\s0\d
77 .b "INSTALLATION AND OPERATION GUIDE"
[all …]

12