Searched refs:CLOSURE_N_MFUNCS (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gobject/
H A Dgclosure.c93 #define CLOSURE_N_MFUNCS(cl) ((cl)->meta_marshal + \ macro
96 #define CLOSURE_N_NOTIFIERS(cl) (CLOSURE_N_MFUNCS (cl) + \
227 * CLOSURE_N_MFUNCS(cl) = meta_marshal + n_guards + n_guards;
228 * CLOSURE_N_NOTIFIERS(cl) = CLOSURE_N_MFUNCS(cl) + n_fnotifiers + n_inotifiers
251 ndata = closure->notifiers + CLOSURE_N_MFUNCS (closure) + n;
266 ndata = closure->notifiers + CLOSURE_N_MFUNCS (closure) + closure->n_fnotifiers + n;
377 closure->notifiers[(CLOSURE_N_MFUNCS (closure) +
379 closure->n_inotifiers + 1)] = closure->notifiers[(CLOSURE_N_MFUNCS (closure) +
382 closure->notifiers[(CLOSURE_N_MFUNCS (closure) +
384 closure->n_inotifiers)] = closure->notifiers[(CLOSURE_N_MFUNCS (closur
[all...]

Completed in 8 milliseconds