Searched refs:pSize (Results 1 - 19 of 19) sorted by relevance

/external/nanopb-c/
H A Dpb_decode.c31 void *pSize; /* Pointer where to store the size of current array field */ member in struct:__anon12890
347 iter->pSize = (char*)iter->pData + iter->pos->size_offset;
385 iter->pSize = (char*)iter->pData + iter->pos->size_offset;
423 *(bool*)iter->pSize = true;
432 size_t *size = (size_t*)iter->pSize;
457 size_t *size = (size_t*)iter->pSize;
542 size_t *size = (size_t*)iter->pSize;
583 size_t *size = (size_t*)iter->pSize;
683 iter.pSize = &extension->found;
750 *(bool*)iter.pSize
[all...]
H A Dpb_encode.c204 const void *pSize; local
210 pSize = (const char*)pData + field->size_offset;
212 pSize = &implicit_has;
237 if (*(const bool*)pSize)
248 if (!encode_array(stream, field, pData, *(const size_t*)pSize, func))
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_func.cpp480 CPDF_Array* pSize = pDict->GetArray(FX_BSTRC("Size")); local
491 m_pEncodeInfo[i].sizes = pSize ? pSize->GetInteger(i) : 0;
492 if (!pSize && i == 0) {
/external/icu/icu4c/source/common/
H A Dubidiimp.h430 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNeeded);
H A Dubidi.c193 * If *pMemory!=NULL, then assume *pSize>0.
200 ubidi_getMemory(BidiMemoryForAllocation *bidiMem, int32_t *pSize, UBool mayAllocate, int32_t sizeNeeded) { argument
206 *pSize=sizeNeeded;
212 if(sizeNeeded<=*pSize) {
228 *pSize=sizeNeeded;
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp125 CFX_GlyphBitmap* CPDF_Type3Cache::RenderGlyph(CPDF_Type3Glyphs* pSize, FX_DWORD charcode, const CFX_AffineMatrix* pMatrix, FX_FLOAT retinaScaleX, FX_FLOAT retinaScaleY) argument
151 pSize->AdjustBlue(top_y, bottom_y, top_line, bottom_line);
H A Drender_int.h40 CFX_GlyphBitmap* RenderGlyph(CPDF_Type3Glyphs* pSize, FX_DWORD charcode, const CFX_AffineMatrix* pMatrix, FX_FLOAT retinaScaleX = 1.0f, FX_FLOAT retinaScaleY = 1.0f);
/external/sonivox/jet_tools/JetCreator/
H A DJetAudition.py59 def __init__(self, jet_file, pSize):
163 self.SetSize(pSize)
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mdls.c414 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, EAS_I32 *pSize);
768 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, EAS_I32 *pSize) argument
781 if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, pSize, EAS_FALSE)) != EAS_SUCCESS)
795 *pPos += *pSize + 8;
/external/mesa3d/include/GL/
H A Dwglext.h719 extern BOOL WINAPI wglAssociateImageBufferEventsI3D (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
724 typedef BOOL (WINAPI * PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC) (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp1313 CV_EXPORTS int cvTestSeqGetObjectSize(CvTestSeq* pTestSeq, int ObjIndex, CvPoint2D32f* pSize);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h852 virtual void GetLinearizedMainXRefInfo(FX_FILESIZE *pPos, FX_DWORD *pSize) = 0;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp2306 const unsigned pSize = code->fileSize(TGSI_FILE_PREDICATE);
2311 pData.setup(TGSI_FILE_PREDICATE, 0, 0, pSize, 4, 4, FILE_PREDICATE, 0);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp2741 virtual void GetLinearizedMainXRefInfo(FX_FILESIZE *pPos, FX_DWORD *pSize) FX_OVERRIDE;
4565 void CPDF_DataAvail::GetLinearizedMainXRefInfo(FX_FILESIZE *pPos, FX_DWORD *pSize) argument
4570 if (pSize) {
4571 *pSize = (FX_DWORD)(m_dwFileLen - m_dwLastXRefOffset);
/external/sqlite/dist/orig/
H A Dsqlite3.h738 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
H A Dsqlite3.c945 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
9539 SQLITE_PRIVATE int sqlite3BtreeKeySize(BtCursor*, i64 *pSize);
9543 SQLITE_PRIVATE int sqlite3BtreeDataSize(BtCursor*, u32 *pSize);
10734 SQLITE_PRIVATE int sqlite3OsFileSize(sqlite3_file*, i64 *pSize);
16550 SQLITE_PRIVATE int sqlite3OsFileSize(sqlite3_file *id, i64 *pSize){ argument
16552 return id->pMethods->xFileSize(id, pSize);
29110 unixFileSize(sqlite3_file *id, i64 *pSize) argument
36045 winFileSize(sqlite3_file *id, sqlite3_int64 *pSize) argument
57072 sqlite3BtreeKeySize(BtCursor *pCur, i64 *pSize) argument
57092 sqlite3BtreeDataSize(BtCursor *pCur, u32 *pSize) argument
80791 jrnlFileSize(sqlite3_file *pJfd, sqlite_int64 *pSize) argument
81084 memjrnlFileSize(sqlite3_file *pJfd, sqlite_int64 *pSize) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.h738 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
H A Dsqlite3.c945 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
9539 SQLITE_PRIVATE int sqlite3BtreeKeySize(BtCursor*, i64 *pSize);
9543 SQLITE_PRIVATE int sqlite3BtreeDataSize(BtCursor*, u32 *pSize);
10734 SQLITE_PRIVATE int sqlite3OsFileSize(sqlite3_file*, i64 *pSize);
16550 SQLITE_PRIVATE int sqlite3OsFileSize(sqlite3_file *id, i64 *pSize){ argument
16552 return id->pMethods->xFileSize(id, pSize);
29128 unixFileSize(sqlite3_file *id, i64 *pSize) argument
36063 winFileSize(sqlite3_file *id, sqlite3_int64 *pSize) argument
57090 sqlite3BtreeKeySize(BtCursor *pCur, i64 *pSize) argument
57110 sqlite3BtreeDataSize(BtCursor *pCur, u32 *pSize) argument
80809 jrnlFileSize(sqlite3_file *pJfd, sqlite_int64 *pSize) argument
81102 memjrnlFileSize(sqlite3_file *pJfd, sqlite_int64 *pSize) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1247 milliseconds