/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))
|
/external/chromium_org/third_party/sqlite/src/ext/fts1/ |
fts1_tokenizer1.c | 36 int nBytes; /* size of the input */ 101 ** string to be tokenized is pInput[0..nBytes-1]. A cursor 107 const char *pInput, int nBytes, /* String to be tokenized */ 117 c->nBytes = 0; 118 }else if( nBytes<0 ){ 119 c->nBytes = (int)strlen(pInput); 121 c->nBytes = nBytes; 159 while( c->iOffset<c->nBytes ){ 163 while( c->iOffset<c->nBytes && isDelim(t, p[c->iOffset]) ) [all...] |
simple_tokenizer.c | 39 int nBytes; /* size of the input */ 92 const char *pInput, int nBytes, 99 c->nBytes = nBytes<0 ? (int) strlen(pInput) : nBytes; 130 while( c->pCurrent-c->pInput<c->nBytes ){
|
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
fts2_tokenizer1.c | 43 int nBytes; /* size of the input */ 110 ** string to be tokenized is pInput[0..nBytes-1]. A cursor 116 const char *pInput, int nBytes, /* String to be tokenized */ 126 c->nBytes = 0; 127 }else if( nBytes<0 ){ 128 c->nBytes = (int)strlen(pInput); 130 c->nBytes = nBytes; 168 while( c->iOffset<c->nBytes ){ 172 while( c->iOffset<c->nBytes && simpleDelim(t, p[c->iOffset]) ) [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
fts3_tokenizer1.c | 44 int nBytes; /* size of the input */ 110 ** string to be tokenized is pInput[0..nBytes-1]. A cursor 116 const char *pInput, int nBytes, /* String to be tokenized */ 128 c->nBytes = 0; 129 }else if( nBytes<0 ){ 130 c->nBytes = (int)strlen(pInput); 132 c->nBytes = nBytes; 170 while( c->iOffset<c->nBytes ){ 174 while( c->iOffset<c->nBytes && simpleDelim(t, p[c->iOffset]) ) [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/ |
SHA1Impl.java | 176 int nBytes; 229 nBytes = toByte - i +1; 230 if ( nBytes != 0 ) { 234 if ( nBytes != 1 ) { 236 if ( nBytes != 2) {
|
/external/aac/libAACdec/src/ |
aacdecoder_lib.cpp | 684 int nBytes; 686 nBytes = nBits>>3; 687 pSi->numTotalBytes += nBytes; 692 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 | 82 ** nbytes - number of bytes to read into the buffer. 94 NFC_API extern void nfa_nv_co_read(UINT8 *pBuffer, UINT16 nbytes, UINT8 block) 109 ALOGD ("%s: buffer len=%u; file=%s", __FUNCTION__, nbytes, filename); 115 size_t actualReadData = read (fileStream, pBuffer, nbytes); 143 ** nbytes - number of bytes to write out to the file. 153 NFC_API extern void nfa_nv_co_write(const UINT8 *pBuffer, UINT16 nbytes, UINT8 block) 167 ALOGD ("%s: bytes=%u; file=%s", __FUNCTION__, nbytes, filename); 174 unsigned short checksum = crcChecksumCompute (pBuffer, nbytes); 176 size_t actualWrittenData = write (fileStream, pBuffer, nbytes); 178 if ((actualWrittenData == nbytes) && (actualWrittenCrc == sizeof(checksum)) [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXAsmPrinter.h | 149 unsigned int nBytes = 4; 151 nBytes = 8; 152 for (pos = 0; pos < size; pos += nBytes) { 169 } else if (nBytes == 4)
|
/external/srec/srec/include/ |
utteranc.h | 193 unsigned long 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 | 220 static int write_chunk(__u8 *data, __u32 objId, __u32 chunkId, __u32 nBytes) 236 t.byteCount = nBytes; 451 int nBytes; 458 while((nBytes = read(h,bytes,sizeof(bytes))) > 0) 461 write_chunk(bytes,newObj,chunk,nBytes); 464 if(nBytes < 0) 465 error = nBytes;
|
/external/chromium_org/third_party/sqlite/src/src/ |
vtab.c | 242 int nBytes = sizeof(char *)*(1+pTable->nModuleArg); 244 azModuleArg = sqlite3DbRealloc(db, pTable->azModuleArg, nBytes); 576 int nBytes = sizeof(sqlite3_vtab *) * (db->nVTrans + ARRAY_INCR); 577 aVTrans = sqlite3DbRealloc(db, (void *)db->aVTrans, nBytes);
|
test8.c | 181 int nBytes; 188 nBytes = sizeof(char *) * nCol; 195 nBytes += strlen(zName)+1; 197 aCol = (char **)sqlite3MallocZero(nBytes); 212 assert( (zSpace-nBytes)==(char *)aCol ); [all...] |
/external/chromium_org/third_party/icu/source/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/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...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/ |
G729DecTest.c | [all...] |
/external/chromium_org/third_party/icu/source/test/perf/collationperf/ |
collperf.cpp | [all...] |
/external/icu4c/test/perf/collationperf/ |
collperf.cpp | [all...] |
/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;
|