Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/libwebp/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
/third_party/skia/third_party/externals/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()
/third_party/libunwind/src/ia64/
Dgetcontext.S29 #define BR(n) (SC_BR + (n)*8) macro
/third_party/ltp/tools/sparse/sparse-src/validation/
Denum-bitwise-mixed.c16 BR = (__force bits) 0, enumerator
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeModifiers.ts45 type BR = { readonly a: { x: number }, readonly b: { x: string } }; alias
51 var b00: keyof BR; variable
68 var b03: { [P in keyof BR]: BR[P] } variable
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_rect.h178 dng_point BR () const in BR() function
313 dng_point_real64 BR () const in BR() function
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dregioncodefortesting.js42 BR: 'BR', property
Dmetadatafortesting.js271 ,"BR":[,[,,"\\d{8,10}",,,,,,,[10] property
Dshortnumbermetadata.js482 ,"BR":[,[,,"[1-69]\\d{2,5}",,,,,,,[3,4,5,6] property
Dmetadatalite.js1235 ,"BR":[,[,,"(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-24679]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7… property
Dmetadata.js1235 ,"BR":[,[,,"(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-24679]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7… property
/third_party/libphonenumber/cpp/test/phonenumbers/
Dtest_util.h84 static const char* BR() { in BR() function
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DRegionCode.java33 static final String BR = "BR"; field in RegionCode
/third_party/skia/tests/
DSkDSLRuntimeEffectTest.cpp60 void test(GrColor TL, GrColor TR, GrColor BL, GrColor BR, in test()
/third_party/parse5/packages/parse5/lib/common/
Dhtml.ts49 BR = 'br', enumerator
221 BR, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp211 auto *BR = dyn_cast<BranchInst>(Term); in isUnconditionalBranch() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp262 unsigned BR = getBaseAddressRegister(MI); in createStoreGroup() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp559 BranchInst *BR = dyn_cast<BranchInst>(EntryBlock->getTerminator()); in computeOutliningInfo() local
711 BranchInst *BR = dyn_cast<BranchInst>(E->getTerminator()); in hasProfileData() local
/third_party/skia/samplecode/
DSamplePatch.cpp82 const int BR = TR + nv; in eval_sheet() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Djcphuff.c929 unsigned int BR; in encode_mcu_AC_refine() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp561 if (auto BR = dyn_cast<BranchInst>(CMP->user_back())) in IsInterestingCmp() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h687 BR, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp929 if (auto *BR = dyn_cast<BranchInst>(I)) { in simplifyTerminatorLeadingToRet() local
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeARM_64.c81 #define BR 0xd61f0000 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_crypto.c1081 const struct crypto_ec_point *BR, *PR; in dpp_auth_derive_l_initiator() local

12