HomeSort by relevance Sort by last modified time
    Searched refs:meta_marshal (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/gobject/
gclosure.h 54 #define G_CLOSURE_N_NOTIFIERS(cl) ((cl)->meta_marshal + ((cl)->n_guards << 1L) + \
149 volatile guint meta_marshal : 1; member in struct:_GClosure
230 GClosureMarshal meta_marshal);
gclosure.c 93 #define CLOSURE_N_MFUNCS(cl) ((cl)->meta_marshal + \
202 SET (closure, meta_marshal, 0);
224 * meta_marshal n_guards n_guards n_fnotif. n_inotifiers
225 * ->[[meta_marshal][pre_guards][post_guards][fnotifiers][inotifiers]]
227 * CLOSURE_N_MFUNCS(cl) = meta_marshal + n_guards + n_guards;
237 * + closure->meta_marshal is const for all cases
277 offs = closure->meta_marshal;
286 offs = closure->meta_marshal + i;
299 * @marshal_data: context-dependent data to pass to @meta_marshal
300 * @meta_marshal: a #GClosureMarshal functio
    [all...]
gsignal.c 504 handler->closure->meta_marshal == 0 &&
541 handler->closure->meta_marshal == 0 &&
    [all...]

Completed in 780 milliseconds