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

1 2

  /hardware/qcom/msm8998/json-c/
printbuf.h 25 int bpos; member in struct:printbuf
44 if ((p->size - p->bpos) > bufsize) { \
45 memcpy(p->buf + p->bpos, (bufptr), bufsize); \
46 p->bpos += bufsize; \
47 p->buf[p->bpos]= '\0'; \
51 #define printbuf_length(p) ((p)->bpos)
printbuf.c 40 p->bpos = 0;
70 "bpos=%d min_size=%d old_size=%d new_size=%d\n",
71 p->bpos, min_size, p->size, new_size);
82 if (p->size <= p->bpos + size + 1) {
83 if (printbuf_extend(p, p->bpos + size + 1) < 0)
86 memcpy(p->buf + p->bpos, buf, size);
87 p->bpos += size;
88 p->buf[p->bpos]= '\0';
97 offset = pb->bpos;
106 if (pb->bpos < size_needed
    [all...]
  /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
  /external/syslinux/com32/mboot/
initvesa.c 142 mi->bpos == 0)))
147 mi->bpos == 0)))
152 mi->bpos == 0)))
157 mi->bpos == 0)))
vesa.h 81 uint8_t bpos; member in struct:vesa_mode_info
  /external/syslinux/efi/
vesa.c 164 mi->bpos = 16;
176 mi->bpos = 0;
198 &mi->bpos, &lfb_bsize);
205 dprintf("BPos %d Bsize %d RsvP %d RsvSz %d\n", mi->bpos, lfb_bsize, mi->resv_pos, lfb_resv_size);
  /external/syslinux/com32/rosh/
rosh.c 112 int bpos, epos; /* beginning and ending position of source string local
115 bpos = 0;
118 bpos = rosh_search_nonsp(src, ipos);
119 epos = rosh_search_sp(src, bpos);
120 if (epos > bpos) {
121 memcpy(dest, src + bpos, epos - bpos);
122 if (dest[epos - bpos] != 0)
123 dest[epos - bpos] = 0;
496 int bpos = 0 local
    [all...]
  /external/syslinux/com32/lib/sys/vesa/
vesa.h 82 uint8_t bpos; member in struct:vesa_mode_info
  /external/syslinux/com32/modules/
vesainfo.c 54 "Mode attrib h_res v_res bpp layout rpos gpos bpos\n",
80 mi->memory_layout, mi->rpos, mi->gpos, mi->bpos);
  /external/syslinux/core/
bios.c 286 mi->rpos, mi->gpos, mi->bpos);
329 mi->bpos == 0)))
334 mi->bpos == 0)))
339 mi->bpos == 0)))
344 mi->bpos == 0)))
  /external/e2fsprogs/misc/
create_inode.c 410 off_t off, bpos; local
428 for (bpos = 0, ptr = buf; bpos < got; bpos += fs->blocksize) {
430 if (blen > got - bpos)
431 blen = got - bpos;
436 err = ext2fs_file_lseek(e2_file, off + bpos,
  /external/libldac/src/
pack_ldac.c 29 register int bpos; local
33 bpos = *p_loc & LDAC_LOC_MASK;
36 tmp >>= bpos; local
  /bionic/libc/kernel/uapi/drm/
vc4_drm.h 119 __u32 bpoa, bpos; member in struct:drm_vc4_get_hang_state
  /external/kernel-headers/original/uapi/drm/
vc4_drm.h 270 __u32 bpoa, bpos; member in struct:drm_vc4_get_hang_state
  /external/libdrm/include/drm/
vc4_drm.h 270 __u32 bpoa, bpos; member in struct:drm_vc4_get_hang_state
  /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/javassist/src/main/javassist/bytecode/
CodeIterator.java 1230 int bpos; local
    [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
315 ! CHECK: bpos,a .BB0 ! encoding: [0x3c,0b10AAAAAA,A,A]
317 bpos,a .BB0
  /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/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 945 int bpos = bpstart; local
954 if (bpos >= ((bpstart + (9 * 3))))
955 bpos++;
959 bpos += 3;
960 if (bpos == (bpstart + (9 * 3)))
961 bpos++;
962 sprintf(&buff[bpos], "%.2x", (int)(unsigned char)c);
963 buff[bpos + 2] = ' ';
973 bpos = bpstart;
    [all...]

Completed in 1023 milliseconds

1 2