Home
last modified time | relevance | path

Searched refs:LVL_LEN (Results 1 – 9 of 9) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test/
H A Dtst_nofill2.c25 #define LVL_LEN 31 macro
56 if (nc_def_dim(ncid, "lvl", LVL_LEN, &dimids[1])) ERR; in create_file()
67 for(i = LVL_LEN - 1; i>=0; i--) in create_file()
H A Dtst_nofill3.c32 #define LVL_LEN 34 macro
62 if (nc_def_dim(ncid, "lvl", LVL_LEN, &lvl_dim)) ERR; in create_file()
79 i = LVL_LEN - 1; in create_file()
H A Dtst_nofill.c38 #define LVL_LEN 31 macro
57 size_t lvl_len = LVL_LEN; in create_file()
334 for(i = LVL_LEN - 1; i>=0; i--) in create_file()
/dports/science/netcdf/netcdf-c-4.7.4/nc_test/
H A Dtst_nofill2.c25 #define LVL_LEN 31 macro
56 if (nc_def_dim(ncid, "lvl", LVL_LEN, &dimids[1])) ERR; in create_file()
67 for(i = LVL_LEN - 1; i>=0; i--) in create_file()
H A Dtst_nofill3.c32 #define LVL_LEN 34 macro
62 if (nc_def_dim(ncid, "lvl", LVL_LEN, &lvl_dim)) ERR; in create_file()
79 i = LVL_LEN - 1; in create_file()
H A Dtst_nofill.c38 #define LVL_LEN 31 macro
57 size_t lvl_len = LVL_LEN; in create_file()
334 for(i = LVL_LEN - 1; i>=0; i--) in create_file()
/dports/science/netcdf/netcdf-c-4.7.4/nc_test4/
H A Dtst_coords2.c35 #define LVL_LEN 7 in main() macro
60 if (nc_def_dim(ncid, LVL_NAME, LVL_LEN, &dimids[2])) ERR; in main()
101 if (strcmp(dim_name_in, LVL_NAME) || len_in != LVL_LEN) ERR; in main()
129 if (strcmp(dim_name_in, LVL_NAME) || len_in != LVL_LEN) ERR; in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test4/
H A Dtst_coords2.c35 #define LVL_LEN 7 in main() macro
60 if (nc_def_dim(ncid, LVL_NAME, LVL_LEN, &dimids[2])) ERR; in main()
101 if (strcmp(dim_name_in, LVL_NAME) || len_in != LVL_LEN) ERR; in main()
129 if (strcmp(dim_name_in, LVL_NAME) || len_in != LVL_LEN) ERR; in main()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/nc_test/
H A Dtst_nofill.c38 #define LVL_LEN 31 macro
57 MPI_Offset lvl_len = LVL_LEN; in create_file()
325 for(i = LVL_LEN - 1; i>=0; i--) in create_file()