Lines Matching defs:delta
25 ** word size smaller than that of the machine where the delta
93 /* copy data from the delta stream to target */
258 long _vdupdate_01(Vddisc_t* source, Vddisc_t* target, Vddisc_t* delta)
260 long _vdupdate_01(source,target,delta)
263 Vddisc_t* delta; /* delta data */
275 if(!delta || (!delta->data && !delta->readf) )
279 INIT(&tab.io,delta);