Home
last modified time | relevance | path

Searched refs:g_new (Results 251 – 275 of 11142) sorted by relevance

1...<<11121314151617181920>>...446

/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtk/compat/glib/
H A Dgmem.h18 #undef g_new
19 #define g_new(type, num) ((type *)g_malloc_n((num), sizeof(type))) macro
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtk/compat/glib/
H A Dgmem.h18 #undef g_new
19 #define g_new(type, num) \ macro
/dports/textproc/sary/sary-1.2.0/sary/
H A Dwriter.c45 writer = g_new(SaryWriter, 1); in sary_writer_new()
51 writer->buf = g_new(SaryInt, BUFSIZE); in sary_writer_new()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/compat/glib/
H A Dgmem.h18 #undef g_new
19 #define g_new(type, num) ((type*)g_malloc_n((num), sizeof(type))) macro
/dports/www/firefox/firefox-99.0/widget/gtk/compat/glib/
H A Dgmem.h18 #undef g_new
19 #define g_new(type, num) ((type*)g_malloc_n((num), sizeof(type))) macro
/dports/devel/goffice/goffice-0.10.50/goffice/canvas/
H A Dgoc-utils.c57 GocPoints *points = g_new (GocPoints, 1); in goc_points_new()
140 GocIntArray *array = g_new (GocIntArray, 1); in goc_int_array_new()
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/compat/glib/
H A Dgmem.h18 #undef g_new
19 #define g_new(type, num) ((type*)g_malloc_n((num), sizeof(type))) macro
/dports/math/gnumeric/gnumeric-1.12.50/plugins/xbase/
H A Dxbase.c41 XBrecord *ans = g_new (XBrecord, 1); in record_new()
309 field = g_new (XBfield, 1); in xbase_field_new()
345 ans = g_new (XBfile, 1); in xbase_open()
355 ans->format = g_new (XBfield *, allocated); in xbase_open()
/dports/devel/goffice/goffice-0.10.50/plugins/smoothing/
H A Dgog-exp-smooth.c108 x = g_new (double, nb); in gog_exp_smooth_update()
109 y = g_new (double, nb); in gog_exp_smooth_update()
133 es->base.x = g_new (double, es->base.nb); in gog_exp_smooth_update()
134 es->base.y = g_new (double, es->base.nb); in gog_exp_smooth_update()
/dports/graphics/gegl/gegl-0.4.34/operations/external/
H A Dnpd.c80 props = g_new (NPDProperties, 1);
156 NPDImage *input_image = g_new (NPDImage, 1);
157 display = g_new (NPDDisplay, 1);
169 model = props->model = o->model = g_new (NPDModel, 1);
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/x11/
H A Dgdkcolor-x11.c168 colormap->colors = g_new (GdkColor, colormap->size); in gdk_colormap_new()
186 default_colors = g_new (XColor, colormap->size); in gdk_colormap_new()
261 xpalette = g_new (XColor, colormap->size); in gdk_colormap_sync_palette()
298 xpalette = g_new (XColor, colormap->size); in gdk_colormap_sync_direct_color()
458 palette = g_new (XColor, ncolors); in gdk_colormap_change()
613 pixels_to_free = g_new (gulong, npixels); in gdk_colors_free()
670 pixels = g_new (gulong, n_colors); in gdk_colormap_free_colors()
791 pixels = g_new (gulong, ncolors); in gdk_colormap_alloc_colors_writeable()
823 XColor *store = g_new (XColor, ncolors); in gdk_colormap_alloc_colors_private()
871 gchar *available = g_new (gchar, colormap->size); in gdk_colormap_alloc_colors_private()
[all …]
/dports/graphics/gthumb/gthumb-3.10.1/extensions/file_tools/
H A Dgth-curve.c165 m = g_new (Matrix, 1); in GJ_matrix_new()
168 m->v = g_new (double *, r); in GJ_matrix_new()
170 m->v[i] = g_new (double, c); in GJ_matrix_new()
280 spline->k = g_new (double, n + 1); in gth_spline_setup()
399 t = spline->tangents = g_new (double, n); in gth_cspline_setup()
433 double *delta = g_new (double, n); in gth_cspline_setup()
434 double *alfa = g_new (double, n); in gth_cspline_setup()
435 double *beta = g_new (double, n); in gth_cspline_setup()
672 spline->k = g_new (double, 4 * (n - 1)); /* 4 points for each interval */ in gth_bezier_setup()
H A Dgth-points.c32 p->p = g_new (GthPoint, p->n); in gth_points_init()
90 points->p = g_new (GthPoint, points->n); in gth_points_add_point()
134 points->p = g_new (GthPoint, points->n); in gth_points_delete_point()
/dports/security/libgnome-keyring/libgnome-keyring-3.12.0/library/
H A Dgnome-keyring-utils.c271 copy = g_new (GnomeKeyringFound, 1); in gnome_keyring_found_copy()
399 copy = g_new (GnomeKeyringAttribute, 1); in gnome_keyring_attribute_copy()
648 copy = g_new (GnomeKeyringInfo, 1); in gnome_keyring_info_copy()
719 copy = g_new (GnomeKeyringItemInfo, 1); in gnome_keyring_item_info_copy()
801 copy = g_new (GnomeKeyringApplicationRef, 1); in gnome_keyring_application_ref_copy()
831 ac = g_new (GnomeKeyringAccessControl, 1); in gnome_keyring_access_control_new()
/dports/net-im/libnice-gst1/libnice-0.1.18/gst/
H A Dgstnicesink.c200 sink->vecs = g_new (GOutputVector, sink->n_vecs); in gst_nice_sink_init()
203 sink->maps = g_new (GstMapInfo, sink->n_maps); in gst_nice_sink_init()
206 sink->messages = g_new (NiceOutputMessage, sink->n_messages); in gst_nice_sink_init()
270 sink->vecs = g_new (GOutputVector, sink->n_vecs); in gst_nice_sink_render_buffers()
277 sink->maps = g_new (GstMapInfo, sink->n_maps); in gst_nice_sink_render_buffers()
284 sink->messages = g_new (NiceOutputMessage, sink->n_messages); in gst_nice_sink_render_buffers()
/dports/net-im/libnice/libnice-0.1.18/gst/
H A Dgstnicesink.c200 sink->vecs = g_new (GOutputVector, sink->n_vecs); in gst_nice_sink_init()
203 sink->maps = g_new (GstMapInfo, sink->n_maps); in gst_nice_sink_init()
206 sink->messages = g_new (NiceOutputMessage, sink->n_messages); in gst_nice_sink_init()
270 sink->vecs = g_new (GOutputVector, sink->n_vecs); in gst_nice_sink_render_buffers()
277 sink->maps = g_new (GstMapInfo, sink->n_maps); in gst_nice_sink_render_buffers()
284 sink->messages = g_new (NiceOutputMessage, sink->n_messages); in gst_nice_sink_render_buffers()
/dports/biology/exonerate/exonerate-2.4.0/src/c4/
H A Dsubopt.c21 register SubOpt *subopt = g_new(SubOpt, 1); in SubOpt_create()
208 register SubOpt_Index_Row *soir = g_new(SubOpt_Index_Row, 1); in SubOpt_Index_Row_create()
232 register SubOpt_Point *sop = g_new(SubOpt_Point, 1); in SubOpt_RangeTree_traverse()
274 soi = g_new(SubOpt_Index, 1); in SubOpt_Index_create()
297 soir->query_pos = g_new(gint, soir->total+1); in SubOpt_Index_create()
319 soi->blank_row->query_pos = g_new(gint, 1); in SubOpt_Index_create()
/dports/devel/babeltrace/babeltrace-1.5.7/types/
H A Denum.c231 valuep = g_new(uint64_t, 1); in bt_enum_unsigned_insert_value_to_quark_set()
257 valuep = g_new(int64_t, 1); in bt_enum_signed_insert_value_to_quark_set()
282 rtoq = g_new(struct enum_range_to_quark, 1); in bt_enum_signed_insert_range_to_quark()
295 rtoq = g_new(struct enum_range_to_quark, 1); in bt_enum_unsigned_insert_range_to_quark()
398 enum_declaration = g_new(struct declaration_enum, 1); in bt_enum_declaration_new()
432 _enum = g_new(struct definition_enum, 1); in _enum_definition_new()
/dports/math/qposases/qpOASES-3.2.1/examples/
H A Dexample2.cpp57 real_t g_new[2] = { 1.0, 1.5 }; in main() local
78 example.hotstart( H_new,g_new,A_new,lb_new,ub_new,lbA_new,ubA_new, nWSR,0 ); in main()
/dports/math/qposases/qpOASES-3.2.1/testing/cpp/
H A Dtest_example1b.cpp51 real_t g_new[2] = { 1.0, 1.5 };
90 example.hotstart( g_new,lb_new,ub_new, nWSR,0 );
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/util/
H A Dtransactions.c40 Transaction *tran = g_new(Transaction, 1); in tran_new()
51 act = g_new(TransactionAction, 1); in tran_add()
/dports/emulators/qemu42/qemu-4.2.1/hw/mips/
H A Dmips_mipssim.c151 MemoryRegion *isa = g_new(MemoryRegion, 1); in mips_mipssim_init()
152 MemoryRegion *ram = g_new(MemoryRegion, 1); in mips_mipssim_init()
153 MemoryRegion *bios = g_new(MemoryRegion, 1); in mips_mipssim_init()
/dports/emulators/qemu5/qemu-5.2.0/tests/qtest/
H A Dcpu-plug-test.c90 data = g_new(PlugTestData, 1); in add_pc_test_case()
117 data = g_new(PlugTestData, 1); in add_pseries_test_case()
143 data = g_new(PlugTestData, 1); in add_s390x_test_case()
/dports/devel/glib20/glib-2.70.4/tests/
H A Dslice-color.c64 guint **mema = g_new (guint*, n); in touch_mem()
67 memb = g_new (guint*, n); in touch_mem()
70 memc = g_new (guint*, n); in touch_mem()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/mips/
H A Dmips_mipssim.c147 MemoryRegion *isa = g_new(MemoryRegion, 1); in mips_mipssim_init()
148 MemoryRegion *ram = g_new(MemoryRegion, 1); in mips_mipssim_init()
149 MemoryRegion *bios = g_new(MemoryRegion, 1); in mips_mipssim_init()

1...<<11121314151617181920>>...446