HomeSort by relevance Sort by last modified time
    Searched refs:bb (Results 251 - 275 of 458) sorted by null

<<111213141516171819

  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
BasicBlockList.java 74 * @param bb {@code null-ok;} the element to set at {@code n}
76 public void set(int n, BasicBlock bb) {
77 super.set(n, bb);
  /external/icu4c/test/cintltst/
cbiapts.c 330 UBreakIterator *bb; local
335 bb = ubrk_open(UBRK_WORD, "en_US", NULL, 0, &status);
337 ubrk_setText(bb, s1, -1, &status);
339 ubrk_first(bb);
340 j = ubrk_next(bb);
343 ubrk_setUText(bb, ut, &status);
345 j = ubrk_next(bb);
348 ubrk_close(bb);
    [all...]
  /external/icu4c/test/perf/howExpensiveIs/
sieve.cpp 73 static int comdoub(const void *aa, const void *bb)
76 const double *b = (const double*)bb;
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
BufferUtils.java 937 ByteBuffer bb = createByteBuffer(data.length); local
938 bb.put(data);
939 bb.flip();
940 return bb;
945 ByteBuffer bb = createByteBuffer(bytes.length); local
946 bb.put(bytes);
947 bb.flip();
948 return bb;
    [all...]
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 109 $ba="%f0"; $bb="%f2"; $bc="%f4"; $bd="%f6";
206 ldda [%o4+0]%asi,$bb
217 fxtod $bb,$bb
234 fmuld $alo,$bb,$alob
245 fmuld $ahi,$bb,$ahib
294 fmuld $alo,$bb,$alob
327 fmuld $ahi,$bb,$ahib
382 fmuld $alo,$bb,$alob
408 fmuld $ahi,$bb,$ahi
    [all...]
  /external/webp/src/dsp/
upsampling_sse2.c 98 #define UPSAMPLE_LAST_BLOCK(tb, bb, num_pixels, out) { \
101 memcpy(r2, (bb), (num_pixels)); \
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
MacTest.java 310 byte [] bb = {(byte)1, (byte)2, (byte)3, (byte)4, (byte)5};
311 SecretKeySpec sks = new SecretKeySpec(bb, "SHA1");
638 byte [] bb = {(byte)1, (byte)2, (byte)3, (byte)4, (byte)5};
639 SecretKeySpec sks = new SecretKeySpec(bb, "SHA1");
681 byte [] bb = {(byte)1, (byte)2, (byte)3, (byte)4, (byte)5};
682 SecretKeySpec sks = new SecretKeySpec(bb, "SHA1");
751 byte [] bb = {(byte)1, (byte)2, (byte)3, (byte)4, (byte)5};
752 SecretKeySpec sks = new SecretKeySpec(bb, "SHA1");
    [all...]
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 586 DWM_BLURBEHIND bb = {0};
587 bb.dwFlags = DWM_BB_ENABLE | DWM_BB_BLURREGION;
588 bb.fEnable = true;
601 bb.hRgnBlur = popup_region.Get();
602 DwmEnableBlurBehindWindow(GetWidget()->GetNativeView(), &bb);
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 183 /// A helper function that computes the predicate of the block BB, assuming
185 /// mask for the block BB.
186 VectorParts createBlockInMask(BasicBlock *BB);
191 /// A helper function to vectorize a single BB within the innermost loop.
192 void vectorizeBlockInLoop(LoopVectorizationLegality *Legal, BasicBlock *BB,
442 /// Return true if the block BB needs to be predicated in order for the loop
444 bool blockNeedsPredication(BasicBlock *BB);
485 bool blockCanBePredicated(BasicBlock *BB);
    [all...]
  /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/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.c 281 REAL s1, s2, s3, sd, bb, bj, bk, bjm, bjp, bkm, bkp; local
614 bb = Im [kk];
616 Im [kk] = bb + bkp + bjp;
618 bk = bkp * c72 + bjp * c2 + bb;
626 bk = bkp * c2 + bjp * c72 + bb;
665 bk = bb = Im [kk];
690 bk = bb;
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreementTest.java 319 byte[] bb;
324 bb = kAgs[i].generateSecret();
327 bb1 = new byte[bb.length + 10];
  /external/valgrind/main/memcheck/tests/x86/
fxsave.stdout.exp 16 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
22 272 79 b9 f9 b9 99 ff 99 bb 99 77 99 bb 9b 9f 9b 97
84 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
90 272 79 b9 f9 b9 99 ff 99 bb 99 77 99 bb 9b 9f 9b 97
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.h 238 /* Returns the sequence of statements in BB. */
241 bb_seq (const_basic_block bb)
243 return (!(bb->flags & BB_RTL) && bb->il.gimple) ? bb->il.gimple->seq : NULL;
247 /* Sets the sequence of statements in BB to SEQ. */
250 set_bb_seq (basic_block bb, gimple_seq seq)
252 gcc_checking_assert (!(bb->flags & BB_RTL));
253 bb->il.gimple->seq = seq;
268 basic_block bb; member in struct:__anon22645
327 struct basic_block_def *bb; variable in typeref:struct:basic_block_def
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gimple.h 238 /* Returns the sequence of statements in BB. */
241 bb_seq (const_basic_block bb)
243 return (!(bb->flags & BB_RTL) && bb->il.gimple) ? bb->il.gimple->seq : NULL;
247 /* Sets the sequence of statements in BB to SEQ. */
250 set_bb_seq (basic_block bb, gimple_seq seq)
252 gcc_checking_assert (!(bb->flags & BB_RTL));
253 bb->il.gimple->seq = seq;
268 basic_block bb; member in struct:__anon23374
327 struct basic_block_def *bb; variable in typeref:struct:basic_block_def
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.h 238 /* Returns the sequence of statements in BB. */
241 bb_seq (const_basic_block bb)
243 return (!(bb->flags & BB_RTL) && bb->il.gimple) ? bb->il.gimple->seq : NULL;
247 /* Sets the sequence of statements in BB to SEQ. */
250 set_bb_seq (basic_block bb, gimple_seq seq)
252 gcc_checking_assert (!(bb->flags & BB_RTL));
253 bb->il.gimple->seq = seq;
268 basic_block bb; member in struct:__anon24205
327 struct basic_block_def *bb; variable in typeref:struct:basic_block_def
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gimple.h 238 /* Returns the sequence of statements in BB. */
241 bb_seq (const_basic_block bb)
243 return (!(bb->flags & BB_RTL) && bb->il.gimple) ? bb->il.gimple->seq : NULL;
247 /* Sets the sequence of statements in BB to SEQ. */
250 set_bb_seq (basic_block bb, gimple_seq seq)
252 gcc_checking_assert (!(bb->flags & BB_RTL));
253 bb->il.gimple->seq = seq;
268 basic_block bb; member in struct:__anon24934
327 struct basic_block_def *bb; variable in typeref:struct:basic_block_def
    [all...]
  /external/ceres-solver/include/ceres/
rotation.h 395 T bb = b * b; local
402 R[0] = aa + bb - cc - dd; R[1] = T(2) * (bc - ad); R[2] = T(2) * (ac + bd); // NOLINT
403 R[3] = T(2) * (ad + bc); R[4] = aa - bb + cc - dd; R[5] = T(2) * (cd - ab); // NOLINT
404 R[6] = T(2) * (bd - ac); R[7] = T(2) * (ab + cd); R[8] = aa - bb - cc + dd; // NOLINT
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
sorttable.js 285 bb = parseFloat(b[0].replace(/[^0-9.-]/g,''));
286 if (isNaN(bb)) bb = 0;
287 return aa-bb;
  /external/clang/test/SemaCXX/
warn-empty-body.cpp 241 bb; // expected-error{{use of undeclared identifier}}
  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 99 MachineBasicBlock *BB;
107 /// The index in BB of RegionEnd.
172 virtual void startBlock(MachineBasicBlock *BB);
178 virtual void enterRegion(MachineBasicBlock *bb,
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
AudioSpecificConfig.java 321 public void parseDetail(ByteBuffer bb) throws IOException {
322 ByteBuffer configBytes = bb.slice();
324 bb.position(bb.position() + sizeOfInstance);
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant_inline.h 514 register int32 bb = (int32)coeff; local
520 "r"(bb),
529 register int32 bb = (int32)coeff; local
534 "r"(bb));
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 52 BasicBlock* BB;
54 CaseRange(Constant *low = 0, Constant *high = 0, BasicBlock *bb = 0) :
55 Low(low), High(high), BB(bb) { }
201 BasicBlock* Succ = Leaf.BB;
  /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);

Completed in 2043 milliseconds

<<111213141516171819