HomeSort by relevance Sort by last modified time
    Searched defs:bb (Results 126 - 150 of 394) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/valgrind/callgrind/
debug.c 47 void CLG_(print_bb)(int s, BB* bb)
54 VG_(printf)("BB %#lx (Obj '%s')", bb_addr(bb), bb->obj->name);
117 BB* bb; local
129 bb = bbcc->bb;
130 CLG_ASSERT(bb!=0)
326 BB* bb; local
    [all...]
  /external/valgrind/drd/
drd_load_store.c 314 static Bool is_stack_access(IRSB* const bb, IRExpr* const addr_expr)
321 for (i = 0; i < bb->stmts_used; i++)
323 if (bb->stmts[i]
324 && bb->stmts[i]->tag == Ist_WrTmp
325 && bb->stmts[i]->Ist.WrTmp.tmp == addr_expr->Iex.RdTmp.tmp)
327 IRExpr* e = bb->stmts[i]->Ist.WrTmp.data;
352 static IRExpr* instr_trace_mem_load(IRSB* const bb, IRExpr* addr_expr,
358 tmp = newIRTemp(bb->tyenv, typeOfIRExpr(bb->tyenv, addr_expr));
359 addStmtToIRSB(bb, IRStmt_WrTmp(tmp, addr_expr))
603 IRSB* bb; local
    [all...]
  /external/wpa_supplicant_8/src/utils/
os_win32.c 271 const u8 *bb = b; local
276 res |= aa[i] ^ bb[i];
os_internal.c 477 const u8 *bb = b; local
482 res |= aa[i] ^ bb[i];
  /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/tests/java/nio/charset/
ASCIICharsetEncoderTest.java 109 ByteBuffer bb = encoder.encode(cb); local
110 assertEquals(i, bb.get(0));
127 ByteBuffer bb = ByteBuffer.allocate(0x10); local
130 encoder.encode(cb, bb, false);
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);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ResourceBundleTest.java 162 B bb = new B(); local
163 String s = bb.find("nonexistent");
164 s = bb.find("name");
  /libcore/luni/src/test/java/libcore/java/nio/
BufferTest.java 799 ByteBuffer bb = (ByteBuffer) ctor.newInstance(0, 0); local
802 bb.array();
807 bb.arrayOffset();
811 assertFalse(bb.hasArray());
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
StringCoding.java 169 ByteBuffer bb = ByteBuffer.wrap(ba, off, len); local
172 CoderResult cr = cd.decode(bb, cb, true);
244 ByteBuffer bb = ByteBuffer.wrap(ba, off, len); local
247 CoderResult cr = cd.decode(bb, cb, true);
323 CoderResult cr = ce.encode(cb, bb, true);
325 ByteBuffer bb = ce.encode(cb.asReadOnlyBuffer()); local
326 return safeTrim(bb.array(), bb.limit(), cs, isTrusted);
376 ByteBuffer bb = ByteBuffer.wrap(ba); local
380 CoderResult cr = ce.encode(cb, bb, true)
    [all...]
  /libcore/ojluni/src/main/java/java/nio/channels/
