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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxbufstr.h 39 int bufcnt; member in struct:_zlibbuffer
43 (((inbuf)->bufcnt >= (len)) ? (inbuf)->bufptr : NULL)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxbufstr.h 39 int bufcnt; member in struct:_zlibbuffer
43 (((inbuf)->bufcnt >= (len)) ? (inbuf)->bufptr : NULL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxbufstr.h 39 int bufcnt; member in struct:_zlibbuffer
43 (((inbuf)->bufcnt >= (len)) ? (inbuf)->bufptr : NULL)
  /external/elfutils/libcpu/
i386_disasm.c 289 if (unlikely (bufcnt == bufsize)) \
291 buf[bufcnt++] = (ch); \
298 if (unlikely (bufcnt + _len > bufsize)) \
300 memcpy (buf + bufcnt, str, _len); \
301 bufcnt += _len; \
315 size_t bufcnt; local
325 .bufcntp = &bufcnt,
359 bufcnt = 0;
449 bufcnt = 0;
499 bufcnt = 0
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 798 static int bufcnt = 0; local
802 if (bufcnt-- > 0)
817 bufcnt = VG_(read) (remote_desc, buf, 1);
819 bufcnt = VG_(read) (remote_desc, buf, sizeof (buf));
821 if (bufcnt <= 0) {
822 if (bufcnt == 0)
830 shared->seen_by_valgrind += bufcnt;
841 bufcnt--;
  /external/valgrind/main/coregrind/
vgdb.c 1519 static int bufcnt = 0; local
    [all...]
  /external/qemu/
qemu-char.c 1870 int bufcnt; member in struct:__anon28224
    [all...]
  /bionic/libc/kernel/arch-mips/asm/sn/
ioc3.h 215 u32 bufcnt; member in struct:ioc3_etxd
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/
ioc3.h 215 u32 bufcnt; member in struct:ioc3_etxd
  /external/kernel-headers/original/asm-mips/sn/
ioc3.h 214 u32 bufcnt; /* buffer counts field */ member in struct:ioc3_etxd
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/
ioc3.h 215 u32 bufcnt; member in struct:ioc3_etxd
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/
ioc3.h 215 u32 bufcnt; member in struct:ioc3_etxd
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/sn/
ioc3.h 215 u32 bufcnt; member in struct:ioc3_etxd
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/sn/
ioc3.h 215 u32 bufcnt; member in struct:ioc3_etxd
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/sn/
ioc3.h 215 u32 bufcnt; member in struct:ioc3_etxd
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 343 long bufcnt);
349 long bufcnt);
355 long bufcnt);
423 unsigned int data = 0, bufCnt = 0, i = 0;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 440 long bufcnt);
446 long bufcnt);
452 long bufcnt);
522 unsigned int data = 0, bufCnt = 0, i = 0;
    [all...]

Completed in 600 milliseconds