/external/bluetooth/glib/glib/ |
gunicode.h | 283 glong offset) G_GNUC_PURE; 284 glong g_utf8_pointer_to_offset (const gchar *str, 292 glong g_utf8_strlen (const gchar *p, 312 glong len, 313 glong *items_read, 314 glong *items_written, 317 glong len, 318 glong *items_read, 319 glong *items_written, 322 glong len, [all...] |
gutf8.c | 216 glong 220 glong len = 0; 308 glong offset) 350 glong 355 glong offset = 0; 832 glong len, 833 glong *items_written) 947 glong len, 948 glong *items_read, 949 glong *items_written, [all...] |
gtimer.h | 58 glong microseconds);
|
gmacros.h | 219 ((glong) offsetof (struct_type, member)) 222 ((glong) ((guint8*) &((struct_type*) 0)->member)) 226 ((gpointer) ((guint8*) (struct_p) + (glong) (struct_offset)))
|
gmem.c | 364 glong t_malloc = local_data[i + PROFILE_TABLE (1, 0, success)]; 365 glong t_realloc = local_data[i + PROFILE_TABLE (1, 1, success)]; 366 glong t_free = local_data[i + PROFILE_TABLE (0, 0, success)]; 367 glong t_refree = local_data[i + PROFILE_TABLE (0, 1, success)];
|
gtypes.h | 48 typedef long glong; typedef 404 glong tv_sec; 405 glong tv_usec;
|
giounix.c | 367 glong fcntl_flags; 397 glong fcntl_flags;
|
gtimer.c | 227 g_time_val_add (GTimeVal *time_, glong microseconds) 372 glong mul = 100000;
|
/external/bluetooth/glib/tests/ |
convert-test.c | 140 glong utf8_len, 142 glong ucs4_len, 143 glong error_pos) 146 glong items_read, items_read2; 147 glong items_written, items_written2; 229 glong ucs4_len, 231 glong utf8_len, 232 glong error_pos) 235 glong items_read, items_read2; 236 glong items_written, items_written2 [all...] |
bit-test.c | 121 for (i = 0; (glong)i < 1500 ; i = -(i+((glong)i>=0))) {
|
iochannel-test.c | 63 glong wlength = 0;
|
type-test.c | 47 glong gl;
|
/external/bluetooth/glib/ |
glibconfig.h | 84 #define GPOINTER_TO_INT(p) ((gint) (glong) (p)) 87 #define GINT_TO_POINTER(i) ((gpointer) (glong) (i)) 196 #define GLONG_TO_LE(val) ((glong) GINT64_TO_LE (val)) 198 #define GLONG_TO_BE(val) ((glong) GINT64_TO_BE (val))
|
glibconfig.h.win32.in | 225 #define GLONG_TO_LE(val) ((glong) GINT32_TO_LE (val)) 227 #define GLONG_TO_BE(val) ((glong) GINT32_TO_BE (val))
|
/external/bluetooth/glib/gobject/ |
gmarshal.list | 11 # LONG for signed long integer types (glong)
|
gvaluetransform.c | 60 DEFINE_CAST (int_long, v_int, glong, v_long); 69 DEFINE_CAST (uint_long, v_uint, glong, v_long); 90 DEFINE_CAST (ulong_long, v_ulong, glong, v_long); 97 DEFINE_CAST (int64_long, v_int64, glong, v_long); 106 DEFINE_CAST (uint64_long, v_uint64, glong, v_long); 123 DEFINE_CAST (float_long, v_float, glong, v_long); 132 DEFINE_CAST (double_long, v_double, glong, v_long);
|
gvaluecollector.h | 64 glong v_long; 108 _cvalue->v_long = va_arg ((var_args), glong); \ 163 _cvalue->v_long = va_arg ((var_args), glong); \
|
gvaluetypes.h | 185 glong v_long); 186 glong g_value_get_long (const GValue *value);
|
gparamspecs.h | 671 glong minimum; 672 glong maximum; 673 glong default_value; 962 glong minimum, 963 glong maximum, 964 glong default_value,
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
byte_order.sgml | 14 data types such as the #gint and #glong values. 198 Converts a #glong value from big-endian to the host byte order. 201 @val: a #glong value in big-endian byte order. 207 Converts a #glong value from little-endian to host byte order. 210 @val: a #glong value in little-endian byte order. 216 Converts a #glong value from host byte order to big-endian. 219 @val: a #glong value in host byte order. 225 Converts a #glong value from host byte order to little-endian. 228 @val: a #glong value in host byte order.
|
limits.sgml | 65 The minimum value which can be held in a #glong. 72 The maximum value which can be held in a #glong.
|
types.sgml | 29 for completeness - #gchar, #gint, #gshort, #glong, #gfloat, #gdouble. 108 <!-- ##### TYPEDEF glong ##### -->
|
/external/bluetooth/glib/docs/reference/gobject/tmpl/ |
gobject-unused.sgml | 14 @G_TYPE_LONG: Identifier for the built-in type "glong".
|
/external/webkit/WebCore/platform/graphics/gtk/ |
FontGtk.cpp | 94 glong items_written; 321 glong offset = g_utf8_pointer_to_offset(utf8, utf8 + index);
|
/external/bluetooth/glib/docs/reference/gobject/ |
gobject-sections.txt | 507 <SUBSECTION glong>
|