Home
last modified time | relevance | path

Searched defs:UB (Results 1 – 25 of 66) sorted by relevance

123

/aosp_15_r20/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.runtime.pass.cpp53 using UB = std::unique_ptr<B[]>; in test_sfinae() typedef
58 using UB = std::unique_ptr<B[], GenericConvertingDeleter<1> >; in test_sfinae() typedef
H A Dpointer.pass.cpp136 using UB = std::unique_ptr<B[]>; in test_sfinae_runtime() typedef
H A Dmove_convert.single.pass.cpp99 using UB = std::unique_ptr<B>; in test_sfinae() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.runtime.pass.cpp53 using UB = std::unique_ptr<B[]>; in test_sfinae() typedef
58 using UB = std::unique_ptr<B[], GenericConvertingDeleter<1> >; in test_sfinae() typedef
H A Dpointer.pass.cpp160 using UB = std::unique_ptr<B[]>; in test_sfinae_runtime() typedef
H A Dmove_convert.single.pass.cpp102 using UB = std::unique_ptr<B>; in test_sfinae() typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp327 uint32_t UB = ScoreUBs[T] - getWaitCountMax(EXP_CNT); in setScoreUB() local
670 uint32_t UB = getScoreUB(T); in print() local
731 const uint32_t UB = getScoreUB(T); in simplifyWaitcnt() local
744 const uint32_t UB = getScoreUB(T); in determineWait() local
775 const uint32_t UB = getScoreUB(T); in applyWaitcnt() local
/aosp_15_r20/external/libyuv/source/
H A Drow_common.cc1569 #define YUVCONSTANTSBODY(YG, YB, UB, UG, VG, VR) \ argument
1574 #define YUVCONSTANTSBODY(YG, YB, UB, UG, VG, VR) \ argument
1587 #define MAKEYUVCONSTANTS(name, YG, YB, UB, UG, VG, VR) \ argument
1603 #define UB 129 /* round(2.018 * 64) */ macro
1605 #define UB 128 /* max(128, round(2.018 * 64)) */ macro
1615 MAKEYUVCONSTANTS(I601, YG, YB, UB, UG, VG, VR) in MAKEYUVCONSTANTS() argument
1631 #define UB 113 /* round(1.77200 * 64) */ in MAKEYUVCONSTANTS() macro
1657 #define UB 135 /* round(2.112 * 64) */ in MAKEYUVCONSTANTS() macro
1685 #define UB 119 /* round(1.8556 * 64) */ in MAKEYUVCONSTANTS() macro
1711 #define UB 137 /* round(2.142 * 64) */ in MAKEYUVCONSTANTS() macro
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp56 const Value *UB = GetUnderlyingObjCPtr(SB); in alias() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp58 const Value *UB = GetUnderlyingObjCPtr(SB, DL); in alias() local
H A DDependenceAnalysis.cpp860 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); in checkSrcSubscript() local
885 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); in checkDstSubscript() local
992 const SCEV *UB = SE->getBackedgeTakenCount(L); in collectUpperBound() local
1003 if (const SCEV *UB = collectUpperBound(L, T)) in collectConstantUpperBound() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp58 const Value *UB = GetUnderlyingObjCPtr(SB, DL); in alias() local
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLSwizzle.h36 UL = 12, UT = 13, UR = 14, UB = 15, enumerator
/aosp_15_r20/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.single.pass.cpp78 using UB = std::unique_ptr<B>; in test_sfinae() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.single.pass.cpp81 using UB = std::unique_ptr<B>; in test_sfinae() typedef
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1673 Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) { in EmitOMPOuterLoop()
1765 Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) { in EmitOMPForOuterLoop()
1847 Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) { in EmitOMPDistributeOuterLoop()
1988 LValue UB = in EmitOMPWorksharingLoop() local
2166 LValue UB = in EmitSections() local
2662 LValue UB = in EmitOMPDistributeLoop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DDebugInfoMetadata.cpp403 Metadata *LB, Metadata *UB, Metadata *Stride, in getImpl()
453 Metadata *UB = getRawUpperBound(); in getUpperBound() local
500 Metadata *UB, Metadata *Stride, in getImpl()
543 Metadata *UB = getRawUpperBound(); in getUpperBound() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmacros.h152 #define UNCLAMPED_FLOAT_TO_UBYTE(UB, FLT) \ argument
165 #define CLAMPED_FLOAT_TO_UBYTE(UB, FLT) \ argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp159 LiveRange::iterator UB = upper_bound(LR, End.getPrevSlot()); in isDefOnEntry() local
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/dec/src/
H A Dmp4def.h50 #define CLIP_THE_RANGE(x,LB,UB) if ((x)<(LB)) (x) = (LB); else if ((x)>(UB)) (x) = (UB) argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp937 if (auto UB = Subrange->getUpperBound()) in dependencies() local
950 if (auto UB = GenericSubrange->getUpperBound()) in dependencies() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp786 const unsigned UB = getScoreUB(T); in determineWait() local
817 const unsigned UB = getScoreUB(T); in applyWaitcnt() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/
Dp_256_multprecision.cc250 uint8_t UB; in multiprecision_fast_mod_P256() local
/aosp_15_r20/external/clang/test/CodeGen/
H A Dxcore-stringtype.c164 union UB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4; union
/aosp_15_r20/external/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp341 if (MachOUniversalBinary *UB = dyn_cast_or_null<MachOUniversalBinary>(Bin)) { in getOrCreateObject() local

123