Home
last modified time | relevance | path

Searched +full:all +full:- +full:inputs +full:- +full:2 (Results 1 – 25 of 726) sorted by relevance

12345678910>>...30

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def1 //===- FuzzerFlags.def - Run-time flags -------
[all...]
H A DFuzzerCorpus.h1 //===- FuzzerCorpus.h - Internal header for the Fuzzer --------
573 std::vector<InputInfo *> Inputs; global() variable
[all...]
H A DFuzzerDriver.cpp1 //===- FuzzerDriver.cpp - FuzzerDriver function and flags -----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
89 static std::vector<std::string> *Inputs; variable
94 auto Prog = ProgName->c_str(); in PrintHelp()
96 Printf("%s [-flag1=val1 [-flag2=val2 ...] ] [dir1 [dir2 ...] ]\n", Prog); in PrintHelp()
99 Printf("%s [-flag1=val1 [-flag2=val2 ...] ] file1 [file2 ...]\n", Prog); in PrintHelp()
101 Printf("\nFlags: (strictly in form -flag=value)\n"); in PrintHelp()
110 for (size_t i = 0, n = MaxFlagLen - strlen(D.Name); i < n; i++) in PrintHelp()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1 //===- HexagonConstPropagation.cpp ---------
1079 getCell(const RegisterSubReg & R,const CellMap & Inputs,LatticeCell & RC) getCell() argument
1106 evaluateCMPrr(uint32_t Cmp,const RegisterSubReg & R1,const RegisterSubReg & R2,const CellMap & Inputs,bool & Result) evaluateCMPrr() argument
1145 evaluateCMPri(uint32_t Cmp,const RegisterSubReg & R1,const APInt & A2,const CellMap & Inputs,bool & Result) evaluateCMPri() argument
1172 evaluateCMPrp(uint32_t Cmp,const RegisterSubReg & R1,uint64_t Props2,const CellMap & Inputs,bool & Result) evaluateCMPrp() argument
1365 evaluateCOPY(const RegisterSubReg & R1,const CellMap & Inputs,LatticeCell & Result) evaluateCOPY() argument
1370 evaluateANDrr(const RegisterSubReg & R1,const RegisterSubReg & R2,const CellMap & Inputs,LatticeCell & Result) evaluateANDrr() argument
1401 evaluateANDri(const RegisterSubReg & R1,const APInt & A2,const CellMap & Inputs,LatticeCell & Result) evaluateANDri() argument
1437 evaluateORrr(const RegisterSubReg & R1,const RegisterSubReg & R2,const CellMap & Inputs,LatticeCell & Result) evaluateORrr() argument
1468 evaluateORri(const RegisterSubReg & R1,const APInt & A2,const CellMap & Inputs,LatticeCell & Result) evaluateORri() argument
1504 evaluateXORrr(const RegisterSubReg & R1,const RegisterSubReg & R2,const CellMap & Inputs,LatticeCell & Result) evaluateXORrr() argument
1533 evaluateXORri(const RegisterSubReg & R1,const APInt & A2,const CellMap & Inputs,LatticeCell & Result) evaluateXORri() argument
1566 evaluateZEXTr(const RegisterSubReg & R1,unsigned Width,unsigned Bits,const CellMap & Inputs,LatticeCell & Result) evaluateZEXTr() argument
1597 evaluateSEXTr(const RegisterSubReg & R1,unsigned Width,unsigned Bits,const CellMap & Inputs,LatticeCell & Result) evaluateSEXTr() argument
1662 evaluateCLBr(const RegisterSubReg & R1,bool Zeros,bool Ones,const CellMap & Inputs,LatticeCell & Result) evaluateCLBr() argument
1697 evaluateCTBr(const RegisterSubReg & R1,bool Zeros,bool Ones,const CellMap & Inputs,LatticeCell & Result) evaluateCTBr() argument
1733 evaluateEXTRACTr(const RegisterSubReg & R1,unsigned Width,unsigned Bits,unsigned Offset,bool Signed,const CellMap & Inputs,LatticeCell & Result) evaluateEXTRACTr() argument
1790 evaluateSplatr(const RegisterSubReg & R1,unsigned Bits,unsigned Count,const CellMap & Inputs,LatticeCell & Result) evaluateSplatr() argument
1925 evaluate(const MachineInstr & MI,const CellMap & Inputs,CellMap & Outputs) evaluate() argument
2259 evaluate(const MachineInstr & BrI,const CellMap & Inputs,SetVector<const MachineBasicBlock * > & Targets,bool & FallsThru) evaluate() argument
2327 rewrite(MachineInstr & MI,const CellMap & Inputs) rewrite() argument
2516 evaluateHexRSEQ32(RegisterSubReg RL,RegisterSubReg RH,const CellMap & Inputs,LatticeCell & Result) evaluateHexRSEQ32() argument
2553 evaluateHexCompare(const MachineInstr & MI,const CellMap & Inputs,CellMap & Outputs) evaluateHexCompare() argument
2599 evaluateHexCompare2(unsigned Opc,const MachineOperand & Src1,const MachineOperand & Src2,const CellMap & Inputs,bool & Result) evaluateHexCompare2() argument
2628 evaluateHexLogical(const MachineInstr & MI,const CellMap & Inputs,CellMap & Outputs) evaluateHexLogical() argument
2675 evaluateHexCondMove(const MachineInstr & MI,const CellMap & Inputs,CellMap & Outputs) evaluateHexCondMove() argument
2718 evaluateHexExt(const MachineInstr & MI,const CellMap & Inputs,CellMap & Outputs) evaluateHexExt() argument
2762 evaluateHexVector1(const MachineInstr & MI,const CellMap & Inputs,CellMap & Outputs) evaluateHexVector1() argument
2791 rewriteHexConstDefs(MachineInstr & MI,const CellMap & Inputs,bool & AllDefs) rewriteHexConstDefs() argument
2960 rewriteHexConstUses(MachineInstr & MI,const CellMap & Inputs) rewriteHexConstUses() argument
3135 rewriteHexBranch(MachineInstr & BrI,const CellMap & Inputs) rewriteHexBranch() argument
[all...]
/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp1 //===- ConcatOutputSection.cpp --------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
29 assert(input->parent == this); in addInput()
30 if (inputs.empty()) { in addInput()
31 align = input->align; in addInput()
32 flags = input->getFlags(); in addInput()
34 align = std::max(align, input->align); in addInput()
37 inputs.push_back(input); in addInput()
40 // Branch-range extension can be implemented in two ways, either through ...
[all …]
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dxlnx,gpio-xilinx.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/gpio/xlnx,gpio-xilin
[all...]
H A Dgpio-xilinx.txt9 - compatible : Should be "xlnx,xps-gpio-1.00.a"
10 - reg : Address and length of the register set for the device
11 - #gpio-cells : Should be two. The first cell is the pin number and the
13 - gpio-controller : Marks the device node as a GPIO controller.
16 - clocks : Input clock specifier. Refer to common clock bindings.
17 - interrupts : Interrupt mapping for GPIO IRQ.
18 - xlnx,all-inputs : if n-th bit is setup, GPIO-n is input
19 - xlnx,dout-default : if n-th bit is 1, GPIO-n default value is 1
20 - xlnx,gpio-width : gpio width
21 - xlnx,tri-default : if n-th bit is 1, GPIO-n is in tristate mode
[all …]
/freebsd/share/man/man4/
H A Dpcf8591.42 .\" SPDX-License-Identifier: BSD-2-Clause
11 .\" 2. Redistributions in binary form must reproduce the above copyright
32 .Nd driver for the PCF8591 8-bit A/D and D/A converter
37 .Bd -ragged -offset indent
45 .Bd -literal -offset indent
51 driver supports reading four inputs and setting one output over I2C.
53 .Bl -bullet
55 four single-ended inputs
57 three differential inputs (one input line is shared between all three inputs)
59 two single-ended inputs and one differential input
[all …]
H A Dsnd_emu10kx.42 .\" Copyright (c) 2003-2007 Yuriy Tsibizov
3 .\" All rights reserved.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
35 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
60 for details), and MPU401-compatible MIDI I/O controller, which is accessible
68 .Bl -bullet -compact
76 Creative Sound Blaster Audigy 2 and Creative Sound Blaster Audigy 4 (CA0102
81 Creative Sound Blaster Audigy 2 Value (CA0108 Chipset).
94 .Bl -bullet -compact
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcirrus,madera.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - patches@opensource.cirrus.com
21 include/dt-bindings/sound/madera.h
23 The properties are all contained in the parent MFD node.
26 - $ref: dai-common.yaml#
29 '#sound-dai-cells':
38 INnAR INnBL INnBR. For non-muxed inputs the first two cells
40 and the second two cells must be 0. For muxed inputs the
[all …]
/freebsd/contrib/dialog/
H A Drun_test.sh15 # all copies or substantial portions of the Software. #
32 echo "? $*" >&2
38 INPUTS=inputs.rc
43 [ -f "$DIALOG" ] || failed "no such file: $DIALOG"
44 [ -d "$CONFIG" ] || failed "no such directory: $CONFIG"
49 DIALOGRC="$rcfile" $DIALOG --create-rc $OUTPUT
50 sed -e '/^#/d' "$OUTPUT" >"$INPUTS"
51 mv -f $INPUTS $OUTPUT
52 sed -e '/^#/d' "$rcfile" >"$INPUTS"
53 diff -u $INPUTS $OUTPUT | \
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_neon.c8 #error "This implementation only supports little-endian ARM."
9 // It might be that all we need for big-endian support here is to get the loads
41 return vorrq_u32(vshrq_n_u32(x, 16), vshlq_n_u32(x, 32 - 16)); in rot16_128()
45 return vorrq_u32(vshrq_n_u32(x, 12), vshlq_n_u32(x, 32 - 12)); in rot12_128()
49 return vorrq_u32(vshrq_n_u32(x, 8), vshlq_n_u32(x, 32 - 8)); in rot8_128()
53 return vorrq_u32(vshrq_n_u32(x, 7), vshlq_n_u32(x, 32 - 7)); in rot7_128()
61 * ----------------------------------------------------------------------------
63 * ----------------------------------------------------------------------------
68 v[1] = add_128(v[1], m[(size_t)MSG_SCHEDULE[r][2]]); in round_fn4()
69 v[2] = add_128(v[2], m[(size_t)MSG_SCHEDULE[r][4]]); in round_fn4()
[all …]
H A Dblake3_avx512.c76 * ----------------------------------------------------------------------------
78 * ----------------------------------------------------------------------------
102 // row0. All the message loads below are adjusted to compensate for this. See
103 // discussion at https://github.com/sneves/blake2-avx2/pull/4
105 *row0 = _mm_shuffle_epi32(*row0, _MM_SHUFFLE(2, 1, 0, 3)); in diagonalize()
106 *row3 = _mm_shuffle_epi32(*row3, _MM_SHUFFLE(1, 0, 3, 2)); in diagonalize()
107 *row2 = _mm_shuffle_epi32(*row2, _MM_SHUFFLE(0, 3, 2, 1)); in diagonalize()
111 *row0 = _mm_shuffle_epi32(*row0, _MM_SHUFFLE(0, 3, 2, 1)); in undiagonalize()
112 *row3 = _mm_shuffle_epi32(*row3, _MM_SHUFFLE(1, 0, 3, 2)); in undiagonalize()
113 *row2 = _mm_shuffle_epi32(*row2, _MM_SHUFFLE(2, 1, 0, 3)); in undiagonalize()
[all …]
H A Dblake3_sse2.c21 // Note that clang-format doesn't like the name "xor" for some reason.
35 return xorv(_mm_srli_epi32(x, 12), _mm_slli_epi32(x, 32 - 12)); in rot12()
39 return xorv(_mm_srli_epi32(x, 8), _mm_slli_epi32(x, 32 - 8)); in rot8()
43 return xorv(_mm_srli_epi32(x, 7), _mm_slli_epi32(x, 32 - 7)); in rot7()
67 // row0. All the message loads below are adjusted to compensate for this. See
68 // discussion at https://github.com/sneves/blake2-avx2/pull/4
70 *row0 = _mm_shuffle_epi32(*row0, _MM_SHUFFLE(2, 1, 0, 3)); in diagonalize()
71 *row3 = _mm_shuffle_epi32(*row3, _MM_SHUFFLE(1, 0, 3, 2)); in diagonalize()
72 *row2 = _mm_shuffle_epi32(*row2, _MM_SHUFFLE(0, 3, 2, 1)); in diagonalize()
76 *row0 = _mm_shuffle_epi32(*row0, _MM_SHUFFLE(0, 3, 2, 1)); in undiagonalize()
[all …]
H A Dblake3_sse41.c21 // Note that clang-format doesn't like the name "xor" for some reason.
32 x, _mm_set_epi8(13, 12, 15, 14, 9, 8, 11, 10, 5, 4, 7, 6, 1, 0, 3, 2)); in rot16()
36 return xorv(_mm_srli_epi32(x, 12), _mm_slli_epi32(x, 32 - 12)); in rot12()
41 x, _mm_set_epi8(12, 15, 14, 13, 8, 11, 10, 9, 4, 7, 6, 5, 0, 3, 2, 1)); in rot8()
45 return xorv(_mm_srli_epi32(x, 7), _mm_slli_epi32(x, 32 - 7)); in rot7()
69 // row0. All the message loads below are adjusted to compensate for this. See
70 // discussion at https://github.com/sneves/blake2-avx2/pull/4
72 *row0 = _mm_shuffle_epi32(*row0, _MM_SHUFFLE(2, 1, 0, 3)); in diagonalize()
73 *row3 = _mm_shuffle_epi32(*row3, _MM_SHUFFLE(1, 0, 3, 2)); in diagonalize()
74 *row2 = _mm_shuffle_epi32(*row2, _MM_SHUFFLE(0, 3, 2, 1)); in diagonalize()
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzfs-qemu-packages.yml6 # Build RPMs - Build release RPMs and tarballs and put them into an artifact
10 # Test repo - Test install the ZFS RPMs from the ZFS repo. On EL distos, this
13 # regular repo. All test install results will be displayed in the
17 # zfs-release RPM (http://download.zfsonlinux.org).
22 name: zfs-qemu-packages
26 inputs:
33 - "Build RPMs"
34 - "Test repo"
41 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
42 cancel-in-progress: true
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1 //===- CodeExtractor.cpp - Pull code region into a new function -----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
74 #define DEBUG_TYPE "code-extractor"
76 // Provide a command-line option to aggregate function arguments into a struct
78 // extracted functions to pthread-based code, as only one argument (void*) can
81 AggregateArgsOpt("aggregate-extracted-args", cl::Hidden,
82 cl::desc("Aggregate arguments to code-extracted functions"));
93 // lead to unexpected behavior, like cross-function jumps in isBlockValidForExtraction()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.cpp1 //===--- AIX.cpp - AIX ToolChain Implementations ----------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
32 const InputInfoList &Inputs, in ConstructJob() argument
46 << A->getSpelling() << D.getTargetTriple(); in ConstructJob()
51 CmdArgs.push_back("-a32"); in ConstructJob()
53 // Must be 64-bit, otherwise asserted already. in ConstructJob()
54 CmdArgs.push_back("-a64"); in ConstructJob()
59 // user-provided assembler source case and the compiler-produced assembler in ConstructJob()
60 // source case. Yet XL with user-provided assembler source would not add this. in ConstructJob()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp1 //===- Action.cpp - Abstract compilation steps ----------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
23 case BindArchClass: return "bind-arch"; in getClassName()
29 return "api-extractor"; in getClassName()
35 case IfsMergeJobClass: return "interface-stub-merger"; in getClassName()
39 case VerifyDebugInfoJobClass: return "verify-debug-info"; in getClassName()
40 case VerifyPCHJobClass: return "verify-pch"; in getClassName()
42 return "clang-offload-bundler"; in getClassName()
44 return "clang-offload-unbundler"; in getClassName()
[all …]
H A DDriver.cpp1 //===--- Driver.cpp - Clang GCC Compatible Driver ------
774 CreateOffloadingDeviceToolChains(Compilation & C,InputList & Inputs) CreateOffloadingDeviceToolChains() argument
1528 InputList Inputs; BuildCompilation() local
1743 InputList Inputs; generateCompilationDiagnostics() local
2505 ActionList Inputs; BuildUniversalActions() local
2528 ActionList Inputs; BuildUniversalActions() local
2886 const Driver::InputList &Inputs; global() member in __anon17dcc6010811::OffloadingActionBuilder::DeviceActionBuilder
2893 DeviceActionBuilder(Compilation & C,DerivedArgList & Args,const Driver::InputList & Inputs,Action::OffloadKind AssociatedOffloadKind) DeviceActionBuilder() argument
2995 CudaActionBuilderBase(Compilation & C,DerivedArgList & Args,const Driver::InputList & Inputs,Action::OffloadKind OFKind) CudaActionBuilderBase() argument
3274 CudaActionBuilder(Compilation & C,DerivedArgList & Args,const Driver::InputList & Inputs) CudaActionBuilder() argument
3412 HIPActionBuilder(Compilation & C,DerivedArgList & Args,const Driver::InputList & Inputs) HIPActionBuilder() argument
3683 OffloadingActionBuilder(Compilation & C,DerivedArgList & Args,const Driver::InputList & Inputs) OffloadingActionBuilder() argument
3976 handleArguments(Compilation & C,DerivedArgList & Args,const InputList & Inputs,ActionList & Actions) const handleArguments() argument
4113 BuildActions(Compilation & C,DerivedArgList & Args,const InputList & Inputs,ActionList & Actions) const BuildActions() argument
5128 getPrevDependentAction(const ActionList & Inputs,ActionList & SavedOffloadAction,bool CanBeCollapsed=true) getPrevDependentAction() argument
5218 combineAssembleBackendCompile(ArrayRef<JobActionInfo> ActionInfo,ActionList & Inputs,ActionList & CollapsedOffloadAction) combineAssembleBackendCompile() argument
5256 combineAssembleBackend(ArrayRef<JobActionInfo> ActionInfo,ActionList & Inputs,ActionList & CollapsedOffloadAction) combineAssembleBackend() argument
5279 combineBackendCompile(ArrayRef<JobActionInfo> ActionInfo,ActionList & Inputs,ActionList & CollapsedOffloadAction) combineBackendCompile() argument
5327 combineWithPreprocessor(const Tool * T,ActionList & Inputs,ActionList & CollapsedOffloadAction) combineWithPreprocessor() argument
5366 getTool(ActionList & Inputs,ActionList & CollapsedOffloadAction) getTool() argument
5557 InputInfoList Inputs = CachedResults[ActionTC]; BuildJobsForActionNoCache() local
5592 ActionList Inputs = A->getInputs(); BuildJobsForActionNoCache() local
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h1 //===- Transform/Utils/CodeExtractor.h - Code extraction util ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // stand-alone function.
12 //===----------------------------------------------------------------------===//
53 /// Blocks which contain instructions which may have unknown side-effects
80 /// 1) Find both the inputs and outputs for the extracted region.
81 /// 2) Pass the inputs as arguments, remapping them within the extracted
83 /// 3) Add allocas for any scalar outputs, adding all of the outputs' allocas
114 // label, if non-empty, otherwise "extracted".
[all …]
/freebsd/share/doc/psd/15.yacc/
H A Dss51 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
15 .\" All advertising materials mentioning features or use of this software
44 expr : expr \'\-\' expr
49 completely specify the way that all complex inputs
53 expr \- expr \- expr
57 ( expr \- expr ) \- expr
61 expr \- ( expr \- expr )
72 expr \- expr \- expr
76 expr \- expr
88 \- expr
[all …]
/freebsd/contrib/libedit/TEST/
H A Dtest_filecompletion.c3 /*-
5 * All rights reserved.
13 * 2. Redistributions in binary form must reproduce the above copyright
48 const char *expanded_text[2]; /* the value to which completion_function_input should be expanded */
52 static test_input inputs[] = { variable
493 * based on the test cases present in inputs[] (above)
500 if (last_index == 2) { in mycomplet_func()
505 for (i = 0; i < sizeof(inputs)/sizeof(inputs[0]); i++) { in mycomplet_func()
506 if (strcmp(text, inputs[i].completion_function_input) == 0) { in mycomplet_func()
507 if (inputs[i].expanded_text[last_index] != NULL) in mycomplet_func()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h1 //===- llvm/IR/Statepoint.h - gc.statepoint utilities -----------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
42 ///< GC-aware code to code that is not GC-aware.
44 /// "live-in". By default, deopt arguments are "live-through". "live-through"
46 /// during the call. "live-in" only requires the value be available at the
47 /// start of the call. In particular, "live-in" values can be placed in
48 /// unused argument registers or other non-callee saved registers.
49 DeoptLiveIn = 2,
[all …]
/freebsd/crypto/libecc/src/hash/
H A Dsha384.c2 * Copyright (C) 2017 - This file is part of libecc project
7 * Jean-Pierre FLORI <jean-pierre.flori@ssi.gouv.fr>
21 /* SHA-2 core processing. Returns 0 on success, -1 on error. */
34 a = ctx->sha384_state[0]; in sha384_process()
35 b = ctx->sha384_state[1]; in sha384_process()
36 c = ctx->sha384_state[2]; in sha384_process()
37 d = ctx->sha384_state[3]; in sha384_process()
38 e = ctx->sha384_state[4]; in sha384_process()
39 f = ctx->sha384_state[5]; in sha384_process()
40 g = ctx->sha384_state[6]; in sha384_process()
[all …]

12345678910>>...30