Home
last modified time | relevance | path

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

/dports/graphics/grads/grads-1.9b4/src/
H A Dwgrib.c117 #define GDS_LEN(gds) ((int) ((gds[0]<<16)+(gds[1]<<8)+gds[2])) macro
681 pointer += GDS_LEN(gds); in main()
683 printf("GDS_LEN= 0x%x: at 0x%x\n", GDS_LEN(gds), gds-msg); in main()
987 i = (gds) ? GDS_LEN(gds) + 4 : 4; in main()
1083 j = GDS_LEN(gds); in print_gds()