Home
last modified time | relevance | path

Searched refs:pftell (Results 1 – 7 of 7) sorted by relevance

/external/srec/srec/clib/
Dsrec_arb.c299 fpos = pftell(fp); in read_arbdata_from_stream()
329 ASSERT(pftell(fp) == pbuf - buffer); in read_arbdata_from_stream()
340 ASSERT(pftell(fp) == pbuf - buffer); in read_arbdata_from_stream()
347 ASSERT(pftell(fp) == pbuf - buffer); in read_arbdata_from_stream()
353 ASSERT(pftell(fp) == pbuf - buffer); in read_arbdata_from_stream()
Dimeld_rd.c159 foffset = pftell(dfpt); in init_newton_transform()
/external/srec/srec/crec/
Dsrec_context.c381 fpos = pftell(fp); in FST_LoadWordMap()
927 fpos = pftell(fp); in FST_LoadGraph()
1779 fpos = pftell(fp); in FST_LoadReverseWordGraph()
3108 PLogMessage("G2G done WR hdrs %d", pftell(fp)); in FST_DumpContextAsImageV2()
3175 PLogMessage("G2G done WR arcs %d", pftell(fp)); in FST_DumpContextAsImageV2()
3201 PLogMessage("G2G done WR exits %d", pftell(fp)); in FST_DumpContextAsImageV2()
3212 PLogMessage("G2G done WR wmap %d", pftell(fp)); in FST_DumpContextAsImageV2()
3241 header[0] = pftell(fp); in FST_DumpContextAsImageV2()
3321 PLogMessage("G2G done RD hdrs %d", pftell(fp)); in FST_LoadContextFromImageV2()
3419 PLogMessage("G2G done RD arcs %d", pftell(fp)); in FST_LoadContextFromImageV2()
[all …]
/external/srec/portable/include/
DPFile.h501 PORTABLE_API long pftell(PFile* stream);
/external/srec/portable/src/
DPFileWrap.c347 long pftell ( PFile *stream ) in pftell() function
DPFile.c404 long pftell(PFile* stream) in pftell() function
/external/srec/srec/Semproc/src/
DSemanticGraphImpl.c328 fpos = pftell(scripts_file); in SR_SemanticGraph_LoadFromTextFiles()
394 fpos = pftell(p_text_file); in SR_SemanticGraph_LoadFromTextFiles()
791 PLogMessage("G2G done WR semg %d", pftell(fp)); in sr_semanticgraph_saveV2()