Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticError.h40 static std::optional<PartialDiagnosticAt> take(llvm::Error &Err) { in take() function
/freebsd/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
475 size_t take = BLAKE3_CHUNK_LEN - chunk_state_len(&self->chunk); in llvm_blake3_hasher_update() local
/freebsd/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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_disk/
H A Dpage_alignment.c420 size_t take = MIN(rem, len); in run_test() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h99 handle_type take() { in take() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp183 TypeErasedDataflowAnalysisState take() && { in take() function in clang::dataflow::__anon57fc8b7a0211::JoinedStateBuilder
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h415 static std::pair<instrprof_error, std::string> take(Error E) { in take() function
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4100 GeneratorWrapper<T> take(size_t target, GeneratorWrapper<T>&& generator) { in take() function