Channels.java 75 private static void writeFullyImpl(WritableByteChannel ch, ByteBuffer bb)
78 while (bb.remaining() > 0) {
79 int n = ch.write(bb);
91 private static void writeFully(WritableByteChannel ch, ByteBuffer bb)
99 writeFullyImpl(ch, bb);
102 writeFullyImpl(ch, bb);
148 private ByteBuffer bb = null;
168 ByteBuffer bb = ((this.bs == bs) local
169 ? this.bb
171 bb.limit(Math.min(off + len, bb.capacity()))
    [all...]
  /libcore/ojluni/src/main/java/java/nio/charset/
CharsetEncoder.java 353 ByteBuffer bb = ByteBuffer.wrap(repl); local
354 CharBuffer cb = CharBuffer.allocate((int)(bb.remaining()
356 CoderResult cr = dec.decode(bb, cb, true);
    [all...]
  /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);
  /sdk/templates/docs/
jquery-1.8.0.min.js 2 (function(a,b){function G(a){var b=F[a]={};return p.each(a.split(s),function(a,c){b[c]=!0}),b}function J(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(I,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:+d+""===d?+d:H.test(d)?p.parseJSON(d):d}catch(f){}p.data(a,c,d)}else d=b}return d}function K(a){var b;for(b in a){if(b==="data"&&p.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function ba(){return!1}function bb(){return!0}function bh(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function bi(a,b){do (…)
    [all...]
  /system/core/libsparse/
backed_block.c 60 struct backed_block *backed_block_iter_next(struct backed_block *bb)
62 return bb->next;
65 unsigned int backed_block_len(struct backed_block *bb)
67 return bb->len;
70 unsigned int backed_block_block(struct backed_block *bb)
72 return bb->block;
75 void *backed_block_data(struct backed_block *bb)
77 assert(bb->type == BACKED_BLOCK_DATA);
78 return bb->data.data;
81 const char *backed_block_filename(struct backed_block *bb)
133 struct backed_block *bb = bbl->data_blocks; local
148 struct backed_block *bb; local
250 struct backed_block *bb; local
295 struct backed_block *bb = calloc(1, sizeof(struct backed_block)); local
313 struct backed_block *bb = calloc(1, sizeof(struct backed_block)); local
331 struct backed_block *bb = calloc(1, sizeof(struct backed_block)); local
350 struct backed_block *bb = calloc(1, sizeof(struct backed_block)); local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 355 Bigint *ab, *bb, *bb1, *bd, *bd0, *bs, *delta, *rvb, *rvb0; local
760 bb = Balloc(rvb->k);
761 if (bb == NULL)
763 Bcopy(bb, rvb);
801 bb1 = mult(bs, bb);
804 Bfree(bb);
805 bb = bb1;
809 bb = lshift(bb, bb2);
810 if (bb == NULL
    [all...]
  /cts/tests/tests/media/libmediandkjni/
native-media-jni.cpp 210 uint8_t *bb = new uint8_t[width * height]; local
212 memcpy(bb + i * width, in + i * stride, width);
214 // bb is filled with data
215 int sum = adler32(bb, width * height);
216 delete[] bb;
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 223 ByteBlock bb = list.get(i); local
224 int start = bb.getStart();
225 int end = bb.getEnd();
233 "block " + Hex.u2(bb.getLabel()) + ": " +
243 IntList successors = bb.getSuccessors();
254 ByteCatchList catches = bb.getCatches();
304 BasicBlock bb = blocks.get(blocks.indexOfLabel(label)); local
317 InsnList il = bb.getInsns();
326 IntList successors = bb.getSuccessors();
331 int primary = bb.getPrimarySuccessor()
    [all...]
  /external/ceres-solver/internal/ceres/
autodiff_test.cc 113 A bb = b*b; local
120 R(0, 0) = aa+bb-cc-dd; R(0, 1) = A(2)*(bc-ad); R(0, 2) = A(2)*(ac+bd); // NOLINT
121 R(1, 0) = A(2)*(ad+bc); R(1, 1) = aa-bb+cc-dd; R(1, 2) = A(2)*(cd-ab); // NOLINT
122 R(2, 0) = A(2)*(bd-ac); R(2, 1) = A(2)*(ab+cd); R(2, 2) = aa-bb-cc+dd; // NOLINT
  /external/deqp/modules/internal/
ditFrameworkTests.cpp 563 const deUint32 bb = tcu::Float32(b).bits(); local
564 return de::max(ab, bb) - de::min(ab, bb);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 191 BasicBlock *bb; local
196 bb = BasicBlock::get(reinterpret_cast<Node *>(dtIt->get()));
197 bb->getDF().clear();
199 for (succIt = bb->cfg.outgoing(); !succIt.end(); succIt.next()) {
201 if (dfLocal->idom() != bb)
202 bb->getDF().insert(dfLocal);
205 for (chldIt = bb->dom.outgoing(); !chldIt.end(); chldIt.next()) {
211 if (dfUp->idom() != bb)
212 bb->getDF().insert(dfUp);
218 // liveIn(bb) = usedBeforeAssigned(bb) U (liveOut(bb) - assigned(bb)
333 BasicBlock *bb; local
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AACTrackImpl.java 222 ByteBuffer bb = ByteBuffer.wrap(data); local
223 BitReaderBuffer brb = new BitReaderBuffer(bb);
253 ByteBuffer bb = ByteBuffer.wrap(header); local
255 BitReaderBuffer brb = new BitReaderBuffer(bb);
EC3TrackImpl.java 176 ByteBuffer bb = ByteBuffer.wrap(data); local
177 BitReaderBuffer brb = new BitReaderBuffer(bb);
  /external/regex-re2/re2/
prefilter.cc 104 Prefilter* bb = (*b->subs())[i]; local
105 a->subs()->push_back(bb);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.c 281 REAL s1, s2, s3, sd, bb, bj, bk, bjm, bjp, bkm, bkp; local
610 bb = Im [kk];
612 Im [kk] = bb + bkp + bjp;
614 bk = bkp * c72 + bjp * c2 + bb;
622 bk = bkp * c2 + bjp * c72 + bb;
661 bk = bb = Im [kk];
686 bk = bb;

Completed in 577 milliseconds

1 2 3 4 56 7 8 91011>>