Home
last modified time | relevance | path

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

12

/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dncx.c10581 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_schar()
10603 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_short()
10625 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_int()
10647 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_long()
10669 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_float()
10691 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_double()
10713 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_uchar()
10735 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_ushort()
10757 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_uint()
10779 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_longlong()
[all …]
H A Dncx.h74 #define X_SIZEOF_USHORT 2 macro
157 (((nelems) + (nelems)%2) * X_SIZEOF_USHORT)
H A Dvar.c410 return X_SIZEOF_USHORT; in ncx_szof()
H A Dv1hpg.c606 case NC_USHORT: return X_SIZEOF_USHORT; in ncmpix_len_nctype()
H A Dnc3internal.c131 return xbufsize/X_SIZEOF_USHORT; in ncx_howmany()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dncx.c10576 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_schar()
10598 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_short()
10620 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_int()
10642 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_long()
10664 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_float()
10686 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_double()
10708 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_uchar()
10730 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_ushort()
10752 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_uint()
10774 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_longlong()
[all …]
H A Dncx.h63 #define X_SIZEOF_USHORT 2 macro
146 (((nelems) + (nelems)%2) * X_SIZEOF_USHORT)
H A Dvar.c411 return X_SIZEOF_USHORT; in ncx_szof()
H A Dv1hpg.c600 case NC_USHORT: return X_SIZEOF_USHORT; in ncmpix_len_nctype()
H A Dnc3internal.c134 return xbufsize/X_SIZEOF_USHORT; in ncx_howmany()
/dports/science/netcdf/netcdf-c-4.7.4/libsrc/
H A Dncx.c18971 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_schar()
19014 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_short()
19057 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_int()
19100 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_long()
19143 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_float()
19186 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_double()
19229 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_uchar()
19272 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_ushort()
19315 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_uint()
19358 xp += X_SIZEOF_USHORT; in ncx_pad_getn_ushort_longlong()
[all …]
H A Dncx.h74 #define X_SIZEOF_USHORT 2 macro
157 (((nelems) + (nelems)%2) * X_SIZEOF_USHORT)
H A Dvar.c410 return X_SIZEOF_USHORT; in ncx_szof()
H A Dncx.m43200 #if X_SIZEOF_USHORT == SIZEOF_USHORT
3210 *xpp = (const void *)((const char *)(*xpp) + nelems * X_SIZEOF_USHORT);
3239 #if X_SIZEOF_USHORT == SIZEOF_USHORT
3245 (void) memcpy(*xpp, tp, (size_t)nelems * X_SIZEOF_USHORT);
3249 *xpp = (void *)((char *)(*xpp) + nelems * X_SIZEOF_USHORT);
H A Dv1hpg.c606 case NC_USHORT: return X_SIZEOF_USHORT; in ncmpix_len_nctype()
H A Dnc3internal.c131 return xbufsize/X_SIZEOF_USHORT; in ncx_howmany()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/lib/
H A Dncx_h.m464 #define X_SIZEOF_USHORT 2
148 (((nelems) + (nelems)%2) * X_SIZEOF_USHORT)
H A Dncx.m43132 #if X_SIZEOF_USHORT == SIZEOF_USHORT
3142 *xpp = (const void *)((const char *)(*xpp) + nelems * X_SIZEOF_USHORT);
3171 #if X_SIZEOF_USHORT == SIZEOF_USHORT
3177 (void) memcpy(*xpp, tp, (size_t)nelems * X_SIZEOF_USHORT);
3181 *xpp = (void *)((char *)(*xpp) + nelems * X_SIZEOF_USHORT);
H A Dnc.c389 case NC_USHORT: return xbufsize/X_SIZEOF_USHORT; in ncmpix_howmany()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/utils/ncoffsets/
H A Dncoffsets.c88 #define X_SIZEOF_USHORT 2 macro
111 #define ncmpix_len_ushort(nelems) (((nelems) + (nelems)%2) * X_SIZEOF_USHORT)
267 case NC_USHORT: return X_SIZEOF_USHORT; in type_size()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libsrc/
H A Dncx.h74 #define X_SIZEOF_USHORT 2 macro
157 (((nelems) + (nelems)%2) * X_SIZEOF_USHORT)
H A Dvar.c410 return X_SIZEOF_USHORT; in ncx_szof()
H A Dncx.m43200 #if X_SIZEOF_USHORT == SIZEOF_USHORT
3210 *xpp = (const void *)((const char *)(*xpp) + nelems * X_SIZEOF_USHORT);
3239 #if X_SIZEOF_USHORT == SIZEOF_USHORT
3245 (void) memcpy(*xpp, tp, (size_t)nelems * X_SIZEOF_USHORT);
3249 *xpp = (void *)((char *)(*xpp) + nelems * X_SIZEOF_USHORT);
H A Dv1hpg.c606 case NC_USHORT: return X_SIZEOF_USHORT; in ncmpix_len_nctype()
H A Dnc3internal.c139 return xbufsize/X_SIZEOF_USHORT; in ncx_howmany()

12