Searched refs:nSize (Results 1 - 25 of 51) sorted by relevance

123

/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Runtime.cpp354 int nSize = 0; local
357 CJS_Border::GetConsts(pConsts, nSize);
359 CJS_Display::GetConsts(pConsts, nSize);
361 CJS_Font::GetConsts(pConsts, nSize);
363 CJS_Highlight::GetConsts(pConsts, nSize);
365 CJS_Position::GetConsts(pConsts, nSize);
367 CJS_ScaleHow::GetConsts(pConsts, nSize);
369 CJS_ScaleWhen::GetConsts(pConsts, nSize);
371 CJS_Style::GetConsts(pConsts, nSize);
373 CJS_Zoomtype::GetConsts(pConsts, nSize);
404 int nSize = 0; local
433 int nSize = 0; local
[all...]
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_List.h16 CJBig2_List(FX_INT32 nSize = 8)
18 m_nSize = nSize;
19 m_pArray = (TYPE**)m_pModule->JBig2_Malloc2(sizeof(TYPE*), nSize);
H A DJBig2_HuffmanTable.cpp96 if(NTEMP >= nSize) \
98 nSize += 16; \
99 PREFLEN = (int*)m_pModule->JBig2_Realloc(PREFLEN,sizeof(int)*nSize); \
100 RANGELEN = (int*)m_pModule->JBig2_Realloc(RANGELEN,sizeof(int)*nSize); \
101 RANGELOW = (int*)m_pModule->JBig2_Realloc(RANGELOW,sizeof(int)*nSize); \
108 int nSize = 16; local
123 PREFLEN = (int*)m_pModule->JBig2_Malloc2(sizeof(int), nSize);
124 RANGELEN = (int*)m_pModule->JBig2_Malloc2(sizeof(int), nSize);
125 RANGELOW = (int*)m_pModule->JBig2_Malloc2(sizeof(int), nSize);
/external/chromium_org/third_party/skia/tests/
H A DAnnotationTest.cpp18 size_t nSize = strlen(needle); local
19 for (size_t i = 0; i < dataSize - nSize; i++) {
20 if (strncmp(&data[i], needle, nSize) == 0) {
/external/skia/tests/
H A DAnnotationTest.cpp18 size_t nSize = strlen(needle); local
19 for (size_t i = 0; i < dataSize - nSize; i++) {
20 if (strncmp(&data[i], needle, nSize) == 0) {
/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/pdfium/fpdfsdk/include/javascript/
H A DJS_Define.h248 static void GetConsts(JSConstSpec*& pConsts, int& nSize);\
249 static void GetProperties(JSPropertySpec*& pProperties, int& nSize);\
250 static void GetMethods(JSMethodSpec*& pMethods, int& nSize);\
293 void js_class_name::GetConsts(JSConstSpec*& pConsts, int& nSize)\
296 nSize = sizeof(JS_Class_Consts) / sizeof(JSConstSpec) - 1;\
298 void js_class_name::GetProperties(JSPropertySpec*& pProperties, int& nSize)\
301 nSize = sizeof(JS_Class_Properties) / sizeof(JSPropertySpec) - 1;\
303 void js_class_name::GetMethods(JSMethodSpec*& pMethods, int& nSize)\
306 nSize = sizeof(JS_Class_Methods) / sizeof(JSMethodSpec) - 1;\
315 static void GetConsts(JSConstSpec*& pConsts, int& nSize);\
[all...]
/external/smack/src/org/jivesoftware/smack/
H A DServerTrustManager.java104 int nSize = x509Certificates.length;
113 for (int i = nSize -1; i >= 0 ; i--) {
143 trusted = trustStore.getCertificateAlias(x509Certificates[nSize - 1]) != null;
144 if (!trusted && nSize == 1 && configuration.isSelfSignedCertificateEnabled())
180 for (int i = 0; i < nSize; i++) {
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h606 FX_INT32 nSize = src.GetSize(); local
607 if (!nSize) {
610 FXSYS_assert(nStart > -1 && nStart < nSize);
612 nCount = nSize;
614 if (nStart + nCount > nSize) {
615 nCount = nSize - nStart;
620 nSize = m_nSize;
622 ObjectClass* pStartObj = (ObjectClass*)GetDataPtr(nSize);
623 nSize = nStart + nCount;
624 for (FX_INT32 i = nStart; i < nSize;
635 FX_INT32 nSize = src.GetSize(); local
[all...]
H A Dfx_stream.h174 virtual void AttachBuffer(FX_LPBYTE pBuffer, size_t nSize, FX_BOOL bTakeOver = FALSE) = 0;
178 IFX_MemoryStream* FX_CreateMemoryStream(FX_LPBYTE pBuffer, size_t nSize, FX_BOOL bTakeOver = FALSE, IFX_Allocator* pAllocator = NULL);
/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;
/external/pdfium/core/src/fxcrt/
H A Dextension.h139 CFX_MemoryStream(FX_LPBYTE pBuffer, size_t nSize, FX_BOOL bTakeOver, IFX_Allocator* pAllocator) argument
142 , m_nTotalSize(nSize)
143 , m_nCurSize(nSize)
332 virtual void AttachBuffer(FX_LPBYTE pBuffer, size_t nSize, FX_BOOL bTakeOver = FALSE) argument
339 m_nTotalSize = m_nCurSize = nSize;
H A Dfx_basic_memmgr_mini.cpp127 const FX_MEMCONFIG* FixedMgr_GetConfig(size_t nSize) argument
130 if (nSize <= FIXEDMEM_PROXYSIZE_0) {
132 } else if (nSize <= FIXEDMEM_PROXYSIZE_1) {
134 } else if (nSize <= FIXEDMEM_PROXYSIZE_2) {
136 } else if (nSize <= FIXEDMEM_PROXYSIZE_3) {
138 } else if (nSize <= FIXEDMEM_PROXYSIZE_4) {
143 FXMEM_FoxitMgr* CFixedMgr_Proxy::Initialize(FX_LPVOID pBuffer, size_t nSize, FX_BOOL bExtensible) argument
145 FXSYS_assert(pBuffer != NULL && nSize >= FIXEDMEM_PROXYSIZE_1 - sizeof(CFixedMgr_Proxy));
146 FXMEM_SetConfig(FixedMgr_GetConfig(nSize));
150 m_pFixedPage->Initialize(nSize
[all...]
H A Dmem_int.h219 const FX_MEMCONFIG* FixedMgr_GetConfig(size_t nSize);
223 FXMEM_FoxitMgr* Initialize(FX_LPVOID pBuffer, size_t nSize, FX_BOOL bExtensible);
/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 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...]
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 ){
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusMetaHeader.h21 DWORD nSize; // Record size in bytes. This may be greater member in struct:__anon27896
/external/opencv/otherlibs/highgui/
H A Dimage.cpp84 if( m_img && m_img->nSize == sizeof(IplImage))
108 ((img) != 0 && ((const IplImage*)(img))->nSize == sizeof(IplImage) && \
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_wgl.c147 if (ppfd->nSize != sizeof( PIXELFORMATDESCRIPTOR ) || ppfd->nVersion != 1)
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_wgl.c147 if (ppfd->nSize != sizeof( PIXELFORMATDESCRIPTOR ) || ppfd->nVersion != 1)
/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp151 int nSize = pFontMapper->m_InstalledTTFonts.GetSize(); local
152 if(nSize ==0)
155 nSize = pFontMapper->m_InstalledTTFonts.GetSize();
158 for(int i=0; i<nSize; i++)
/external/chromium_org/printing/
H A Demf_win.cc437 DCHECK_EQ(record()->nSize, sizeof(DWORD) * 2 + sizeof(XFORM));
449 DCHECK_EQ(record()->nSize,
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h544 int nSize = this->GetSize(); local
545 QuickSort(0, nSize -1, bAscent, pCompare);

Completed in 423 milliseconds

123