Home
last modified time | relevance | path

Searched refs:X_SIZEOF_INT64 (Results 1 – 24 of 24) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dv1hpg.c140 status = check_v1hs(psp, X_SIZEOF_INT64); in v1h_put_size_t()
159 status = check_v1hs(gsp, X_SIZEOF_INT64); in v1h_get_size_t()
261 size_t sz = (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_INT; /* nchars */ in ncx_len_NC_string()
379 sz += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; in ncx_len_NC_dim()
443 xlen += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; /* count */ in ncx_len_NC_dimarray()
587 sz += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; /* nelems */ in ncx_len_NC_attr()
611 case NC_INT64: return X_SIZEOF_INT64; in ncmpix_len_nctype()
785 xlen += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; /* count */ in ncx_len_NC_attrarray()
921 sz += X_SIZEOF_INT64; /* ndims */ in ncx_len_NC_var()
930 sz += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; /* vsize */ in ncx_len_NC_var()
[all …]
H A Dncx.c4303 #if X_SIZEOF_INT64 != SIZEOF_LONGLONG
4575 #if X_SIZEOF_INT64 != SIZEOF_LONGLONG
17987 #if X_SIZEOF_INT64 == SIZEOF_LONGLONG
18718 #if X_SIZEOF_INT64 == SIZEOF_LONGLONG
18775 memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); in ncx_putn_longlong_longlong()
18846 memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); in ncx_putn_longlong_schar()
18916 memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); in ncx_putn_longlong_short()
18986 memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); in ncx_putn_longlong_int()
19056 memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); in ncx_putn_longlong_long()
19126 memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); in ncx_putn_longlong_float()
[all …]
H A Dncx.h78 #define X_SIZEOF_INT64 8 macro
163 ((nelems) * X_SIZEOF_INT64)
H A Dvar.c414 return X_SIZEOF_INT64; in ncx_szof()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libsrc/
H A Dv1hpg.c140 status = check_v1hs(psp, X_SIZEOF_INT64); in v1h_put_size_t()
159 status = check_v1hs(gsp, X_SIZEOF_INT64); in v1h_get_size_t()
261 size_t sz = (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_INT; /* nchars */ in ncx_len_NC_string()
379 sz += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; in ncx_len_NC_dim()
443 xlen += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; /* count */ in ncx_len_NC_dimarray()
587 sz += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; /* nelems */ in ncx_len_NC_attr()
611 case NC_INT64: return X_SIZEOF_INT64; in ncmpix_len_nctype()
785 xlen += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; /* count */ in ncx_len_NC_attrarray()
921 sz += X_SIZEOF_INT64; /* ndims */ in ncx_len_NC_var()
930 sz += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; /* vsize */ in ncx_len_NC_var()
[all …]
H A Dncx.h78 #define X_SIZEOF_INT64 8 macro
163 ((nelems) * X_SIZEOF_INT64)
H A Dncx.m42123 #if X_SIZEOF_INT64 != SIZEOF_LONGLONG
2137 #if X_SIZEOF_INT64 != SIZEOF_LONGLONG
3621 #if X_SIZEOF_INT64 == SIZEOF_LONGLONG
3631 *xpp = (const void *)((const char *)(*xpp) + nelems * X_SIZEOF_INT64);
3648 #if X_SIZEOF_INT64 == SIZEOF_LONGLONG
3654 (void) memcpy(*xpp, tp, (size_t)nelems * X_SIZEOF_INT64);
3658 *xpp = (void *)((char *)(*xpp) + nelems * X_SIZEOF_INT64);
H A Dvar.c414 return X_SIZEOF_INT64; in ncx_szof()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dv1hpg.c140 status = check_v1hs(psp, X_SIZEOF_INT64); in v1h_put_size_t()
159 status = check_v1hs(gsp, X_SIZEOF_INT64); in v1h_get_size_t()
261 size_t sz = (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_INT; /* nchars */ in ncx_len_NC_string()
373 sz += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; in ncx_len_NC_dim()
437 xlen += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; /* count */ in ncx_len_NC_dimarray()
581 sz += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; /* nelems */ in ncx_len_NC_attr()
605 case NC_INT64: return X_SIZEOF_INT64; in ncmpix_len_nctype()
773 xlen += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; /* count */ in ncx_len_NC_attrarray()
909 sz += X_SIZEOF_INT64; /* ndims */ in ncx_len_NC_var()
918 sz += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; /* vsize */ in ncx_len_NC_var()
[all …]
H A Dncx.c4298 #if X_SIZEOF_INT64 != SIZEOF_LONGLONG
4570 #if X_SIZEOF_INT64 != SIZEOF_LONGLONG
17982 #if X_SIZEOF_INT64 == SIZEOF_LONGLONG
18713 #if X_SIZEOF_INT64 == SIZEOF_LONGLONG
18770 memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); in ncx_putn_longlong_longlong()
18841 memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); in ncx_putn_longlong_schar()
18911 memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); in ncx_putn_longlong_short()
18981 memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); in ncx_putn_longlong_int()
19051 memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); in ncx_putn_longlong_long()
19121 memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); in ncx_putn_longlong_float()
[all …]
H A Dncx.h67 #define X_SIZEOF_INT64 8 macro
152 ((nelems) * X_SIZEOF_INT64)
H A Dvar.c415 return X_SIZEOF_INT64; in ncx_szof()
/dports/science/netcdf/netcdf-c-4.7.4/libsrc/
H A Dv1hpg.c140 status = check_v1hs(psp, X_SIZEOF_INT64); in v1h_put_size_t()
159 status = check_v1hs(gsp, X_SIZEOF_INT64); in v1h_get_size_t()
261 size_t sz = (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_INT; /* nchars */ in ncx_len_NC_string()
379 sz += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; in ncx_len_NC_dim()
443 xlen += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; /* count */ in ncx_len_NC_dimarray()
587 sz += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; /* nelems */ in ncx_len_NC_attr()
611 case NC_INT64: return X_SIZEOF_INT64; in ncmpix_len_nctype()
785 xlen += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; /* count */ in ncx_len_NC_attrarray()
921 sz += X_SIZEOF_INT64; /* ndims */ in ncx_len_NC_var()
930 sz += (version == 5) ? X_SIZEOF_INT64 : X_SIZEOF_SIZE_T; /* vsize */ in ncx_len_NC_var()
[all …]
H A Dncx.c7081 #if X_SIZEOF_INT64 != SIZEOF_LONGLONG
7611 #if X_SIZEOF_INT64 != SIZEOF_LONGLONG
33389 #if X_SIZEOF_INT64 == SIZEOF_LONGLONG
34824 #if X_SIZEOF_INT64 == SIZEOF_LONGLONG
34924 memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); in ncx_putn_longlong_longlong()
35064 memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); in ncx_putn_longlong_schar()
35203 memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); in ncx_putn_longlong_short()
35342 memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); in ncx_putn_longlong_int()
35481 memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); in ncx_putn_longlong_long()
35620 memcpy(*xpp, tmp, (size_t)*ni*X_SIZEOF_INT64); in ncx_putn_longlong_float()
[all …]
H A Dncx.h78 #define X_SIZEOF_INT64 8 macro
163 ((nelems) * X_SIZEOF_INT64)
H A Dncx.m42123 #if X_SIZEOF_INT64 != SIZEOF_LONGLONG
2137 #if X_SIZEOF_INT64 != SIZEOF_LONGLONG
3621 #if X_SIZEOF_INT64 == SIZEOF_LONGLONG
3631 *xpp = (const void *)((const char *)(*xpp) + nelems * X_SIZEOF_INT64);
3648 #if X_SIZEOF_INT64 == SIZEOF_LONGLONG
3654 (void) memcpy(*xpp, tp, (size_t)nelems * X_SIZEOF_INT64);
3658 *xpp = (void *)((char *)(*xpp) + nelems * X_SIZEOF_INT64);
H A Dvar.c414 return X_SIZEOF_INT64; in ncx_szof()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/utils/ncoffsets/
H A Dncoffsets.c92 #define X_SIZEOF_INT64 8 macro
113 #define ncmpix_len_int64(nelems) ((nelems) * X_SIZEOF_INT64)
269 case NC_INT64: return X_SIZEOF_INT64; in type_size()
348 case NC_UINT64: return X_SIZEOF_INT64; in ncmpix_len_nctype()
756 sizeof_t = X_SIZEOF_INT64; /* 8-byte integer for all integers */ in ncmpii_hdr_len_NC()
757 sizeof_off_t = X_SIZEOF_INT64; /* 8-byte integer for var begin */ in ncmpii_hdr_len_NC()
761 sizeof_off_t = X_SIZEOF_INT64; /* 8-byte integer for var begin */ in ncmpii_hdr_len_NC()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/lib/
H A Dncx_h.m468 #define X_SIZEOF_INT64 8
154 ((nelems) * X_SIZEOF_INT64)
H A Dheader.c390 sizeof_t = X_SIZEOF_INT64; /* 8-byte integer for all integers */ in ncmpii_hdr_len_NC()
391 sizeof_off_t = X_SIZEOF_INT64; /* 8-byte integer for var begin */ in ncmpii_hdr_len_NC()
395 sizeof_off_t = X_SIZEOF_INT64; /* 8-byte integer for var begin */ in ncmpii_hdr_len_NC()
1066 case NC_INT64: return X_SIZEOF_INT64; in ncmpix_len_nctype()
1862 getbuf.index += X_SIZEOF_INT64; in ncmpii_hdr_get_NC()
2503 getbuf->index += X_SIZEOF_INT64; in ncmpii_hdr_check_NC()
H A Dnc.c394 case NC_INT64: return xbufsize/X_SIZEOF_INT64; in ncmpix_howmany()
672 len = X_SIZEOF_INT64; in ncmpii_write_numrecs()
H A Dncx.m42059 #if X_SIZEOF_INT64 != SIZEOF_LONGLONG
2073 #if X_SIZEOF_INT64 != SIZEOF_LONGLONG
3553 #if X_SIZEOF_INT64 == SIZEOF_LONGLONG
3563 *xpp = (const void *)((const char *)(*xpp) + nelems * X_SIZEOF_INT64);
3580 #if X_SIZEOF_INT64 == SIZEOF_LONGLONG
3586 (void) memcpy(*xpp, tp, (size_t)nelems * X_SIZEOF_INT64);
3590 *xpp = (void *)((char *)(*xpp) + nelems * X_SIZEOF_INT64);
H A Dvar.c467 case NC_INT64: return X_SIZEOF_INT64; in ncx_szof()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/utils/ncmpivalid/
H A Dncmpivalid.c745 getbuf.index += X_SIZEOF_INT64; in val_get_NC()