OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pullp
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/clib/
fpi_tgt.inl
63
* "
pullp
"
69
*
pullp
== frame 70
73
*
pullp
== frame 720
85
* current '
pullp
' position, as frame 899 is the newest
97
* current '
pullp
' position. We can only move backwards safely
105
* If 'masterREC', '
pullp
' is manipulated, otherwise one of the
120
return (POINTER_GAP(frmPkt, frmPkt->pushp, frmPkt->
pullp
));
129
return (POINTER_GAP(frmPkt, frmPkt->
pullp
, frmPkt->pushBlkp));
fpi_tgt.c
151
frmPkt->
pullp
= frmPkt->frameStack;
273
frmPkt->
pullp
= frmPkt->pushp; /* Move the Blocker to
pullp
*/
274
frmPkt->pushBlkp = frmPkt->pushp; /* Move the Blocker to
pullp
*/
380
if (nextFrmPtr == frmPkt->
pullp
)
426
* If 'masterREC', '
pullp
' is manipulated, otherwise one of the
466
gap = POINTER_GAP(frmPkt, frmPkt->
pullp
, frmPkt->pushBlkp);
472
gap = POINTER_GAP(frmPkt, frmPkt->pushp, frmPkt->
pullp
);
476
frmPkt->
pullp
= FIX_FRAME_POINTER(frmPkt,
477
frmPkt->
pullp
- fCnt * frmPkt->frameSize)
[
all
...]
/external/srec/srec/include/
fpi_tgt.h
97
featdata* volatile
pullp
; /* Ptr to next frame to be read */
member in struct:__anon15422
Completed in 1221 milliseconds