Home
last modified time | relevance | path

Searched refs:GMT_SMALL_CHUNK (Results 1 – 25 of 27) sorted by relevance

12

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_gdalcall.c115 size_t n_alloc = 4 * GMT_SMALL_CHUNK; in breakMe()
147 n_alloc += GMT_SMALL_CHUNK; in breakMe()
162 …while (k < 4 * GMT_SMALL_CHUNK && args[k]) { /* 256 should be way larger then actual number of al… in free_args()
H A Dpslegend.c387 …T->segment = gmt_M_memory (GMT, T->segment, TH->n_alloc + GMT_SMALL_CHUNK, struct GMT_DATASEGMENT … in pslegend_maybe_realloc_table()
388 for (unsigned int seg = TH->n_alloc; seg < TH->n_alloc + GMT_SMALL_CHUNK; seg++) { in pslegend_maybe_realloc_table()
392 TH->n_alloc += GMT_SMALL_CHUNK; in pslegend_maybe_realloc_table()
423 SH->n_alloc += GMT_SMALL_CHUNK; in pslegend_maybe_realloc_segment()
1185 …if ((D[TXT] = pslegend_get_dataset_pointer (API, D[TXT], GMT_IS_NONE, 1U, GMT_SMALL_CHUNK, 2U, tru… in GMT_pslegend()
1274 …if ((D[TXT] = pslegend_get_dataset_pointer (API, D[TXT], GMT_IS_NONE, 1U, GMT_SMALL_CHUNK, 2U, tru… in GMT_pslegend()
1510 …if ((D[FRONT] = pslegend_get_dataset_pointer (API, D[FRONT], GMT_IS_LINE, GMT_SMALL_CHUNK, 2U, 2U,… in GMT_pslegend()
1526 …if ((D[QLINE] = pslegend_get_dataset_pointer (API, D[QLINE], GMT_IS_LINE, GMT_SMALL_CHUNK, 2U, 2U,… in GMT_pslegend()
1564 …if ((D[SYM] = pslegend_get_dataset_pointer (API, D[SYM], GMT_IS_POINT, GMT_SMALL_CHUNK, 1U, 6U, tr… in GMT_pslegend()
1739 …->n_alloc) S[SYM]->data = gmt_M_memory (GMT, S[SYM]->data, SH->n_alloc += GMT_SMALL_CHUNK, char *); in GMT_pslegend()
[all …]
H A Dgmt_constants.h129 GMT_SMALL_CHUNK = 64U, enumerator
H A Dgmt_parse.c585 size_t n_alloc = GMT_SMALL_CHUNK; in GMT_Create_Options()
604 n_alloc += GMT_SMALL_CHUNK; in GMT_Create_Options()
H A Dgmtbinstats.c354 n_alloc[kk] += GMT_SMALL_CHUNK; in gmtbinstats_assign_node()
361 n_alloc[kk] += GMT_SMALL_CHUNK; in gmtbinstats_assign_node()
H A Dpscontour.c1168 line[i].n_alloc = GMT_SMALL_CHUNK; in GMT_pscontour()
1169 line[i].L = gmt_M_memory (GMT, NULL, GMT_SMALL_CHUNK, struct PSCONTOUR_LINE); in GMT_pscontour()
1499 …nt = gmt_M_memory (GMT, D->table[tbl]->segment, (n_seg_alloc[tbl] += GMT_SMALL_CHUNK), struct GMT_… in GMT_pscontour()
H A Dgrdblend.c249 gmt_set_meminc (GMT, GMT_SMALL_CHUNK); in grdblend_init_blend_job()
726 Ctrl->In.file = gmt_M_memory (GMT, Ctrl->In.file, n_alloc += GMT_SMALL_CHUNK, char *); in parse()
H A Dgmt_remote.c365 size_t L, n_alloc = GMT_SMALL_CHUNK; in gmt_remote_resolutions()
395 n_alloc += GMT_SMALL_CHUNK; in gmt_remote_resolutions()
H A Dgrdlandmask.c271 size_t nx_alloc = GMT_SMALL_CHUNK; in GMT_grdlandmask()
H A Dpsmask.c911 …->segment = gmt_M_memory (GMT, D->table[0]->segment, (n_seg_alloc += GMT_SMALL_CHUNK), struct GMT_… in GMT_psmask()
H A Dgrdinterpolate.c206 n_alloc += GMT_SMALL_CHUNK; in parse()
H A Dpstext.c1050 gmt_M_malloc3 (GMT, c_angle, c_x, c_y, GMT_SMALL_CHUNK, &n_alloc, double); in GMT_pstext()
H A Dgmt_support.c2697 size_t n_alloc = GMT_SMALL_CHUNK; in gmtsupport_hold_contour_sub()
3003 SH->n_alloc += GMT_SMALL_CHUNK; in gmtsupport_add_decoration()
5774 …Tout->segment = gmt_M_memory (GMT, Tout->segment, (n_x_seg_alloc += GMT_SMALL_CHUNK), struct GMT_D… in gmtsupport_crosstracks_spherical()
5901 …Tout->segment = gmt_M_memory (GMT, Tout->segment, (n_x_seg_alloc += GMT_SMALL_CHUNK), struct GMT_D… in gmtsupport_crosstracks_cartesian()
6159 size_t n_alloc = GMT_SMALL_CHUNK; in gmtlib_glob_list()
7847 size_t n_alloc = GMT_SMALL_CHUNK, n_hdr_alloc = 0; in gmtlib_read_cpt()
10743 dim[GMT_SEG] = GMT_SMALL_CHUNK; in gmt_make_profiles()
14479 nx_alloc = GMT_SMALL_CHUNK; in gmt_crossover()
15032 size_t n_alloc = GMT_SMALL_CHUNK; in gmtsupport_time_array()
H A Dgrdcontour.c1528 …nt = gmt_M_memory (GMT, D->table[tbl]->segment, (n_seg_alloc[tbl] += GMT_SMALL_CHUNK), struct GMT_… in GMT_grdcontour()
H A Dgmt_shore.c1239 p_alloc = (c->ns == 0) ? 1 : GMT_SMALL_CHUNK; in gmt_assemble_shore()
H A Dpsconvert.c1593 size_t n_alloc = GMT_SMALL_CHUNK; in GMT_psconvert()
H A Dgmt_map.c7483 gmt_set_meminc (GMT, GMT_SMALL_CHUNK); in gmtlib_split_line()
7705 n_alloc += GMT_SMALL_CHUNK; in gmtlib_lonpath()
9251 size_t n_alloc = GMT_SMALL_CHUNK; in gmtlib_map_latcross()
9329 size_t n_alloc = GMT_SMALL_CHUNK; in gmtlib_map_loncross()
H A Dgmt_plot.c7241 gmt_set_meminc (GMT, GMT_SMALL_CHUNK); in gmt_draw_custom_symbol()
7586 …uint64_t k, seg, dim[4] = {1, 1, GMT_SMALL_CHUNK, 3}; /* Single table with 1 segment and unknown r… in gmt_contlabel_save_begin()
9140 size_t n_alloc = GMT_SMALL_CHUNK; in gmt_strip_layer()
/dports/graphics/gmt/gmt-6.3.0/src/seis/
H A Dpssac.c234 … Ctrl->In.n) Ctrl->In.file = gmt_M_memory (GMT, Ctrl->In.file, n_alloc += GMT_SMALL_CHUNK, char *); in parse()
548 gmt_set_meminc (GMT, GMT_SMALL_CHUNK); in pssac_init_list()
/dports/graphics/gmt/gmt-6.3.0/src/x2sys/
H A Dx2sys_binlist.c194 size_t nx, nx_alloc = GMT_SMALL_CHUNK; in GMT_x2sys_binlist()
H A Dx2sys_report.c463 …P[p].id[k]].n_alloc) adj[P[p].id[k]].n_alloc <<= 1; else adj[P[p].id[k]].n_alloc = GMT_SMALL_CHUNK; in GMT_x2sys_report()
H A Dx2sys.c1855 n_alloc_x = GMT_SMALL_CHUNK; in x2sys_read_coe_dbase()
/dports/graphics/gmt/gmt-6.3.0/src/mgd77/
H A Dmgd77track.c600 size_t n_alloc_c = GMT_SMALL_CHUNK; in GMT_mgd77track()
H A Dmgd77.c265 size_t n_alloc = GMT_SMALL_CHUNK; in mgd77_path_init()
5761 size_t n_alloc = GMT_SMALL_CHUNK;
/dports/graphics/gmt/gmt-6.3.0/src/spotter/
H A Dspotter.c416 size_t n_alloc = GMT_SMALL_CHUNK; in spotter_init()

12