Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/freebl/
H A Dcrypto_primitives.h39 PRUint64 swap8b(PRUint64 value);
40 #define FREEBL_HTONLL(x) swap8b(x)
46 PRUint64 swap8b(PRUint64 x);
47 #define FREEBL_HTONLL(x) swap8b(x)
H A Dcrypto_primitives.c18 swap8b(PRUint64 value) in swap8b() function
28 swap8b(PRUint64 x) in swap8b() function
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/freebl/
H A Dcrypto_primitives.h50 PRUint64 swap8b(PRUint64 value); in swap8b()
51 #define FREEBL_HTONLL(x) swap8b(x)
57 PRUint64 swap8b(PRUint64 x);
58 #define FREEBL_HTONLL(x) swap8b(x)
H A Dcrypto_primitives.c18 swap8b(PRUint64 value)
28 swap8b(PRUint64 x)
/dports/security/ca_root_nss/nss-3.71/nss/lib/freebl/
H A Dcrypto_primitives.h50 PRUint64 swap8b(PRUint64 value);
51 #define FREEBL_HTONLL(x) swap8b(x)
57 PRUint64 swap8b(PRUint64 x);
58 #define FREEBL_HTONLL(x) swap8b(x)
H A Dcrypto_primitives.c18 swap8b(PRUint64 value) in swap8b() function
28 swap8b(PRUint64 x) in swap8b() function
/dports/www/firefox/firefox-99.0/security/nss/lib/freebl/
H A Dcrypto_primitives.h50 PRUint64 swap8b(PRUint64 value);
51 #define FREEBL_HTONLL(x) swap8b(x)
57 PRUint64 swap8b(PRUint64 x);
58 #define FREEBL_HTONLL(x) swap8b(x)
H A Dcrypto_primitives.c18 swap8b(PRUint64 value) in swap8b() function
28 swap8b(PRUint64 x) in swap8b() function
/dports/security/nss/nss-3.76.1/nss/lib/freebl/
H A Dcrypto_primitives.h50 PRUint64 swap8b(PRUint64 value);
51 #define FREEBL_HTONLL(x) swap8b(x)
57 PRUint64 swap8b(PRUint64 x);
58 #define FREEBL_HTONLL(x) swap8b(x)
H A Dcrypto_primitives.c18 swap8b(PRUint64 value) in swap8b() function
28 swap8b(PRUint64 x) in swap8b() function
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/freebl/
H A Dcrypto_primitives.h50 PRUint64 swap8b(PRUint64 value);
51 #define FREEBL_HTONLL(x) swap8b(x)
57 PRUint64 swap8b(PRUint64 x);
58 #define FREEBL_HTONLL(x) swap8b(x)
H A Dcrypto_primitives.c18 swap8b(PRUint64 value) in swap8b() function
28 swap8b(PRUint64 x) in swap8b() function
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/freebl/
H A Dcrypto_primitives.h50 PRUint64 swap8b(PRUint64 value);
51 #define FREEBL_HTONLL(x) swap8b(x)
57 PRUint64 swap8b(PRUint64 x);
58 #define FREEBL_HTONLL(x) swap8b(x)
H A Dcrypto_primitives.c18 swap8b(PRUint64 value) in swap8b() function
28 swap8b(PRUint64 x) in swap8b() function
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/freebl/
H A Dsha512.c680 swap8b(PRUint64 value) in swap8b() function
686 #define SHA_HTONLL(x) swap8b(x)
692 swap8b(PRUint64 x) in swap8b() function
699 #define SHA_HTONLL(x) swap8b(x)
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/utils/ncoffsets/
H A Dncoffsets.c231 swap8b(long long *val) in swap8b() function
242 if (is_little_endian) swap8b(&tmp); in get_uint64()
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Dncvalidator.c294 swap8b(unsigned long long *val) in swap8b() function
306 if (gbp->is_little_endian) swap8b(&tmp); in get_uint64()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/lib/
H A Dncx.m4443 swap8b(void *dst, const void *src)
1657 swap8b(ip, xp);
1667 swap8b(xp, ip);
2342 /* below is the same as calling swap8b(ullp, *xpp) */
2396 /* below is the same as calling swap8b(*xpp, &ip) */
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libsrc/
H A Dncx.m4456 swap8b(void *dst, const void *src)
1706 swap8b(ip, xp);
1716 swap8b(xp, ip);
2406 /* below is the same as calling swap8b(ullp, *xpp) */
2460 /* below is the same as calling swap8b(*xpp, &ip) */
/dports/science/netcdf/netcdf-c-4.7.4/libsrc/
H A Dncx.m4456 swap8b(void *dst, const void *src)
1706 swap8b(ip, xp);
1716 swap8b(xp, ip);
2406 /* below is the same as calling swap8b(ullp, *xpp) */
2460 /* below is the same as calling swap8b(*xpp, &ip) */
H A Dncx.c393 swap8b(void *dst, const void *src) in swap8b() function
6090 swap8b(ip, xp); in get_ix_double()
6100 swap8b(xp, ip); in put_ix_double()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dncx.m4220 swap8b(void *dst, const void *src)
1566 swap8b(ip, xp);
1576 swap8b(xp, ip);
H A Dncx.c209 swap8b(void *dst, const void *src) in swap8b() function
1589 swap8b(ip, xp); in get_ix_double()
1599 swap8b(xp, ip); in put_ix_double()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dncx.c377 swap8b(void *dst, const void *src) in swap8b() function
3657 swap8b(ip, xp); in get_ix_double()
3667 swap8b(xp, ip); in put_ix_double()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dncx.c377 swap8b(void *dst, const void *src) in swap8b() function
3652 swap8b(ip, xp); in get_ix_double()
3662 swap8b(xp, ip); in put_ix_double()