/external/bluetooth/glib/gobject/ |
gvaluetransform.c | 57 DEFINE_CAST (int_s8, v_int, gint8, v_int); 66 DEFINE_CAST (uint_s8, v_uint, gint8, v_int); 75 DEFINE_CAST (long_s8, v_long, gint8, v_int); 84 DEFINE_CAST (ulong_s8, v_ulong, gint8, v_int); 93 DEFINE_CAST (int64_s8, v_int64, gint8, v_int); 102 DEFINE_CAST (uint64_s8, v_uint64, gint8, v_int); 119 DEFINE_CAST (float_s8, v_float, gint8, v_int); 128 DEFINE_CAST (double_s8, v_double, gint8, v_int);
|
gparamspecs.h | 590 gint8 minimum; 591 gint8 maximum; 592 gint8 default_value; 929 gint8 minimum, 930 gint8 maximum, 931 gint8 default_value,
|
gparamspecs.c | [all...] |
gvaluetypes.c | 58 gint8 *int8_p = collect_values[0].v_pointer;
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
limits.sgml | 86 The minimum value which can be held in a #gint8. 94 The maximum value which can be held in a #gint8.
|
types.sgml | 19 #gint8, #guint8, #gint16, #guint16, #gint32, #guint32, #gint64, #guint64. 122 <!-- ##### TYPEDEF gint8 ##### -->
|
/external/bluetooth/glib/tests/ |
type-test.c | 64 g_assert (sizeof (gint8) == 1);
|
testglib.c | 657 g_assert_cmpint (sizeof (gint8), ==, 1); [all...] |
/external/bluetooth/glib/glib/ |
gtypes.h | 40 * These are useful because a "gint8" can be adjusted 61 #define G_MININT8 ((gint8) 0x80) 62 #define G_MAXINT8 ((gint8) 0x7f)
|
gunibreak.h | 16 static const gint8 break_property_data[][256] = { [all...] |
/external/bluetooth/glib/ |
glibconfig.h | 38 typedef signed char gint8; typedef
|
glibconfig.h.win32.in | 31 typedef signed char gint8;
|
configure.in | [all...] |
/external/bluetooth/glib/docs/reference/glib/ |
glib-sections.txt | 21 gint8 [all...] |