HomeSort by: relevance | last modified time | path
    Searched defs:AT (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/usr.bin/make/unit-tests/
varmod-select-words.mk 21 AT= @
29 mod-squarebrackets-0-star-at \
56 mod-squarebrackets-0-star-at:
175 @echo 'LIST:[$${AT}]="${LIST:[${AT}]}"'
  /src/external/gpl3/gcc/dist/libgcc/config/alpha/
qrnnd.S 8 # the Free Software Foundation; either version 3 of the License, or (at your
54 #define AT $at
156 subq n1,d,AT
158 cmovne tmp,AT,n1
161 addq n0,1,AT
162 cmoveq tmp,AT,n0
163 subq n1,d,AT
164 cmoveq tmp,AT,n1
  /src/external/gpl3/gcc.old/dist/libgcc/config/alpha/
qrnnd.S 8 # the Free Software Foundation; either version 3 of the License, or (at your
54 #define AT $at
156 subq n1,d,AT
158 cmovne tmp,AT,n1
161 addq n0,1,AT
162 cmoveq tmp,AT,n0
163 subq n1,d,AT
164 cmoveq tmp,AT,n1
  /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/
ia64.S 10 // in the file LICENSE in the source distribution or at
46 // original bn_mul_words spun at 5*n or 2.5 times slower than expected
138 // Q. What's the heck with 'rum 1<<5' at the end of every function?
149 // to upper bank, but at least discourages to do so. If you don't
169 // compress the epilogue and get down to 2*n+6, but at the cost of
180 .skip 32 // makes the loop body aligned at 64-byte boundary
233 .skip 32 // makes the loop body aligned at 64-byte boundary
292 .skip 32 // makes the loop body aligned at 64-byte boundary
314 // ------^----- serves as (p50) at first (p27)
323 { .mmi; mov r40=0 // serves as r35 at first (p27
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/bn/asm/
ia64.S 10 // in the file LICENSE in the source distribution or at
46 // original bn_mul_words spun at 5*n or 2.5 times slower than expected
138 // Q. What's the heck with 'rum 1<<5' at the end of every function?
149 // to upper bank, but at least discourages to do so. If you don't
169 // compress the epilogue and get down to 2*n+6, but at the cost of
180 .skip 32 // makes the loop body aligned at 64-byte boundary
233 .skip 32 // makes the loop body aligned at 64-byte boundary
292 .skip 32 // makes the loop body aligned at 64-byte boundary
314 // ------^----- serves as (p50) at first (p27)
323 { .mmi; mov r40=0 // serves as r35 at first (p27
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
ia64.S 10 // in the file LICENSE in the source distribution or at
47 // original bn_mul_words spun at 5*n or 2.5 times slower than expected
139 // Q. What's the heck with 'rum 1<<5' at the end of every function?
150 // to upper bank, but at least discourages to do so. If you don't
170 // compress the epilogue and get down to 2*n+6, but at the cost of
181 .skip 32 // makes the loop body aligned at 64-byte boundary
234 .skip 32 // makes the loop body aligned at 64-byte boundary
293 .skip 32 // makes the loop body aligned at 64-byte boundary
315 // ------^----- serves as (p50) at first (p27)
324 { .mmi; mov r40=0 // serves as r35 at first (p27
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
ScanfFormatString.cpp 508 const analyze_scanf::ArgType &AT = getArgType(Ctx);
509 if (AT.isValid() && AT.matchesType(Ctx, QT))
DeclTemplate.cpp 100 // implicit parameters are at the end of the parameter list.
684 "HasTypeConstraint=true must be passed at construction in order to "
720 AutoType *AT =
725 AT && AT->isConstrained() ? 1 : 0))
735 AutoType *AT = TInfo->getType()->getContainedAutoType();
739 ExpandedTypes.size(), AT && AT->isConstrained() ? 1 : 0))
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Triple.cpp 404 auto AT = StringSwitch<Triple::ArchType>(ArchName)
472 if (AT == Triple::UnknownArch) {
480 return AT;
926 // Insert the component being moved at Pos, displacing any existing
932 // Place the component at the new position, getting the component
933 // that was at this position - it will be moved right.
937 // Push right by inserting empty components until the component at Idx
941 // Insert one empty component at Idx.
944 // Place the component at the new position, getting the component
945 // that was at this position - it will be moved right
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 126 ArrayType *AT = dyn_cast<ArrayType>(Ty);
127 return AT && (AT->getNumElements() == 0);
  /src/sys/arch/hpcmips/stand/romboot/
romboot.S 34 #define AT $at
  /src/sys/arch/mips/include/
regdef.h 44 #define AT $at /* assembler temporary */
  /src/usr.bin/at/
at.c 1 /* $NetBSD: at.c,v 1.33 2021/04/03 04:33:08 simonb Exp $ */
4 * at.c : Put file into atrun queue
54 #include "at.h"
67 enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */
72 static char rcsid[] = "$OpenBSD: at.c,v 1.15 1998/06/03 16:20:26 deraadt Exp $";
74 __RCSID("$NetBSD: at.c,v 1.33 2021/04/03 04:33:08 simonb Exp $");
170 * This does most of the work if at or batch are invoked for
203 * Loop over all possible file names for running something at this
204 * particular time, see if a file is there; the first empty slot at
307 /* Write out the umask at the time of invocation *
    [all...]
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/alpha/
regdef.h 36 #define AT $at
44 #define td AT
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/
regdef.h 36 #define AT $at
44 #define td AT
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/alpha/
regdef.h 36 #define AT $at
44 #define td AT
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
Iterator.cpp 272 APSIntType AT = BV.getAPSIntType(T);
276 llvm::APSInt Max = AT.getMaxValue() / AT.getValue(Scale);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUMCInstLower.cpp 231 auto &AT = static_cast<const AMDGPUTargetMachine&>(TM);
240 if (Op->isNullValue() && AT.getNullPointerValue(SrcAddr) == 0) {
242 return MCConstantExpr::create(AT.getNullPointerValue(DstAddr),
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 57 ArrayType *AT = ArrayType::get(EltTy, CurrentCtors.size());
58 Constant *NewInit = ConstantArray::get(AT, CurrentCtors);
306 assert(!Buffer.str().empty() && "Must have at least one char.");
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DFAEmitter.cpp 91 // Note that UniqueVector starts indices at 1, not zero.
376 const ActionTuple &AT = Actions[A];
377 if (AT.size() > 1)
380 for (const auto &SingleAction : AT) {
384 if (AT.size() > 1)
  /src/external/bsd/tcpdump/dist/
print-atalk.c 176 ND_PRINT("%u > %u at-lap#%u %u",
198 ND_PRINT("AT ");
228 #define AT(member) ataddr_string(ndo, (ap->member[1]<<8)|ap->member[2],ap->member[3])
248 ND_PRINT("who-has %s tell %s", AT(pdaddr), AT(psaddr));
252 ND_PRINT("reply %s is-at %s", AT(psaddr), GET_ETHERADDR_STRING(ap->hsaddr));
256 ND_PRINT("probe %s tell %s", AT(pdaddr), AT(psaddr));
288 ND_PRINT(" at-%s %u", tok2str(type2str, NULL, t), length)
    [all...]
  /src/external/bsd/nvi/dist/regex/
engine.c 56 #define at sat macro
67 #define at lat macro
110 static void at __P((struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst));
123 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
127 #define AT(t, p1, p2, s1, s2) /* nothing */
329 AT("diss", start, stop, startst, stopst);
519 AT("back", start, stop, startst, stopst);
606 AT("hard", sp, stop, ss, stopst);
705 - fast - step through the string at top spee
1055 at(m, title, start, stop, startst, stopst) function
1106 #undef at macro
    [all...]
  /src/lib/libc/regex/
engine.c 63 #define at sat macro
74 #define at lat macro
85 #define at mat macro
136 static void at(struct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst);
149 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
153 #define AT(t, p1, p2, s1, s2) /* nothing */
457 AT("diss", start, stop, startst, stopst);
668 AT("back", start, stop, startst, stopst);
778 AT("hard", sp, stop, ss, stopst)
1212 at( struct match *m, function
1267 #undef at macro
    [all...]
  /src/usr.bin/tip/
tip.c 95 char *AT;
460 * called on recognition of ``escapec'' at the beginning of a line
  /src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp 477 ObjCAtTryStmt *AT = cast<ObjCAtTryStmt>(S);
484 AT->getAtTryLoc()));
485 if (Stmt *TryPart = AT->getTryBody())
490 for (unsigned I = 0, N = AT->getNumCatchStmts(); I != N; ++I) {
491 ObjCAtCatchStmt *AC = AT->getCatchStmt(I);
502 if (ObjCAtFinallyStmt *AF = AT->getFinallyStmt()) {

Completed in 84 milliseconds

1 2 3