Searched refs:Vdio_t (Results 1 - 9 of 9) sorted by relevance
/ast/src/lib/libvdelta/vd01/ |
H A D | vdio01.c | 28 static void _vdinit(reg Vdio_t* io) 31 reg Vdio_t* io; 46 static int _vdfilbuf(reg Vdio_t* io) 49 reg Vdio_t* io; 67 static int _vdflsbuf(reg Vdio_t* io) 70 reg Vdio_t* io; 90 static ulong _vdgetu(reg Vdio_t* io, reg ulong v) 93 reg Vdio_t* io; 108 static int _vdputu(reg Vdio_t* io, ulong v) 111 reg Vdio_t* i [all...] |
H A D | vdelhdr01.h | 206 } Vdio_t; typedef in typeref:struct:_vdio_s 225 { int(* vdfilbuf)_ARG_((Vdio_t*)); 226 int(* vdflsbuf)_ARG_((Vdio_t*)); 227 ulong(* vdgetu)_ARG_((Vdio_t*, ulong)); 228 int(* vdputu)_ARG_((Vdio_t*, ulong)); 229 int(* vdread)_ARG_((Vdio_t*, uchar*, int)); 230 int(* vdwrite)_ARG_((Vdio_t*, uchar*, int));
|
H A D | vdupdate01.c | 35 { Vdio_t io; /* io structure */ 72 { if((inst = VDGETC((Vdio_t*)tab)) < 0) 82 { if((size = VDGETC((Vdio_t*)tab)) < 0) 85 (size = (long)(*_Vdgetu)((Vdio_t*)tab,size)) < 0) 98 if((*_Vdread)((Vdio_t*)tab,tab->data,n) != n ) 107 if((*_Vdread)((Vdio_t*)tab,tar+t,n) != n) 125 { if((size = VDGETC((Vdio_t*)tab)) < 0) 128 (size = (long)(*_Vdgetu)((Vdio_t*)tab,size)) < 0) 136 if((copy = VDGETC((Vdio_t*)tab)) < 0) 142 (copy = (long)(*_Vdgetu)((Vdio_t*)ta [all...] |
H A D | vddelta01.c | 44 { Vdio_t io; /* io structure */ 121 if(VDPUTC((Vdio_t*)tab,i_add) < 0 ) 124 (*_Vdputu)((Vdio_t*)tab, (ulong)A_PUT(n_add)) < 0 ) 126 if((*_Vdwrite)((Vdio_t*)tab, begs, n_add) < 0 ) 131 { if(!MERGABLE(n_add,n_copy,k_type) && VDPUTC((Vdio_t*)tab,i_copy) < 0 ) 135 (*_Vdputu)((Vdio_t*)tab, (ulong)C_PUT(n_copy)) < 0 ) 139 { if(VDPUTC((Vdio_t*)tab,(uchar)best) < 0 ) 143 { if((*_Vdputu)((Vdio_t*)tab, (ulong)best) < 0 ) 148 { if((*_Vdflsbuf)((Vdio_t*)tab) < 0)
|
/ast/src/lib/libvdelta/ |
H A D | vdio.c | 28 static void _vdinit(reg Vdio_t* io) 31 reg Vdio_t* io; 46 static int _vdfilbuf(reg Vdio_t* io) 49 reg Vdio_t* io; 70 static int _vdflsbuf(reg Vdio_t* io) 73 reg Vdio_t* io; 93 static ulong _vdgetu(reg Vdio_t* io, reg ulong v) 96 reg Vdio_t* io; 111 static int _vdputu(reg Vdio_t* io, ulong v) 114 reg Vdio_t* i [all...] |
H A D | vdupdate.c | 37 { Vdio_t io; /* io structure */ 74 { if((inst = VDGETC((Vdio_t*)tab)) < 0) 84 { if((size = VDGETC((Vdio_t*)tab)) < 0) 87 (size = (long)(*_Vdgetu)((Vdio_t*)tab,size)) < 0) 100 if((*_Vdread)((Vdio_t*)tab,tab->data,n) != n ) 109 if((*_Vdread)((Vdio_t*)tab,tar+t,n) != n) 127 { if((size = VDGETC((Vdio_t*)tab)) < 0) 130 (size = (long)(*_Vdgetu)((Vdio_t*)tab,size)) < 0) 138 if((copy = VDGETC((Vdio_t*)tab)) < 0) 144 (copy = (long)(*_Vdgetu)((Vdio_t*)ta [all...] |
H A D | vdelhdr.h | 207 } Vdio_t; typedef in typeref:struct:_vdio_s 247 { int(* vdfilbuf)_ARG_((Vdio_t*)); 248 int(* vdflsbuf)_ARG_((Vdio_t*)); 249 ulong(* vdgetu)_ARG_((Vdio_t*, ulong)); 250 int(* vdputu)_ARG_((Vdio_t*, ulong)); 251 int(* vdread)_ARG_((Vdio_t*, uchar*, int)); 252 int(* vdwrite)_ARG_((Vdio_t*, uchar*, int));
|
H A D | vddelta.c | 40 { Vdio_t io; /* io structure */ 117 if(VDPUTC((Vdio_t*)tab,i_add) < 0 ) 120 (*_Vdputu)((Vdio_t*)tab, (ulong)A_PUT(n_add)) < 0 ) 122 if((*_Vdwrite)((Vdio_t*)tab, begs, n_add) < 0 ) 127 { if(!MERGABLE(n_add,n_copy,k_type) && VDPUTC((Vdio_t*)tab,i_copy) < 0 ) 131 (*_Vdputu)((Vdio_t*)tab, (ulong)C_PUT(n_copy)) < 0 ) 135 { if(VDPUTC((Vdio_t*)tab,(uchar)best) < 0 ) 139 { if((*_Vdputu)((Vdio_t*)tab, (ulong)best) < 0 )
|
/ast/src/cmd/pax/ |
H A D | delta.c | 969 } Vdio_t; typedef in typeref:struct:__anon180 980 register Vdio_t* dp = (Vdio_t*)vd; 1022 register Vdio_t* dp = (Vdio_t*)vd; 1058 register Vdio_t* dp; 1066 Vdio_t* gen = 0; 1067 Vdio_t data[3];
|
Completed in 27 milliseconds