| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticError.h | 40 static std::optional<PartialDiagnosticAt> take(llvm::Error &Err) { in take() function
|
| /freebsd/sys/contrib/openzfs/module/icp/algs/blake3/ |
| H A D | blake3.c | 94 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 D | blake3.c | 43 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 D | page_alignment.c | 421 size_t take = MIN(rem, len); in run_test() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/ |
| H A D | WindowsSupport.h | 97 handle_type take() { in take() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CGData/ |
| H A D | CodeGenData.h | 88 static std::pair<cgdata_error, std::string> take(Error E) { in take() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | IntegralAP.h | 72 void take(uint64_t *NewMemory) { in take() function
|
| H A D | Floating.h | 132 void take(uint64_t *NewMemory) { in take() function
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | TypeErasedDataflowAnalysis.cpp | 197 TypeErasedDataflowAnalysisState take() && { in take() function in clang::dataflow::__anon57fc8b7a0211::JoinedStateBuilder
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 471 static std::pair<instrprof_error, std::string> take(Error E) { in take() function
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 3250 auto take = [](SmallVectorImpl<ArrayRef<TemplateArgument>> &Stack) in FinishTemplateArgumentDeduction() local
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 4100 GeneratorWrapper<T> take(size_t target, GeneratorWrapper<T>&& generator) { in take() function
|