Home
last modified time | relevance | path

Searched refs:arg_size (Results 1 – 25 of 2971) sorted by path

12345678910>>...119

/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/solarish/
H A Dmod.rs2563 arg_size: ::size_t, in door_create()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/libc-0.2.117/src/
H A Dpsp.rs2878 arg_size: usize, in sceKernelStartModule()
2885 arg_size: usize, in sceKernelStopModule()
2891 pub fn sceKernelSelfStopUnloadModule(unknown: i32, arg_size: usize, argp: *mut c_void) -> i32; in sceKernelSelfStopUnloadModule()
2893 arg_size: usize, in sceKernelStopUnloadSelfModule()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/libc-0.2.117/src/unix/solarish/
H A Dsolaris.rs59 arg_size: ::size_t, in door_create()
/dports/archivers/rpm4/rpm-4.16.1.3/rpmio/
H A Drpmstring.c138 size_t arg_size, dst_size; in rstrscat() local
149 for (arg_size=0, s=arg; s; s = va_arg(ap, const char *)) in rstrscat()
150 arg_size += strlen(s); in rstrscat()
154 dst = xrealloc(dst, dst_size+arg_size+1); /* include '\0' */ in rstrscat()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libc-0.2.112/src/
H A Dpsp.rs2878 arg_size: usize, in sceKernelStartModule()
2885 arg_size: usize, in sceKernelStopModule()
2891 pub fn sceKernelSelfStopUnloadModule(unknown: i32, arg_size: usize, argp: *mut c_void) -> i32; in sceKernelSelfStopUnloadModule()
2893 arg_size: usize, in sceKernelStopUnloadSelfModule()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libc-0.2.112/src/unix/solarish/
H A Dsolaris.rs59 arg_size: ::size_t, in door_create()
/dports/audio/lash/lash-0.5.4/liblash/
H A Dcomm_buffer.c41 size_t arg_size; in lash_buffer_from_comm_event_connect() local
98 arg_size = strlen(params->argv[i]) + 1; in lash_buffer_from_comm_event_connect()
99 memcpy(ptr, params->argv[i], arg_size); in lash_buffer_from_comm_event_connect()
100 ptr += arg_size; in lash_buffer_from_comm_event_connect()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/libc-0.2.66/src/unix/solarish/
H A Dmod.rs2465 arg_size: ::size_t, in door_create()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/protocol/osc/
H A Dpattern.cpp199 size_t arg_size = ALIGN_SIZE(sizeof(char *) * parts, DEFAULT_ALIGN); in pattern_create() local
202 char *xfmt = reinterpret_cast<char *>(::malloc(fmt_size + arg_size)); in pattern_create()
/dports/audio/mous/mous-2.0.1/deps/ffmpeg-strip-wma/
H A Davformat.h577 int find_info_tag(char *arg, int arg_size, const char *tag1, const char *info);
H A Dfutils.c1968 int find_info_tag(char *arg, int arg_size, const char *tag1, const char *info) in find_info_tag() argument
1988 if ((q - arg) < arg_size - 1) { in find_info_tag()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/libc-0.2.109/src/
H A Dpsp.rs2878 arg_size: usize, in sceKernelStartModule()
2885 arg_size: usize, in sceKernelStopModule()
2891 pub fn sceKernelSelfStopUnloadModule(unknown: i32, arg_size: usize, argp: *mut c_void) -> i32; in sceKernelSelfStopUnloadModule()
2893 arg_size: usize, in sceKernelStopUnloadSelfModule()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/libc-0.2.109/src/unix/solarish/
H A Dsolaris.rs59 arg_size: ::size_t, in door_create()
/dports/audio/soundtracker/soundtracker-1.0.2.1/app/
H A Daudio-subs.c154 size_t arg_size;
160 arg_size = sizeof(args.ip);
167 arg_size = sizeof(args.ps);
178 arg_size = sizeof(args.pp);
186 arg_size = sizeof(args.pn);
206 arg_size = sizeof(args.sn);
210 arg_size = sizeof(args.sp);
260 if (write(ctlpipe[1], &args, arg_size) != arg_size)
268 size_t arg_size, l;
277 arg_size = sizeof(cmd);
[all …]
H A Dhistory.c39 gsize arg_size; member
323 g_assert(history_check_size(arg_size)); in history_log_action_full()
339 free_size += element->arg_size; in history_log_action_full()
364 if (arg_size > gui_settings.undo_size << 20) { in history_log_action_full()
372 while (free_size < arg_size) { in history_log_action_full()
382 free_size += element->arg_size; in history_log_action_full()
404 va_start(ap, arg_size); in history_log_action_full()
418 element->arg_size = arg_size; in history_log_action_full()
423 free_size -= element->arg_size; in history_log_action_full()
534 arg = g_malloc(arg_size); in history_log_entry()
[all …]
H A Dhistory.h91 gsize arg_size, ...); /* The last argument can have various type */
92 #define history_log_action(type, title, flags, undo_func, data, arg_size, arg)\ argument
93 history_log_action_full(type, title, flags, undo_func, NULL, data, arg_size, arg)
H A Dsample-editor.c1115 const gsize arg_size = ((data_length ? data_length : sample->sample.length) - 1) in sample_editor_check_and_log_sample() local
1118 if (history_check_size(arg_size)) { in sample_editor_check_and_log_sample()
1120 struct SampleBackup* arg = g_malloc(arg_size); in sample_editor_check_and_log_sample()
1130 sample_total_undo, sample, arg_size, arg); in sample_editor_check_and_log_sample()
1174 const gsize arg_size = (end - start - 1) * sizeof(sample->sample.data[0]) in sample_editor_check_and_log_range() local
1179 if (history_check_size(arg_size)) { in sample_editor_check_and_log_range()
1181 struct RangeBackup* arg = g_malloc(arg_size); in sample_editor_check_and_log_range()
1192 sample_range_undo, sample, arg_size, arg); in sample_editor_check_and_log_range()
H A Dtransposition.c123 gsize len = 0, arg_size, addr, chansize;
127 arg_size = sizeof(struct SongArg) + sizeof(XMNote) * (len * xm->num_channels - 1);
128 arg = g_malloc(arg_size);
141 song_undo, xm, arg_size, arg);
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/
H A Dpsp.rs2989 arg_size: usize, in sceKernelStartModule()
2996 arg_size: usize, in sceKernelStopModule()
3004 arg_size: usize, in sceKernelSelfStopUnloadModule()
3008 arg_size: usize, in sceKernelStopUnloadSelfModule()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/libc-0.2.82/src/unix/solarish/
H A Dsolaris.rs63 arg_size: ::size_t, in door_create()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/libc-0.2.73/src/
H A Dpsp.rs3191 arg_size: usize, in sceKernelStartModule()
3198 arg_size: usize, in sceKernelStopModule()
3206 arg_size: usize, in sceKernelSelfStopUnloadModule()
3210 arg_size: usize, in sceKernelStopUnloadSelfModule()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/libc-0.2.73/src/unix/solarish/
H A Dsolaris.rs59 arg_size: ::size_t, in door_create()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/rtosc/src/
H A Drtosc.c97 static unsigned arg_size(const uint8_t *arg_mem, char type)
158 arg_pos += arg_size(arg_pos, type);
623 int size = arg_size(itr->value_pos, type);
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/libc-0.2.104/src/
H A Dpsp.rs2878 arg_size: usize, in sceKernelStartModule()
2885 arg_size: usize, in sceKernelStopModule()
2891 pub fn sceKernelSelfStopUnloadModule(unknown: i32, arg_size: usize, argp: *mut c_void) -> i32; in sceKernelSelfStopUnloadModule()
2893 arg_size: usize, in sceKernelStopUnloadSelfModule()
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/libc-0.2.104/src/unix/solarish/
H A Dsolaris.rs59 arg_size: ::size_t, in door_create()

12345678910>>...119