Home
last modified time | relevance | path

Searched full:inputs (Results 1 – 25 of 1150) sorted by relevance

12345678910>>...46

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h73 // average execution time of inputs. The faster an input executes, the more
102 // Scaling to favor inputs with lower execution time. in UpdateEnergy()
172 for (auto II : Inputs) in ~InputCorpus()
175 size_t size() const { return Inputs.size(); } in SizeInBytes()
178 for (auto II : Inputs) in SizeInBytes()
184 for (auto II : Inputs) in NumActiveUnits()
190 for (auto II : Inputs) in MaxInputSize()
197 return std::count_if(Inputs.begin(), Inputs.end(), [](const InputInfo *II) { in NumInputsThatTouchFocusFunction()
203 return std::count_if(Inputs in NumInputsWithDataFlowTrace()
573 std::vector<InputInfo *> Inputs; global() variable
[all...]
H A DFuzzerFlags.def19 FUZZER_FLAG_INT(len_control, 100, "Try generating small inputs first, "
20 "then try larger inputs over time. Specifies the rate at which the length "
21 "limit is increased (smaller == faster). If 0, immediately try inputs with "
26 FUZZER_FLAG_INT(keep_seed, 0, "If 1, keep seed inputs in the corpus even if "
28 "seed inputs will never be reduced. This option can be useful when seeds are"
30 FUZZER_FLAG_INT(cross_over, 1, "If 1, cross over inputs.")
32 "uniform probability distribution when choosing inputs to cross over with. "
33 "Some of the inputs in the corpus may never get chosen for mutation "
35 "inputs, regardless of the input mutation scheduling policy, can be chosen "
37 "|keep_seed==1|; all the initial seed inputs, eve
[all...]
H A DFuzzerMerge.h11 // Take the existing corpus (possibly empty) and merge new inputs into
12 // it so that only inputs with new coverage ('features') are added.
18 // process until all inputs are processed.
21 // The inner process reads the control file and sees a) list of all the inputs
22 // and b) the last processed input. Then it starts processing the inputs one
32 // Once all inputs are processed by the inner process(es) the outer process
35 // It uses a single pass greedy algorithm choosing first the smallest inputs
36 // within the same size the inputs that have more new features.
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp300 // (1) Given an instruction MI, and the map with input values "Inputs",
313 virtual bool evaluate(const MachineInstr &MI, const CellMap &Inputs,
317 virtual bool evaluate(const MachineInstr &BrI, const CellMap &Inputs,
320 virtual bool rewrite(MachineInstr &MI, const CellMap &Inputs) = 0;
358 bool getCell(const RegisterSubReg &R, const CellMap &Inputs, LatticeCell &RC);
364 const CellMap &Inputs, bool &Result);
366 const CellMap &Inputs, bool &Result);
368 const CellMap &Inputs, bool &Result);
376 bool evaluateCOPY(const RegisterSubReg &R1, const CellMap &Inputs,
381 const CellMap &Inputs, LatticeCel
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/clang/lib/Driver/
H A DAction.cpp74 for (auto *A : Inputs) in propagateDeviceOffloadInfo()
88 for (auto *A : Inputs) in propagateHostOffloadInfo()
201 // If all inputs agree on the same kind, use it also for this action. in OffloadAction()
224 // Add device inputs and propagate info to the device actions. Do work only if in OffloadAction()
341 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction() argument
342 : Action(Kind, Inputs, Type) {} in JobAction()
362 ExtractAPIJobAction::ExtractAPIJobAction(Action *Inputs, types::ID OutputType) in ExtractAPIJobAction() argument
363 : JobAction(ExtractAPIJobClass, Inputs, OutputType) {} in ExtractAPIJobAction()
392 IfsMergeJobAction::IfsMergeJobAction(ActionList &Inputs, types::ID Type) in IfsMergeJobAction() argument
393 : JobAction(IfsMergeJobClass, Inputs, Type) {} in IfsMergeJobAction()
[all …]
/freebsd/share/man/man4/
H A Dpcf8591.451 driver supports reading four inputs and setting one output over I2C.
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
61 two differential inputs.
71 .Bl -tag -width inputs.%d
72 .It Va inputs.%d
115 All input lines are configured as single-ended inputs.
/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp30 if (inputs.empty()) { in addInput()
37 inputs.push_back(input); in addInput()
100 // to the inputs vector. We store new thunks via cheap vector append, rather
101 // than costly insertion into the inputs vector.
114 // the inputs and thunks vectors (both ordered by ascending address), which
128 for (ConcatInputSection *isec : inputs) in needsThunks()
134 for (ConcatInputSection *isec : inputs) { in needsThunks()
171 uint64_t isecVA = inputs[callIdx]->getVA(); in estimateStubsInRangeVA()
173 for (size_t i = callIdx; i < inputs.size(); i++) { in estimateStubsInRangeVA()
174 InputSection *isec = inputs[i]; in estimateStubsInRangeVA()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_avx2.c192 INLINE void transpose_msg_vecs(const uint8_t *const *inputs, in transpose_msg_vecs() argument
194 out[0] = loadu(&inputs[0][block_offset + 0 * sizeof(__m256i)]); in transpose_msg_vecs()
195 out[1] = loadu(&inputs[1][block_offset + 0 * sizeof(__m256i)]); in transpose_msg_vecs()
196 out[2] = loadu(&inputs[2][block_offset + 0 * sizeof(__m256i)]); in transpose_msg_vecs()
197 out[3] = loadu(&inputs[3][block_offset + 0 * sizeof(__m256i)]); in transpose_msg_vecs()
198 out[4] = loadu(&inputs[4][block_offset + 0 * sizeof(__m256i)]); in transpose_msg_vecs()
199 out[5] = loadu(&inputs[5][block_offset + 0 * sizeof(__m256i)]); in transpose_msg_vecs()
200 out[6] = loadu(&inputs[6][block_offset + 0 * sizeof(__m256i)]); in transpose_msg_vecs()
201 out[7] = loadu(&inputs[7][block_offset + 0 * sizeof(__m256i)]); in transpose_msg_vecs()
202 out[8] = loadu(&inputs[0][block_offset + 1 * sizeof(__m256i)]); in transpose_msg_vecs()
[all …]
H A Dblake3_neon.c198 INLINE void transpose_msg_vecs4(const uint8_t *const *inputs, in transpose_msg_vecs4() argument
200 out[0] = loadu_128(&inputs[0][block_offset + 0 * sizeof(uint32x4_t)]); in transpose_msg_vecs4()
201 out[1] = loadu_128(&inputs[1][block_offset + 0 * sizeof(uint32x4_t)]); in transpose_msg_vecs4()
202 out[2] = loadu_128(&inputs[2][block_offset + 0 * sizeof(uint32x4_t)]); in transpose_msg_vecs4()
203 out[3] = loadu_128(&inputs[3][block_offset + 0 * sizeof(uint32x4_t)]); in transpose_msg_vecs4()
204 out[4] = loadu_128(&inputs[0][block_offset + 1 * sizeof(uint32x4_t)]); in transpose_msg_vecs4()
205 out[5] = loadu_128(&inputs[1][block_offset + 1 * sizeof(uint32x4_t)]); in transpose_msg_vecs4()
206 out[6] = loadu_128(&inputs[2][block_offset + 1 * sizeof(uint32x4_t)]); in transpose_msg_vecs4()
207 out[7] = loadu_128(&inputs[3][block_offset + 1 * sizeof(uint32x4_t)]); in transpose_msg_vecs4()
208 out[8] = loadu_128(&inputs[0][block_offset + 2 * sizeof(uint32x4_t)]); in transpose_msg_vecs4()
[all …]
H A Dblake3_avx512.c452 INLINE void transpose_msg_vecs4(const uint8_t *const *inputs, in transpose_msg_vecs4() argument
454 out[0] = loadu_128(&inputs[0][block_offset + 0 * sizeof(__m128i)]); in transpose_msg_vecs4()
455 out[1] = loadu_128(&inputs[1][block_offset + 0 * sizeof(__m128i)]); in transpose_msg_vecs4()
456 out[2] = loadu_128(&inputs[2][block_offset + 0 * sizeof(__m128i)]); in transpose_msg_vecs4()
457 out[3] = loadu_128(&inputs[3][block_offset + 0 * sizeof(__m128i)]); in transpose_msg_vecs4()
458 out[4] = loadu_128(&inputs[0][block_offset + 1 * sizeof(__m128i)]); in transpose_msg_vecs4()
459 out[5] = loadu_128(&inputs[1][block_offset + 1 * sizeof(__m128i)]); in transpose_msg_vecs4()
460 out[6] = loadu_128(&inputs[2][block_offset + 1 * sizeof(__m128i)]); in transpose_msg_vecs4()
461 out[7] = loadu_128(&inputs[3][block_offset + 1 * sizeof(__m128i)]); in transpose_msg_vecs4()
462 out[8] = loadu_128(&inputs[0][block_offset + 2 * sizeof(__m128i)]); in transpose_msg_vecs4()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPAMD.cpp78 const InputInfoList &Inputs, in constructLlvmLinkCommand() argument
85 assert(!Inputs.empty() && "Must have at least one input."); in constructLlvmLinkCommand()
88 for (auto Input : Inputs) in constructLlvmLinkCommand()
92 // for the extracted archive of bitcode to inputs. in constructLlvmLinkCommand()
94 AddStaticDeviceLibsLinking(C, *this, JA, Inputs, Args, LlvmLinkArgs, "amdgcn", in constructLlvmLinkCommand()
100 LlvmLink, LlvmLinkArgs, Inputs, in constructLlvmLinkCommand()
105 const InputInfoList &Inputs, in constructLldCommand() argument
122 assert(!Inputs.empty() && "Must have at least one input."); in constructLldCommand()
124 addLTOOptions(TC, Args, LldArgs, Output, Inputs[0], IsThinLTO); in constructLldCommand()
181 for (auto Input : Inputs) in constructLldCommand()
[all …]
H A DClang.h37 const InputInfoList &Inputs);
39 const InputInfoList &Inputs);
46 const InputInfoList &Inputs) const;
88 const InputInfoList &inputs,
116 const InputInfo &Output, const InputInfoList &Inputs,
139 const InputInfo &Output, const InputInfoList &Inputs,
152 const InputInfo &Output, const InputInfoList &Inputs,
157 const InputInfoList &Inputs,
170 const InputInfo &Output, const InputInfoList &Inputs,
185 const InputInfo &Output, const InputInfoList &Inputs,
/freebsd/crypto/libecc/src/examples/hash/
H A Dmdc2.h60 * 'inputs' with the length of each buffer passed via 'ilens'. The function
61 * loops on pointers in 'inputs' until it finds a NULL pointer. The function
64 ATTRIBUTE_WARN_UNUSED_RET int mdc2_scattered(const u8 **inputs, const u32 *ilens,
69 * 'inputs' with the length of each buffer passed via 'ilens'. The function
70 * loops on pointers in 'inputs' until it finds a NULL pointer. The function
73 ATTRIBUTE_WARN_UNUSED_RET int mdc2_scattered_padding1(const u8 **inputs, const u32 *ilens,
78 * 'inputs' with the length of each buffer passed via 'ilens'. The function
79 * loops on pointers in 'inputs' until it finds a NULL pointer. The function
82 ATTRIBUTE_WARN_UNUSED_RET int mdc2_scattered_padding2(const u8 **inputs, const u32 *ilens,
H A Dmdc2.c219 * 'inputs' with the length of each buffer passed via 'ilens'. The function
220 * loops on pointers in 'inputs' until it finds a NULL pointer. The function
223 ATTRIBUTE_WARN_UNUSED_RET int mdc2_scattered(const u8 **inputs, const u32 *ilens, in mdc2_scattered() argument
229 MUST_HAVE((inputs != NULL) && (ilens != NULL) && (output != NULL), ret, err); in mdc2_scattered()
235 while (inputs[pos] != NULL) { in mdc2_scattered()
236 ret = mdc2_update(&ctx, inputs[pos], ilens[pos]); EG(ret, err); in mdc2_scattered()
248 * 'inputs' with the length of each buffer passed via 'ilens'. The function
249 * loops on pointers in 'inputs' until it finds a NULL pointer. The function
252 ATTRIBUTE_WARN_UNUSED_RET int mdc2_scattered_padding1(const u8 **inputs, const u32 *ilens, in mdc2_scattered_padding1() argument
255 return mdc2_scattered(inputs, ilens, output, ISOIEC10118_TYPE1); in mdc2_scattered_padding1()
[all …]
/freebsd/contrib/dialog/
H A Drun_test.sh38 INPUTS=inputs.rc
50 sed -e '/^#/d' "$OUTPUT" >"$INPUTS"
51 mv -f $INPUTS $OUTPUT
52 sed -e '/^#/d' "$rcfile" >"$INPUTS"
53 diff -u $INPUTS $OUTPUT | \
54 sed -e "s,$INPUTS,$rcfile," \
58 rm -f $INPUTS $OUTPUT
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h107 ActionList Inputs; variable
139 Action(ActionClass Kind, const ActionList &Inputs, types::ID Type) in Action() argument
140 : Kind(Kind), Type(Type), Inputs(Inputs) {} in Action()
150 ActionList &getInputs() { return Inputs; } in getInputs()
151 const ActionList &getInputs() const { return Inputs; } in getInputs()
153 size_type size() const { return Inputs.size(); } in size()
155 input_iterator input_begin() { return Inputs.begin(); } in input_begin()
156 input_iterator input_end() { return Inputs.end(); } in input_end()
157 input_range inputs() { return input_range(input_begin(), input_end()); } in inputs() function
158 input_const_iterator input_begin() const { return Inputs.begin(); } in input_begin()
[all …]
/freebsd/contrib/libedit/TEST/
H A Dtest_filecompletion.c52 static test_input inputs[] = { variable
493 * based on the test cases present in inputs[] (above)
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()
508 return strdup(inputs[i].expanded_text[last_index++]); in mycomplet_func()
530 for (i = 0; i < sizeof(inputs)/sizeof(inputs[0]); i++) { in main()
532 input_len = wcslen(inputs[i].user_typed_text); in main()
533 wmemcpy(buffer, inputs[i].user_typed_text, input_len); in main()
547 inputs[i].user_typed_text, inputs[i].escaped_output, el->el_line.buffer); in main()
[all …]
/freebsd/crypto/libecc/src/hash/
H A Dbash512.c62 * 'inputs' with the length of each buffer passed via 'ilens'. The function
63 * loops on pointers in 'inputs' until it finds a NULL pointer. The function
66 int bash512_scattered(const u8 **inputs, const u32 *ilens, in bash512_scattered() argument
72 MUST_HAVE((inputs != NULL) && (ilens != NULL) && (output != NULL), ret, err); in bash512_scattered()
76 while (inputs[pos] != NULL) { in bash512_scattered()
77 ret = bash512_update(&ctx, inputs[pos], ilens[pos]); EG(ret, err); in bash512_scattered()
H A Dbash224.c62 * 'inputs' with the length of each buffer passed via 'ilens'. The function
63 * loops on pointers in 'inputs' until it finds a NULL pointer. The function
66 int bash224_scattered(const u8 **inputs, const u32 *ilens, in bash224_scattered() argument
72 MUST_HAVE((inputs != NULL) && (ilens != NULL) && (output != NULL), ret, err); in bash224_scattered()
76 while (inputs[pos] != NULL) { in bash224_scattered()
77 ret = bash224_update(&ctx, inputs[pos], ilens[pos]); EG(ret, err); in bash224_scattered()
H A Dbash256.c62 * 'inputs' with the length of each buffer passed via 'ilens'. The function
63 * loops on pointers in 'inputs' until it finds a NULL pointer. The function
66 int bash256_scattered(const u8 **inputs, const u32 *ilens, in bash256_scattered() argument
72 MUST_HAVE((inputs != NULL) && (ilens != NULL) && (output != NULL), ret, err); in bash256_scattered()
76 while (inputs[pos] != NULL) { in bash256_scattered()
77 ret = bash256_update(&ctx, inputs[pos], ilens[pos]); EG(ret, err); in bash256_scattered()
H A Dsha3-256.c67 * 'inputs' with the length of each buffer passed via 'ilens'. The function
68 * loops on pointers in 'inputs' until it finds a NULL pointer. The function
71 int sha3_256_scattered(const u8 **inputs, const u32 *ilens, in sha3_256_scattered() argument
77 MUST_HAVE((inputs != NULL) && (ilens != NULL) && (output != NULL), ret, err); in sha3_256_scattered()
81 while (inputs[pos] != NULL) { in sha3_256_scattered()
82 ret = sha3_256_update(&ctx, inputs[pos], ilens[pos]); EG(ret, err); in sha3_256_scattered()
H A Dbash384.c62 * 'inputs' with the length of each buffer passed via 'ilens'. The function
63 * loops on pointers in 'inputs' until it finds a NULL pointer. The function
66 int bash384_scattered(const u8 **inputs, const u32 *ilens, in bash384_scattered() argument
72 MUST_HAVE((inputs != NULL) && (ilens != NULL) && (output != NULL), ret, err); in bash384_scattered()
76 while (inputs[pos] != NULL) { in bash384_scattered()
77 const u8 *buf = inputs[pos]; in bash384_scattered()
H A Dsha3-512.c67 * 'inputs' with the length of each buffer passed via 'ilens'. The function
68 * loops on pointers in 'inputs' until it finds a NULL pointer. The function
71 int sha3_512_scattered(const u8 **inputs, const u32 *ilens, in sha3_512_scattered() argument
77 MUST_HAVE((inputs != NULL) && (ilens != NULL) && (output != NULL), ret, err); in sha3_512_scattered()
81 while (inputs[pos] != NULL) { in sha3_512_scattered()
82 ret = sha3_512_update(&ctx, inputs[pos], ilens[pos]); EG(ret, err); in sha3_512_scattered()
H A Dsha3-384.c67 * 'inputs' with the length of each buffer passed via 'ilens'. The function
68 * loops on pointers in 'inputs' until it finds a NULL pointer. The function
71 int sha3_384_scattered(const u8 **inputs, const u32 *ilens, in sha3_384_scattered() argument
77 MUST_HAVE((inputs != NULL) && (ilens != NULL) && (output != NULL), ret, err); in sha3_384_scattered()
81 while (inputs[pos] != NULL) { in sha3_384_scattered()
82 const u8 *buf = inputs[pos]; in sha3_384_scattered()
/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_impl.c48 extern void ASMABI zfs_blake3_hash_many_sse2(const uint8_t * const *inputs,
71 static void blake3_hash_many_sse2(const uint8_t * const *inputs, in blake3_hash_many_sse2() argument
76 zfs_blake3_hash_many_sse2(inputs, num_inputs, blocks, key, counter, in blake3_hash_many_sse2()
112 extern void ASMABI zfs_blake3_hash_many_sse41(const uint8_t * const *inputs,
135 static void blake3_hash_many_sse41(const uint8_t * const *inputs, in blake3_hash_many_sse41() argument
140 zfs_blake3_hash_many_sse41(inputs, num_inputs, blocks, key, counter, in blake3_hash_many_sse41()
167 extern void ASMABI zfs_blake3_hash_many_avx2(const uint8_t * const *inputs,
172 static void blake3_hash_many_avx2(const uint8_t * const *inputs, in blake3_hash_many_avx2() argument
177 zfs_blake3_hash_many_avx2(inputs, num_inputs, blocks, key, counter, in blake3_hash_many_avx2()
208 extern void ASMABI zfs_blake3_hash_many_avx512(const uint8_t * const *inputs,
[all …]

12345678910>>...46