Searched refs:gint32 (Results 1 – 25 of 33) sorted by relevance
12
/external/bluetooth/glib/glib/ |
D | grand.h | 64 gint32 g_rand_int_range (GRand *rand_, 65 gint32 begin, 66 gint32 end); 76 gint32 g_random_int_range (gint32 begin, 77 gint32 end);
|
D | grand.c | 417 gint32 418 g_rand_int_range (GRand* rand, gint32 begin, gint32 end) in g_rand_int_range() 444 random = (gint32) (double_rand * dist); in g_rand_int_range() 451 random = (gint32) g_rand_double_range (rand, 0, dist); in g_rand_int_range() 560 gint32 561 g_random_int_range (gint32 begin, gint32 end) in g_random_int_range() 563 gint32 result; in g_random_int_range()
|
D | gatomic.c | 799 gint32 800 g_atomic_int_exchange_and_add (volatile gint32 G_GNUC_MAY_ALIAS *atomic, in g_atomic_int_exchange_and_add() 801 gint32 val) in g_atomic_int_exchange_and_add() 807 g_atomic_int_add (volatile gint32 G_GNUC_MAY_ALIAS *atomic, in g_atomic_int_add() 808 gint32 val) in g_atomic_int_add() 814 g_atomic_int_compare_and_exchange (volatile gint32 G_GNUC_MAY_ALIAS *atomic, in g_atomic_int_compare_and_exchange() 815 gint32 oldval, in g_atomic_int_compare_and_exchange() 816 gint32 newval) in g_atomic_int_compare_and_exchange()
|
D | gtestutils.h | 150 gint32 g_test_rand_int (void); 151 gint32 g_test_rand_int_range (gint32 begin, 152 gint32 end);
|
D | gtypes.h | 69 #define G_MININT32 ((gint32) 0x80000000) 70 #define G_MAXINT32 ((gint32) 0x7fffffff)
|
D | gdate.h | 50 typedef gint32 GTime;
|
/external/bluetooth/glib/gio/inotify/ |
D | inotify-kernel.h | 27 gint32 wd; 38 gint32 wd, 42 gint32 _ik_watch (const char *path, 46 gint32 wd);
|
D | inotify-path.c | 55 gint32 wd; 128 ip_map_wd_dir (gint32 wd, in ip_map_wd_dir() 142 gint32 wd; in _ip_start_watching() 191 ip_unmap_wd_dir (gint32 wd, in ip_unmap_wd_dir() 208 ip_unmap_wd (gint32 wd) in ip_unmap_wd() 267 gint32 wd) in ip_watched_dir_new()
|
D | inotify-kernel.c | 254 gint32 wd, in _ik_event_new_dummy() 280 gint32 285 gint32 wd = -1; in _ik_watch() 307 gint32 wd) in _ik_ignore()
|
/external/bluetooth/glib/gio/ |
D | gfileattribute-priv.h | 36 gint32 int32; 59 gint32 _g_file_attribute_value_get_int32 (const GFileAttributeValue *attr); 77 gint32 value);
|
D | gfileinfo.h | 744 gint32 g_file_info_get_attribute_int32 (GFileInfo *info, 771 gint32 attr_value); 799 gint32 g_file_info_get_sort_order (GFileInfo *info); 829 gint32 sort_order);
|
D | gfileattribute.c | 541 gint32 647 value->u.int32 = *(gint32 *)value_p; in _g_file_attribute_value_set_from_pointer() 746 gint32 value) in _g_file_attribute_value_set_int32()
|
D | gdataoutputstream.h | 94 gint32 data,
|
D | gdatainputstream.h | 90 gint32 g_data_input_stream_read_int32 (GDataInputStream *stream,
|
D | gfileinfo.c | 812 gint32 1074 gint32 attr_value) in g_file_info_set_attribute_int32() 1457 gint32 1771 gint32 sort_order) in g_file_info_set_sort_order()
|
D | gdataoutputstream.c | 330 gint32 data, in g_data_output_stream_put_int32()
|
/external/bluetooth/glib/tests/ |
D | type-test.c | 50 gint32 gi32t1; in main() 51 gint32 gi32t2; in main() 66 g_assert (sizeof (gint32) == 4); in main()
|
D | asyncqueue-test.c | 40 gint32 id1; in sort_compare() 41 gint32 id2; in sort_compare()
|
D | slist-test.c | 22 gint32 a, b; in sort()
|
D | list-test.c | 22 gint32 a, b; in sort()
|
/external/bluetooth/glib/ |
D | glibconfig.h | 45 typedef signed int gint32; typedef 188 #define GINT32_TO_LE(val) ((gint32) (val)) 190 #define GINT32_TO_BE(val) ((gint32) GUINT32_SWAP_LE_BE (val))
|
D | glibconfig.h.win32.in | 38 typedef signed int gint32; 217 #define GINT32_TO_LE(val) ((gint32) (val)) 219 #define GINT32_TO_BE(val) ((gint32) GUINT32_SWAP_LE_BE (val))
|
/external/bluetooth/glib/gio/tests/ |
D | data-input-stream.c | 180 (a == TEST_DATA_INT32 ? *(gint32*)v : \ 246 data = (gint32)GUINT32_SWAP_LE_BE((gint32)data); in test_data_array()
|
D | data-output-stream.c | 116 (a == TEST_DATA_INT32 ? (gint32)v : \ 125 (a == TEST_DATA_INT32 ? *(gint32*)v : \
|
/external/webkit/WebCore/platform/gtk/ |
D | gtkdrawing.h | 69 gint32 curpos; /* curpos and maxpos are used for scrollbars */ 70 gint32 maxpos;
|
12