Home
last modified time | relevance | path

Searched defs:take (Results 1 – 12 of 12) 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/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3.c94 size_t take = BLAKE3_BLOCK_LEN - ((size_t)ctx->buf_len); in chunk_state_fill_buf() local
172 size_t take = chunk_state_fill_buf(ctx, input, input_len); in chunk_state_update() local
543 size_t take = BLAKE3_CHUNK_LEN - chunk_state_len(&ctx->chunk); in Blake3_Update2() local
/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
128 size_t take = chunk_state_fill_buf(self, input, input_len); in chunk_state_update() local
497 size_t take = BLAKE3_CHUNK_LEN - chunk_state_len(&self->chunk); in blake3_hasher_update_base() local
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_disk/
H A Dpage_alignment.c421 size_t take = MIN(rem, len); in run_test() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h97 handle_type take() { in take() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenData.h88 static std::pair<cgdata_error, std::string> take(Error E) { in take() function
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DIntegralAP.h72 void take(uint64_t *NewMemory) { in take() function
H A DFloating.h132 void take(uint64_t *NewMemory) { in take() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp197 TypeErasedDataflowAnalysisState take() && { in take() function in clang::dataflow::__anon57fc8b7a0211::JoinedStateBuilder
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h471 static std::pair<instrprof_error, std::string> take(Error E) { in take() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3250 auto take = [](SmallVectorImpl<ArrayRef<TemplateArgument>> &Stack) in FinishTemplateArgumentDeduction() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4100 GeneratorWrapper<T> take(size_t target, GeneratorWrapper<T>&& generator) { in take() function