HomeSort by relevance Sort by last modified time
    Searched refs:bd (Results 26 - 50 of 161) sorted by null

12 3 4 5 6 7

  /external/kernel-headers/original/linux/mtd/
bbm.h 122 extern int onenand_scan_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd);
  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c 71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch)
76 unsigned char *predictor = &bd->predictor[0];
  /external/jdiff/src/jdiff/
DiffMyers.java 112 final int[] bd = bdiag; // Additional help for the compiler. local
126 bd[bdiagoff + bmid] = xlim;
158 if (odd && bmin <= d && d <= bmax && bd[bdiagoff + d] <= fd[fdiagoff + d])
167 bd[bdiagoff + --bmin - 1] = Integer.MAX_VALUE;
171 bd[bdiagoff + ++bmax + 1] = Integer.MAX_VALUE;
176 int x, y, oldx, tlo = bd[bdiagoff + d - 1], thi = bd[bdiagoff + d + 1];
189 bd[bdiagoff + d] = x;
190 if (!odd && fmin <= d && d <= fmax && bd[bdiagoff + d] <= fd[fdiagoff + d])
246 if ((xlim - bd[bdiagoff + d])*2 + dd > 12 * (c + (dd > 0 ? dd : -dd))
    [all...]
  /libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalTest.java 62 BigDecimal bd; local
63 bd = new BigDecimal("+23e-0");
64 assertEquals("incorrect value", "23", bd.toString());
65 bd = new BigDecimal("-23e+0");
66 assertEquals("incorrect value", "-23", bd.toString());
OldBigDecimalArithmeticTest.java 477 BigDecimal bd; local
480 bd = new BigDecimal(new BigInteger("123456789012345678"), 3, mc);
481 assertEquals("incorrect value", "123456789012345.67", bd.toString());
484 bd = (new BigDecimal(biStr)).round(mc);
485 assertEquals("incorrect value", "1.234567890123456789012345678902E+44", bd.toString());
486 bd = (new BigDecimal(nbiStr)).round(mc);
487 assertEquals("incorrect value", "-1.234567890123456789012345678902E+44", bd.toString());
490 bd = (new BigDecimal(biStr)).round(mc);
491 assertEquals("incorrect value", "1.234567890123456789012345678E+44", bd.toString());
492 bd = (new BigDecimal(nbiStr)).round(mc)
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 146 void Name(target_type target, BranchDelaySlot bd = PROTECT); \
147 inline void Name(BranchDelaySlot bd, target_type target) { \
148 Name(target, bd); \
152 BranchDelaySlot bd = PROTECT); \
153 inline void Name(BranchDelaySlot bd, \
156 Name(target, COND_ARGS, bd); \
173 const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT
192 inline void Ret(BranchDelaySlot bd, Condition cond = al,
194 Ret(cond, rs, rt, bd);
732 BranchDelaySlot bd = PROTECT)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 22 void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch)
26 unsigned char *pred_ptr = bd->predictor;
473 BLOCKD *bd = &x->block[24]; local
475 if(bd->dequant[0]>=35 && bd->dequant[1]>=35)
478 for(i=0;i<(*bd->eob);i++)
480 int coef = bd->dqcoeff[vp8_default_zig_zag1d[i]];
495 for(i=0;i<(*bd->eob);i++)
498 bd->qcoeff[rc]=0;
499 bd->dqcoeff[rc]=0
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiStatusBar.py 13 label = Label(self, bd=1, relief=SUNKEN, anchor=W)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiStatusBar.py 13 label = Label(self, bd=1, relief=SUNKEN, anchor=W)
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 47 BugDriver &BD;
49 ReducePassList(BugDriver &bd) : BD(bd) {}
70 if (BD.runPasses(BD.getProgram(), Prefix, PrefixOutput))
73 OrigProgram = BD.Program;
75 BD.Program = ParseInputFile(PrefixOutput, BD.getContext());
76 if (BD.Program == 0)
    [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.h 153 void Name(target_type target, BranchDelaySlot bd = PROTECT); \
154 inline void Name(BranchDelaySlot bd, target_type target) { \
155 Name(target, bd); \
159 BranchDelaySlot bd = PROTECT); \
160 inline void Name(BranchDelaySlot bd, \
163 Name(target, COND_ARGS, bd); \
180 const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT
199 inline void Ret(BranchDelaySlot bd, Condition cond = al,
201 Ret(cond, rs, rt, bd);
744 BranchDelaySlot bd = PROTECT)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_surface.c 52 unsigned int width = 0, height = 0, bd, depth; local
54 XGetGeometry(dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth);
  /external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c 46 void (*vp8_subtract_b)(BLOCK *be, BLOCKD *bd, int pitch);
63 extern void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch);
  /external/mesa3d/src/glx/apple/
apple_glx_surface.c 52 unsigned int width = 0, height = 0, bd, depth; local
54 XGetGeometry(dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth);
  /external/clang/include/clang/Analysis/
AnalysisContext.h 173 getReferencedBlockVars(const BlockDecl *BD);
186 const BlockDecl *BD,
338 const BlockDecl *BD;
347 const BlockDecl *bd, const void *contextData)
348 : LocationContext(Block, ctx, parent), BD(bd), ContextData(contextData) {}
353 const BlockDecl *getBlockDecl() const { return BD; }
360 const LocationContext *parent, const BlockDecl *bd,
362 ProfileCommon(ID, Block, ctx, parent, bd);
388 const BlockDecl *BD,
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BookmarkUtils.java 143 BitmapDrawable bd = (BitmapDrawable) drawable; local
144 return bd.getBitmap();
152 BitmapDrawable bd = (BitmapDrawable) drawable; local
153 return bd.getBitmap();
  /libcore/luni/src/main/java/javax/xml/datatype/
Duration.java     [all...]
  /external/grub/stage2/
gunzip.c 507 static int bd; /* lookup bits for td */ variable
722 unsigned ml, md; /* masks for bl and bd bits */
735 md = mask_bits[bd];
778 NEEDBITS ((unsigned) bd);
904 bd = 5;
905 if ((i = huft_build (l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
1047 bd = dbits;
1048 if ((i = huft_build (ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
    [all...]
  /external/qemu/hw/
goldfish_nand.c 455 struct batch_data bd; local
458 cpu_physical_memory_read(bd_addr, (void*)&bd, sizeof(struct batch_data));
459 s->dev = bd.dev;
460 s->addr_low = bd.addr_low;
461 s->addr_high = bd.addr_high;
462 s->transfer_size = bd.transfer_size;
463 s->data = bd.data;
557 struct batch_data bd; local
559 bd.result = s->result;
560 cpu_physical_memory_write(bd_addr, (void*)&bd, sizeof(struct batch_data))
    [all...]
  /external/clang/test/SemaCXX/
conditional-expr.cpp 102 BadDerived bd; local
103 (void)(i1 ? bb : bd); // expected-error {{conditional expression is ambiguous; 'BadBase' can be converted to 'BadDerived' and vice versa}}
104 (void)(i1 ? bd : bb); // expected-error {{conditional expression is ambiguous}}
  /external/opencv/cv/src/
cvshapedescr.cpp 979 double* Ad = 0, *bd = 0; local
1021 CV_CALL( bd = (double*)cvAlloc( n*sizeof(bd[0]) ));
1025 b = cvMat( n, 1, CV_64F, bd );
1043 bd[i] = 10000.0; // 1.0?
1056 b = cvMat( 2, 1, CV_64F, bd );
1061 bd[0] = gfp[3];
1062 bd[1] = gfp[4];
1067 b = cvMat( n, 1, CV_64F, bd );
1080 bd[i] = 1.0
    [all...]
  /dalvik/dx/tests/024-code-bytecode/
small-class.txt 212 9a fffd # 00bd: ifne 00ba
274 bd 0001 # 017c: anewarray 0001
  /external/bluetooth/bluedroid/bta/
Android.mk 75 ./sys/bd.c \
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
BookmarkUtils.java 142 BitmapDrawable bd = (BitmapDrawable) drawable; local
143 return bd.getBitmap();
  /external/chromium_org/remoting/host/installer/
build-installer-archive.py 200 for bs, bd in zip(gen_files, gen_files_dst):
201 dst_file = os.path.join(temp_dir, bd)

Completed in 1895 milliseconds

12 3 4 5 6 7