/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv5te/ |
vp8_packtokens_partitions_armv5.asm | 139 ; This value is refered to as "bb" 140 lsls r12, r12, #1 ; bb = v >> n 143 ; bb can only be 0 or 1. So only execute this statement 144 ; if bb == 1, otherwise it will act like i + 0 145 addcs lr, lr, #1 ; i + bb 148 ldrsb lr, [r10, lr] ; i = vp8_coef_tree[i+bb] 151 addcs r2, r2, r4 ; if (bb) lowvalue += split 152 subcs r4, r5, r4 ; if (bb) range = range-split 246 addcs lr, lr, #1 ; i + bb 249 ldrsb lr, [r10, lr] ; i = b->tree[i+bb] [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1170.js | 74 __proto__.__defineSetter__("bb", function(v) { assertUnreachable(); }); 75 eval("with({}) { eval('var bb = 2') }"); 76 assertTrue(this.hasOwnProperty("bb"));
|
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/ |
vp8_packtokens_partitions_armv5.asm | 139 ; This value is refered to as "bb" 140 lsls r12, r12, #1 ; bb = v >> n 143 ; bb can only be 0 or 1. So only execute this statement 144 ; if bb == 1, otherwise it will act like i + 0 145 addcs lr, lr, #1 ; i + bb 148 ldrsb lr, [r10, lr] ; i = vp8_coef_tree[i+bb] 151 addcs r2, r2, r4 ; if (bb) lowvalue += split 152 subcs r4, r5, r4 ; if (bb) range = range-split 246 addcs lr, lr, #1 ; i + bb 249 ldrsb lr, [r10, lr] ; i = b->tree[i+bb] [all...] |
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
SDL_qsort.c | 268 register char *aa=(a),*bb=(b); \ 270 do { register char t=*aa; *aa++=*bb; *bb++=t; } while (--sz); } 273 register int *aa=(int*)(a),*bb=(int*)(b); \ 275 do { register int t=*aa;*aa++=*bb; *bb++=t; } while (sz-=WORD_BYTES); }
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/ |
vp8_packtokens_partitions_armv5.asm | 139 ; This value is refered to as "bb" 140 lsls r12, r12, #1 ; bb = v >> n 143 ; bb can only be 0 or 1. So only execute this statement 144 ; if bb == 1, otherwise it will act like i + 0 145 addcs lr, lr, #1 ; i + bb 148 ldrsb lr, [r10, lr] ; i = vp8_coef_tree[i+bb] 151 addcs r2, r2, r4 ; if (bb) lowvalue += split 152 subcs r4, r5, r4 ; if (bb) range = range-split 246 addcs lr, lr, #1 ; i + bb 249 ldrsb lr, [r10, lr] ; i = b->tree[i+bb] [all...] |
/external/valgrind/main/callgrind/ |
main.c | 201 helper calls. The BB is scanned top to bottom and memory events 312 /* The array of InstrInfo's is part of BB struct. */ 313 BB* bb; member in struct:__anon16075 315 /* BB seen before (ie. re-instrumentation) */ 321 // current offset of guest instructions from BB start 375 'consumes' slots in cgs->bb. */ 776 end of BB instrumentation. */ 782 tl_assert(clgs->ii_index < clgs->bb->instr_count); 783 ii = &clgs->bb->instr[ clgs->ii_index ] [all...] |
/external/llvm/bindings/python/llvm/ |
core.py | 299 self.bb = function.last 301 self.bb = function.first 307 if not isinstance(self.bb, BasicBlock): 309 result = self.bb 311 self.bb = self.bb.prev 313 self.bb = self.bb.next 372 def __init__(self, bb, reverse=False): 373 self.bb = b [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-flow-inline.h | 446 /* Return the PHI nodes for basic block BB, or NULL if there are no 449 phi_nodes (const_basic_block bb) 451 gcc_checking_assert (!(bb->flags & BB_RTL)); 452 return bb->il.gimple.phi_nodes; 456 phi_nodes_ptr (basic_block bb) 458 gcc_checking_assert (!(bb->flags & BB_RTL)); 459 return &bb->il.gimple.phi_nodes; 462 /* Set PHI nodes of a basic block BB to SEQ. */ 465 set_phi_nodes (basic_block bb, gimple_seq seq) 469 gcc_checking_assert (!(bb->flags & BB_RTL)) 473 gimple_set_bb (gsi_stmt (i), bb); local 550 basic_block bb = gimple_bb (stmt); local [all...] |
/dalvik/dx/src/com/android/dx/ssa/back/ |
IdenticalBlockCombiner.java | 140 BasicBlock bb = blocks.labelToBlock(betaLabel); local 141 IntList preds = ropMethod.labelToPredecessors(bb.getLabel());
|
/external/chromium_org/third_party/skia/bench/ |
RepeatTileBench.cpp | 61 int bb = conv_6_to_byte(b); local 62 *colors++ = SkPreMultiplyARGB(0xFF, rr, gg, bb);
|
/external/chromium_org/third_party/tcmalloc/vendor/packages/ |
rpm.sh | 61 rpmbuild -bb rpm/rpm.spec $target \
|
/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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/ |
AbstractContainerBox.java | 159 protected final void writeChildBoxes(ByteBuffer bb) { 160 WritableByteChannel wbc = new ByteBufferByteChannel(bb);
|
FullContainerBox.java | 140 protected final void writeChildBoxes(ByteBuffer bb) { 141 WritableByteChannel wbc = new ByteBufferByteChannel(bb);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
DefaultMp4Builder.java | 453 ByteBuffer bb = ByteBuffer.allocate(16); local 456 IsoTypeWriter.writeUInt32(bb, size); 458 IsoTypeWriter.writeUInt32(bb, 1); 460 bb.put(IsoFile.fourCCtoBytes("mdat")); 462 bb.put(new byte[8]); 464 IsoTypeWriter.writeUInt64(bb, size); 466 bb.rewind(); 467 writableByteChannel.write(bb);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
H264TrackImpl.java | 265 ByteBuffer bb = createSample(buffered); local 276 LOG.fine("Adding sample with size " + bb.capacity() + " and header " + sh); 278 samples.add(bb); 316 ByteBuffer bb = ByteBuffer.wrap(output); local 318 bb.putInt(buffers.get(i).length); 319 bb.put(buffers.get(i)); 321 bb.rewind(); 322 return bb;
|
/external/skia/bench/ |
RepeatTileBench.cpp | 61 int bb = conv_6_to_byte(b); local 62 *colors++ = SkPreMultiplyARGB(0xFF, rr, gg, bb);
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
SecretKeyFactoryTest.java | 353 byte[] bb = new byte[24]; 354 KeySpec ks = (defaultAlgorithm.equals(defaultAlgorithm2) ? (KeySpec) new DESKeySpec(bb) : 355 (KeySpec) new DESedeKeySpec(bb)); 357 SecretKeySpec secKeySpec = new SecretKeySpec(bb, defaultAlgorithm);
|
/external/llvm/include/llvm/IR/ |
CFG.h | 47 explicit inline PredIterator(Ptr *bb) : It(bb->user_begin()) { 50 inline PredIterator(Ptr *bb, bool) : It(bb->user_end()) {} 88 inline pred_iterator pred_begin(BasicBlock *BB) { return pred_iterator(BB); } 89 inline const_pred_iterator pred_begin(const BasicBlock *BB) { 90 return const_pred_iterator(BB); 92 inline pred_iterator pred_end(BasicBlock *BB) { return pred_iterator(BB, true); [all...] |
/external/guava/guava-tests/test/com/google/common/hash/ |
HashTestUtils.java | 35 ByteBuffer bb = ByteBuffer.wrap(new byte[longs.length * 8]).order(bo); local 37 bb.putLong(x); 39 return bb.array();
|
/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);
|
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/ |
GenImage.java | 141 ByteBuffer bb = ByteBuffer.allocateDirect(buf.length * 4); local 142 bb.order(ByteOrder.nativeOrder()); 143 FloatBuffer fb = bb.asFloatBuffer();
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
CharsetDecoder2Test.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);
|
CharsetTest.java | 654 ByteBuffer bb = c1.encode(CharBuffer.wrap("abcdefg")); 655 assertEquals("abcdefg", new String(bb.array(), "iso8859-1")); 656 bb = c1.encode(CharBuffer.wrap("")); 657 assertEquals("", new String(bb.array(), "iso8859-1")); 662 ByteBuffer bb = c1.encode(CharBuffer.wrap("abcd\u5D14efg")); 663 assertEquals(new String(bb.array(), "iso8859-1"), 687 ByteBuffer bb = c1.encode("abcdefg"); 688 assertEquals("abcdefg", new String(bb.array(), "iso8859-1")); 689 bb = c1.encode(""); 690 assertEquals("", new String(bb.array(), "iso8859-1")) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_lowering_nv50.cpp | 175 i->bb->insertAfter(i, cloneForward(func, i)); 183 // BB:0 184 // preret BB:3 186 // BB:3 189 // BB:0 190 // bra BB:3 + n0 (directly to the call; move to beginning of BB and fixate) 192 // BB:3 193 // bra BB:3 + n1 (skip the call) 194 // call BB:0 + n2 (skip bra at beginning of BB:0 [all...] |