/external/bluetooth/glib/tests/ |
D | bit-test.c | 11 builtin_bit_nth_lsf1 (gulong mask, gint nth_bit) in builtin_bit_nth_lsf1() 24 builtin_bit_nth_lsf2 (gulong mask, gint nth_bit) in builtin_bit_nth_lsf2() 37 builtin_bit_nth_msf (gulong mask, gint nth_bit) in builtin_bit_nth_msf() 46 builtin_bit_storage (gulong number) in builtin_bit_storage() 54 naive_bit_nth_lsf (gulong mask, gint nth_bit) in naive_bit_nth_lsf() 68 naive_bit_nth_msf (gulong mask, gint nth_bit) in naive_bit_nth_msf() 82 naive_bit_storage (gulong number) in naive_bit_storage() 117 gulong i; in main()
|
D | 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, in old_mem_chunk_new() 146 gulong rarea_size; in old_mem_chunk_new() [all …]
|
D | 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;
|
D | type-test.c | 43 gulong gul; in main()
|
/external/bluetooth/glib/gobject/ |
D | 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,
|
D | gparamspecs.h | 688 gulong minimum; 689 gulong maximum; 690 gulong default_value; 969 gulong minimum, 970 gulong maximum, 971 gulong default_value,
|
D | 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);
|
D | gsignal.c | 144 gulong handler_id, 246 gulong sequential_number; 290 static gulong g_handler_sequential_number = 1; 416 gulong handler_id, in handler_lookup() 891 gulong 898 static gulong seq_hook_id = 1; in g_signal_add_emission_hook() 956 gulong hook_id) in g_signal_remove_emission_hook() 2107 gulong 2115 gulong handler_seq_no = 0; in g_signal_connect_closure_by_id() 2161 gulong [all …]
|
D | gvaluetypes.h | 188 gulong v_ulong); 189 gulong g_value_get_ulong (const GValue *value);
|
D | gvalue.h | 118 gulong v_ulong;
|
D | gmarshal.list | 12 # ULONG for unsigned long integer types (gulong)
|
/external/bluetooth/glib/glib/ |
D | 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, in g_bit_nth_lsf() 337 g_bit_nth_msf (gulong mask, in g_bit_nth_msf() 351 g_bit_storage (gulong number) in g_bit_storage()
|
D | ghook.h | 67 gulong seq_id; 81 gulong hook_id; 117 gulong hook_id); 129 gulong hook_id);
|
D | gscanner.h | 115 gulong v_binary; 116 gulong v_octal; 117 gulong v_int; 120 gulong v_hex;
|
D | gtimer.h | 53 gulong *microseconds); 55 void g_usleep (gulong microseconds);
|
D | 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,
|
D | gprintf.c | 155 gulong n, in g_snprintf() 272 gulong n, in g_vsnprintf()
|
D | gmessages.c | 651 gulong num, in format_unsigned() 654 gulong tmp; in format_unsigned() 918 g_string_append_printf (gstring, "(process:%lu): ", (gulong)getpid ()); in g_log_default_handler() 920 g_string_append_printf (gstring, "(%s:%lu): ", prg_name, (gulong)getpid ()); in g_log_default_handler()
|
D | gtimer.c | 140 gulong *microseconds) in g_timer_elapsed() 161 g_usleep (gulong microseconds) in g_usleep()
|
/external/bluetooth/glib/gthread/ |
D | gthread-impl.c | 98 const gulong magic, in g_mutex_lock_errorcheck_impl() 120 const gulong magic, in g_mutex_trylock_errorcheck_impl() 145 const gulong magic, in g_mutex_unlock_errorcheck_impl() 170 const gulong magic, in g_mutex_free_errorcheck_impl() 187 const gulong magic, in g_cond_wait_errorcheck_impl() 217 const gulong magic, in g_cond_timed_wait_errorcheck_impl()
|
D | gthread-win32.c | 223 gulong milliseconds) in g_cond_wait_internal() 225 gulong retval; in g_cond_wait_internal() 292 gulong to_wait; in g_cond_timed_wait_win32_impl() 490 gulong stack_size, in g_thread_create_win32_impl()
|
D | gthread-posix.c | 118 static gulong g_thread_min_stack_size = 0; 304 gulong stack_size, in g_thread_create_posix_impl()
|
/external/bluetooth/glib/ |
D | 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))
|
/external/bluetooth/glib/docs/ |
D | debugging.txt | 13 static volatile gulong g_trap_free_size; 14 static volatile gulong g_trap_realloc_size; 15 static volatile gulong g_trap_malloc_size;
|
/external/bluetooth/glib/gio/win32/ |
D | gwin32directorymonitor.c | 95 gulong offset; in g_win32_directory_monitor_callback() 97 gulong file_name_len; in g_win32_directory_monitor_callback()
|