Home
last modified time | relevance | path

Searched defs:take (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticError.h40 static std::optional<PartialDiagnosticAt> take(llvm::Error &Err) { in take() function
/freebsd-src/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3.c43 size_t take = BLAKE3_BLOCK_LEN - ((size_t)self->buf_len); in chunk_state_fill_buf() local
122 size_t take = chunk_state_fill_buf(self, input, input_len); in chunk_state_update() local
144 size_t take = chunk_state_fill_buf(self, input, input_len); chunk_state_update() local
477 size_t take = BLAKE3_CHUNK_LEN - chunk_state_len(&self->chunk); llvm_blake3_hasher_update() local
[all...]
/freebsd-src/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3.c93 size_t take = BLAKE3_BLOCK_LEN - ((size_t)ctx->buf_len); in chunk_state_fill_buf() local
171 size_t take = chunk_state_fill_buf(ctx, input, input_len); in chunk_state_update() local
542 size_t take = BLAKE3_CHUNK_LEN - chunk_state_len(&ctx->chunk); in Blake3_Update2() local
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_disk/
H A Dpage_alignment.c358 size_t take = MIN(rem, len); run_test() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h99 handle_type take() { in take() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h55 std::optional<DIExpression::ExprOperand> take() { take() function
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp244 TypeErasedDataflowAnalysisState take() && { take() function in clang::dataflow::__anonad1e11cc0211::JoinedStateBuilder
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h394 static std::pair<instrprof_error, std::string> take(Error E) { take() function
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp4100 GeneratorWrapper<T> take(size_t target, GeneratorWrapper<T>&& generator) { in take() function