Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/gdtoa/
H A Dqnan.c68 #define UL (unsigned long) macro
/netbsd-src/lib/libc/gdtoa/test/
H A Dstrtodt.c52 #define UL (unsigned long) macro
H A Ddt.c157 #define UL (unsigned long) macro
/netbsd-src/external/bsd/ipf/dist/
H A Dmd5.c109 #define UL(x) x##U macro
111 #define UL(x) x macro
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dpointers.c189 unsigned long UL, *pUL; in more_code() local
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dpointers.c189 unsigned long UL, *pUL; in more_code() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DScaledNumber.cpp27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); in multiply64() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp122 const UnwindLocation &UL) { in operator <<()
/netbsd-src/common/lib/libc/misc/
H A Dubsan.c1618 ulongest UL = 0; local
1712 ulongest UL = llluGetNumber(szLocation, pType, ulNumber); local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp700 UnloopUpdater(Loop *UL, LoopInfo *LInfo) in UnloopUpdater()
/netbsd-src/usr.bin/rpcinfo/
H A Drpcinfo.c92 #define UL(a) ((unsigned long)a) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2204 PathDiagnosticLocation UL = getUniqueingLocation(); in Profile() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp3064 UsingDecl *UsingDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation UL, in Create()
H A DOpenMPClause.cpp546 void OMPLinearClause::setUpdates(ArrayRef<Expr *> UL) { in setUpdates()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h3403 UsingDecl(DeclContext *DC, SourceLocation UL, in UsingDecl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3345 SDValue UL = DAG.getNode(ISD::AND, dl, NVT, U, Mask); in ExpandIntRes_MUL() local