/external/clang/test/CodeGenCXX/ |
const-init-cxx11.cpp | 176 extern constexpr int (B1::*bb) = (int(B1::*))&C::b; member in namespace:MemberPtr
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
SsaBasicBlock.java | 147 BasicBlock bb = ropBlocks.get(basicBlockIndex); local 149 new SsaBasicBlock(basicBlockIndex, bb.getLabel(), parent); 150 InsnList ropInsns = bb.getInsns(); 160 rmeth.labelToPredecessors(bb.getLabel())); 163 = SsaMethod.bitSetFromLabelList(ropBlocks, bb.getSuccessors()); 167 bb.getSuccessors()); 170 int primarySuccessor = bb.getPrimarySuccessor(); [all...] |
/external/freetype/src/autofit/ |
afcjk.c | 280 FT_Int bb; local 307 for ( bb = 0; bb < AF_CJK_BLUE_MAX; bb++ ) 319 const FT_ULong* p = blue_chars[bb][fill_type]; 325 FT_TRACE5(( "cjk blue %s/%s\n", cjk_blue_name[bb], 381 switch ( bb ) 449 if ( AF_CJK_BLUE_TOP == bb || AF_CJK_BLUE_BOTTOM == bb ) 484 if ( ( AF_CJK_BLUE_TOP == bb || 1202 FT_UInt bb; local [all...] |
aflatin.c | 223 FT_Int bb; local 237 for ( bb = 0; bb < AF_LATIN_BLUE_MAX; bb++ ) 239 const char* p = af_latin_blue_chars[bb]; 245 FT_TRACE5(( "blue zone %d:\n", bb )); 296 if ( AF_LATIN_IS_TOP_BLUE( bb ) ) 465 if ( AF_LATIN_IS_TOP_BLUE( bb ) ^ over_ref ) 476 if ( AF_LATIN_IS_TOP_BLUE( bb ) ) 484 if ( bb == AF_LATIN_BLUE_SMALL_TOP 1437 FT_UInt bb; local [all...] |
/external/grub/stage2/ |
gunzip.c | 473 static ulg bb; /* bit buffer */ variable 729 b = bb; /* initialize bit buffer */ 838 bb = b; /* restore global bit buffer */ 854 b = bb; /* initialize bit buffer */ 870 bb = b; 935 b = bb; 1032 bb = b; 1074 b = bb; 1088 bb = b; [all...] |
/external/icu4c/i18n/ |
csrsbcs.cpp | 1136 uint8_t *bb = unshape(prev_fInputBytes, prev_fInputBytesLength, length); local [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
LODGeomap.java | 89 FloatBuffer bb = BufferUtils.createFloatBuffer(getWidth() * getHeight() * 3);
local 91 writeTangentArray(nb, tanb, bb, texb, scale);
97 m.setBuffer(Type.Binormal, 3, bb);
[all...] |
/external/libvpx/libvpx/vp8/encoder/ |
bitstream.c | 190 const int bb = (v >> --n) & 1; local 192 i = vp8_coef_tree[i+bb]; 194 if (bb) 255 const int bb = (v2 >> --n2) & 1; local 257 i = b->tree[i+bb]; 259 if (bb) [all...] |
/external/libyuv/files/source/ |
row_common.cc | 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); 836 uint32 bb = src_argb1[0]; local 839 dst_argb[0] = BLEND(fb, bb, a); 848 bb = src_argb1[4 + 0]; 851 dst_argb[4 + 0] = BLEND(fb, bb, a); 865 uint32 bb = src_argb1[0]; local 868 dst_argb[0] = BLEND(fb, bb, a); [all...] |
/external/llvm/test/Bindings/Ocaml/ |
vmcore.ml | 707 let bb = append_block context "Bb1" fn in var 708 insist (bb = entry_block fn); 709 ignore (build_unreachable (builder_at_end context bb)); 715 let bb = append_block context "Bb2" fn in var 716 delete_block bb; 730 let bb = entry_block fn in var 731 ignore (build_unreachable (builder_at_end context bb)); 732 let bbv = value_of_block bb in 738 let bb = entry_block fn in var 739 ignore (build_unreachable (builder_at_end context bb)); 779 let bb = entry_block f in var 820 let bb = entry_block fn in var [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_lowering_nvc0.cpp | 97 NVC0LegalizeSSA::visit(BasicBlock *bb) 100 for (Instruction *i = bb->getEntry(); i; i = next) { 173 if (early->bb == later->bb) 175 return later->bb->dominatedBy(early->bb); 207 if (!insn || !insn->bb->reachableBy(texi->bb, term)) 245 findOverwritingDefs(texi, defi, usei->bb, uses); 291 // tag BB CFG nodes by their id for late 293 BasicBlock *bb = reinterpret_cast<BasicBlock *>(i.get()); local 388 BasicBlock *bb = BasicBlock::get(n); local 410 BasicBlock *bb = BasicBlock::get(n); local 435 BasicBlock *bb = BasicBlock::get(n); local [all...] |
/external/opencv/cv/src/ |
cvshapedescr.cpp | 519 int bb; local 524 bb = *b_max; 533 memcpy( *buf2, *buf3, bb * sizeof( double )); 547 memcpy( *buf1, *buf3, bb * sizeof( double )); [all...] |
/external/valgrind/main/VEX/priv/ |
ir_defs.c | 1845 IRSB* bb = LibVEX_Alloc(sizeof(IRSB)); local [all...] |
/external/valgrind/main/callgrind/ |
dump.c | 418 /* the debug lookup cache is useful if BBCC for same BB are 471 p->file = CLG_(get_file_node)(bbcc->bb->obj, file); 480 p->addr = addr - bbcc->bb->obj->offset; 481 p->bb_addr = bbcc->bb->offset; 483 CLG_DEBUG(3, " get_debug_pos(%#lx): BB %#lx, fn '%s', file '%s', line %u\n", 484 addr, bb_addr(bbcc->bb), bbcc->cxt->fn[0]->name, 519 * print position change inside of a BB (last -> curr) 525 CLG_DEBUG(2, " print_apos(file '%s', line %d, bb %#lx, addr %#lx) fnFile '%s'\n", 636 CLG_DEBUG(2, " print_fcost(file '%s', line %d, bb %#lx, addr %#lx):\n", 667 if (!get_debug_pos(jcc->to, bb_addr(jcc->to->bb), &target)) 787 BB* bb = bbcc->bb; local [all...] |
/external/valgrind/main/coregrind/ |
m_translate.c | 278 /* Set up BB */ 279 IRSB* bb = emptyIRSB(); local 280 bb->tyenv = deepCopyIRTypeEnv(sb_in->tyenv); 281 bb->next = deepCopyIRExpr(sb_in->next); 282 bb->jumpkind = sb_in->jumpkind; 283 bb->offsIP = sb_in->offsIP; 340 addStmtToIRSB( bb, IRStmt_Dirty(dcall) ); \ 370 addStmtToIRSB( bb, IRStmt_Dirty(dcall) ); \ 398 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP ); 400 addStmtToIRSB( bb, st ) [all...] |
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 110 const struct mac_acl_entry *bb = b; local 111 return os_memcmp(aa->addr, bb->addr, sizeof(macaddr)); [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
BatteryMeterView.java | 325 final float bb = mFrame.bottom - mFrame.height() / 10f; local 327 || mBoltFrame.right != br || mBoltFrame.bottom != bb) { 328 mBoltFrame.set(bl, bt, br, bb);
|
/frameworks/base/services/java/com/android/server/power/ |
ElectronBeam.java | 643 ByteBuffer bb = ByteBuffer.allocateDirect(size * 4); local 644 bb.order(ByteOrder.nativeOrder()); 645 return bb.asFloatBuffer();
|
/frameworks/base/tools/aapt/ |
Images.cpp | 753 int i, j, rr, gg, bb, aa; local 772 bb = row[2]; 787 printf(" (%d %d %d)", rr, gg, bb); 790 printf(" (%d %d %d %d)", rr, gg, bb, aa); 810 int i, j, rr, gg, bb, aa, idx; local 833 bb = *row++; 838 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation); 839 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation); 842 maxGrayDeviation, i, j, rr, gg, bb, aa)); 847 if (rr != gg || rr != bb) { [all...] |
/packages/apps/Browser/src/com/android/browser/view/ |
PieMenu.java | 352 RectF bb = local 359 path.arcTo(bb, start, end - start, true);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-flow-inline.h | 513 /* Return the PHI nodes for basic block BB, or NULL if there are no 516 phi_nodes (const_basic_block bb) 518 gcc_checking_assert (!(bb->flags & BB_RTL)); 519 if (!bb->il.gimple) 521 return bb->il.gimple->phi_nodes; 524 /* Set PHI nodes of a basic block BB to SEQ. */ 527 set_phi_nodes (basic_block bb, gimple_seq seq) 531 gcc_checking_assert (!(bb->flags & BB_RTL)); 532 bb->il.gimple->phi_nodes = seq; 535 gimple_set_bb (gsi_stmt (i), bb); local 639 basic_block bb = gimple_bb (stmt); local [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-flow-inline.h | 513 /* Return the PHI nodes for basic block BB, or NULL if there are no 516 phi_nodes (const_basic_block bb) 518 gcc_checking_assert (!(bb->flags & BB_RTL)); 519 if (!bb->il.gimple) 521 return bb->il.gimple->phi_nodes; 524 /* Set PHI nodes of a basic block BB to SEQ. */ 527 set_phi_nodes (basic_block bb, gimple_seq seq) 531 gcc_checking_assert (!(bb->flags & BB_RTL)); 532 bb->il.gimple->phi_nodes = seq; 535 gimple_set_bb (gsi_stmt (i), bb); local 639 basic_block bb = gimple_bb (stmt); local [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-flow-inline.h | 513 /* Return the PHI nodes for basic block BB, or NULL if there are no 516 phi_nodes (const_basic_block bb) 518 gcc_checking_assert (!(bb->flags & BB_RTL)); 519 if (!bb->il.gimple) 521 return bb->il.gimple->phi_nodes; 524 /* Set PHI nodes of a basic block BB to SEQ. */ 527 set_phi_nodes (basic_block bb, gimple_seq seq) 531 gcc_checking_assert (!(bb->flags & BB_RTL)); 532 bb->il.gimple->phi_nodes = seq; 535 gimple_set_bb (gsi_stmt (i), bb); local 639 basic_block bb = gimple_bb (stmt); local [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-flow-inline.h | 513 /* Return the PHI nodes for basic block BB, or NULL if there are no 516 phi_nodes (const_basic_block bb) 518 gcc_checking_assert (!(bb->flags & BB_RTL)); 519 if (!bb->il.gimple) 521 return bb->il.gimple->phi_nodes; 524 /* Set PHI nodes of a basic block BB to SEQ. */ 527 set_phi_nodes (basic_block bb, gimple_seq seq) 531 gcc_checking_assert (!(bb->flags & BB_RTL)); 532 bb->il.gimple->phi_nodes = seq; 535 gimple_set_bb (gsi_stmt (i), bb); local 639 basic_block bb = gimple_bb (stmt); local [all...] |
/sdk/emulator/qtools/ |
trace_reader.cpp | 89 uint64_t future_time = future->bb.next_time; 93 if (future_time <= ptr->bb.next_time) 148 // Open the trace.bb file 149 char *fname = CreateTracePath(filename, ".bb"); 178 head_->bb->bb_rec.bb_num, head_->bb->bb_rec.start_time, 179 head_->bb->bb_rec.time_diff, head_->bb->bb_rec.repeat, 180 head_->bb->next_time); 185 TimeRec *bb = &head_->bb local 235 TimeRec *bb = &head_->bb; local [all...] |