Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/mgd77/
H A Dmgd77netcdfhelper.sh34 GMT_LONG length; /* Number of bytes to use */
37 GMT_LONG check; /* TRUE if we actually do a test on this item */
38 GMT_LONG revised; /* TRUE if read in via the _REVISED attribute */
184 GMT_LONG MGD77_Get_Param (struct GMT_CTRL *C, struct MGD77_CONTROL *F, char *name, char *value_orig…
186 GMT_LONG got_rev = FALSE;
200 …me, size_t length_orig, char *value_orig, size_t length_rev, char *value_revised, GMT_LONG revised)
222 GMT_LONG MGD77_Get_Param (struct GMT_CTRL *C, struct MGD77_CONTROL *F, char *name, char *value_orig…
223 …e, size_t length_orig, char *value_orig, size_t length_rev, char *value_revised, GMT_LONG revised);
228 int MGD77_Param_Key (struct GMT_CTRL *C, GMT_LONG record, int item);
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dtestapi_userdataset.c45 case GMT_LONG: in get_array()
101 case GMT_LONG: in put_array()
150 case GMT_LONG: in sum_array()
H A Dtestapi_usergrid.c56 case GMT_LONG: in get_array()
112 case GMT_LONG: in put_array()
161 case GMT_LONG: in sum_array()
H A Dtestapi_putvector.c27 GMT_Put_Vector(API, V, 1, GMT_TEXT|GMT_LONG, S1); in main()
H A Dtestapi_uservectors.c59 case GMT_LONG: in get_array()
115 case GMT_LONG: in put_array()
165 case GMT_LONG: in sum_arrays()
H A Dgmt_resources.h90 GMT_LONG = 6, /* int64_t, 8-byte signed integer type */ enumerator
H A Dgmt_io.c450 case GMT_LONG: in gmtio_convert_aspatial_value()
2701 case GMT_LONG: in gmtio_write_formatted_ogr_value()
3094 case GMT_LONG: gmt_M_free (GMT, u->si8); break; in gmtio_free_univector()
3113 case GMT_LONG: u->si8 = NULL; break; in gmtio_null_univector()
3131 case GMT_LONG: gmt_M_memcpy (u_out->si8, u_in->si8, n_rows, int64_t); break; in gmtio_duplicate_univector()
4239 case GMT_LONG:
6479 case 'l': t = GMT_LONG; break; /* Binary int64_t */ in gmt_get_io_type()
8798 …case GMT_LONG: u->si8 = gmt_M_memory (GMT, u->si8, n_rows, int64_t); if (u->si8 == NULL) error… in gmtlib_alloc_univector()
8947 …case GMT_LONG: tmp.si8 = gmt_M_memory(GMT, NULL, 1, int64_t); if (tmp.si8 == NULL) error = GMT… in gmtlib_union_transpose()
8967 case GMT_LONG: *tmp.si8 = m->si8[start]; break; in gmtlib_union_transpose()
[all …]
H A Dgmt_api.c503 case GMT_LONG: return (gmtapi_put_val_long); break; in gmtapi_select_put_function()
522 case GMT_LONG: return (gmtapi_get_val_long); break; in gmtapi_select_get_function()
15091 case GMT_LONG: V->si8 = vector; break; in gmtapi_insert_vector()
15112 case GMT_LONG: vector = V->si8; break; in gmtapi_retrieve_vector()
H A Dgmt_init.c11649 GMT->current.setting.export_type = GMT_LONG; in gmtlib_setparameter()
12987 else if (GMT->current.setting.export_type == GMT_LONG) in gmtlib_getparameter()
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/devdocs/
H A Dapi.rst1377 for the conversion if you prefer (e.g., **GMT_TEXT**\|\ **GMT_LONG** to get final
4048 | GMT_LONG | int64_t, 8-byte signed integer type |
4084 | GMT_VIA_LONG | Select GMT_LONG as array type |