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

  /external/clearsilver/cs/
cs.h 109 typedef struct _arg struct
118 struct _arg *expr1;
119 struct _arg *expr2;
120 struct _arg *next;
  /bionic/libc/bionic/
pthread-timers.c 536 timer_thread_start( void* _arg )
538 thr_timer_t* timer = _arg;
  /external/bluetooth/glib/gobject/
gtype.c 120 gpointer _arg = (gpointer) (arg); const gchar *_tname = (type_name), *_fname = (func); \
121 if (_arg) \
122 g_error ("%s(%p)%s`%s'", _fname, _arg, _action, _tname); \
    [all...]

Completed in 235 milliseconds