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

  /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)
  /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/libldac/src/
pack_ldac.c 29 register int bpos; local
33 bpos = *p_loc & LDAC_LOC_MASK;
36 tmp >>= bpos; local
  /external/syslinux/com32/lib/sys/vesa/
vesa.h 82 uint8_t bpos; member in struct:vesa_mode_info
  /external/syslinux/com32/mboot/
vesa.h 81 uint8_t bpos; member in struct:vesa_mode_info
  /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/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/libdrm/include/drm/
vc4_drm.h 270 __u32 bpoa, bpos; member in struct:drm_vc4_get_hang_state
  /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...]
  /bionic/libc/kernel/uapi/drm/
vc4_drm.h 130 __u32 bpoa, bpos; member in struct:drm_vc4_get_hang_state
  /external/kernel-headers/original/uapi/drm/
vc4_drm.h 288 __u32 bpoa, bpos; member in struct:drm_vc4_get_hang_state
  /external/f2fs-tools/tools/sg_write_buffer/
sg_lib.c 2695 int bpos = bpstart; local
2797 int bpstart, bpos, k, n, prior_ascii_len; local
2956 int bpos = bpstart; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 1230 int bpos; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimalTest.java 130 private static final byte bpos = 1; field in class:DiagBigDecimalTest
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimalTest.java 127 private static final byte bpos = 1; field in class:DiagBigDecimalTest
    [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...]
  /toolchain/binutils/binutils-2.27/bfd/
elflink.c 10926 bfd_vma bpos; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 

Completed in 779 milliseconds