HomeSort by relevance Sort by last modified time
    Searched refs:bpos (Results 1 - 16 of 16) sorted by null

  /frameworks/base/core/java/android/util/
Base64OutputStream.java 32 private int bpos = 0; field in class:Base64OutputStream
79 if (bpos >= buffer.length) {
81 internalWrite(buffer, 0, bpos, false);
82 bpos = 0;
84 buffer[bpos++] = (byte) b;
92 if (bpos > 0) {
93 internalWrite(buffer, 0, bpos, false);
94 bpos = 0;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
annotate.c 324 struct browser_disasm_line *bpos; local
328 bpos = rb_entry(nd, struct browser_disasm_line, rb_node);
329 pos = ((struct disasm_line *)bpos) - 1;
330 idx = bpos->idx;
332 idx = bpos->idx_asm;
351 struct browser_disasm_line *bpos = disasm_line__browser(pos); local
357 RB_CLEAR_NODE(&bpos->rb_node);
364 bpos->percent[i] = disasm__calc_percent(notes,
370 if (max_percent < bpos->percent[i])
371 max_percent = bpos->percent[i]
925 struct browser_disasm_line *bpos; local
    [all...]
  /system/core/toolbox/
nandread.c 34 loff_t pos, opos, end, bpos; local
214 bpos = pos / mtdinfo.erasesize * mtdinfo.erasesize;
215 ret = ioctl(fd, MEMGETBADBLOCK, &bpos);
  /bootable/recovery/mtdutils/
mtdutils.c 417 loff_t bpos = pos; local
418 int ret = ioctl(fd, MEMGETBADBLOCK, &bpos);
527 loff_t bpos = pos; local
528 if (ioctl(ctx->fd, MEMGETBADBLOCK, &bpos) > 0) {
  /external/smack/src/org/xbill/DNS/
Name.java 733 equals(byte [] b, int bpos) {
736 if (name[pos] != b[bpos])
739 bpos++;
744 lowercase[(b[bpos++] & 0xFF)])
  /external/llvm/test/MC/Sparc/
sparc64-ctrl-instructions.s 44 ! CHECK: bpos %xcc, .BB0 ! encoding: [0x1c,0b01101AAA,A,A]
46 bpos %xcc, .BB0
276 ! CHECK: bpos,a %icc, .BB0 ! encoding: [0x3c,0b01001AAA,A,A]
278 bpos,a %icc, .BB0
332 ! CHECK: bpos,pn %icc, .BB0 ! encoding: [0x1c,0b01000AAA,A,A]
334 bpos,pn %icc, .BB0
388 ! CHECK: bpos,a,pn %icc, .BB0 ! encoding: [0x3c,0b01000AAA,A,A]
390 bpos,a,pn %icc, .BB0
444 ! CHECK: bpos %icc, .BB0 ! encoding: [0x1c,0b01001AAA,A,A]
446 bpos,pt %icc, .BB
    [all...]
sparc-ctrl-instructions.s 91 ! CHECK: bpos .BB0 ! encoding: [0x1c,0b10AAAAAA,A,A]
93 bpos .BB0
206 ! CHECK: bpos,a .BB0 ! encoding: [0x3c,0b10AAAAAA,A,A]
208 bpos,a .BB0
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 1230 int bpos; local
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndldic.c 64 #define SET_BPOS_AND_YSIZE(x,bpos,ysize) \
65 NJ_INT16_WRITE((x), ((NJ_UINT16)((bpos) << 7) | ((ysize) & 0x7F)))
68 #define SET_BPOS_AND_KSIZE(x,bpos,ksize) \
69 NJ_INT16_WRITE(((x)+3), ((NJ_UINT16)((bpos) << 7) | ((ksize) & 0x7F)))
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.cc 717 for (std::vector<FileMetaData*>::const_iterator bpos
719 base_iter != bpos;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/
mkvparser.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 1082 milliseconds