HomeSort by relevance Sort by last modified time
    Searched refs:gulong (Results 1 - 25 of 43) sorted by null

1 2

  /external/bluetooth/glib/glib/
gtimer.h 53 gulong *microseconds);
55 void g_usleep (gulong microseconds);
ghook.h 67 gulong seq_id;
81 gulong hook_id;
117 gulong hook_id);
129 gulong hook_id);
gutils.h 208 gulong n,
212 gulong n,
298 G_INLINE_FUNC gint g_bit_nth_lsf (gulong mask,
300 G_INLINE_FUNC gint g_bit_nth_msf (gulong mask,
302 G_INLINE_FUNC guint g_bit_storage (gulong number) G_GNUC_CONST;
323 g_bit_nth_lsf (gulong mask,
337 g_bit_nth_msf (gulong mask,
351 g_bit_storage (gulong number)
gprintf.c 155 gulong n,
272 gulong n,
gscanner.h 115 gulong v_binary;
116 gulong v_octal;
117 gulong v_int;
120 gulong v_hex;
gthread.h 100 gulong stack_size,
164 ((type(*)(GMutex*, const gulong, gchar const*)) \
191 (g_thread_supported () ? ((void(*)(GCond*, GMutex*, gulong, gchar*))\
196 ((gboolean(*)(GCond*, GMutex*, GTimeVal*, gulong, gchar*)) \
223 gulong stack_size,
gtimer.c 140 gulong *microseconds)
161 g_usleep (gulong microseconds)
  /external/bluetooth/glib/tests/
bit-test.c 11 builtin_bit_nth_lsf1 (gulong mask, gint nth_bit)
24 builtin_bit_nth_lsf2 (gulong mask, gint nth_bit)
37 builtin_bit_nth_msf (gulong mask, gint nth_bit)
46 builtin_bit_storage (gulong number)
54 naive_bit_nth_lsf (gulong mask, gint nth_bit)
68 naive_bit_nth_msf (gulong mask, gint nth_bit)
82 naive_bit_storage (gulong number)
117 gulong i;
memchunks.c 56 gulong area_size,
89 gulong index; /* the current index into the "mem" array */
90 gulong free; /* the number of free bytes in this mem area */
91 gulong allocated; /* the number of atoms allocated from this area */
92 gulong mark; /* is this mem area marked for deletion */
109 gulong area_size; /* the size of a memory area */
120 static gulong old_mem_chunk_compute_size (gulong size,
121 gulong min_size) G_GNUC_CONST;
142 gulong area_size
    [all...]
threadpool-test.c 21 static gulong abs_thread_counter = 0;
22 static gulong running_thread_counter = 0;
23 static gulong leftover_task_counter = 0;
31 static gulong sort_thread_counter = 0;
type-test.c 43 gulong gul;
asyncqueue-test.c 108 gulong ms;
  /external/bluetooth/glib/gobject/
gsignal.h 327 gulong g_signal_add_emission_hook (guint signal_id,
333 gulong hook_id);
341 gulong g_signal_connect_closure_by_id (gpointer instance,
346 gulong g_signal_connect_closure (gpointer instance,
350 gulong g_signal_connect_data (gpointer instance,
357 gulong handler_id);
359 gulong handler_id);
361 gulong handler_id);
363 gulong handler_id);
364 gulong g_signal_handler_find (gpointer instance
    [all...]
gvalue.h 118 gulong v_ulong;
gparamspecs.h 688 gulong minimum;
689 gulong maximum;
690 gulong default_value;
969 gulong minimum,
970 gulong maximum,
971 gulong default_value,
gvaluetypes.h 188 gulong v_ulong);
189 gulong g_value_get_ulong (const GValue *value);
gsignal.c 144 gulong handler_id,
246 gulong sequential_number;
290 static gulong g_handler_sequential_number = 1;
416 gulong handler_id,
891 gulong
898 static gulong seq_hook_id = 1;
956 gulong hook_id)
    [all...]
gvaluetransform.c 61 DEFINE_CAST (int_ulong, v_int, gulong, v_ulong);
70 DEFINE_CAST (uint_ulong, v_uint, gulong, v_ulong);
79 DEFINE_CAST (long_ulong, v_long, gulong, v_ulong);
99 DEFINE_CAST (int64_ulong, v_int64, gulong, v_ulong);
107 DEFINE_CAST (uint64_ulong, v_uint64, gulong, v_ulong);
124 DEFINE_CAST (float_ulong, v_float, gulong, v_ulong);
133 DEFINE_CAST (double_ulong, v_double, gulong, v_ulong);
  /external/bluetooth/glib/
glibconfig.h 85 #define GPOINTER_TO_UINT(p) ((guint) (gulong) (p))
88 #define GUINT_TO_POINTER(u) ((gpointer) (gulong) (u))
197 #define GULONG_TO_LE(val) ((gulong) GUINT64_TO_LE (val))
199 #define GULONG_TO_BE(val) ((gulong) GUINT64_TO_BE (val))
glibconfig.h.win32.in 226 #define GULONG_TO_LE(val) ((gulong) GUINT32_TO_LE (val))
228 #define GULONG_TO_BE(val) ((gulong) GUINT32_TO_BE (val))
  /external/bluetooth/glib/gthread/
gthread-impl.c 98 const gulong magic,
120 const gulong magic,
145 const gulong magic,
170 const gulong magic,
187 const gulong magic,
217 const gulong magic,
gthread-win32.c 223 gulong milliseconds)
225 gulong retval;
292 gulong to_wait;
490 gulong stack_size,
gthread-posix.c 118 static gulong g_thread_min_stack_size = 0;
304 gulong stack_size,
  /external/bluetooth/glib/gio/
gasynchelper.c 83 gulong cancelled_tag;
  /external/bluetooth/glib/gio/win32/
gwin32directorymonitor.c 95 gulong offset;
97 gulong file_name_len;

Completed in 606 milliseconds

1 2