| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| DiagnosticError.h | 39 static Optional<PartialDiagnosticAt> take(llvm::Error &Err) { function in class:clang::DiagnosticError
|
| /src/games/battlestar/ |
| command4.c | 44 take(unsigned int from[]) function 103 return (take(from)); 108 return (take(from)); 112 return (take(from)); 118 return (take(from)); 122 return (take(from)); 126 return (take(from)); 131 return (take(from)); 135 return (take(from)); 155 return (take(from)) [all...] |
| /src/games/larn/ |
| global.c | 421 take(int theitem, int arg) function
|
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| TemplateDeduction.h | 94 /// Take ownership of the deduced template argument list. 95 TemplateArgumentList *take() { function in class:clang::sema::TemplateDeductionInfo 101 /// Take ownership of the SFINAE diagnostic.
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/Windows/ |
| WindowsSupport.h | 96 handle_type take() { function in class:llvm::ScopedHandle
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| DwarfExpression.h | 56 Optional<DIExpression::ExprOperand> take() { function in class:llvm::DIExpressionCursor
|
| /src/external/bsd/nsd/dist/simdzone/src/generic/ |
| parser.h | 496 static really_inline void take(parser_t *parser, token_t *token) function
|
| /src/external/gpl3/gdb.old/dist/sim/ft32/ |
| interp.c | 411 int take = (cr == 3) || ((1 & (ft32_cpu->regs[28 + cr] >> cb)) == cv); local 412 if (take) 896 /* Standalone mode (i.e. `run`) will take care of the argv for us in
|
| /src/external/gpl3/gdb/dist/sim/ft32/ |
| interp.c | 411 int take = (cr == 3) || ((1 & (ft32_cpu->regs[28 + cr] >> cb)) == cv); local 412 if (take) 896 /* Standalone mode (i.e. `run`) will take care of the argv for us in
|
| /src/sys/arch/xen/xen/ |
| xennetback_xenbus.c | 685 size_t goff = 0, segoff = 0, gsize, take; local 709 take = uimin(gsize, ds->ds_len); 723 gop->len = take; 734 goff += take; 735 gsize -= take; 736 if (take + segoff < ds->ds_len) { 737 segoff += take; 1079 size_t goff, segoff, segsize, take, totsize; local 1114 take = uimin(PAGE_SIZE - goff, segsize - segoff); 1115 KASSERT(take <= totsize) [all...] |
| /src/sys/netinet/ |
| sctputil.c | 1036 /* special case, take away our 3260 struct mbuf **put, **take, *next, *this; local 3294 take = &old_sb->sb_mb; 3304 *take = this->m_nextpkt; 3319 /* no advance our take point. */ 3320 take = &this->m_nextpkt;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| InstrProf.h | 327 static instrprof_error take(Error E) { function in class:llvm::InstrProfError
|
| /src/common/dist/zlib/contrib/minizip/ |
| zip.c | 381 size_t take = need > block->left ? block->left : need; local 382 memcpy(buf, block->next, take); 383 block->next += take; 384 block->left -= take; 385 buf += take; 386 need -= take;
|