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

1 2 3 4 5 6 78 91011>>

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 28 static void convertFixedDirectLoop(const char* dataIn,unsigned int strideIn,void* dataOut,unsigned int nBytes,unsigned int strideOut,int attribSize);
30 static void convertByteDirectLoop(const char* dataIn,unsigned int strideIn,void* dataOut,unsigned int nBytes,unsigned int strideOut,int attribSize);
216 static void convertFixedDirectLoop(const char* dataIn,unsigned int strideIn,void* dataOut,unsigned int nBytes,unsigned int strideOut,int attribSize) {
218 for(unsigned int i = 0; i < nBytes;i+=strideOut) {
241 static void convertByteDirectLoop(const char* dataIn,unsigned int strideIn,void* dataOut,unsigned int nBytes,unsigned int strideOut,int attribSize) {
243 for(unsigned int i = 0; i < nBytes;i+=strideOut) {
  /external/yaffs2/yaffs2/
yaffs_fs.c 556 unsigned nBytes;
580 nBytes = PAGE_CACHE_SIZE;
582 nBytes = inode->i_size & (PAGE_CACHE_SIZE - 1);
594 (unsigned)(page->index << PAGE_CACHE_SHIFT), nBytes));
601 nBytes, 0);
614 return (nWritten == nBytes) ? 0 : -ENOSPC;
635 int nBytes = to - offset;
642 (KERN_DEBUG "yaffs_commit_write addr %x pos %x nBytes %d\n", saddr,
643 spos, nBytes));
645 nWritten = yaffs_file_write(f, addr, nBytes, &pos)
    [all...]
  /external/blktrace/btreplay/
btreplay.c 123 * @nbytes: Number of bytes in buffer associated with iocb
129 int nbytes; member in struct:iocb_pkt
321 * @nbytes: Number of bytes to allocate
323 static inline void *buf_alloc(size_t nbytes)
327 if (posix_memalign(&buf, pgsize, nbytes)) {
701 iocbp->nbytes = 0;
721 if (iocbp->nbytes) {
722 if (iocbp->nbytes >= n) {
732 iocbp->nbytes = n;
841 if (iocbp->nbytes)
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 435 ** nbytes - number of bytes to read into the buffer.
453 void bta_fs_co_read(int fd, UINT8 *p_buf, UINT16 nbytes, UINT16 evt, UINT8 ssn, UINT8 app_id)
459 if ((num_read = read (fd, p_buf, nbytes)) < 0)
466 else if (num_read < nbytes)
481 ** nbytes - number of bytes to write out to the file.
497 void bta_fs_co_write(int fd, const UINT8 *p_buf, UINT16 nbytes, UINT16 evt,
504 if ((num_written = write (fd, p_buf, nbytes)) < 0)
    [all...]
  /external/aac/libFDK/src/
FDK_crc.cpp 190 INT nBytes
357 * Calculate crc starting at current bitstream postion over nBytes.
370 INT nBytes
377 for (i=0; i<nBytes; i++) {
382 for (i=0; i<nBytes; i++) {
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 3689 Int nbytes; local
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 254 int nbytes = 0; local
257 nbytes += 4;
258 if (nbytes >= len)
265 nbytes += 4;
266 if (nbytes >= len)
273 nbytes += 5;
274 if (nbytes >= len)
282 nbytes += 1;
283 if (nbytes >= len)
289 if (nbytes >= len)
1858 int nbytes = sizeof(MethodEntry*) * pClass->numMethods; local
2084 int nbytes = sizeof(UniqueMethodEntry) * traceData->numUniqueMethods; local
2121 int nbytes = sizeof(MethodEntry*) * pUnique->numMethods; local
2178 int nbytes = sizeof(UniqueMethodEntry*) * traceData->numUniqueMethods; local
    [all...]
  /external/bison/lib/
obstack.c 384 register int nbytes = 0;
388 nbytes += lp->limit - (char *) lp;
390 return nbytes;
381 register int nbytes = 0; local
  /external/valgrind/main/coregrind/
m_xarray.c 198 Word VG_(addBytesToXA) ( XArray* xao, void* bytesV, Word nbytes )
204 vg_assert(nbytes >= 0);
208 for (i = 0; i < nbytes; i++) {
m_libcproc.c 725 void VG_(invalidate_icache) ( void *ptr, SizeT nbytes )
729 Addr endaddr = startaddr + nbytes;
734 if (nbytes == 0) return;
735 vg_assert(nbytes > 0);
765 Addr endaddr = startaddr + nbytes;
770 (UWord) nbytes, (UWord) 3);
  /ndk/sources/host-tools/sed-4.2.1/lib/
obstack.c 386 register int nbytes = 0;
390 nbytes += lp->limit - (char *) lp;
392 return nbytes;
383 register int nbytes = 0; local
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py     [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_framedecoder.cpp 593 for (int32 nBytes = temp >> 1; nBytes != 0; nBytes--) /* read main data. */
612 for (int32 nBytes = temp >> 1; nBytes != 0; nBytes--) /* read main data. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 616 * BufAlloc (xTextElt *, elt, nbytes)
848 int /* nbytes */
910 unsigned long /* nbytes */
914 unsigned long /* nbytes */
919 unsigned long /* nbytes */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 616 * BufAlloc (xTextElt *, elt, nbytes)
848 int /* nbytes */
910 unsigned long /* nbytes */
914 unsigned long /* nbytes */
919 unsigned long /* nbytes */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 616 * BufAlloc (xTextElt *, elt, nbytes)
848 int /* nbytes */
910 unsigned long /* nbytes */
914 unsigned long /* nbytes */
919 unsigned long /* nbytes */
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PipedInputStreamTest.java 42 public PWriter(PipedOutputStream pout, int nbytes) {
44 bytes = new byte[nbytes];
  /external/speex/libspeex/
bits.c 156 EXPORT void speex_bits_read_whole_bytes(SpeexBits *bits, char *chars, int nbytes)
159 int nchars = nbytes/BYTES_PER_CHAR;
  /external/valgrind/main/drd/tests/
unit_bitmap.c 27 void* VG_(malloc)(HChar* cc, SizeT nbytes)
28 { return malloc(nbytes); }
  /external/valgrind/main/include/
pub_tool_xarray.h 70 /* Add a sequence of bytes to an XArray of bytes. Asserts if nbytes
73 extern Word VG_(addBytesToXA) ( XArray* xao, void* bytesV, Word nbytes );
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
aout.h 316 #define ASM_OUTPUT_SKIP(STREAM, NBYTES) \
317 fprintf (STREAM, "\t.space\t%d\n", (int) (NBYTES))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h 316 #define ASM_OUTPUT_SKIP(STREAM, NBYTES) \
317 fprintf (STREAM, "\t.space\t%d\n", (int) (NBYTES))
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
aout.h 316 #define ASM_OUTPUT_SKIP(STREAM, NBYTES) \
317 fprintf (STREAM, "\t.space\t%d\n", (int) (NBYTES))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h 316 #define ASM_OUTPUT_SKIP(STREAM, NBYTES) \
317 fprintf (STREAM, "\t.space\t%d\n", (int) (NBYTES))

Completed in 3360 milliseconds

1 2 3 4 5 6 78 91011>>