/external/bluetooth/glib/gio/inotify/ |
inotify-kernel.h | 27 gint32 wd; 38 gint32 wd, 42 gint32 _ik_watch (const char *path, 46 gint32 wd);
|
inotify-path.c | 55 gint32 wd; 128 ip_map_wd_dir (gint32 wd, 142 gint32 wd; 191 ip_unmap_wd_dir (gint32 wd, 208 ip_unmap_wd (gint32 wd) 267 gint32 wd)
|
inotify-kernel.c | 254 gint32 wd, 280 gint32 285 gint32 wd = -1; 307 gint32 wd)
|
/external/bluetooth/glib/glib/ |
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);
|
grand.c | 412 * Returns the next random #gint32 from @rand_ equally distributed over 417 gint32 418 g_rand_int_range (GRand* rand, gint32 begin, gint32 end) 444 random = (gint32) (double_rand * dist); 451 random = (gint32) g_rand_double_range (rand, 0, dist); 555 * Returns a random #gint32 equally distributed over the range 560 gint32 561 g_random_int_range (gint32 begin, gint32 end [all...] |
gtestutils.h | 150 gint32 g_test_rand_int (void); 151 gint32 g_test_rand_int_range (gint32 begin, 152 gint32 end);
|
gatomic.c | 799 gint32 800 g_atomic_int_exchange_and_add (volatile gint32 G_GNUC_MAY_ALIAS *atomic, 801 gint32 val) 807 g_atomic_int_add (volatile gint32 G_GNUC_MAY_ALIAS *atomic, 808 gint32 val) 814 g_atomic_int_compare_and_exchange (volatile gint32 G_GNUC_MAY_ALIAS *atomic, 815 gint32 oldval, 816 gint32 newval)
|
gtypes.h | 42 * more importantly, "gint32" can be adjusted to be 69 #define G_MININT32 ((gint32) 0x80000000) 70 #define G_MAXINT32 ((gint32) 0x7fffffff)
|
/external/bluetooth/glib/gio/ |
gfileattribute-priv.h | 36 gint32 int32; 59 gint32 _g_file_attribute_value_get_int32 (const GFileAttributeValue *attr); 77 gint32 value);
|
gdatainputstream.h | 90 gint32 g_data_input_stream_read_int32 (GDataInputStream *stream,
|
gdataoutputstream.h | 94 gint32 data,
|
gdataoutputstream.c | 320 * @data: a #gint32. 330 gint32 data,
|
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); [all...] |
/external/bluetooth/glib/tests/ |
type-test.c | 50 gint32 gi32t1; 51 gint32 gi32t2; 66 g_assert (sizeof (gint32) == 4);
|
asyncqueue-test.c | 40 gint32 id1; 41 gint32 id2;
|
list-test.c | 22 gint32 a, b;
|
slist-test.c | 22 gint32 a, b;
|
/external/bluetooth/glib/ |
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))
|
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/ |
data-input-stream.c | 180 (a == TEST_DATA_INT32 ? *(gint32*)v : \ 246 data = (gint32)GUINT32_SWAP_LE_BE((gint32)data);
|
data-output-stream.c | 116 (a == TEST_DATA_INT32 ? (gint32)v : \ 125 (a == TEST_DATA_INT32 ? *(gint32*)v : \
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
byte_order.sgml | 342 Converts a #gint32 value from big-endian to host byte order. 345 @val: a #gint32 value in big-endian byte order. 351 Converts a #gint32 value from little-endian to host byte order. 354 @val: a #gint32 value in little-endian byte order. 360 Converts a #gint32 value from host byte order to big-endian. 363 @val: a #gint32 value in host byte order. 369 Converts a #gint32 value from host byte order to little-endian. 372 @val: a #gint32 value in host byte order.
|
limits.sgml | 134 The minimum value which can be held in a #gint32. 142 The maximum value which can be held in a #gint32.
|
types.sgml | 19 #gint8, #guint8, #gint16, #guint16, #gint32, #guint32, #gint64, #guint64. 158 <!-- ##### TYPEDEF gint32 ##### -->
|
/external/webkit/WebCore/platform/gtk/ |
gtkdrawing.h | 68 gint32 curpos; /* curpos and maxpos are used for scrollbars */ 69 gint32 maxpos;
|