Home
last modified time | relevance | path

Searched defs:BR (Results 1 – 25 of 204) sorted by relevance

123456789

/aosp_15_r20/external/webp/src/utils/
H A Dbit_reader_utils.h34 #define VP8Get(BR, L) VP8GetValue(BR, 1, L) argument
38 #define VP8GetValue(BR, N, L) VP8GetValue(BR, N) argument
39 #define VP8Get(BR, L) VP8GetValue(BR, 1, L) argument
40 #define VP8GetSignedValue(BR, N, L) VP8GetSignedValue(BR, N) argument
41 #define VP8GetBit(BR, P, L) VP8GetBit(BR, P) argument
42 #define VP8GetBitAlt(BR, P, L) VP8GetBitAlt(BR, P) argument
43 #define VP8GetSigned(BR, V, L) VP8GetSigned(BR, V) argument
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp106 const ExplodedNode *EndPathNode, BugReport &BR) { in getEndPath()
111 BugReporterContext &BRC, const ExplodedNode *EndPathNode, BugReport &BR) { in getDefaultEndPath()
169 BugReport &BR, in addVisitorIfNecessary()
234 BugReport &BR) { in visitNodeInitial()
336 BugReport &BR) { in visitNodeMaybeUnsuppress()
389 BugReport &BR) override { in VisitNode()
404 BugReport &BR) override { in getEndPath()
453 BugReport &BR) { in VisitNode()
734 BugReport &BR) { in VisitNode()
814 BugReport &BR) { in VisitNode()
[all …]
H A DCheckerManager.cpp57 BugReporter &BR) { in runCheckersOnASTDecl()
82 BugReporter &BR) { in runCheckersOnASTBody()
374 BugReporter &BR, in runCheckersForEndAnalysis()
635 BugReporter &BR) { in runCheckersOnEndOfTranslationUnit()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DObject.cpp78 LLVMMemoryBufferRef LLVMBinaryCopyMemoryBuffer(LLVMBinaryRef BR) { in LLVMBinaryCopyMemoryBuffer()
85 void LLVMDisposeBinary(LLVMBinaryRef BR) { in LLVMDisposeBinary()
89 LLVMBinaryType LLVMBinaryGetType(LLVMBinaryRef BR) { in LLVMBinaryGetType()
135 LLVMBinaryRef LLVMMachOUniversalBinaryCopyObjectForArch(LLVMBinaryRef BR, in LLVMMachOUniversalBinaryCopyObjectForArch()
149 LLVMSectionIteratorRef LLVMObjectFileCopySectionIterator(LLVMBinaryRef BR) { in LLVMObjectFileCopySectionIterator()
157 LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSectionIteratorAtEnd()
163 LLVMSymbolIteratorRef LLVMObjectFileCopySymbolIterator(LLVMBinaryRef BR) { in LLVMObjectFileCopySymbolIterator()
171 LLVMBool LLVMObjectFileIsSymbolIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSymbolIteratorAtEnd()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DObject.cpp79 LLVMMemoryBufferRef LLVMBinaryCopyMemoryBuffer(LLVMBinaryRef BR) { in LLVMBinaryCopyMemoryBuffer()
86 void LLVMDisposeBinary(LLVMBinaryRef BR) { in LLVMDisposeBinary()
90 LLVMBinaryType LLVMBinaryGetType(LLVMBinaryRef BR) { in LLVMBinaryGetType()
138 LLVMBinaryRef LLVMMachOUniversalBinaryCopyObjectForArch(LLVMBinaryRef BR, in LLVMMachOUniversalBinaryCopyObjectForArch()
152 LLVMSectionIteratorRef LLVMObjectFileCopySectionIterator(LLVMBinaryRef BR) { in LLVMObjectFileCopySectionIterator()
160 LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSectionIteratorAtEnd()
166 LLVMSymbolIteratorRef LLVMObjectFileCopySymbolIterator(LLVMBinaryRef BR) { in LLVMObjectFileCopySymbolIterator()
174 LLVMBool LLVMObjectFileIsSymbolIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSymbolIteratorAtEnd()
/aosp_15_r20/frameworks/av/media/libmedia/
H A DVideoCapabilities.cpp658 int32_t BR = 0; in EquivalentVP9Level() local
1044 int32_t MBPS = 0, FS = 0, BR = 0, DPB = 0; in applyLevelLimits() local
1137 int32_t MBPS = 0, FS = 0, BR = 0, FR = 0, W = 0, H = 0; in applyLevelLimits() local
1201 int32_t MBPS = 0, FS = 0, BR = 0, FR = 0, W = 0, H = 0; in applyLevelLimits() local
1310 int32_t MBPS = 0, BR = 0, FR = 0, W = 0, H = 0, minW = minWidth, minH = minHeight; in applyLevelLimits() local
1444 int32_t BR = 0; // bit rate kbps in applyLevelLimits() local
1517 int32_t FS = 0, BR = 0; in applyLevelLimits() local
1619 int32_t BR = 0; // bit rate kbps in applyLevelLimits() local
/aosp_15_r20/system/media/audio_utils/include/audio_utils/
H A DChannelMix.h160 constexpr size_t BR = 5; in fillChannelMatrix() local
249 constexpr size_t BR = 5; in fillChannelMatrix() local
339 constexpr size_t BR = 5; in fillChannelMatrix() local
448 constexpr size_t BR = 5; in fillChannelMatrix() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp119 BugReporter &BR; member in __anon3076890c0111::StringRefCheckerVisitor
138 static void CheckStringRefAssignedTemporary(const Decl *D, BugReporter &BR, in CheckStringRefAssignedTemporary()
219 BugReporter &BR; member in __anon3076890c0211::ASTFieldVisitor
232 static void CheckASTMemory(const CXXRecordDecl *R, BugReporter &BR, in CheckASTMemory()
H A DUndefCapturedBlockVarChecker.cpp39 if (const DeclRefExpr *BR = dyn_cast<DeclRefExpr>(S)) in FindBlockDeclRefExpr() local
45 if (const DeclRefExpr *BR = FindBlockDeclRefExpr(Child, VD)) in FindBlockDeclRefExpr() local
H A DCheckObjCInstMethSignature.cpp42 BugReporter &BR, ASTContext &Ctx, in CompareReturnTypes()
80 BugReporter &BR, in CheckObjCInstMethSignature()
H A DObjCSuperDeallocChecker.cpp197 std::unique_ptr<BugReport> BR( in reportUseAfterDealloc() local
255 BugReport &BR) { in VisitNode()
H A DCheckObjCDealloc.cpp586 std::unique_ptr<BugReport> BR( in diagnoseMissingReleases() local
709 std::unique_ptr<BugReport> BR( in diagnoseExtraRelease() local
747 std::unique_ptr<BugReport> BR( in diagnoseMistakenDealloc() local
H A DLocalizationChecker.cpp901 BugReporterContext &BRC, BugReport &BR) { in VisitNode()
940 BugReporter &BR; member in __anon4a65e1e40411::EmptyLocalizationContextChecker::MethodCrawler
1090 BugReporter &BR; member in __anon4a65e1e40511::PluralMisuseChecker::MethodCrawler
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/
DChecker.h32 BugReporter &BR) { in _checkDecl()
51 BugReporter &BR) { in _checkBody()
68 BugReporter &BR) { in _checkEndOfTranslationUnit()
227 BugReporter &BR, ExprEngine &Eng) { in _checkEndAnalysis()
552 BugReporter *BR; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/
DChecker.h32 BugReporter &BR) { in _checkDecl()
51 BugReporter &BR) { in _checkBody()
68 BugReporter &BR) { in _checkEndOfTranslationUnit()
227 BugReporter &BR, ExprEngine &Eng) { in _checkEndAnalysis()
552 BugReporter *BR; member
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h32 BugReporter &BR) { in _checkDecl()
51 BugReporter &BR) { in _checkBody()
68 BugReporter &BR) { in _checkEndOfTranslationUnit()
229 BugReporter &BR, ExprEngine &Eng) { in _checkEndAnalysis()
545 BugReporter *BR; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/
DChecker.h32 BugReporter &BR) { in _checkDecl()
51 BugReporter &BR) { in _checkBody()
68 BugReporter &BR) { in _checkEndOfTranslationUnit()
227 BugReporter &BR, ExprEngine &Eng) { in _checkEndAnalysis()
552 BugReporter *BR; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/
DChecker.h32 BugReporter &BR) { in _checkDecl()
51 BugReporter &BR) { in _checkBody()
68 BugReporter &BR) { in _checkEndOfTranslationUnit()
229 BugReporter &BR, ExprEngine &Eng) { in _checkEndAnalysis()
556 BugReporter *BR; member
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/media/audio_utils/include/audio_utils/
DChannelMix.h160 constexpr size_t BR = 5; in fillChannelMatrix() local
249 constexpr size_t BR = 5; in fillChannelMatrix() local
339 constexpr size_t BR = 5; in fillChannelMatrix() local
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/media/audio_utils/include/audio_utils/
DChannelMix.h160 constexpr size_t BR = 5; in fillChannelMatrix() local
249 constexpr size_t BR = 5; in fillChannelMatrix() local
339 constexpr size_t BR = 5; in fillChannelMatrix() local
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/media/audio_utils/include/audio_utils/
DChannelMix.h160 constexpr size_t BR = 5; in fillChannelMatrix() local
249 constexpr size_t BR = 5; in fillChannelMatrix() local
339 constexpr size_t BR = 5; in fillChannelMatrix() local
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/media/audio_utils/include/audio_utils/
DChannelMix.h160 constexpr size_t BR = 5; in fillChannelMatrix() local
249 constexpr size_t BR = 5; in fillChannelMatrix() local
339 constexpr size_t BR = 5; in fillChannelMatrix() local
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/series/
Dhistogram.rs202 parent: &ChartContext<DB, Cartesian2d<BR, ACoord>>, in vertical()
224 parent: &ChartContext<DB, Cartesian2d<ACoord, BR>>, in horizontal() argument
/aosp_15_r20/external/pigweed/pw_bloat/py/pw_bloat/
H A Dlabel_output.py38 BR = '+' variable in AsciiCharset
55 BR = '┘' variable in LineCharset
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_rect.h178 dng_point BR () const in BR() function
313 dng_point_real64 BR () const in BR() function

123456789