Home
last modified time | relevance | path

Searched refs:xdrsize (Results 1 – 17 of 17) sorted by relevance

/dports/science/netcdf/netcdf-c-4.7.4/oc2/
H A Doccompile.c292 off_t nelements,xdrsize; in occompileatomic() local
317 data->xdrsize = ocxdrsize(xnode->etype,scalar); in occompileatomic()
327 xxdr_skip(xxdrs,data->ninstances*data->xdrsize); in occompileatomic()
335 xdrsize = data->ninstances*data->xdrsize; in occompileatomic()
336 xdrsize = RNDUP(xdrsize); in occompileatomic()
338 xxdr_skip(xxdrs,xdrsize); in occompileatomic()
H A Docdata.h21 off_t xdrsize; /* for leafs, and as defined by xdr; if known else 0*/ member
H A Docdata.c309 xdrtotal = count*data->xdrsize; /* amount (in xdr sizes) to read */ in ocread()
310 xdrstart = start*data->xdrsize; /* offset from the start of the data */ in ocread()
H A Docdump.c508 snprintf(tmp,sizeof(tmp)," xdrsize=%ld",(unsigned long)data->xdrsize); in ocdumpdata()
592 snprintf(tmp,sizeof(tmp),"%04lu",(unsigned long)data->xdrsize); in ocdumpdatatree()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/oc2/
H A Doccompile.c292 off_t nelements,xdrsize; in occompileatomic() local
317 data->xdrsize = ocxdrsize(xnode->etype,scalar); in occompileatomic()
327 xxdr_skip(xxdrs,data->ninstances*data->xdrsize); in occompileatomic()
335 xdrsize = data->ninstances*data->xdrsize; in occompileatomic()
336 xdrsize = RNDUP(xdrsize); in occompileatomic()
338 xxdr_skip(xxdrs,xdrsize); in occompileatomic()
H A Docdata.h21 off_t xdrsize; /* for leafs, and as defined by xdr; if known else 0*/ member
H A Docdata.c309 xdrtotal = count*data->xdrsize; /* amount (in xdr sizes) to read */ in ocread()
310 xdrstart = start*data->xdrsize; /* offset from the start of the data */ in ocread()
H A Docdump.c509 snprintf(tmp,sizeof(tmp)," xdrsize=%ld",(unsigned long)data->xdrsize); in ocdumpdata()
590 snprintf(tmp,sizeof(tmp),"%04lu",(unsigned long)data->xdrsize); in ocdumpdatatree()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdap2/
H A Dcache.c261 ocstat = oc_raw_xdrsize(conn,ocroot,&cachenode->xdrsize); in buildcachenode()
275 while(cache->cachesize + cachenode->xdrsize > cache->cachelimit in buildcachenode()
282 cache->cachesize -= node->xdrsize; in buildcachenode()
293 cache->cachesize -= node->xdrsize; in buildcachenode()
297 cache->cachesize += cachenode->xdrsize; in buildcachenode()
H A Dnccommon.h74 off_t xdrsize; member
H A Ddapdump.c516 (unsigned long)node->xdrsize, in dumpcachenode()
/dports/science/netcdf/netcdf-c-4.7.4/libdap2/
H A Dcache.c263 ocstat = oc_raw_xdrsize(conn,ocroot,&cachenode->xdrsize); in buildcachenode()
277 while(cache->cachesize + cachenode->xdrsize > cache->cachelimit in buildcachenode()
284 cache->cachesize -= node->xdrsize; in buildcachenode()
295 cache->cachesize -= node->xdrsize; in buildcachenode()
299 cache->cachesize += cachenode->xdrsize; in buildcachenode()
H A Dnccommon.h74 off_t xdrsize; member
H A Ddapdump.c509 (unsigned long)node->xdrsize, in dumpcachenode()
/dports/multimedia/libv4l/linux-5.13-rc2/net/sunrpc/
H A Dsvc.c429 unsigned int xdrsize; in __svc_create() local
443 xdrsize = 0; in __svc_create()
451 if (prog->pg_vers[vers]->vs_xdrsize > xdrsize) in __svc_create()
452 xdrsize = prog->pg_vers[vers]->vs_xdrsize; in __svc_create()
456 serv->sv_xdrsize = xdrsize; in __svc_create()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sunrpc/
H A Dsvc.c429 unsigned int xdrsize; in __svc_create() local
443 xdrsize = 0; in __svc_create()
451 if (prog->pg_vers[vers]->vs_xdrsize > xdrsize) in __svc_create()
452 xdrsize = prog->pg_vers[vers]->vs_xdrsize; in __svc_create()
456 serv->sv_xdrsize = xdrsize; in __svc_create()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sunrpc/
H A Dsvc.c429 unsigned int xdrsize; in __svc_create() local
443 xdrsize = 0; in __svc_create()
451 if (prog->pg_vers[vers]->vs_xdrsize > xdrsize) in __svc_create()
452 xdrsize = prog->pg_vers[vers]->vs_xdrsize; in __svc_create()
456 serv->sv_xdrsize = xdrsize; in __svc_create()