Home
last modified time | relevance | path

Searched defs:UL (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/gdtoa/
H A Dqnan.c66 #define UL (unsigned long) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp265 ScopedLock UL(BacktraceMutex); in allocate() local
363 ScopedLock UL(BacktraceMutex); in deallocate() local
/freebsd/sbin/ipf/ipftest/
H A Dmd5.c102 #define UL(x) x##U macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); in multiply64() local
/freebsd/crypto/heimdal/doc/doxyout/gssapi/html/
H A Ddoxygen.css1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Ddoxygen.css1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector
/freebsd/crypto/heimdal/doc/doxyout/hdb/html/
H A Ddoxygen.css1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector
/freebsd/crypto/heimdal/doc/doxyout/hx509/html/
H A Ddoxygen.css1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/
H A Ddoxygen.css1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector
/freebsd/crypto/heimdal/doc/doxyout/ntlm/html/
H A Ddoxygen.css1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector
/freebsd/crypto/heimdal/doc/doxyout/wind/html/
H A Ddoxygen.css1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp125 const UnwindLocation &UL) { in operator <<()
/freebsd/sys/kern/
H A Dkern_ubsan.c1520 ulongest UL = 0; local
1607 ulongest UL = llluGetNumber(szLocation, pType, ulNumber); local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp710 UnloopUpdater(Loop *UL, LoopInfo *LInfo) : Unloop(*UL), LI(LInfo), DFS(UL) {} in UnloopUpdater()
H A DScalarEvolution.cpp11247 auto UL = getUnsignedRange(LHS); in isKnownPredicateViaConstantRanges() local
11261 auto UL = getUnsignedRange(LHS); in isKnownPredicateViaConstantRanges() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3188 UsingDecl *UsingDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation UL, in Create()
3210 SourceLocation UL, in Create()
H A DOpenMPClause.cpp566 void OMPLinearClause::setUpdates(ArrayRef<Expr *> UL) { in setUpdates()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3530 UsingDecl(DeclContext *DC, SourceLocation UL, in UsingDecl()
3728 UsingEnumDecl(DeclContext *DC, DeclarationName DN, SourceLocation UL, in UsingEnumDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2217 PathDiagnosticLocation UL = getUniqueingLocation(); in Profile() local
/freebsd/sys/arm64/include/
H A Darmreg.h78 #define UL(x) UINT64_C(x) macro
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp10557 SDValue UL = DAG.getNode(ISD::AND, dl, VT, U, Mask); in forceExpandWideMUL() local