daputil.c#699 | double t0, t1; |
#702 | t1 = ((double)time1.tv_sec); |
#703 | t1 += ((double)time1.tv_usec) / 1000000.0; |
#704 | return (t1 - t0); |
getvara.c#726 | conversionrequired(nc_type t1, nc_type t2) |
#728 | if(t1 == t2) |
#730 | if(nctypesizeof(t1) != nctypesizeof(t2)) |
#733 | if(t1 > t2) {int tmp = t1; t1 = t2; t2 = tmp;} |
#735 | #define CASE(t1,t2) ((t1)<<5 | (t2)) |
#736 | switch (CASE(t1,t2)) { |
ncd2dispatch.c#2544 | NCD2_inq_type_equal(int ncid, nc_type t1, int p3, nc_type t2, int* p5) |
#2549 | ret = nc_inq_type_equal(getnc3id(drno), t1, p3, t2, p5); |
#2605 | NCD2_insert_compound(int ncid, nc_type t1, const char* p3, size_t p4, nc_type t2) |
#2610 | ret = nc_insert_compound(getnc3id(drno), t1, p3, p4, t2); |
#2615 | NCD2_insert_array_compound(int ncid, nc_type t1, const char* p3, size_t p4, |
#2621 | ret = nc_insert_array_compound(getnc3id(drno), t1, p3, p4, t2, p6, p7); |
#2679 | NCD2_def_enum(int ncid, nc_type t1, const char* p3, nc_type* t) |
#2684 | ret = nc_def_enum(getnc3id(drno), t1, p3, t); |
#2689 | NCD2_insert_enum(int ncid, nc_type t1, const char* p3, const void* p4) |
#2694 | ret = nc_insert_enum(getnc3id(drno), t1, p3, p4); |
#2699 | NCD2_inq_enum_member(int ncid, nc_type t1, int p3, char* p4, void* p5) |
#2704 | ret = nc_inq_enum_member(getnc3id(drno), t1, p3, p4, p5); |
#2709 | NCD2_inq_enum_ident(int ncid, nc_type t1, long long p3, char* p4) |
#2714 | ret = nc_inq_enum_ident(getnc3id(drno), t1, p3, p4); |
t_dap.c#45 | #define COMPARE(t1,t2,v1,v2) compare(t1,t2,(void*)v1,(void*)v2,#v2,__FILE__,__LINE__) |
#335 | compare(nc_type t1, nc_type t2, void* v0, void* vdata0, char* tag, |
#374 | switch(CASE(t1,t2)) { |
#377 | printf("unexpected compare: %d %d\n",(int)t1,(int)t2); |
t_dap3a.c#46 | #define COMPARE(t1,t2,v1,v2) compare(t1,t2,(void*)v1,(void*)v2,#v2,__FILE__,__LINE__) |
#335 | compare(nc_type t1, nc_type t2, void* v0, void* vdata0, char* tag, |
#374 | switch(CASE(t1,t2)) { |
#377 | printf("unexpected compare: %d %d\n",(int)t1,(int)t2); |
test_cvt.c#45 | #define COMPARE(t1,t2,v1,v2) compare(t1,t2,(void*)v1,(void*)v2,#v2,__FILE__,__LINE__) |
#335 | compare(nc_type t1, nc_type t2, void* v0, void* vdata0, char* tag, |
#374 | switch(CASE(t1,t2)) { |
#377 | printf("unexpected compare: %d %d\n",(int)t1,(int)t2); |
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed