HomeSort by relevance Sort by last modified time
    Searched defs:nBytes (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/base/core/jni/
android_server_Watchdog.cpp 42 int nBytes;
43 while ((nBytes = read(stackFd, buf, sizeof(buf))) > 0) {
44 write(outFd, buf, nBytes);
  /hardware/ti/omap3/dspbridge/inc/
mem.h 320 DWORD nBytes;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
mem.h 320 DWORD nBytes;
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 83 int nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1;
90 if (nBytes > sizeof(log_line))
108 int nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1;
115 if (nBytes > sizeof(log_line))
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1Impl.java 177 int nBytes;
230 nBytes = toByte - i +1;
231 if ( nBytes != 0 ) {
235 if ( nBytes != 1 ) {
237 if ( nBytes != 2) {
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 670 int nBytes;
672 nBytes = nBits>>3;
673 pSi->numTotalBytes += nBytes;
678 pSi->numBadBytes += nBytes;
  /external/bzip2/
compress.c 243 Int32 nGroups, nBytes;
503 nBytes = s->numZ;
514 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
518 nBytes = s->numZ;
526 VPrintf1( "selectors %d, ", s->numZ-nBytes );
529 nBytes = s->numZ;
542 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes );
545 nBytes = s->numZ;
597 VPrintf1( "codes %d\n", s->numZ-nBytes );
  /external/libnfc-nci/src/adaptation/
libmain.c 80 ** nbytes - number of bytes to read into the buffer.
92 NFC_API extern void nfa_nv_co_read(UINT8 *pBuffer, UINT16 nbytes, UINT8 block)
104 ALOGD ("%s: buffer len=%u; file=%s", __FUNCTION__, nbytes, filename);
108 size_t actualRead = read (fileStream, pBuffer, nbytes);
136 ** nbytes - number of bytes to write out to the file.
146 NFC_API extern void nfa_nv_co_write(const UINT8 *pBuffer, UINT16 nbytes, UINT8 block)
157 ALOGD ("%s: bytes=%u; file=%s", __FUNCTION__, nbytes, filename);
164 size_t actualWritten = write (fileStream, pBuffer, nbytes);
352 int nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1;
359 if (nBytes > sizeof(log_line)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 156 unsigned int nBytes = 4;
158 nBytes = 8;
159 for (pos=0; pos<size; pos+=nBytes) {
179 if (nBytes == 4)
  /external/srec/srec/include/
utteranc.h 193 unsigned long nBytes;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
InspectorServerQt.cpp 315 int nBytes = m_tcpConnection->write(payload);
318 return nBytes;
325 int nBytes = m_tcpConnection->write(data, length);
328 return nBytes;
  /external/yaffs2/yaffs2/utils/
mkyaffsimage.c 234 static int write_chunk(__u8 *data, __u32 objId, __u32 chunkId, __u32 nBytes)
247 t.byteCount = nBytes;
460 int nBytes;
467 while((nBytes = read(h,bytes,512)) > 0)
470 write_chunk(bytes,newObj,chunk,nBytes);
473 if(nBytes < 0)
474 error = nBytes;
mkyaffs2image.c 222 static int write_chunk(__u8 *data, __u32 objId, __u32 chunkId, __u32 nBytes)
238 t.byteCount = nBytes;
460 int nBytes;
467 while((nBytes = read(h,bytes,sizeof(bytes))) > 0)
470 write_chunk(bytes,newObj,chunk,nBytes);
473 if(nBytes < 0)
474 error = nBytes;
  /external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 589 int nBytes;
590 if (ch >= 0xF0) {nBytes=4;}
591 else if (ch >= 0xE0) {nBytes=3;}
592 else if (ch >= 0xC0) {nBytes=2;}
602 for (i=1; i<nBytes; i++) {
605 fprintf(stderr, "utf-8 encoded file %s contains corrupt data at offset %d. Expected %d bytes, byte %d is invalid. First byte is %02X\n", fName, ftell(fFile), nBytes, i, ch);
  /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...]
yaffs_guts.c 352 int yaffs_CheckFF(__u8 * buffer, int nBytes)
355 while (nBytes--) {
    [all...]
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);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c     [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp     [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c     [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 470 int nBytes = in.readInt();
471 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of settings data");
472 byte[] buffer = new byte[nBytes];
473 in.readFully(buffer, 0, nBytes);
474 restoreSettings(buffer, nBytes, Settings.System.CONTENT_URI, movedToGlobal);
477 nBytes = in.readInt();
478 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of secure settings data");
479 if (nBytes > buffer.length) buffer = new byte[nBytes];
480 in.readFully(buffer, 0, nBytes);
    [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c     [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c     [all...]
varinfo6.c     [all...]

Completed in 1487 milliseconds

1 2