/external/openssl/crypto/bn/asm/ |
D | vms.mar | 445 bicl3 #-65536,(r6),-12(fp) 446 bicl3 #-65536,r3,-16(fp) 447 mull3 r0,-12(fp),-4(fp) 448 mull2 r2,-12(fp) 449 mull3 r2,-16(fp),-8(fp) 450 mull2 r0,-16(fp) 451 addl3 -4(fp),-8(fp),r0 452 bicl3 #0,r0,-4(fp) 453 cmpl -4(fp),-8(fp) 455 addl2 #65536,-16(fp) [all …]
|
/external/expat/xmlwf/ |
D | xmlwf.c | 30 FILE *fp = (FILE *)userData; in characterData() local 34 fputts(T("&"), fp); in characterData() 37 fputts(T("<"), fp); in characterData() 40 fputts(T(">"), fp); in characterData() 44 fputts(T("
"), fp); in characterData() 48 fputts(T("""), fp); in characterData() 53 ftprintf(fp, T("&#%d;"), *s); in characterData() 57 puttc(*s, fp); in characterData() 64 attributeValue(FILE *fp, const XML_Char *s) in attributeValue() argument 66 puttc(T('='), fp); in attributeValue() [all …]
|
/external/opencore/fileformats/mp4/composer/src/ |
D | atomutils.cpp | 33 PVA_FF_AtomUtils::render64(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, uint64 data) in render64() argument 35 if (fp != NULL) in render64() 41 if (fp->_filePtr->Write(&byte, 1, 1) != 1) in render64() 53 PVA_FF_AtomUtils::render32(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, uint32 data) in render32() argument 55 if (fp != NULL) in render32() 60 if (fp->_filePtr->Write(&byte, 1, 1) != 1) in render32() 72 PVA_FF_AtomUtils::render24(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, uint32 data) in render24() argument 74 if (fp != NULL) in render24() 79 if (fp->_filePtr->Write(&byte, 1, 1) != 1) in render24() 91 PVA_FF_AtomUtils::render16(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, uint16 data) in render16() argument [all …]
|
D | assetinfoatoms.cpp | 105 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_AssetInfoKeyWordStructVecType, (), _pKeyWordVect); in PVA_FF_AssetInfoKeyWordsAtom() 186 PVA_FF_AssetInfoTitleAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) in renderToFileStream() argument 191 if (!renderAtomBaseMembers(fp)) in renderToFileStream() 197 if (!PVA_FF_AtomUtils::render16(fp, _langCode)) in renderToFileStream() 203 if (!PVA_FF_AtomUtils::render16(fp, _byteOrderMask)) in renderToFileStream() 209 if (!PVA_FF_AtomUtils::renderNullTerminatedUnicodeString(fp, _title)) in renderToFileStream() 233 bool PVA_FF_AssetInfoDescAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) in renderToFileStream() argument 239 if (!renderAtomBaseMembers(fp)) in renderToFileStream() 245 if (!PVA_FF_AtomUtils::render16(fp, _langCode)) in renderToFileStream() 251 if (!PVA_FF_AtomUtils::render16(fp, _byteOrderMask)) in renderToFileStream() [all …]
|
D | movieheaderatom.cpp | 111 PVA_FF_MovieHeaderAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) in renderToFileStream() argument 116 if (!renderAtomBaseMembers(fp)) in renderToFileStream() 122 if (!PVA_FF_AtomUtils::render32(fp, getCreationTime())) in renderToFileStream() 126 if (!PVA_FF_AtomUtils::render32(fp, getModificationTime())) in renderToFileStream() 130 if (!PVA_FF_AtomUtils::render32(fp, getTimeScale())) in renderToFileStream() 141 if (!PVA_FF_AtomUtils::render32(fp, totalDuration)) in renderToFileStream() 148 if (!PVA_FF_AtomUtils::render32(fp, reserved)) in renderToFileStream() 155 if (!PVA_FF_AtomUtils::render16(fp, (uint16)(reserved))) in renderToFileStream() 163 if (!PVA_FF_AtomUtils::render16(fp, (uint16)(reserved))) in renderToFileStream() 167 if (!PVA_FF_AtomUtils::render32(fp, reserved)) in renderToFileStream() [all …]
|
/external/opencore/fileformats/mp4/parser/src/ |
D | itunesilstatom.cpp | 28 ItunesMeaningAtom::ItunesMeaningAtom(MP4_FF_FILE *fp, in ItunesMeaningAtom() argument 31 : FullAtom(fp, size, type) in ItunesMeaningAtom() 38 PV_MP4_FF_ARRAY_MALLOC(fp->auditCB, uint8, nSize, buf); in ItunesMeaningAtom() 39 PV_MP4_FF_ARRAY_MALLOC(fp->auditCB, uint8, ((nSize + 1)*sizeof(oscl_wchar)), outbuf); in ItunesMeaningAtom() 42 if (!AtomUtils::readByteData(fp, nSize, buf)) in ItunesMeaningAtom() 67 PV_MP4_ARRAY_FREE(fp->auditCB, buf); in ItunesMeaningAtom() 72 PV_MP4_ARRAY_FREE(fp->auditCB, outbuf); in ItunesMeaningAtom() 93 ItunesNameAtom::ItunesNameAtom(MP4_FF_FILE *fp, in ItunesNameAtom() argument 96 : FullAtom(fp, size, type) in ItunesNameAtom() 104 PV_MP4_FF_ARRAY_MALLOC(fp->auditCB, uint8, nSize, buf); in ItunesNameAtom() [all …]
|
D | assetinfoatoms.cpp | 45 AssestInfoBaseParser::AssestInfoBaseParser(MP4_FF_FILE *fp, in AssestInfoBaseParser() argument 57 if (!AtomUtils::read16(fp, _dataPriorToString)) in AssestInfoBaseParser() 68 if (!AtomUtils::read8(fp, data8)) in AssestInfoBaseParser() 87 if (!AtomUtils::readString(fp, delta, _charType , _infoNotice)) in AssestInfoBaseParser() 102 AtomUtils::seekFromCurrPos(fp, (size - _count)); in AssestInfoBaseParser() 106 AssetInfoTitleAtom::AssetInfoTitleAtom(MP4_FF_FILE *fp, uint32 size, uint32 type) in AssetInfoTitleAtom() argument 107 : FullAtom(fp, size, type) in AssetInfoTitleAtom() 114 … PV_MP4_FF_NEW(fp->auditCB, AssestInfoBaseParser, (fp, (_size - count)), _pAssetInfoBaseParser); in AssetInfoTitleAtom() 141 AssetInfoDescAtom::AssetInfoDescAtom(MP4_FF_FILE *fp, uint32 size, uint32 type) in AssetInfoDescAtom() argument 142 : FullAtom(fp, size, type) in AssetInfoDescAtom() [all …]
|
D | trackheaderatom.cpp | 36 TrackHeaderAtom::TrackHeaderAtom(MP4_FF_FILE *fp, uint32 size, uint32 type) in TrackHeaderAtom() argument 37 : FullAtom(fp, size, type) in TrackHeaderAtom() 51 if (!AtomUtils::read64(fp, _creationTime64)) in TrackHeaderAtom() 53 if (!AtomUtils::read64(fp, _modificationTime64)) in TrackHeaderAtom() 55 if (!AtomUtils::read32(fp, _trackID)) in TrackHeaderAtom() 58 if (!AtomUtils::read32(fp, _reserved1)) in TrackHeaderAtom() 61 if (!AtomUtils::read64(fp, _duration64)) in TrackHeaderAtom() 66 if (!AtomUtils::read32(fp, _creationTime)) in TrackHeaderAtom() 68 if (!AtomUtils::read32(fp, _modificationTime)) in TrackHeaderAtom() 70 if (!AtomUtils::read32(fp, _trackID)) in TrackHeaderAtom() [all …]
|
D | userdataatom.cpp | 64 UserDataAtom::UserDataAtom(MP4_FF_FILE *fp, uint32 size, uint32 type) in UserDataAtom() argument 65 : Atom(fp, size, type) in UserDataAtom() 74 PV_MP4_FF_NEW(fp->auditCB, assetInfoTitleAtomVecType, (), _pAssetInfoTitleAtomArray); in UserDataAtom() 75 PV_MP4_FF_NEW(fp->auditCB, assetInfoDescAtomVecType, (), _pAssetInfoDescAtomArray); in UserDataAtom() 76 PV_MP4_FF_NEW(fp->auditCB, copyRightAtomVecType, (), _pCopyRightAtomArray); in UserDataAtom() 77 PV_MP4_FF_NEW(fp->auditCB, assetInfoPerformerAtomVecType, (), _pAssetInfoPerformerAtomArray); in UserDataAtom() 78 PV_MP4_FF_NEW(fp->auditCB, assetInfoAuthorAtomVecType, (), _pAssetInfoAuthorAtomArray); in UserDataAtom() 79 PV_MP4_FF_NEW(fp->auditCB, assetInfoGenreAtomVecType, (), _pAssetInfoGenreAtomArray); in UserDataAtom() 80 PV_MP4_FF_NEW(fp->auditCB, assetInfoRatingAtomVecType, (), _pAssetInfoRatingAtomArray); in UserDataAtom() 81 …PV_MP4_FF_NEW(fp->auditCB, assetInfoClassificationAtomVecType, (), _pAssetInfoClassificationAtomAr… in UserDataAtom() [all …]
|
D | oma2boxes.cpp | 32 OMADRMKMSBox:: OMADRMKMSBox(MP4_FF_FILE *fp, in OMADRMKMSBox() argument 35 : FullAtom(fp, size, type) in OMADRMKMSBox() 49 AtomUtils::rewindFilePointerByN(fp, DEFAULT_FULL_ATOM_SIZE); in OMADRMKMSBox() 54 if (!AtomUtils::readByteData(fp, _size, _pODKMData)) in OMADRMKMSBox() 71 MutableDRMInformationBox:: MutableDRMInformationBox(MP4_FF_FILE *fp, in MutableDRMInformationBox() argument 74 : Atom(fp, size, type) in MutableDRMInformationBox() 78 SchemeInformationBox:: SchemeInformationBox(MP4_FF_FILE *fp, in SchemeInformationBox() argument 81 : Atom(fp, size, type) in SchemeInformationBox() 99 AtomUtils::getNextAtomType(fp, atomSize, atomType); in SchemeInformationBox() 104 PV_MP4_FF_NEW(fp->auditCB, OMADRMKMSBox, (fp, atomSize, atomType), _pOMADRMKMSBox); in SchemeInformationBox() [all …]
|
D | impeg4file.cpp | 71 MP4_FF_FILE *fp = &fileStruct; in OSCL_DLL_ENTRY_POINT_DEFAULT() local 73 fp->_fileServSession = aFileServSession; in OSCL_DLL_ENTRY_POINT_DEFAULT() 74 fp->_pvfile.SetCPM(aCPMAccessFactory); in OSCL_DLL_ENTRY_POINT_DEFAULT() 75 fp->_pvfile.SetFileHandle(aHandle); in OSCL_DLL_ENTRY_POINT_DEFAULT() 79 fp) != 0) in OSCL_DLL_ENTRY_POINT_DEFAULT() 85 AtomUtils::getCurrentFileSize(fp, fileSize); in OSCL_DLL_ENTRY_POINT_DEFAULT() 86 fp->_fileSize = (int32)fileSize; in OSCL_DLL_ENTRY_POINT_DEFAULT() 89 PV_MP4_FF_NEW(fp->auditCB, Mpeg4File, (fp, aFilename, aParsingMode), mp4); in OSCL_DLL_ENTRY_POINT_DEFAULT() 96 if (fp->IsOpen()) in OSCL_DLL_ENTRY_POINT_DEFAULT() 97 AtomUtils::CloseMP4File(fp); in OSCL_DLL_ENTRY_POINT_DEFAULT() [all …]
|
D | trackfragmentrandomaccess.cpp | 26 TFRAEntries::TFRAEntries(MP4_FF_FILE *fp , uint32 version, in TFRAEntries() argument 42 if (!AtomUtils::read64(fp, _time64)) in TFRAEntries() 46 if (!AtomUtils::read64(fp, _moof_offset64)) in TFRAEntries() 53 if (!AtomUtils::read32(fp, _time32)) in TFRAEntries() 57 if (!AtomUtils::read32(fp, _moof_offset32)) in TFRAEntries() 68 if (!AtomUtils::read8(fp, tmp)) in TFRAEntries() 78 if (!AtomUtils::read16(fp, tmp)) in TFRAEntries() 86 if (!AtomUtils::read24(fp, _traf_number)) in TFRAEntries() 92 if (!AtomUtils::read32(fp, _traf_number)) in TFRAEntries() 104 if (!AtomUtils::read8(fp, tmp)) in TFRAEntries() [all …]
|
D | decoderconfigdescriptor.cpp | 36 DecoderConfigDescriptor::DecoderConfigDescriptor(MP4_FF_FILE *fp) in DecoderConfigDescriptor() argument 37 : BaseDescriptor(fp) in DecoderConfigDescriptor() 45 if (!AtomUtils::read8(fp, _objectTypeIndication)) in DecoderConfigDescriptor() 50 if (!AtomUtils::read8(fp, data)) in DecoderConfigDescriptor() 58 if (!AtomUtils::read24(fp, _bufferSizeDB)) in DecoderConfigDescriptor() 60 if (!AtomUtils::read32(fp, _maxBitrate)) in DecoderConfigDescriptor() 62 if (!AtomUtils::read32(fp, _avgBitrate)) in DecoderConfigDescriptor() 73 uint8 descr_tag = AtomUtils::peekNextByte(fp); in DecoderConfigDescriptor() 80 … PV_MP4_FF_NEW(fp->auditCB, H263DecoderSpecificInfo, (fp), _pdecSpecificInfo); in DecoderConfigDescriptor() 84 PV_MP4_FF_NEW(fp->auditCB, AMRDecoderSpecificInfo, (fp), _pdecSpecificInfo); in DecoderConfigDescriptor() [all …]
|
/external/icu4c/i18n/ |
D | rematch.cpp | 1202 inline REStackFrame *RegexMatcher::StateSave(REStackFrame *fp, int32_t savePatIdx, int32_t frameSiz… in StateSave() argument 1205 fp = (REStackFrame *)(newFP - frameSize); // in case of realloc of stack. in StateSave() 1208 int32_t *source = (int32_t *)fp; in StateSave() 1217 fp->fPatIdx = savePatIdx; in StateSave() 1274 REStackFrame *fp = resetStack(); in MatchAt() local 1277 fp->fPatIdx = 0; in MatchAt() 1278 fp->fInputIdx = startIdx; in MatchAt() 1296 op = pat[fp->fPatIdx]; in MatchAt() 1301 printf("inputIdx=%d inputChar=%c sp=%3d ", fp->fInputIdx, in MatchAt() 1302 fInput->char32At(fp->fInputIdx), (int32_t *)fp-fStack->getBuffer()); in MatchAt() [all …]
|
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/ |
D | pvmp4ffrec.cpp | 32 MP4_FF_FILE *fp = &fileStruct; in OSCL_DLL_ENTRY_POINT_DEFAULT() local 34 fp->_fileServSession = fileServSession; in OSCL_DLL_ENTRY_POINT_DEFAULT() 38 fp) != 0) in OSCL_DLL_ENTRY_POINT_DEFAULT() 45 filePointer = AtomUtils::getCurrentFilePosition(fp); in OSCL_DLL_ENTRY_POINT_DEFAULT() 46 AtomUtils::seekToEnd(fp); in OSCL_DLL_ENTRY_POINT_DEFAULT() 47 fileSize = AtomUtils::getCurrentFilePosition(fp); in OSCL_DLL_ENTRY_POINT_DEFAULT() 48 AtomUtils::seekFromStart(fp, filePointer); in OSCL_DLL_ENTRY_POINT_DEFAULT() 49 fp->_fileSize = fileSize; in OSCL_DLL_ENTRY_POINT_DEFAULT() 58 AtomUtils::getNextAtomType(fp, atomSize, atomType); in OSCL_DLL_ENTRY_POINT_DEFAULT() 76 AtomUtils::seekFromCurrPos(fp, atomSize); in OSCL_DLL_ENTRY_POINT_DEFAULT() [all …]
|
D | atomutils.cpp | 37 AtomUtils::read64(MP4_FF_FILE *fp, uint64 &data) in read64() argument 45 retVal = (int32) fp->_pvfile.Read((void*)bytes, 1, N); in read64() 71 AtomUtils::read32(MP4_FF_FILE *fp, uint32 &data) in read32() argument 79 retVal = (int32)(fp->_pvfile.Read((void*)bytes, 1, N)); in read32() 93 AtomUtils::read32read32(MP4_FF_FILE *fp, uint32 &data1, uint32 &data2) in read32read32() argument 102 retVal = (int32)(fp->_pvfile.Read((void*)bytes, 1, N)); in read32read32() 119 AtomUtils::read24(MP4_FF_FILE *fp, uint32 &data) in read24() argument 127 retVal = (int32)(fp->_pvfile.Read((void*)bytes, 1, N)); in read24() 140 AtomUtils::read16(MP4_FF_FILE *fp, uint16 &data) in read16() argument 148 retVal = (int32)(fp->_pvfile.Read((void*)bytes, 1, N)); in read16() [all …]
|
/external/tesseract/liblept/ |
D | pnmio.c | 77 static l_int32 pnmReadNextAsciiValue(FILE *fp, l_int32 *pval); 78 static l_int32 pnmSkipCommentLines(FILE *fp); 95 pixReadStreamPnm(FILE *fp) in pixReadStreamPnm() argument 107 if (!fp) in pixReadStreamPnm() 110 fscanf(fp, "P%d\n", &type); in pixReadStreamPnm() 114 if (pnmSkipCommentLines(fp)) in pixReadStreamPnm() 117 fscanf(fp, "%d %d\n", &w, &h); in pixReadStreamPnm() 125 fscanf(fp, "%d\n", &maxval); in pixReadStreamPnm() 140 fscanf(fp, "%d\n", &maxval); in pixReadStreamPnm() 156 if (pnmReadNextAsciiValue(fp, &val)) in pixReadStreamPnm() [all …]
|
D | bmpio.c | 54 pixReadStreamBmp(FILE *fp) in pixReadStreamBmp() argument 75 if (!fp) in pixReadStreamBmp() 79 fread((char *)&sval, 1, 2, fp); in pixReadStreamBmp() 84 fread((char *)&sval, 1, 2, fp); in pixReadStreamBmp() 86 fread((char *)&sval, 1, 2, fp); in pixReadStreamBmp() 88 fread((char *)&sval, 1, 2, fp); in pixReadStreamBmp() 90 fread((char *)&sval, 1, 2, fp); in pixReadStreamBmp() 92 fread((char *)&sval, 1, 2, fp); in pixReadStreamBmp() 94 fread((char *)&sval, 1, 2, fp); in pixReadStreamBmp() 98 fread((char *)&ival, 1, 4, fp); in pixReadStreamBmp() [all …]
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | debug.c | 37 dumpHex(FILE *fp, unsigned char const *buf, int len) in dumpHex() argument 42 if (!fp) return; in dumpHex() 46 fprintf(fp, "(PAP Authentication Frame -- Contents not dumped)\n"); in dumpHex() 53 fprintf(fp, "%02x ", (unsigned) buf[i]); in dumpHex() 55 fprintf(fp, " "); in dumpHex() 58 fprintf(fp, " "); in dumpHex() 62 fprintf(fp, "%c", buf[i]); in dumpHex() 64 fprintf(fp, "."); in dumpHex() 70 fprintf(fp, "\n"); in dumpHex() 86 dumpPacket(FILE *fp, PPPoEPacket *packet, char const *dir) in dumpPacket() argument [all …]
|
/external/openssl/crypto/x509/ |
D | x_all.c | 124 X509 *d2i_X509_fp(FILE *fp, X509 **x509) in d2i_X509_fp() argument 126 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509), fp, x509); in d2i_X509_fp() 129 int i2d_X509_fp(FILE *fp, X509 *x509) in i2d_X509_fp() argument 131 return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509), fp, x509); in i2d_X509_fp() 146 X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl) in d2i_X509_CRL_fp() argument 148 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_CRL), fp, crl); in d2i_X509_CRL_fp() 151 int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl) in i2d_X509_CRL_fp() argument 153 return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_CRL), fp, crl); in i2d_X509_CRL_fp() 168 PKCS7 *d2i_PKCS7_fp(FILE *fp, PKCS7 **p7) in d2i_PKCS7_fp() argument 170 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(PKCS7), fp, p7); in d2i_PKCS7_fp() [all …]
|
/external/libxml2/ |
D | xmlmemory.c | 581 xmlMemContentShow(FILE *fp, MEMHDR *p) in xmlMemContentShow() argument 587 fprintf(fp, " NULL"); in xmlMemContentShow() 611 fprintf(fp, " pointer to #%lu at index %d", in xmlMemContentShow() 618 fprintf(fp," null"); in xmlMemContentShow() 620 if (buf[i] == 0) fprintf(fp," \"%.25s\"", buf); in xmlMemContentShow() 622 fprintf(fp," ["); in xmlMemContentShow() 624 fprintf(fp,"%c", buf[j]); in xmlMemContentShow() 625 fprintf(fp,"]"); in xmlMemContentShow() 642 xmlMemDisplayLast(FILE *fp, long nbBytes) in xmlMemDisplayLast() argument 649 FILE *old_fp = fp; in xmlMemDisplayLast() [all …]
|
/external/icu4c/tools/tzcode/ |
D | scheck.c | 22 register const char * fp; local 34 fp = format; 36 while ((*tp++ = c = *fp++) != '\0') { 39 if (*fp == '%') { 40 *tp++ = *fp++; 44 if (*fp == '*') 45 ++fp; 46 while (is_digit(*fp)) 47 *tp++ = *fp++; 48 if (*fp == 'l' || *fp == 'h') [all …]
|
/external/oprofile/libutil/ |
D | op_fileio.c | 24 FILE * fp; in op_do_open_file() local 26 fp = fopen(name, mode); in op_do_open_file() 28 if (!fp) { in op_do_open_file() 36 return fp; in op_do_open_file() 52 void op_close_file(FILE * fp) in op_close_file() argument 54 if (fclose(fp)) in op_close_file() 59 void op_write_file(FILE * fp, void const * buf, size_t size) in op_write_file() argument 66 written = fwrite(buf, size, 1, fp); in op_write_file() 77 void op_write_u8(FILE * fp, u8 val) in op_write_u8() argument 79 op_write_file(fp, &val, sizeof(val)); in op_write_u8() [all …]
|
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/ |
D | atomutils.h | 143 OSCL_IMPORT_REF static bool read64(MP4_FF_FILE *fp, uint64 &data); 144 OSCL_IMPORT_REF static bool read32(MP4_FF_FILE *fp, uint32 &data); 145 OSCL_IMPORT_REF static bool read32read32(MP4_FF_FILE *fp, uint32 &data1, uint32 &data2); 146 OSCL_IMPORT_REF static bool read24(MP4_FF_FILE *fp, uint32 &data); 147 OSCL_IMPORT_REF static bool read16(MP4_FF_FILE *fp, uint16 &data); 148 OSCL_IMPORT_REF static bool read16read16(MP4_FF_FILE *fp, uint16 &data1, uint16 &data2); 149 OSCL_IMPORT_REF static bool read8(MP4_FF_FILE *fp, uint8 &data); 150 OSCL_IMPORT_REF static bool read8read8(MP4_FF_FILE *fp, uint8 &data1, uint8 &data2); 151 OSCL_IMPORT_REF static bool readNullTerminatedString(MP4_FF_FILE *fp, OSCL_wString& data); 153 … OSCL_IMPORT_REF static bool readNullTerminatedUnicodeString(MP4_FF_FILE *fp, OSCL_wString& data); [all …]
|
/external/srec/srec/clib/ |
D | srec_arb.c | 79 void read_questions(srec_question** pquestions, asr_int16_t num_questions, char **buffer, PFile *fp) in read_questions() argument 88 pfread(&(q->qtype), sizeof(asr_uint16_t), 1, fp); in read_questions() 89 pfread(&(q->membership_bits), sizeof(asr_uint16_t), PSET_BIT_ARRAY_SIZE, fp); in read_questions() 178 tree_node* read_tree_node_f(char **buffer, PFile *fp) in read_tree_node_f() argument 181 pfread(&(tnode->node.quest_index), sizeof(asr_int16_t), 1, fp); in read_tree_node_f() 182 pfread(&(tnode->term.pelid), sizeof(asr_int16_t), 1, fp); in read_tree_node_f() 183 pfread(&(tnode->node.fail), sizeof(tree_branch_info*), 1, fp); in read_tree_node_f() 184 pfread(&(tnode->node.pass), sizeof(tree_branch_info*), 1, fp); in read_tree_node_f() 192 tnode->node.fail = (struct tree_branch_info*)read_tree_node_f(buffer, fp); in read_tree_node_f() 193 tnode->node.pass = (struct tree_branch_info*)read_tree_node_f(buffer, fp); in read_tree_node_f() [all …]
|