HomeSort by relevance Sort by last modified time
    Searched defs:UB (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAliasAnalysis.cpp 78 const Value *UB = GetUnderlyingObjCPtr(SB, *DL);
79 if (UA != SA || UB != SB) {
80 Result = AliasAnalysis::alias(Location(UA), Location(UB));
  /external/clang/test/CodeGen/
xcore-stringtype.c 150 // CHECK: !{{[0-9]+}} = !{i32 (%union.UB*)* @unionTypeB,
151 // CHECK: !"f{si}(u(UB){m(N2){b(2:si)},m(N4){b(4:si)},m(){b(2:si)},
164 union UB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4;
167 int unionTypeB(union UB ub) {return UnionAnon.A;}
  /system/bt/stack/smp/
p_256_multprecision.c 384 uint8_t UB;
417 UB = UC;
419 UB += (B < a[12]);
423 UA = UB;
462 U -= UB;
528 U += UB;
  /external/clang/lib/Analysis/
ReachableCode.cpp 303 const CFGBlock *UB = I->getPossiblyUnreachableBlock();
304 if (!UB)
314 B = UB;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
clast.h 103 struct clast_expr * UB;
145 struct clast_expr *LB, struct clast_expr *UB,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
clast.h 103 struct clast_expr * UB;
145 struct clast_expr *LB, struct clast_expr *UB,
  /external/clang/include/clang/AST/
StmtOpenMP.h 398 void setUpperBoundVariable(Expr *UB) {
401 *std::next(child_begin(), UpperBoundVariableOffset) = UB;
454 Expr *UB;
492 UB = nullptr;
    [all...]
  /external/libyuv/files/source/
row_common.cc 428 #define UB 127 /* min(63,static_cast<int8>(2.018 * 64)) */
437 #define BB UB * 128 + VB * 128
453 uint32 b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6);
465 *b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6);
    [all...]
row_posix.cc     [all...]
row_win.cc     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp     [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 945 #define UB 127 /* min(63,(int8)(2.018 * 64)) */
954 #define BB UB * 128 + VB * 128
961 *b = Clamp((int32)((u * UB + v * VB) - (BB) + y1) >> 6);
    [all...]
row_posix.cc     [all...]
row_win.cc 28 #define UB 127 /* min(127,(int8)(2.018 * 64)) */
37 #define BB UB * 128 + VB * 128
42 UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, V
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]

Completed in 639 milliseconds