Home
last modified time | relevance | path

Searched refs:Compute (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/crypto/openssl/demos/
H A DREADME.txt18 EVP_MD_demo.c Compute a digest from multiple buffers
19 EVP_MD_stdin.c Compute a digest with data read from stdin
20 EVP_MD_xof.c Compute a digest using the SHAKE256 XOF
21 EVP_f_md.c Compute a digest using BIO and EVP_f_md
48 EVP_Signature_demo.c Compute and verify a signature from multiple buffers
49 rsa_pss_direct.c Compute and verify an RSA-PSS signature from a hash
50 rsa_pss_hash.c Compute and verify an RSA-PSS signature over a buffer
/freebsd/sys/contrib/openzfs/config/
H A Dpo.m4142 # Compute POFILES
148 # Compute GMOFILES
300 # Compute POTFILES_DEPS as
320 # Compute POFILES
322 # Compute UPDATEPOFILES
324 # Compute DUMMYPOFILES
326 # Compute GMOFILES
328 # Compute PROPERTIESFILES
330 # Compute CLASSFILES
332 # Compute QMFILES
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp55 case Triple::Compute: in getShortShaderStage()
108 if (ShaderKind == Triple::EnvironmentType::Compute) { in EntryProps()
139 if (ShaderKind == Triple::EnvironmentType::Compute) in emitDXILEntryProps()
287 case Triple::EnvironmentType::Compute: in createEntryMD()
H A DDXIL.td32 def ComputeID : dxil_category<"Compute/Mesh/Amplification shader">;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DHLSLRuntime.h43 ENUM_COMPARE_ASSERT(Compute)
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DArena.cpp27 ComputeFunc &&Compute) { in cached() argument
30 It->second = Compute(); in cached()
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc132 ElementMatcherPairs Compute() { in Compute() function in testing::internal::MaxBipartiteMatchState
229 return MaxBipartiteMatchState(g).Compute(); in FindMaxBipartiteMatching()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp48 case Triple::EnvironmentType::Compute: { in isLegalShaderModel()
83 .Case("cs", Triple::EnvironmentType::Compute) in tryParseProfile()
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Drockchip.yaml100 - description: Cool Pi Compute Module 5(CM5) EVB
112 - description: Edgeble Neural Compute Module 2(Neu2) SoM based boards
114 - const: edgeble,neural-compute-module-2-io # Edgeble Neural Compute Module 2 IO Board
115 - const: edgeble,neural-compute-module-2 # Edgeble Neural Compute Module 2 SoM
118 - description: Edgeble Neural Compute Module 6(Neu6) SoM based boards
122 - edgeble,neural-compute-module-6a # Edgeble Neural Compute Module 6A SoM
123 - edgeble,neural-compute-module-6b # Edgeble Neural Compute Module 6B SoM
700 - description: Radxa Compute Module 3(CM3)
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm2835-rpi-cm1-io1.dts8 model = "Raspberry Pi Compute Module IO board rev1";
H A Dbcm2837-rpi-cm3-io3.dts8 model = "Raspberry Pi Compute Module 3 IO board V3.0";
H A Dbcm2711-rpi-cm4-io.dts8 model = "Raspberry Pi Compute Module 4 IO Board";
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Dqcom,fastrpc.txt43 - All Compute context banks MUST contain the following properties:
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S71 ! Compute size of quotient, scale comparand.
85 ! Compute %o4 in an unorthodox manner: know we need to Shift %o5 into
H A Dmodsi3.S71 ! Compute size of quotient, scale comparand.
85 ! Compute %o4 in an unorthodox manner: know we need to Shift %o5 into
H A Ddivmod.m4130 ! Compute size of quotient, scale comparand.
144 ! Compute ITER in an unorthodox manner: know we need to Shift V into
/freebsd/contrib/arm-optimized-routines/pl/math/tools/
H A Dtanf.sollya72 // Compute errors
/freebsd/sys/contrib/device-tree/Bindings/nvmem/layouts/
H A Donie,tlv-layout.yaml13 Modern networking hardware implementing the Open Compute Project ONIE
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_server.t072 * Compute master secret.
106 * Compute master secret.
241 * Compute our ECDH point.
788 \ Compute protocol version as the minimum of our maximum version,
916 \ Compute ServerHello length.
919 \ Compute length of Secure Renegotiation extension.
927 \ Compute length of Max Fragment Length extension.
931 \ Compute length of ALPN extension. This also copy the
1024 \ Compute the signed curve point to send.
1080 \ Compute length and optionally write the contents of the list of
[all …]
H A Dssl_hs_client.t061 * Compute actual RSA key length, in case there are leading zeros.
107 * Compute RSA encryption.
251 * Compute the common ECDH point, whose X coordinate is the
311 * Compute the client-side signature. This is invoked only when a
322 * Compute hash of handshake messages so far. This "cannot" fail
428 \ Compute length for extensions (without the general two-byte header).
439 \ Compute and write length
442 \ Compute padding (if requested).
/freebsd/sys/dev/ow/
H A Down_if.m69 # Compute a CRC for a given range of bytes
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h374 GenericCycleInfoCompute<ContextT> Compute(*this); in compute()
379 Compute.run(&F.front()); in compute()
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dqcom,qcs404-cdsp-pil.yaml14 on the Qualcomm Technology Inc. CDSP (Compute DSP).
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h269 Compute, enumerator
790 Env == Triple::Domain || Env == Triple::Compute || in isShaderStageEnvironment()
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3566-radxa-cm3-io.dts13 model = "Radxa Compute Module 3(CM3) IO Board";

123