/bionic/libc/kernel/common/video/ |
dsscomp.h | 104 __s16 br, bg, bb; member in struct:omap_dss_cpr_coefs
|
/bionic/libc/stdlib/ |
strtod.c | 1347 Bigint *bb = NULL, *bd = NULL, *bs = NULL, *delta = NULL;/* pacify gcc */ local 1650 bb = d2b(value(rv), &bbe, &bbbits); /* rv = bb * 2^bbe */ [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
Ropper.java | 392 for (BasicBlock bb : result) { 393 int label = bb.getLabel(); 921 BasicBlock bb = new BasicBlock(label, il, extraBlockSuccessors, local 924 addBlock(bb, frame.getSubroutines()); 962 BasicBlock bb = local 1050 BasicBlock bb = local 1126 BasicBlock bb = local 1149 BasicBlock bb = new BasicBlock(label, insns, IntList.EMPTY, -1); local 1171 BasicBlock bb; local 1227 BasicBlock bb = new BasicBlock(getExceptionSetupLabel(i), local [all...] |
/dalvik/vm/compiler/codegen/arm/ |
CodegenDriver.cpp | 4208 BasicBlock *bb = (BasicBlock *) dvmGrowableListIteratorNext(&iterator); local [all...] |
/dalvik/vm/compiler/codegen/mips/ |
CodegenDriver.cpp | 4336 BasicBlock *bb = (BasicBlock *) dvmGrowableListIteratorNext(&iterator); local [all...] |
/dalvik/vm/compiler/codegen/x86/ |
AnalysisO1.h | 250 struct BasicBlock_O1* bb; //bb VR belongs to member in struct:compileTableEntry 365 bool getConstInfo(BasicBlock_O1* bb); 377 int collectInfoOfBasicBlock(Method* method, BasicBlock_O1* bb); //update bb->infoBasicBlock
|
/external/chromium_org/third_party/freetype/src/autofit/ |
aflatin2.c | 191 FT_Int bb; local 205 for ( bb = 0; bb < AF_LATIN_BLUE_MAX; bb++ ) 207 const char* p = af_latin2_blue_chars[bb]; 213 FT_TRACE5(( "blue zone %d:\n", bb )); 262 if ( AF_LATIN_IS_TOP_BLUE( bb ) ) 397 if ( AF_LATIN_IS_TOP_BLUE( bb ) ^ over_ref ) 408 if ( AF_LATIN_IS_TOP_BLUE( bb ) ) 416 if ( bb == AF_LATIN_BLUE_SMALL_TOP 1412 FT_Int bb; local [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uloc.c | 330 "BA", "BB", "BD", "BE", "BF", "BG", "BH", "BI", 389 /* "BA", "BB", "BD", "BE", "BF", "BG", "BH", "BI", */ 2236 const _acceptLangItem *bb = (const _acceptLangItem*)b; local [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
apps.c | 1565 const char *aa,*bb; local [all...] |
/external/freetype/src/autofit/ |
aflatin2.c | 191 FT_Int bb; local 205 for ( bb = 0; bb < AF_LATIN_BLUE_MAX; bb++ ) 207 const char* p = af_latin2_blue_chars[bb]; 213 FT_TRACE5(( "blue zone %d:\n", bb )); 262 if ( AF_LATIN_IS_TOP_BLUE( bb ) ) 397 if ( AF_LATIN_IS_TOP_BLUE( bb ) ^ over_ref ) 408 if ( AF_LATIN_IS_TOP_BLUE( bb ) ) 416 if ( bb == AF_LATIN_BLUE_SMALL_TOP 1412 FT_Int bb; local [all...] |
/external/kernel-headers/original/video/ |
dsscomp.h | 105 __s16 br, bg, bb; member in struct:omap_dss_cpr_coefs
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_bitstream.c | 291 const int bb = (v >> --n) & 1; local 292 vp9_write(w, bb, pp[i >> 1]); 293 i = vp9_coef_tree[i + bb]; 306 const int bb = (v >> --n) & 1; local 307 vp9_write(w, bb, pb[i >> 1]); 308 i = b->tree[i + bb]; [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXAsmPrinter.cpp | 750 const BasicBlock *bb = I->getParent(); local 751 if (!bb) 753 const Function *caller = bb->getParent(); 798 const BasicBlock *bb = instr->getParent(); local 799 if (!bb) 801 const Function *caller = bb->getParent(); [all...] |
/external/openssl/apps/ |
apps.c | 1565 const char *aa,*bb; local [all...] |
/external/valgrind/main/VEX/ |
test_main.c | 119 /* Run with default params. However, we can't allow bb chasing 121 to read code outside the initial BB we hand it. So when calling 144 /* first line is: . bb-number bb-addr n-bytes */ 289 /* Set up BB */ 290 IRSB* bb = emptyIRSB(); 291 bb->tyenv = dopyIRTypeEnv(bb_in->tyenv); 292 bb->next = dopyIRExpr(bb_in->next); 293 bb->jumpkind = bb_in->jumpkind; 323 bb, 517 IRSB* bb; member in struct:_MCEnv 2584 IRSB* bb = emptyIRSB(); local [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:__anon27683 315 /* BB seen before (ie. re-instrumentation) */ 321 // current offset of guest instructions from BB start 375 'consumes' slots in cgs->bb. */ 732 end of BB instrumentation. */ 738 tl_assert(clgs->ii_index < clgs->bb->instr_count); 739 ii = &clgs->bb->instr[ clgs->ii_index ] [all...] |
/libcore/luni/src/test/java/libcore/javax/crypto/ |
CipherTest.java | 2346 ByteBuffer bb = ByteBuffer.allocate(8); local [all...] |
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
SSLEngineTest.java | 413 ByteBuffer bb = ByteBuffer.allocate(10); local 418 sse.unwrap(bb, bbA, -1, 3); 424 sse.unwrap(bb, bbA, 0, -3); 430 sse.unwrap(bb, bbA, bbA.length + 1, bbA.length); 436 sse.unwrap(bb, bbA, 0, bbA.length + 1); 455 ByteBuffer bb = ByteBuffer.allocate(10); local 460 sse.unwrap(bb, bbA, 0, bbA.length); 481 ByteBuffer bb = ByteBuffer.allocate(10); local 496 sse.unwrap(bb, bbAN, 0, 3); 505 sse.unwrap(bb, bbN, 0, 0) 536 ByteBuffer bb = ByteBuffer.allocate(10); local 558 ByteBuffer bb = ByteBuffer.allocate(10); local 588 ByteBuffer bb = ByteBuffer.allocate(10); local 627 ByteBuffer bb = ByteBuffer.allocate(10).asReadOnlyBuffer(); local 683 ByteBuffer bb = ByteBuffer.allocate(10); local 702 ByteBuffer bb = ByteBuffer.allocate(10); local 931 ByteBuffer bb = ByteBuffer.allocate(10); local 1123 ByteBuffer bb = ByteBuffer.allocate(10); local 1164 ByteBuffer bb = ByteBuffer.allocate(10).asReadOnlyBuffer(); local 1189 ByteBuffer bb = ByteBuffer.allocate(10); local 1233 ByteBuffer bb = ByteBuffer.allocate(10); local 1253 ByteBuffer bb = ByteBuffer.allocate(10); local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 4727 char* bb = buf; local 4876 const char* bb = buf; local 5060 const char* bb = buf; local 5089 const char* bb = buf; local 5116 const char* bb = buf; local 5933 const char* bb = lc->currency_symbol; local 6016 const char* bb = lc->int_curr_symbol; local [all...] |
/packages/apps/Camera/src/com/android/camera/ui/ |
PieRenderer.java | 328 RectF bb = local 335 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/ |
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:__anon33787 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:__anon34516 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:__anon35347 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:__anon36076 327 struct basic_block_def *bb; variable in typeref:struct:basic_block_def [all...] |
/external/chromium/base/third_party/dmg_fp/ |
dtoa.cc | 2440 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; variable 2962 Bfree(bb); variable 3368 Bfree(bb); variable 3373 Bfree(bb); variable [all...] |