HomeSort by relevance Sort by last modified time
    Searched refs:bpos (Results 1 - 24 of 24) 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;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-c674x-pcrel.s 86 bpos .S2 ext3+4,b2
87 bpos .S1 ext2,a2
88 bpos .S2 (nrp),b2
89 bpos .S2 (irp),b2
90 bpos .S1 (a1),a2
91 bpos .S2 f5,b2
92 [!b1] bpos .S2 f5+4,b2
93 bpos .S2 g5,b2
94 bpos .S2 (b1),b2
reloc-bad-6.s 86 bpos .S1 g10_32,a1
87 bpos .S1 g10_28,a1
88 bpos .S1 g10_32,a1
89 bpos .S1 g10_0,a1
90 bpos .S1 g10_4128,a1
91 bpos .S1 g10_4124,a1
92 bpos .S1 g10_2080+1,a1
insns-c674x-pcrel.d 68 0+108 <[^>]*> 01000022[ \t]+bpos \.S2 00000100 <f5>,b2
70 0+10c <[^>]*> 01000020[ \t]+bpos \.S1 00000100 <f5>,a2
72 0+110 <[^>]*> 01000022[ \t]+bpos \.S2 00000100 <f5>,b2
74 0+114 <[^>]*> 01000022[ \t]+bpos \.S2 00000100 <f5>,b2
76 0+118 <[^>]*> 01000020[ \t]+bpos \.S1 00000100 <f5>,a2
78 0+11c <[^>]*> 01000022[ \t]+bpos \.S2 00000100 <f5>,b2
79 0+120 <[^>]*> 517f2022[ \t]+\[!b1\] bpos \.S2 00000104 <f5\+0x4>,b2
80 0+124 <[^>]*> 01006022[ \t]+bpos \.S2 0000012c <g5>,b2
81 0+128 <[^>]*> 01000022[ \t]+bpos \.S2 00000120 <f5\+0x20>,b2
reloc-bad-2.s 81 bpos .S2 $dsbt_index(__c6xabi_DSBT_BASE),b1
82 bpos .S2 $GOT(b),b1
83 bpos .S2 $DPR_GOT(b),b1
84 bpos .S2 $DPR_BYTE(b),b1
85 bpos .S2 $DPR_HWORD(b),b1
86 bpos .S2 $DPR_WORD(b),b1
87 bpos .S2 $PCR_OFFSET(b,f),b1
insns-bad-1.s 147 bpos .L1 f,a1
148 bpos .S1X f,b1
149 bpos .S1 f,b1
150 bpos .S2 0,b2
151 bpos .S2 f,b1,0
  /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 419 loff_t bpos = pos; local
420 int ret = ioctl(fd, MEMGETBADBLOCK, &bpos);
532 loff_t bpos = pos; local
533 if (ioctl(ctx->fd, MEMGETBADBLOCK, &bpos) > 0) {
  /external/libmicrohttpd/src/microhttpd/
postprocessor.c 589 const char *bpos; local
596 bpos = buf;
598 while (NULL != (spos = strstr (bpos, key)))
603 bpos = spos + 1;
    [all...]
  /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 111 ! CHECK: bpos .BB0 ! encoding: [0x1c,0b10AAAAAA,A,A]
113 bpos .BB0
234 ! CHECK: bpos,a .BB0 ! encoding: [0x3c,0b10AAAAAA,A,A]
236 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/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c 10272 bfd_vma bpos; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimal.java 142 private static final byte bpos = 1; field in class:DiagBigDecimal
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimal.java 138 private static final byte bpos = 1; field in class:DiagBigDecimal
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /toolchain/binutils/binutils-2.25/include/opcode/
tic6x-opcode-table.h 572 INSN(bpos, s, bpos, branch, C64X, TIC6X_FLAG_NO_CROSS,
    [all...]
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 

Completed in 1915 milliseconds