Searched defs:nSize (Results 1 - 19 of 19) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_mixer_MMX_VC.c41 void SDL_MixAudio_MMX_S16_VC(char* dst,char* src,unsigned int nSize,int volume) argument
53 mov ebx, nSize // ebx = size
122 void SDL_MixAudio_MMX_S8_VC(char* dst,char* src,unsigned int nSize,int volume) argument
144 mov ebx, nSize //%2,%%ebx // ebx = size
/external/skia/tests/
H A DAnnotationTest.cpp19 size_t nSize = strlen(needle); local
20 for (size_t i = 0; i < dataSize - nSize; i++) {
21 if (strncmp(&data[i], needle, nSize) == 0) {
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_aux.c219 static int fts3auxGrowStatArray(Fts3auxCursor *pCsr, int nSize){ argument
220 if( nSize>pCsr->nStat ){
223 sizeof(struct Fts3auxColstats) * nSize
227 sizeof(struct Fts3auxColstats) * (nSize - pCsr->nStat)
230 pCsr->nStat = nSize;
H A Dfts3_write.c134 int nSize; /* Size of allocation at aData */ member in struct:SegmentWriter
1733 pWriter->nSize = p->nNodeSize;
1795 if( nReq>pWriter->nSize ){
1799 pWriter->nSize = nReq;
1801 assert( nData+nReq<=pWriter->nSize );
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_onefile.c119 int nSize; member in struct:tmp_file
273 if( (iAmt+iOfst)>pTmp->nSize ){
300 pTmp->nSize = MAX(pTmp->nSize, iOfst+iAmt);
309 pTmp->nSize = MIN(pTmp->nSize, size);
325 *pSize = pTmp->nSize;
H A DbtreeInt.h456 u16 nSize; /* Size of the cell content on the main b-tree page */ member in struct:CellInfo
H A Dwal.c1044 i64 nSize; /* Size of log file */ local
1069 rc = sqlite3OsFileSize(pWal->pWalFd, &nSize);
1074 if( nSize>WAL_HDRSIZE ){
1139 for(iOffset=WAL_HDRSIZE; (iOffset+szFrame)<=nSize; iOffset+=szFrame){
1681 i64 nSize; /* Current size of database file */ local
1694 rc = sqlite3OsFileSize(pWal->pDbFd, &nSize);
1695 if( rc==SQLITE_OK && nSize<nReq ){
H A Dexpr.c681 int nSize; local
684 nSize = EXPR_FULLSIZE;
691 nSize = EXPR_REDUCEDSIZE | EP_Reduced;
693 nSize = EXPR_TOKENONLYSIZE | EP_TokenOnly;
696 return nSize;
780 int nSize = exprStructSize(p); local
781 memcpy(zAlloc, p, nSize);
782 if( EXPR_FULLSIZE>nSize ){
783 memset(&zAlloc[nSize], 0, EXPR_FULLSIZE-nSize);
[all...]
H A Dos_unix.c3423 i64 nSize; /* Required file size */ local
3428 nSize = ((nByte+pFile->szChunk-1) / pFile->szChunk) * pFile->szChunk;
3429 if( nSize>(i64)buf.st_size ){
3437 err = osFallocate(pFile->h, buf.st_size, nSize-buf.st_size);
3450 if( robust_ftruncate(pFile->h, nSize) ){
3455 while( iWrite<nSize ){
H A Dtest1.c4866 int nSize; /* New chunk size */ local
4876 || Tcl_GetIntFromObj(interp, objv[3], &nSize)
4883 rc = sqlite3_file_control(db, zDb, SQLITE_FCNTL_CHUNK_SIZE, (void *)&nSize);
4904 sqlite3_int64 nSize; /* Hinted size */ local
4914 || Tcl_GetWideIntFromObj(interp, objv[3], &nSize)
4921 rc = sqlite3_file_control(db, zDb, SQLITE_FCNTL_SIZE_HINT, (void *)&nSize);
H A Dbtree.c921 if( (pInfo->nSize = (u16)(n+nPayload))<4 ) pInfo->nSize = 4;
949 pInfo->nSize = pInfo->iOverflow + 4;
970 u32 nSize; local
974 ** the (CellInfo.nSize) value found by doing a full parse of the
984 pIter += getVarint32(pIter, nSize);
986 nSize = 0;
995 pIter += getVarint32(pIter, nSize);
998 testcase( nSize==pPage->maxLocal );
999 testcase( nSize
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.cpp2168 uint32_t nSize = 0; local
2324 nSize = unorm_normalize(rules, rulesLength, UNORM_NFD, 0, src->source, estimatedSize, status);
2325 if(nSize > estimatedSize || *status == U_BUFFER_OVERFLOW_ERROR) {
2327 src->source = (UChar *)uprv_realloc(src->source, (nSize+UCOL_TOK_EXTRA_RULE_SPACE_SIZE)*sizeof(UChar));
2333 nSize = unorm_normalize(rules, rulesLength, UNORM_NFD, 0, src->source, nSize+UCOL_TOK_EXTRA_RULE_SPACE_SIZE, status);
2342 src->end = src->source+nSize;
/external/icu4c/i18n/
H A Ducol_tok.cpp2162 uint32_t nSize = 0; local
2318 nSize = unorm_normalize(rules, rulesLength, UNORM_NFD, 0, src->source, estimatedSize, status);
2319 if(nSize > estimatedSize || *status == U_BUFFER_OVERFLOW_ERROR) {
2321 src->source = (UChar *)uprv_realloc(src->source, (nSize+UCOL_TOK_EXTRA_RULE_SPACE_SIZE)*sizeof(UChar));
2327 nSize = unorm_normalize(rules, rulesLength, UNORM_NFD, 0, src->source, nSize+UCOL_TOK_EXTRA_RULE_SPACE_SIZE, status);
2336 src->end = src->source+nSize;
/external/opencv/cxcore/include/
H A Dcxtypes.h367 int nSize; /* sizeof(IplImage) */ member in struct:_IplImage
446 ((img) != NULL && ((const IplImage*)(img))->nSize == sizeof(IplImage))
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c27579 i64 nSize; /* Required file size */ local
27584 nSize = ((nByte+pFile->szChunk-1) / pFile->szChunk) * pFile->szChunk;
27585 if( nSize>(i64)buf.st_size ){
27593 err = osFallocate(pFile->h, buf.st_size, nSize-buf.st_size);
27606 if( robust_ftruncate(pFile->h, nSize) ){
27611 while( iWrite<nSize ){
44503 i64 nSize; /* Size of log file */ local
45140 i64 nSize; /* Current size of database file */ local
46837 u16 nSize; /* Size of the cell content on the main b-tree page */ member in struct:CellInfo
48268 u32 nSize; local
71597 int nSize; local
71696 int nSize = exprStructSize(p); local
117176 fts3auxGrowStatArray(Fts3auxCursor *pCsr, int nSize) argument
120242 int nSize; /* Size of allocation at aData */ member in struct:SegmentWriter
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c28508 i64 nSize; /* Required file size */ local
46394 i64 nSize; /* Size of log file */ local
47048 i64 nSize; /* Current size of database file */ local
48901 u16 nSize; /* Size of the cell content on the main b-tree page */ member in struct:CellInfo
50341 u32 nSize; local
75075 int nSize; local
75174 int nSize = exprStructSize(p); local
122029 fts3auxGrowStatArray(Fts3auxCursor *pCsr, int nSize) argument
125223 int nSize; /* Size of allocation at aData */ member in struct:SegmentWriter
[all...]
/external/sqlite/dist/
H A Dsqlite3.c28526 i64 nSize; /* Required file size */ local
46422 i64 nSize; /* Size of log file */ local
47076 i64 nSize; /* Current size of database file */ local
48929 u16 nSize; /* Size of the cell content on the main b-tree page */ member in struct:CellInfo
50369 u32 nSize; local
75111 int nSize; local
75210 int nSize = exprStructSize(p); local
122077 fts3auxGrowStatArray(Fts3auxCursor *pCsr, int nSize) argument
125271 int nSize; /* Size of allocation at aData */ member in struct:SegmentWriter
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 903 milliseconds