HomeSort by relevance Sort by last modified time
    Searched defs:bb (Results 101 - 125 of 265) sorted by null

1 2 3 45 6 7 8 91011

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_bb.cpp 93 BasicBlock *bb = new BasicBlock(pol.context()); local
95 pol.set(this, bb);
98 bb->insertTail(i->clone(pol));
100 pol.context()->cfg.insert(&bb->cfg);
104 bb->cfg.attach(&pol.get(obb)->cfg, it.getType());
107 return bb;
131 inst->bb = this;
144 inst->bb = this;
166 inst->bb = this;
175 inst->bb = this
328 BasicBlock *bb = new BasicBlock(func); local
338 BasicBlock *bb = new BasicBlock(func); local
415 BasicBlock *bb = local
477 BasicBlock *bb; local
514 BasicBlock *bb = BasicBlock::get( local
    [all...]
nv50_ir_build_util.h 43 inline BasicBlock *getBB() { return bb; }
46 inline void remove(Instruction *i) { assert(i->bb == bb); bb->remove(i); }
177 BasicBlock *bb; member in class:nv50_ir::BuildUtil
199 bb = block;
200 prog = bb->getProgram();
201 func = bb->getFunction();
209 bb = i->bb;
    [all...]
nv50_ir_graph.cpp 286 Stack bb, cross; local
288 bb.push(node);
290 while (bb.getSize()) {
291 node = reinterpret_cast<Graph::Node *>(bb.pop().u.p);
303 bb.push(ei.getNode());
318 if (bb.getSize() == 0)
319 cross.moveTo(bb);
  /external/chromium_org/third_party/skia/src/core/
SkFloat.cpp 301 int bb = rand.nextS() >> 14; local
303 b.setInt(bb);
305 SkASSERT(b.getInt() == bb);
309 SkASSERT(cc == aa + bb);
313 SkASSERT(cc == aa - bb);
316 bb >>= 5;
318 b.setInt(bb);
321 SkASSERT(cc == aa * bb);
329 bb = rand.nextS() >> 11;
330 b.setFixed(bb);
    [all...]
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShader.cpp 299 unsigned bb = b >> 16; local
300 cache[0] = SkPackRGB16(SkR32ToR16(rr), SkG32ToG16(gg), SkB32ToB16(bb));
301 cache[kCache16Count] = SkDitherPack888ToRGB16(rr, gg, bb);
    [all...]
  /external/clang/test/Analysis/
dynamic-cast.cpp 16 class BB: public B{};
51 BB bb; local
52 B *pb = &bb;
66 BB bb; local
67 A *pbb = &bb;
69 BB *s = dynamic_cast<BB*>(b);
81 BB bb local
    [all...]
  /external/clang/test/CodeGenCXX/
microsoft-abi-vbtables.cpp 23 // CHECK-DAG: @"\01??_8D@Test1@@7BB@1@@" = {{.*}} [2 x i32] [i32 0, i32 -4]
45 // CHECK-DAG: @"\01??_8D@Test2@@7BB@1@@" = {{.*}} [2 x i32] [i32 0, i32 20]
80 // CHECK-DAG: @"\01??_8D@Test5@@7BB@1@@"
97 // CHECK-DAG: @"\01??_8G@Test6@@7BB@1@E@1@F@1@@" =
99 // CHECK-DAG: @"\01??_8G@Test6@@7BB@1@F@1@@" =
101 // CHECK-DAG: @"\01??_8G@Test6@@7BB@1@E@1@@" =
103 // CHECK-DAG: @"\01??_8F@Test6@@7BB@1@E@1@@" = {{.*}} [2 x i32] [i32 0, i32 52]
105 // CHECK-DAG: @"\01??_8F@Test6@@7BB@1@@" = {{.*}} [2 x i32] [i32 0, i32 24]
109 // CHECK-DAG: @"\01??_8E@Test6@@7BB@1@@" = {{.*}} [2 x i32] [i32 0, i32 28]
111 // CHECK-DAG: @"\01??_8D@Test6@@7BB@1@@" = {{.*}} [2 x i32] [i32 0, i32 24
148 struct BB : B { int bb; }; \/\/ Indirection =\/ member in struct:Test9::BB
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 145 BasicBlock bb = blocks.labelToBlock(betaLabel); local
146 IntList preds = ropMethod.labelToPredecessors(bb.getLabel());
  /external/e2fsprogs/lib/ext2fs/
inode.c 275 badblocks_list bb = scan->fs->badblocks; local
290 while (blk > bb->list[scan->bad_block_ptr]) {
291 if (++scan->bad_block_ptr >= bb->num) {
305 if (blk == bb->list[scan->bad_block_ptr]) {
308 if (++scan->bad_block_ptr >= bb->num)
319 if ((blk + *num_blocks) > bb->list[scan->bad_block_ptr])
320 *num_blocks = (int) (bb->list[scan->bad_block_ptr] - blk);
  /external/harfbuzz_ng/util/
helper-cairo.cc 324 unsigned int fr, fg, fb, fa, br, bg, bb, ba; local
325 br = bg = bb = 0; ba = 255;
326 sscanf (view_opts->back + (*view_opts->back=='#'), "%2x%2x%2x%2x", &br, &bg, &bb, &ba);
331 if (!view_opts->annotate && ba == 255 && br == bg && bg == bb && fr == fg && fg == fb)
365 cairo_set_source_rgba (cr, br / 255., bg / 255., bb / 255., ba / 255.);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_bb.cpp 93 BasicBlock *bb = new BasicBlock(pol.context()); local
95 pol.set(this, bb);
98 bb->insertTail(i->clone(pol));
100 pol.context()->cfg.insert(&bb->cfg);
104 bb->cfg.attach(&pol.get(obb)->cfg, it.getType());
107 return bb;
131 inst->bb = this;
144 inst->bb = this;
166 inst->bb = this;
175 inst->bb = this
328 BasicBlock *bb = new BasicBlock(func); local
338 BasicBlock *bb = new BasicBlock(func); local
415 BasicBlock *bb = local
477 BasicBlock *bb; local
514 BasicBlock *bb = BasicBlock::get( local
    [all...]
nv50_ir_build_util.h 43 inline BasicBlock *getBB() { return bb; }
46 inline void remove(Instruction *i) { assert(i->bb == bb); bb->remove(i); }
177 BasicBlock *bb; member in class:nv50_ir::BuildUtil
199 bb = block;
200 prog = bb->getProgram();
201 func = bb->getFunction();
209 bb = i->bb;
    [all...]
nv50_ir_graph.cpp 286 Stack bb, cross; local
288 bb.push(node);
290 while (bb.getSize()) {
291 node = reinterpret_cast<Graph::Node *>(bb.pop().u.p);
303 bb.push(ei.getNode());
318 if (bb.getSize() == 0)
319 cross.moveTo(bb);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
SampleEntry.java 133 public void _writeReservedAndDataReferenceIndex(ByteBuffer bb) {
134 bb.put(new byte[6]);
135 IsoTypeWriter.writeUInt16(bb, dataReferenceIndex);
138 public void _writeChildBoxes(ByteBuffer bb) {
149 bb.put(baos.toByteArray());
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AC3TrackImpl.java 138 ByteBuffer bb = ByteBuffer.wrap(data); local
139 BitReaderBuffer brb = new BitReaderBuffer(bb);
  /external/skia/bench/
BitmapBench.cpp 45 int bb = conv6ToByte(b); local
46 *colors++ = SkPreMultiplyARGB(0xFF, rr, gg, bb);
  /external/skia/src/core/
SkFloat.cpp 301 int bb = rand.nextS() >> 14; local
303 b.setInt(bb);
305 SkASSERT(b.getInt() == bb);
309 SkASSERT(cc == aa + bb);
313 SkASSERT(cc == aa - bb);
316 bb >>= 5;
318 b.setInt(bb);
321 SkASSERT(cc == aa * bb);
329 bb = rand.nextS() >> 11;
330 b.setFixed(bb);
    [all...]
  /external/skia/src/effects/gradients/
SkGradientShader.cpp 299 unsigned bb = b >> 16; local
300 cache[0] = SkPackRGB16(SkR32ToR16(rr), SkG32ToG16(gg), SkB32ToB16(bb));
301 cache[kCache16Count] = SkDitherPack888ToRGB16(rr, gg, bb);
    [all...]
  /external/valgrind/main/drd/
drd_load_store.c 308 static Bool is_stack_access(IRSB* const bb, IRExpr* const addr_expr)
315 for (i = 0; i < bb->stmts_size; i++)
317 if (bb->stmts[i]
318 && bb->stmts[i]->tag == Ist_WrTmp
319 && bb->stmts[i]->Ist.WrTmp.tmp == addr_expr->Iex.RdTmp.tmp)
321 IRExpr* e = bb->stmts[i]->Ist.WrTmp.data;
346 static IRExpr* instr_trace_mem_load(IRSB* const bb, IRExpr* addr_expr,
351 tmp = newIRTemp(bb->tyenv, typeOfIRExpr(bb->tyenv, addr_expr));
352 addStmtToIRSB(bb, IRStmt_WrTmp(tmp, addr_expr))
589 IRSB* bb; local
    [all...]
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
BitmapTest.java 223 int bb = computePrePostMul(a0, b0); local
224 assertTrue("blue", Math.abs(bb - b1) <= tolerance);
227 int cc = Color.argb(a0, rr, gg, bb);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
ASCIICharsetEncoderTest.java 103 ByteBuffer bb = encoder.encode(cb); local
104 assertEquals(i, bb.get(0));
121 ByteBuffer bb = ByteBuffer.allocate(0x10); local
124 encoder.encode(cb, bb, false);
CharsetDecoderTest.java 71 // ByteBuffer bb = ByteBuffer.allocate(1);
72 // bb.put(0, (byte) 77);
76 // decoder.decode(bb);
202 assertEquals("bb", out.toString());
270 ByteBuffer bb = ByteBuffer.allocateDirect(8); local
271 bb.put(bytes).flip();
272 CharBuffer cb = decoder.decode(bb);
  /libcore/luni/src/test/java/libcore/java/nio/
BufferTest.java 720 ByteBuffer bb = (ByteBuffer) ctor.newInstance(0, 0); local
723 bb.array();
728 bb.arrayOffset();
732 assertFalse(bb.hasArray());
  /libcore/luni/src/test/java/tests/api/java/util/
ResourceBundleTest.java 162 B bb = new B(); local
163 String s = bb.find("nonexistent");
164 s = bb.find("name");
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/
MultiTouchView.java 190 * @param bb ByteBuffer where to construct the message.
195 public void constructEventMessage(ByteBuffer bb, MotionEvent event, int ptr_index) {
196 bb.putInt(event.getPointerId(ptr_index));
198 bb.putInt((int) (event.getX(ptr_index) / mDx));
199 bb.putInt((int) (event.getY(ptr_index) / mDy));
201 bb.putInt((int) (event.getY(ptr_index) / mDy));
202 bb.putInt((int) (getWidth() - event.getX(ptr_index) / mDx));
211 bb.putInt(pressure);

Completed in 2951 milliseconds

1 2 3 45 6 7 8 91011