HomeSort by relevance Sort by last modified time
    Searched refs:bufcnt (Results 1 - 2 of 2) sorted by 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...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/
ioc3.h 215 u32 bufcnt; member in struct:ioc3_etxd

Completed in 96 milliseconds