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

  /external/opencore/codecs_v2/audio/sbc/enc/src/
sbcenc_crc8.cpp 68 UInt nBytes = len >> 3; /* len/8 */
75 for (i = 0; i < nBytes; i++)
  /frameworks/base/core/jni/
android_server_Watchdog.cpp 41 int nBytes;
42 while ((nBytes = read(stackFd, buf, sizeof(buf))) > 0) {
43 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;
  /dalvik/libcore/security/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) {
  /frameworks/base/awt/javax/imageio/stream/
FileCacheImageInputStream.java 98 int nBytes = is.read(b, off, len);
100 if (nBytes < 0) {
105 raf.write(b, off, nBytes);
106 streamPos += nBytes;
107 return nBytes;
111 int nBytes = raf.read(b, off, len);
112 streamPos += nBytes;
113 return nBytes;
MemoryCacheImageOutputStream.java 128 int nBytes = (int)(newFlushedPosition - flushedPosition);
130 ramc.getData(os, nBytes, flushedPosition);
  /frameworks/base/awt/org/apache/harmony/x/imageio/plugins/png/
PNGImageReaderSpi.java 59 int nBytes = markable.read(signature, 0, 8);
60 if(nBytes != 8) markable.read(signature, nBytes, 8-nBytes);
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ualgobase.h 143 const size_t nBytes (distance (first, last));
144 memmove (advance (result, -nBytes), first, nBytes);
utf8.h 50 // Count the leading bits. Header bits are 1 * nBytes followed by a 0.
58 size_t nBytes = 0;
59 for (; c & mask; ++nBytes)
61 return (nBytes ? nBytes : 1); // A sequence is always at least 1 byte.
116 size_t nBytes = Utf8SequenceBytes (c);
117 m_v = c & (0xFF >> nBytes); // First byte contains bits after the header.
118 while (--nBytes && *++m_i) // Each subsequent byte has 6 bits.
166 const size_t nBytes = Utf8Bytes (v);
167 if (nBytes > 1)
    [all...]
  /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/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
per.cpp 174 int nBytes = 0;
192 if (!Decode(nBytes, pBuffer, GetSize, pData, MsgType1, MsgType2))
197 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, MyLogger, PVLOGMSG_DEBUG, (0, "PER::Decode - num bytes decoded(%d), bytes:", nBytes));
198 PVLOGGER_LOGBIN(PVLOGMSG_INST_LLDBG, MyLogger, PVLOGMSG_DEBUG, (0, 1, nBytes, pBuffer));
218 MySe->MessageRecv(MsgType1, MsgType2, decodedMsgPtr, pBuffer, nBytes);
222 decodeSizeLeft -= nBytes;
227 pBuffer += nBytes;
236 bool PER::Decode(int& nBytes, uint8* pBuffer, uint16& GetSize, uint8*& pData,
240 OSCL_TRY(leave_status, nBytes = MultiSysCtrlMessage_decode(pBuffer, &GetSize,
    [all...]
  /external/srec/srec/include/
utteranc.h 193 unsigned long nBytes;
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 212 static int write_chunk(__u8 *data, __u32 objId, __u32 chunkId, __u32 nBytes)
228 t.byteCount = nBytes;
388 int nBytes;
395 while((nBytes = read(h,bytes,sizeof(bytes))) > 0)
398 write_chunk(bytes,newObj,chunk,nBytes);
401 if(nBytes < 0)
402 error = nBytes;
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;
  /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/opencore/fileformats/id3parcom/src/
pv_id3_parcom.cpp 534 uint32 nBytes = 0;
537 nBytes = iFileSizeInBytes - ID3V1_MAX_NUM_BYTES_TOTAL;
538 if (iInputFile->Seek(nBytes, Oscl_File::SEEKSET) == -1)
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 524 milliseconds