Home
last modified time | relevance | path

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

1234

/external/webp/src/utils/
Dbit_reader_utils.h33 #define VP8Get(BR, L) VP8GetValue(BR, 1, L) argument
37 #define VP8GetValue(BR, N, L) VP8GetValue(BR, N) argument
38 #define VP8Get(BR, L) VP8GetValue(BR, 1, L) argument
39 #define VP8GetSignedValue(BR, N, L) VP8GetSignedValue(BR, N) argument
40 #define VP8GetBit(BR, P, L) VP8GetBit(BR, P) argument
41 #define VP8GetBitAlt(BR, P, L) VP8GetBitAlt(BR, P) argument
42 #define VP8GetSigned(BR, V, L) VP8GetSigned(BR, V) argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
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()
/external/clang/lib/StaticAnalyzer/Core/
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 …]
/external/clang/lib/StaticAnalyzer/Checkers/
DUndefCapturedBlockVarChecker.cpp39 if (const DeclRefExpr *BR = dyn_cast<DeclRefExpr>(S)) in FindBlockDeclRefExpr() local
45 if (const DeclRefExpr *BR = FindBlockDeclRefExpr(Child, VD)) in FindBlockDeclRefExpr() local
DLLVMConventionsChecker.cpp119 BugReporter &BR; member in __anona612e1bb0111::StringRefCheckerVisitor
138 static void CheckStringRefAssignedTemporary(const Decl *D, BugReporter &BR, in CheckStringRefAssignedTemporary()
219 BugReporter &BR; member in __anona612e1bb0211::ASTFieldVisitor
232 static void CheckASTMemory(const CXXRecordDecl *R, BugReporter &BR, in CheckASTMemory()
DCheckObjCInstMethSignature.cpp42 BugReporter &BR, ASTContext &Ctx, in CompareReturnTypes()
80 BugReporter &BR, in CheckObjCInstMethSignature()
DObjCSuperDeallocChecker.cpp197 std::unique_ptr<BugReport> BR( in reportUseAfterDealloc() local
255 BugReport &BR) { in VisitNode()
DCheckSizeofPointer.cpp26 BugReporter &BR; member in __anonbf4650040111::WalkAST
/external/libcxx/test/std/re/re.regex/re.regex.const/
Dconstants.pass.cpp39 typedef std::basic_regex<CharT> BR; in test() typedef
/external/openthread/tests/scripts/thread-cert/border_router/
Dtest_rcp_radio_version.py43 BR = 1 variable
Dtest_border_router_as_fed.py47 BR = 1 variable
Dtest_single_border_router.py48 BR = 1 variable
Dtest_radvd_coexist.py49 BR = 1 variable
Dtest_plat_udp_accessiblity.py46 BR = 1 variable
Dtest_advertising_proxy.py47 BR = 1 variable
/external/cronet/buildtools/third_party/libc++/trunk/test/std/re/re.regex/re.regex.const/
Dconstants.pass.cpp38 typedef std::basic_regex<CharT> BR; in test() typedef
/external/openthread/tests/scripts/thread-cert/border_router/nat64/
Dtest_single_border_router.py48 BR = 1 variable
/external/openthread/tests/scripts/thread-cert/
DCert_5_3_08_ChildAddressSet.py43 BR = 2 variable
DCert_5_2_05_AddressQuery.py42 BR = 3 variable
DCert_5_3_10_AddressQuery.py44 BR = 2 variable
/external/clang/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()
545 BugReporter *BR; member
/external/rust/crates/plotters/src/series/
Dhistogram.rs202 parent: &ChartContext<DB, Cartesian2d<BR, ACoord>>, in vertical()
224 parent: &ChartContext<DB, Cartesian2d<ACoord, BR>>, in horizontal() argument
/external/dng_sdk/source/
Ddng_rect.h178 dng_point BR () const in BR() function
313 dng_point_real64 BR () const in BR() function
/external/pigweed/pw_bloat/py/pw_bloat/
Dlabel_output.py42 BR = '+' variable in AsciiCharset
59 BR = '┘' variable in LineCharset
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.cpp90 BugReport &BR) { in VisitNode()

1234