Home
last modified time | relevance | path

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

/dports/graphics/grads/grads-1.9b4/src/
H A Dwgrib.c277 #define PDS_LEN(pds) ((int) ((pds[0]<<16)+(pds[1]<<8)+pds[2])) macro
319 #define PDS_EcLocalId(pds) (PDS_LEN(pds) >= 41 ? (pds[40]) : 0)
320 #define PDS_EcClass(pds) (PDS_LEN(pds) >= 42 ? (pds[41]) : 0)
321 #define PDS_EcType(pds) (PDS_LEN(pds) >= 43 ? (pds[42]) : 0)
324 #define PDS_EcENS(pds) (PDS_LEN(pds) >= 52 && pds[40] == 1 && \
674 pointer = pds + PDS_LEN(pds); in main()
677 printf("PDS_LEN= 0x%x: at 0x%x\n", PDS_LEN(pds),pds-msg); in main()
976 i = PDS_LEN(pds) + 4; in main()
1045 j = PDS_LEN(pds); in print_pds()
5147 if (PDS_Center(pds) == ECMWF && PDS_LEN(pds) >= 45) { in EC_ext()
[all …]