Home
last modified time | relevance | path

Searched refs:rndup (Results 1 – 25 of 47) sorted by relevance

12

/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dncx_cray.c1411 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_schar()
1425 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_uchar()
1440 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_short()
1458 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_int()
1476 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_long()
1494 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_float()
1512 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_double()
1634 rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_schar()
1654 rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_uchar()
1676 rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_short()
[all …]
H A Dncx.c6459 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_uchar()
6493 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_short()
6527 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_int()
6561 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_long()
6595 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_float()
6629 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_double()
6663 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_longlong()
6697 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_ushort()
6731 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_uint()
6765 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_ulonglong()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dncx_cray.c1411 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_schar()
1425 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_uchar()
1440 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_short()
1458 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_int()
1476 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_long()
1494 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_float()
1512 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_double()
1634 rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_schar()
1654 rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_uchar()
1676 rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_short()
[all …]
H A Dncx.c6464 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_uchar()
6498 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_short()
6532 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_int()
6566 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_long()
6600 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_float()
6634 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_double()
6668 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_longlong()
6702 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_ushort()
6736 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_uint()
6770 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_ulonglong()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dncx.c2322 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_schar()
2336 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_uchar()
2351 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_short()
2369 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_int()
2387 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_float()
2405 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_double()
2423 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_uint()
2441 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_longlong()
2459 rndup = X_ALIGN - rndup; in ncx_pad_getn_schar_ulonglong()
2615 rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_schar()
[all …]
/dports/math/R/R-4.1.2/src/extra/xdr/
H A Dxdr.c355 register u_int rndup; local
367 rndup = cnt % BYTES_PER_XDR_UNIT;
368 if (rndup > 0)
369 rndup = BYTES_PER_XDR_UNIT - rndup;
375 if (rndup == 0)
377 return (XDR_GETBYTES(xdrs, crud, rndup));
384 if (rndup == 0)
386 return (XDR_PUTBYTES(xdrs, xdr_zero, rndup));
/dports/math/libRmath/R-4.1.1/src/extra/xdr/
H A Dxdr.c355 register u_int rndup; local
367 rndup = cnt % BYTES_PER_XDR_UNIT;
368 if (rndup > 0)
369 rndup = BYTES_PER_XDR_UNIT - rndup;
375 if (rndup == 0)
377 return (XDR_GETBYTES(xdrs, crud, rndup));
384 if (rndup == 0)
386 return (XDR_PUTBYTES(xdrs, xdr_zero, rndup));
/dports/science/lammps/lammps-stable_29Sep2021/src/EXTRA-DUMP/
H A Dxdr_compat.cpp310 unsigned int rndup; in xdr_opaque() local
322 rndup = cnt % BYTES_PER_XDR_UNIT; in xdr_opaque()
323 if (rndup > 0) in xdr_opaque()
324 rndup = BYTES_PER_XDR_UNIT - rndup; in xdr_opaque()
333 if (rndup == 0) in xdr_opaque()
335 return xdr_getbytes (xdrs, (char *)crud, rndup); in xdr_opaque()
342 if (rndup == 0) in xdr_opaque()
344 return xdr_putbytes (xdrs, xdr_zero, rndup); in xdr_opaque()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/rpc/
H A Dxdr.c387 u_int rndup; in xdr_opaque() local
399 rndup = cnt % BYTES_PER_XDR_UNIT; in xdr_opaque()
400 if (rndup > 0) in xdr_opaque()
401 rndup = BYTES_PER_XDR_UNIT - rndup; in xdr_opaque()
407 if (rndup == 0) in xdr_opaque()
409 return (XDR_GETBYTES(xdrs, (caddr_t) (void *)crud, rndup)); in xdr_opaque()
417 if (rndup == 0) in xdr_opaque()
419 return (XDR_PUTBYTES(xdrs, xdr_zero, rndup)); in xdr_opaque()
/dports/security/krb5/krb5-1.19.2/src/lib/rpc/
H A Dxdr.c387 u_int rndup; in xdr_opaque() local
399 rndup = cnt % BYTES_PER_XDR_UNIT; in xdr_opaque()
400 if (rndup > 0) in xdr_opaque()
401 rndup = BYTES_PER_XDR_UNIT - rndup; in xdr_opaque()
407 if (rndup == 0) in xdr_opaque()
409 return (XDR_GETBYTES(xdrs, (caddr_t) (void *)crud, rndup)); in xdr_opaque()
417 if (rndup == 0) in xdr_opaque()
419 return (XDR_PUTBYTES(xdrs, xdr_zero, rndup)); in xdr_opaque()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/fileio/
H A Dgmx_internal_xdr.cpp335 unsigned int rndup; in xdr_opaque() local
349 rndup = cnt % BYTES_PER_XDR_UNIT; in xdr_opaque()
350 if (rndup > 0) in xdr_opaque()
352 rndup = BYTES_PER_XDR_UNIT - rndup; in xdr_opaque()
362 if (rndup == 0) in xdr_opaque()
366 return xdr_getbytes(xdrs, crud, rndup); in xdr_opaque()
373 if (rndup == 0) in xdr_opaque()
377 return xdr_putbytes(xdrs, xdr_zero, rndup); in xdr_opaque()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/rpc/
H A Dxdr.c416 uint_t rndup; in xdr_opaque() local
428 rndup = cnt % BYTES_PER_XDR_UNIT; in xdr_opaque()
429 if (rndup != 0) in xdr_opaque()
430 rndup = BYTES_PER_XDR_UNIT - rndup; in xdr_opaque()
436 if (rndup == 0) in xdr_opaque()
438 return (XDR_GETBYTES(xdrs, (caddr_t)crud, rndup)); in xdr_opaque()
445 if (rndup == 0) in xdr_opaque()
447 return (XDR_PUTBYTES(xdrs, xdr_zero, rndup)); in xdr_opaque()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/windeps/sunrpc/
H A Dxdr.c425 u_int rndup; in INTDEF() local
436 rndup = cnt % BYTES_PER_XDR_UNIT; in INTDEF()
437 if (rndup > 0) rndup = BYTES_PER_XDR_UNIT - rndup; in INTDEF()
444 if (rndup == 0) return TRUE; in INTDEF()
445 return XDR_GETBYTES(xdrs, (caddr_t)crud, rndup); in INTDEF()
451 if (rndup == 0) return TRUE; in INTDEF()
452 return XDR_PUTBYTES(xdrs, xdr_zero, rndup); in INTDEF()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/windeps/sunrpc/
H A Dxdr.c509 u_int rndup; in INTDEF() local
521 rndup = cnt % BYTES_PER_XDR_UNIT; in INTDEF()
522 if (rndup > 0) in INTDEF()
523 rndup = BYTES_PER_XDR_UNIT - rndup; in INTDEF()
532 if (rndup == 0) in INTDEF()
534 return XDR_GETBYTES (xdrs, (caddr_t)crud, rndup); in INTDEF()
541 if (rndup == 0) in INTDEF()
543 return XDR_PUTBYTES (xdrs, xdr_zero, rndup); in INTDEF()
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/windeps/sunrpc/
H A Dxdr.c509 u_int rndup; in INTDEF() local
521 rndup = cnt % BYTES_PER_XDR_UNIT; in INTDEF()
522 if (rndup > 0) in INTDEF()
523 rndup = BYTES_PER_XDR_UNIT - rndup; in INTDEF()
532 if (rndup == 0) in INTDEF()
534 return XDR_GETBYTES (xdrs, (caddr_t)crud, rndup); in INTDEF()
541 if (rndup == 0) in INTDEF()
543 return XDR_PUTBYTES (xdrs, xdr_zero, rndup); in INTDEF()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/windeps/sunrpc/
H A Dxdr.c509 u_int rndup; in INTDEF() local
521 rndup = cnt % BYTES_PER_XDR_UNIT; in INTDEF()
522 if (rndup > 0) in INTDEF()
523 rndup = BYTES_PER_XDR_UNIT - rndup; in INTDEF()
532 if (rndup == 0) in INTDEF()
534 return XDR_GETBYTES (xdrs, (caddr_t)crud, rndup); in INTDEF()
541 if (rndup == 0) in INTDEF()
543 return XDR_PUTBYTES (xdrs, xdr_zero, rndup); in INTDEF()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/windeps/sunrpc/
H A Dxdr.c509 u_int rndup; in INTDEF() local
521 rndup = cnt % BYTES_PER_XDR_UNIT; in INTDEF()
522 if (rndup > 0) in INTDEF()
523 rndup = BYTES_PER_XDR_UNIT - rndup; in INTDEF()
532 if (rndup == 0) in INTDEF()
534 return XDR_GETBYTES (xdrs, (caddr_t)crud, rndup); in INTDEF()
541 if (rndup == 0) in INTDEF()
543 return XDR_PUTBYTES (xdrs, xdr_zero, rndup); in INTDEF()
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/windeps/sunrpc/
H A Dxdr.c509 u_int rndup; in INTDEF() local
521 rndup = cnt % BYTES_PER_XDR_UNIT; in INTDEF()
522 if (rndup > 0) in INTDEF()
523 rndup = BYTES_PER_XDR_UNIT - rndup; in INTDEF()
532 if (rndup == 0) in INTDEF()
534 return XDR_GETBYTES (xdrs, (caddr_t)crud, rndup); in INTDEF()
541 if (rndup == 0) in INTDEF()
543 return XDR_PUTBYTES (xdrs, xdr_zero, rndup); in INTDEF()
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/windeps/sunrpc/
H A Dxdr.c509 u_int rndup; in INTDEF() local
521 rndup = cnt % BYTES_PER_XDR_UNIT; in INTDEF()
522 if (rndup > 0) in INTDEF()
523 rndup = BYTES_PER_XDR_UNIT - rndup; in INTDEF()
532 if (rndup == 0) in INTDEF()
534 return XDR_GETBYTES (xdrs, (caddr_t)crud, rndup); in INTDEF()
541 if (rndup == 0) in INTDEF()
543 return XDR_PUTBYTES (xdrs, xdr_zero, rndup); in INTDEF()
/dports/science/netcdf/netcdf-c-4.7.4/libsrc/
H A Dncx.c10995 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_uchar()
11062 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_short()
11129 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_int()
11196 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_long()
11263 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_float()
11330 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_double()
11397 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_longlong()
11464 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_ushort()
11531 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_uint()
11598 if (rndup) rndup = X_ALIGN - rndup; in ncx_pad_putn_schar_ulonglong()
[all …]
/dports/science/hdf/hdf-4.2.15/mfhdf/xdr/
H A Dxdr.c540 u_int rndup; local
552 rndup = cnt % BYTES_PER_XDR_UNIT;
553 if (rndup > 0)
554 rndup = BYTES_PER_XDR_UNIT - rndup;
560 if (rndup == 0)
562 return (XDR_GETBYTES(xdrs, (caddr_t)(void *)crud, rndup));
569 if (rndup == 0)
571 return (XDR_PUTBYTES(xdrs, xdr_zero, rndup));
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/xdr/
H A Dxdr.c594 u_int rndup; in xdr_opaque() local
606 rndup = cnt % BYTES_PER_XDR_UNIT; in xdr_opaque()
607 if (rndup > 0) in xdr_opaque()
608 rndup = BYTES_PER_XDR_UNIT - rndup; in xdr_opaque()
615 if (rndup == 0) in xdr_opaque()
617 return XDR_GETBYTES (xdrs, (caddr_t) crud, rndup); in xdr_opaque()
622 if (rndup == 0) in xdr_opaque()
624 return (XDR_PUTBYTES (xdrs, xdr_zero, rndup)); in xdr_opaque()
/dports/science/py-scipy/scipy-1.7.1/scipy/special/cephes/
H A Dround.c50 goto rndup; in round()
56 rndup: in round()
/dports/math/grace/grace-5.1.25/cephes/
H A Dround.c52 goto rndup;
60 rndup:
/dports/math/p5-Math-Cephes/Math-Cephes-0.5305/libmd/
H A Dround.c55 goto rndup;
63 rndup:

12