Searched defs:Param (Results 1 – 5 of 5) sorted by relevance
94 typedef struct Param Param; typedef95 struct Param struct98 uint snapEpoch; /* epoch for snapshot being archived */99 uint blockSize;100 Cache *c;101 Arch *a;104 uint depth;107 uint nfixed;108 uint nsend;109 uint nvisit;[all …]
19 typedef struct Param Param; typedef26 struct Param { struct27 Memimage *dst;28 Memimage *src;29 Point c;30 int t;31 Point sp;32 Memimage *disc;33 int op;
395 typedef struct Param Param; typedef405 struct Param { struct406 Readfn *replcall;407 Readfn *greymaskcall; 408 Readfn *convreadcall;409 Writefn *convwritecall;434 Param *convdpar; argument451 static Readfn* convfn(Memimage*, Param*, Memimage*, Param*, int*); argument
413 typedef struct Param Param; typedef423 struct Param { struct424 Readfn *replcall;425 Readfn *greymaskcall; 426 Readfn *convreadcall;427 Writefn *convwritecall;452 Param *convdpar; argument459 static Param spar, mpar, dpar; /* easier on the stacks */ argument