| /netbsd-src/sys/arch/i386/i386/ |
| H A D | cpu_in_cksum.S | 110 #define ADC(n) \ macro 202 ADC(4) 212 ADC(0) 213 ADC(4) 214 ADC(8) 215 ADC(28) 216 ADC(16) 217 ADC(20) 218 ADC(24) 219 ADC(44) [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 310 StackFrameContext(AnalysisDeclContext *ADC, const LocationContext *ParentLC, in StackFrameContext() argument 313 : LocationContext(StackFrame, ADC, ParentLC, ID), CallSite(S), in StackFrameContext() 331 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ADC, in Profile() argument 335 ProfileCommon(ID, StackFrame, ADC, ParentLC, S); in Profile() 355 BlockInvocationContext(AnalysisDeclContext *ADC, in BlockInvocationContext() argument 358 : LocationContext(Block, ADC, ParentLC, ID), BD(BD), Data(Data) {} in BlockInvocationContext() 369 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ADC, in Profile() argument 372 ProfileCommon(ID, Block, ADC, ParentLC, BD); in Profile() 399 const StackFrameContext *getStackFrame(AnalysisDeclContext *ADC, 411 getBlockInvocationContext(AnalysisDeclContext *ADC, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | OSObjectCStyleCast.cpp | 53 AnalysisDeclContext *ADC, in emitDiagnostics() argument 67 ADC->getDecl(), in emitDiagnostics() 72 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), ADC), in emitDiagnostics() 84 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in checkASTCodeBody() local 116 emitDiagnostics(Match, BR, ADC, this); in checkASTCodeBody()
|
| H A D | GCDAntipatternChecker.cpp | 182 AnalysisDeclContext *ADC, in emitDiagnostics() argument 194 ADC->getDecl(), in emitDiagnostics() 199 PathDiagnosticLocation::createBegin(SW, BR.getSourceManager(), ADC), in emitDiagnostics() 209 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in checkASTCodeBody() local 214 emitDiagnostics(Match, "semaphore", BR, ADC, this); in checkASTCodeBody() 219 emitDiagnostics(Match, "group", BR, ADC, this); in checkASTCodeBody()
|
| H A D | NumberObjectConversionChecker.cpp | 54 AnalysisDeclContext *ADC; member in __anon8e392cf40111::Callback 58 BugReporter &BR, AnalysisDeclContext *ADC) in Callback() argument 59 : C(C), BR(BR), ADC(ADC) {} in Callback() 70 ASTContext &ACtx = ADC->getASTContext(); in run() 189 ADC->getDecl(), C, "Suspicious number object conversion", "Logic error", in run() 191 PathDiagnosticLocation::createBegin(Obj, BR.getSourceManager(), ADC), in run()
|
| H A D | PointerIterationChecker.cpp | 38 auto *ADC = AM.getAnalysisDeclContext(D); in emitDiagnostics() local 46 ADC); in emitDiagnostics() 52 BR.EmitBasicReport(ADC->getDecl(), Checker, in emitDiagnostics()
|
| H A D | PointerSortingChecker.cpp | 38 auto *ADC = AM.getAnalysisDeclContext(D); in emitDiagnostics() local 46 ADC); in emitDiagnostics() 52 BR.EmitBasicReport(ADC->getDecl(), Checker, in emitDiagnostics()
|
| H A D | ObjCAutoreleaseWriteChecker.cpp | 112 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in emitDiagnostics() local 132 MarkedStmt, BR.getSourceManager(), ADC); in emitDiagnostics() 163 BR.EmitBasicReport(ADC->getDecl(), Checker, BugName.str(), in emitDiagnostics()
|
| H A D | RunLoopAutoreleaseLeakChecker.cpp | 89 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in emitDiagnostics() local 113 ME, BR.getSourceManager(), ADC); in emitDiagnostics() 116 BR.EmitBasicReport(ADC->getDecl(), Checker, in emitDiagnostics()
|
| H A D | CloneChecker.cpp | 163 AnalysisDeclContext *ADC = in reportSuspiciousClones() local 177 ADC)); in reportSuspiciousClones() 183 SM, ADC), in reportSuspiciousClones()
|
| H A D | MallocSizeofChecker.cpp | 178 AnalysisDeclContext *ADC = mgr.getAnalysisDeclContext(D); in checkASTCodeBody() local 238 BR.getSourceManager(), ADC); in checkASTCodeBody()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCallAndReturn.cpp | 368 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { in isSmall() 374 const CFG *Cfg = ADC->getCFG(); in isSmall() 378 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge() 379 const CFG *Cfg = ADC->getCFG(); in isLarge() 383 bool ExprEngine::isHuge(AnalysisDeclContext *ADC) const { in isHuge() 384 const CFG *Cfg = ADC->getCFG(); in isHuge() 772 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext(); in mayInlineCallKind() local 773 assert(ADC->getCFGBuildOptions().AddInitializers && "No CFG initializers"); in mayInlineCallKind() 774 (void)ADC; in mayInlineCallKind() 816 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext(); in mayInlineCallKind() local [all …]
|
| H A D | CallEvent.cpp | 175 AnalysisDeclContext *ADC = in getCalleeAnalysisDeclContext() local 178 return ADC; in getCalleeAnalysisDeclContext() 183 AnalysisDeclContext *ADC = getCalleeAnalysisDeclContext(); in getCalleeStackFrame() local 184 if (!ADC) in getCalleeStackFrame() 208 return ADC->getManager()->getStackFrame(ADC, LCtx, E, B, BlockCount, Idx); in getCalleeStackFrame()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | stm32f429-disco.dts | 122 /* 3.25 MHz ADC clock speed */ 124 /* 12-bit ADC */ 126 /* internal ADC reference */ 128 /* ADC converstion time: 80 clocks */ 150 /* forbid to use ADC channels 3-0 (touch) */
|
| H A D | r8a7745-iwg22d-sodimm.dts | 189 /* 3.25 MHz ADC clock speed */ 191 /* ADC conversion time: 80 clocks */ 193 /* 12-bit ADC */ 195 /* internal ADC reference */
|
| H A D | imx6qdl-colibri.dtsi | 252 /* 3.25 MHz ADC clock speed */ 254 /* 12-bit ADC */ 256 /* internal ADC reference */ 258 /* ADC converstion time: 80 clocks */ 280 /* forbid to use ADC channels 3-0 (touch) */
|
| H A D | imx6qdl-apalis.dtsi | 307 /* 3.25 MHz ADC clock speed */ 309 /* 12-bit ADC */ 311 /* internal ADC reference */ 313 /* ADC converstion time: 80 clocks */ 335 /* forbid to use ADC channels 3-0 (touch) */
|
| H A D | at91-sama5d27_wlsom1_ek.dts | 105 * There is no real pinmux for ADC, if the pin 108 * Requesting pins for ADC is GPIO is
|
| H A D | cros-adc-thermistors.dtsi | 4 * children of the IIO based ADC.
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
| H A D | sc7180-trogdor-coachz-r1.dts | 19 * is not supported by the PM6150 ADC driver. Disable the charger thermal zone 28 * which currently is not supported by the PM6150 ADC driver. Disable the
|
| H A D | sc7180-trogdor-pompom-r2.dts | 19 * is not supported by the PM6150 ADC driver. Disable the charger thermal zone
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-a64-sopine-baseboard.dts | 166 "ADCL", "Left ADC", 167 "ADCR", "Right ADC",
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | rx-parse.h | 77 ADC = 278, /* ADC */ enumerator 246 #define ADC 278 macro
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | rx-parse.h | 77 ADC = 278, /* ADC */ enumerator 246 #define ADC 278 macro
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/ |
| H A D | README | 61 the Opteron/Athlon64 pipeline, except that the GMP favourites ADC/SBB and 62 MUL are slower. Furthermore, an INC/DEC followed by ADC/SBB incur a
|