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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/X11/extensions/
lbxbufstr.h 39 int bufcnt; member in struct:_zlibbuffer
43 (((inbuf)->bufcnt >= (len)) ? (inbuf)->bufptr : NULL)
  /external/elfutils/0.153/libcpu/
i386_disasm.c 289 if (unlikely (bufcnt == bufsize)) \
291 buf[bufcnt++] = (ch); \
305 if (unlikely (bufcnt + _len > bufsize)) \
307 memcpy (buf + bufcnt, _str, _len); \
308 bufcnt += _len; \
322 size_t bufcnt; local
332 .bufcntp = &bufcnt,
366 bufcnt = 0;
430 bufcnt = 0;
469 bufcnt = 0
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 891 static int bufcnt = 0; local
895 if (bufcnt-- > 0)
914 bufcnt = VG_(read) (remote_desc, buf, 1);
916 bufcnt = VG_(read) (remote_desc, buf, sizeof (buf));
918 if (bufcnt <= 0) {
919 if (bufcnt == 0)
927 shared->seen_by_valgrind += bufcnt;
938 bufcnt--;
    [all...]
  /external/valgrind/main/coregrind/
vgdb.c 562 static int bufcnt = 0; local
566 if (bufcnt-- > 0)
569 bufcnt = read_buf (fd, buf, "static buf readchar");
571 if (bufcnt <= 0) {
572 if (bufcnt == 0) {
582 bufcnt--;
    [all...]
  /external/qemu/
qemu-char.c 1870 int bufcnt; member in struct:__anon33799
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/
ioc3.h 215 u32 bufcnt; 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-12/arch-mips/usr/include/asm/sn/
ioc3.h 215 u32 bufcnt; member in struct:ioc3_etxd
  /prebuilts/ndk/9/platforms/android-13/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-15/arch-mips/usr/include/asm/sn/
ioc3.h 215 u32 bufcnt; member in struct:ioc3_etxd
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/sn/
ioc3.h 215 u32 bufcnt; member in struct:ioc3_etxd
  /prebuilts/ndk/9/platforms/android-17/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-19/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 339 long bufcnt);
345 long bufcnt);
351 long bufcnt);
419 unsigned int data = 0, bufCnt = 0, i = 0;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 474 long bufcnt);
480 long bufcnt);
486 long bufcnt);
556 unsigned int data = 0, bufCnt = 0, i = 0;
    [all...]

Completed in 206 milliseconds