tst_comp.c#36 typedef struct obs_t { #46 } obs_t ; #48 obs_t obsdata[DIM6_LEN] = { #55 obs_t missing_val = {-99, -99, -99, -99, -99, 255, 65535, 4294967295U, #57 obs_t val_in; #67 if (nc_def_compound(ncid, sizeof(obs_t), TYPE6_NAME, &typeid)) ERR; #69 NC_COMPOUND_OFFSET(struct obs_t, day), NC_BYTE)) ERR; #71 NC_COMPOUND_OFFSET(struct obs_t, elev), NC_SHORT)) ERR; #73 NC_COMPOUND_OFFSET(struct obs_t, count), NC_INT)) ERR; #75 NC_COMPOUND_OFFSET(struct obs_t, relhum), #78 NC_COMPOUND_OFFSET(struct obs_t, time), #81 NC_COMPOUND_OFFSET(struct obs_t, category), #84 NC_COMPOUND_OFFSET(struct obs_t, id), #87 NC_COMPOUND_OFFSET(struct obs_t, particularity), #90 NC_COMPOUND_OFFSET(struct obs_t, attention_span), #124 size_in != sizeof(obs_t) || tst_compounds.c#628 typedef struct obs_t { #634 } obs_t ; #635 obs_t obsdata[DIM6_LEN]; #638 obs_t missing_val; #639 obs_t val_in; #647 if (!(dummy = calloc(sizeof(struct obs_t), DIM6_LEN))) #649 memcpy((void *)obsdata, (void *)dummy, sizeof(struct obs_t) * DIM6_LEN); #650 memcpy((void *)&missing_val, (void *)dummy, sizeof(struct obs_t)); #671 if (nc_def_compound(ncid, sizeof(obs_t), TYPE6_NAME, &typeid)) ERR; #672 if (nc_insert_compound(ncid, typeid, "day", NC_COMPOUND_OFFSET(struct obs_t, day), #674 if (nc_insert_compound(ncid, typeid, "elev", NC_COMPOUND_OFFSET(struct obs_t, elev), #676 if (nc_insert_compound(ncid, typeid, "count", NC_COMPOUND_OFFSET(struct obs_t, count), #678 if (nc_insert_compound(ncid, typeid, "relhum", NC_COMPOUND_OFFSET(struct obs_t, relhum), #680 if (nc_insert_compound(ncid, typeid, "time", NC_COMPOUND_OFFSET(struct obs_t, time), #717 size_in != sizeof(obs_t) || #756 typedef struct obs_t { #762 } obs_t ; #764 obs_t obsdata[DIM6_LEN] = { #769 obs_t missing_val = {-99, -99, -99, -99, -99}; #770 obs_t val_in; #800 if (strcmp(name_in, TYPE6_NAME) || size_in != sizeof(obs_t) || tst_h_compounds.c#282 typedef struct obs_t { #288 } obs_t ; #289 obs_t obsdata[DIM6_LEN]; #290 obs_t obsdata_in[DIM6_LEN], obsdata2_in[DIM6_LEN]; #297 if (!(dummy = calloc(sizeof(struct obs_t), DIM6_LEN))) ERR; #298 memcpy((void *)obsdata, (void *)dummy, sizeof(struct obs_t) * DIM6_LEN); #316 if ((typeid = H5Tcreate(H5T_COMPOUND, sizeof(struct obs_t))) < 0) ERR; #317 if (H5Tinsert(typeid, DAY, HOFFSET(struct obs_t, day), H5T_NATIVE_CHAR) < 0) ERR; #318 if (H5Tinsert(typeid, ELEV, HOFFSET(struct obs_t, elev), H5T_NATIVE_SHORT) < 0) ERR; #319 if (H5Tinsert(typeid, COUNT, HOFFSET(struct obs_t, count), H5T_NATIVE_INT) < 0) ERR; #320 if (H5Tinsert(typeid, RELHUM, HOFFSET(struct obs_t, relhum), H5T_NATIVE_FLOAT) < 0) ERR; #321 if (H5Tinsert(typeid, TIME, HOFFSET(struct obs_t, time), H5T_NATIVE_DOUBLE) < 0) ERR; #347 if (size_in != sizeof(struct obs_t)) ERR; #350 if (size_in != sizeof(struct obs_t)) ERR; tst_h_vars2.c#422 typedef struct obs_t { #428 } obs_t ; #430 obs_t f1, f2; #431 obs_t m = {-99, -99, -99, -99, -99}; #456 if (type_size != sizeof(obs_t)) ERR; tst_special_atts.c#68 typedef struct obs_t { #78 } obs_t ; #82 if (nc_def_compound(ncid, sizeof(obs_t), TYPE6_NAME, &typeid)) ERR; #84 NC_COMPOUND_OFFSET(struct obs_t, day), NC_BYTE)) ERR; #86 NC_COMPOUND_OFFSET(struct obs_t, elev), NC_SHORT)) ERR; #88 NC_COMPOUND_OFFSET(struct obs_t, count), NC_INT)) ERR; #90 NC_COMPOUND_OFFSET(struct obs_t, relhum), #93 NC_COMPOUND_OFFSET(struct obs_t, time), #96 NC_COMPOUND_OFFSET(struct obs_t, category), #99 NC_COMPOUND_OFFSET(struct obs_t, id), #102 NC_COMPOUND_OFFSET(struct obs_t, particularity), #105 NC_COMPOUND_OFFSET(struct obs_t, attention_span),
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed