/external/tpm2/ |
D | MathFunctions.c | 211 UINT32 *pSize, // IN/OUT: size of the product in _math__Mul() argument 222 if((pSize != NULL) && (*pSize < (aSize + bSize))) in _math__Mul() 224 pAssert(pSize == NULL || *pSize <= MAX_2B_BYTES); in _math__Mul() 248 if(pSize == NULL) in _math__Mul() 257 *pSize = retVal; in _math__Mul()
|
D | part4.txt | 25761 …ction is used to multiply two large integers: p = a* b. If the size of p is not specified (pSize == 25763 …the resulting size is exactly aSize + bSize. If pSize is provided, then the actual size of the res… 25764 returned. The initial value for pSize must be at least aSize + pSize. 25777 137 UINT32 *pSize, // IN/OUT: size of the product 25788 148 // First check that pSize is large enough if present 25789 149 if((pSize != NULL) && (*pSize < (aSize + bSize))) 25791 151 pAssert(pSize == NULL || *pSize <= MAX_2B_BYTES); 25823 177 if(pSize == NULL) 25832 186 *pSize = retVal;
|
/external/nanopb-c/ |
D | pb_decode.c | 31 void *pSize; /* Pointer where to store the size of current array field */ member 347 iter->pSize = (char*)iter->pData + iter->pos->size_offset; in pb_field_init() 385 iter->pSize = (char*)iter->pData + iter->pos->size_offset; in pb_field_next() 423 *(bool*)iter->pSize = true; in decode_static_field() 432 size_t *size = (size_t*)iter->pSize; in decode_static_field() 457 size_t *size = (size_t*)iter->pSize; in decode_static_field() 542 size_t *size = (size_t*)iter->pSize; in decode_pointer_field() 583 size_t *size = (size_t*)iter->pSize; in decode_pointer_field() 683 iter.pSize = &extension->found; in default_extension_decoder() 750 *(bool*)iter.pSize = false; in pb_message_set_to_defaults() [all …]
|
D | pb_encode.c | 204 const void *pSize; in encode_basic_field() local 210 pSize = (const char*)pData + field->size_offset; in encode_basic_field() 212 pSize = &implicit_has; in encode_basic_field() 237 if (*(const bool*)pSize) in encode_basic_field() 248 if (!encode_array(stream, field, pData, *(const size_t*)pSize, func)) in encode_basic_field()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_func.cpp | 503 CPDF_Array* pSize = pDict->GetArray("Size"); in v_Init() local 516 m_pEncodeInfo[i].sizes = pSize ? pSize->GetInteger(i) : 0; in v_Init() 517 if (!pSize && i == 0) { in v_Init()
|
/external/sqlite/dist/ |
D | Android.patch | 92 *pSize = buf.st_size;
|
D | sqlite3.h | 739 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
|
D | sqlite3.c | 953 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 10188 SQLITE_PRIVATE int sqlite3BtreeKeySize(BtCursor*, i64 *pSize); 10192 SQLITE_PRIVATE int sqlite3BtreeDataSize(BtCursor*, u32 *pSize); 11399 SQLITE_PRIVATE int sqlite3OsFileSize(sqlite3_file*, i64 *pSize); 17310 SQLITE_PRIVATE int sqlite3OsFileSize(sqlite3_file *id, i64 *pSize){ in sqlite3OsFileSize() argument 17312 return id->pMethods->xFileSize(id, pSize); in sqlite3OsFileSize() 30305 static int unixFileSize(sqlite3_file *id, i64 *pSize){ 30315 *pSize = buf.st_size; 30323 if( *pSize==1 ) *pSize = 0; 37243 static int winFileSize(sqlite3_file *id, sqlite3_int64 *pSize){ [all …]
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetAudition.py | 59 def __init__(self, jet_file, pSize): argument 163 self.SetSize(pSize)
|
/external/icu/icu4c/source/common/ |
D | ubidiimp.h | 427 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNe…
|
D | ubidi.c | 200 ubidi_getMemory(BidiMemoryForAllocation *bidiMem, int32_t *pSize, UBool mayAllocate, int32_t sizeNe… in ubidi_getMemory() argument 206 *pSize=sizeNeeded; in ubidi_getMemory() 212 if(sizeNeeded<=*pSize) { in ubidi_getMemory() 228 *pSize=sizeNeeded; in ubidi_getMemory()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_mdls.c | 414 …LT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, EAS_I32 *pSize); 770 …ULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, EAS_I32 *pSize) in NextChunk() argument 783 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, pSize, EAS_FALSE)) != EAS… in NextChunk() 797 *pPos += *pSize + 8; in NextChunk()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 121 CFX_GlyphBitmap* CPDF_Type3Cache::RenderGlyph(CPDF_Type3Glyphs* pSize, in RenderGlyph() argument 151 pSize->AdjustBlue(top_y, bottom_y, top_line, bottom_line); in RenderGlyph()
|
D | render_int.h | 50 CFX_GlyphBitmap* RenderGlyph(CPDF_Type3Glyphs* pSize,
|
/external/mesa3d/include/GL/ |
D | wglext.h | 719 …rEventsI3D (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count); 724 …TSI3DPROC) (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_parser.h | 914 FX_DWORD* pSize) = 0;
|
/external/opencv/cvaux/include/ |
D | cvvidsurv.hpp | 1313 CV_EXPORTS int cvTestSeqGetObjectSize(CvTestSeq* pTestSeq, int ObjIndex, CvPoint2D32f* pSize);
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_parser.cpp | 2741 void GetLinearizedMainXRefInfo(FX_FILESIZE* pPos, FX_DWORD* pSize) override; 4554 FX_DWORD* pSize) { in GetLinearizedMainXRefInfo() argument 4558 if (pSize) { in GetLinearizedMainXRefInfo() 4559 *pSize = (FX_DWORD)(m_dwFileLen - m_dwLastXRefOffset); in GetLinearizedMainXRefInfo()
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 739 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
|
D | sqlite3.c | 953 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 10188 SQLITE_PRIVATE int sqlite3BtreeKeySize(BtCursor*, i64 *pSize); 10192 SQLITE_PRIVATE int sqlite3BtreeDataSize(BtCursor*, u32 *pSize); 11399 SQLITE_PRIVATE int sqlite3OsFileSize(sqlite3_file*, i64 *pSize); 17310 SQLITE_PRIVATE int sqlite3OsFileSize(sqlite3_file *id, i64 *pSize){ in sqlite3OsFileSize() argument 17312 return id->pMethods->xFileSize(id, pSize); in sqlite3OsFileSize() 30287 static int unixFileSize(sqlite3_file *id, i64 *pSize){ 30297 *pSize = buf.st_size; 30305 if( *pSize==1 ) *pSize = 0; 37225 static int winFileSize(sqlite3_file *id, sqlite3_int64 *pSize){ [all …]
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 2306 const unsigned pSize = code->fileSize(TGSI_FILE_PREDICATE); in Converter() local 2311 pData.setup(TGSI_FILE_PREDICATE, 0, 0, pSize, 4, 4, FILE_PREDICATE, 0); in Converter()
|
/external/guice/extensions/struts2/lib/ |
D | core-3.1.1.jar | META-INF/
org/
org/eclipse/
org/eclipse/jdt/
org/eclipse ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.jdt.core_3.11.0.v20150602-1242.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |