HomeSort by relevance Sort by last modified time
    Searched full:nbytes (Results 201 - 225 of 460) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 684 int nBytes;
686 nBytes = nBits>>3;
687 pSi->numTotalBytes += nBytes;
692 pSi->numBadBytes += nBytes;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
plarena.h 77 PRUint32 nbytes; /* total bytes allocated */ member in struct:PLArenaStats
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_icu.c 92 ** string to be tokenized is pInput[0..nBytes-1]. A cursor
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_icu.c 92 ** string to be tokenized is pInput[0..nBytes-1]. A cursor
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linuxthreads.cc 356 ssize_t nbytes = sys_getdents(proc, (struct kernel_dirent *)buf, local
358 if (nbytes < 0)
360 else if (nbytes == 0) {
374 entry < (struct kernel_dirent *)&buf[nbytes];
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linuxthreads.cc 356 ssize_t nbytes = sys_getdents(proc, (struct kernel_dirent *)buf, local
358 if (nbytes < 0)
360 else if (nbytes == 0) {
374 entry < (struct kernel_dirent *)&buf[nbytes];
  /external/libvpx/libvpx/
vp8_scalable_patterns.c 62 size_t nbytes, to_read; local
66 nbytes = fread(img->planes[0], 1, to_read, f);
67 if(nbytes != to_read) {
69 if(nbytes > 0)
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
extutil.h 138 int /* nbytes */
  /external/qemu/distrib/zlib-1.2.3/
zutil.h 95 void *_Cdecl farmalloc( unsigned long nbytes );
  /external/srec/srec/include/
utteranc.h 193 unsigned long nBytes;
  /external/valgrind/main/coregrind/
m_libcprint.c 60 void send_bytes_to_logging_sink ( OutputSink* sink, Char* msg, Int nbytes )
63 Int rc = VG_(write_socket)( sink->fd, msg, nbytes );
68 VG_(write)( sink->fd, msg, nbytes );
76 VG_(write)( sink->fd, msg, nbytes );
pub_core_libcproc.h 88 extern void VG_(invalidate_icache) ( void *ptr, SizeT nbytes );
  /external/valgrind/main/include/
pub_tool_mallocfree.h 40 extern void* VG_(malloc) ( HChar* cc, SizeT nbytes );
pub_tool_replacemalloc.h 41 extern void* VG_(cli_malloc) ( SizeT align, SizeT nbytes );
  /external/yaffs2/yaffs2/
yaffs_guts.h 117 int nBytes; /* Only valid if the cache is dirty */
828 int nBytes);
830 int nBytes, int writeThrough);
890 int yaffs_CheckFF(__u8 * buffer, int nBytes);
  /external/zlib/src/
zutil.h 90 void *_Cdecl farmalloc( unsigned long nbytes );
  /hardware/qcom/media/mm-core/inc/
QOMX_VideoExtensions.h 296 * nBytes : When used with OMX_GetParameter for the encoder
308 * OMX_GetParamter with nBytes set to 0. In this
309 * case, when OMX_GetParameter returns, the nBytes
346 OMX_U32 nBytes;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
extutil.h 115 int /* nbytes */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
extutil.h 115 int /* nbytes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
extutil.h 115 int /* nbytes */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
chunk.py 35 data = chunk.read(nbytes)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
chunk.py 35 data = chunk.read(nbytes)
  /external/libppp/src/
physical.c 826 physical_Read(struct physical *p, void *buf, size_t nbytes)
831 ret = (*p->handler->read)(p, buf, nbytes);
833 ret = read(p->fd, buf, nbytes);
841 physical_Write(struct physical *p, const void *buf, size_t nbytes)
843 log_DumpBuff(LogPHYSICAL, "write", buf, nbytes);
846 return (*p->handler->write)(p, buf, nbytes);
848 return write(p->fd, buf, nbytes);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h     [all...]

Completed in 1803 milliseconds

1 2 3 4 5 6 7 891011>>