HomeSort by relevance Sort by last modified time
    Searched full:guint32 (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/bluetooth/glib/tests/
qsort-test.c 8 guint32 array[SIZE];
13 return *(guint32*)a < *(guint32*)b ? -1 : 1;
24 g_qsort_with_data (array, SIZE, sizeof (guint32), sort, NULL);
30 g_qsort_with_data (array, 0, sizeof (guint32), sort, NULL);
gio-ls.c 14 static void print_path (const gchar* path, guint32 flags);
60 guint32 flags)
slice-test.c 57 guint32 r = g_random_int() % 8000009;
89 guint32 rand_accu = 2147483563;
92 rand_accu = *(guint32*) data;
150 guint32 rand_accu = 2147483563;
157 rand_accu = *(guint32*) data;
date-test.c 13 guint32 passed = 0;
14 guint32 notpassed = 0;
40 guint32 j;
156 guint32 first_day_of_year = G_DATE_BAD_JULIAN;
list-test.c 16 static guint32 array[SIZE];
slist-test.c 16 static guint32 array[SIZE];
  /external/bluetooth/glib/gio/inotify/
inotify-kernel.h 28 guint32 mask;
29 guint32 cookie;
30 guint32 len;
39 guint32 mask);
43 guint32 mask,
50 void _ik_move_stats (guint32 *matches,
51 guint32 *misses);
52 const char *_ik_mask_to_string (guint32 mask);
inotify-helper.c 62 static GFileMonitorEvent ih_mask_to_EventFlags (guint32 mask);
173 guint32 mask;
209 ih_mask_to_EventFlags (guint32 mask)
inotify-kernel.c 51 static guint32 ik_move_matches = 0;
52 static guint32 ik_move_misses = 0;
255 guint32 mask)
282 guint32 mask,
323 _ik_move_stats (guint32 *matches,
324 guint32 *misses)
334 _ik_mask_to_string (guint32 mask)
  /external/bluetooth/glib/glib/
grand.h 49 GRand* g_rand_new_with_seed (guint32 seed);
50 GRand* g_rand_new_with_seed_array (const guint32 *seed,
56 guint32 seed);
58 const guint32 *seed,
63 guint32 g_rand_int (GRand *rand_);
71 void g_random_set_seed (guint32 seed);
75 guint32 g_random_int (void);
gtypes.h 71 #define G_MAXUINT32 ((guint32) 0xffffffff)
133 #define GUINT32_SWAP_LE_BE_CONSTANT(val) ((guint32) ( \
134 (((guint32) (val) & (guint32) 0x000000ffU) << 24) | \
135 (((guint32) (val) & (guint32) 0x0000ff00U) << 8) | \
136 (((guint32) (val) & (guint32) 0x00ff0000U) >> 8) | \
137 (((guint32) (val) & (guint32) 0xff000000U) >> 24))
    [all...]
grand.c 113 guint32 mt[N]; /* the array for the state vector */
126 g_rand_new_with_seed (guint32 seed)
145 g_rand_new_with_seed_array (const guint32 *seed, guint seed_length)
164 guint32 seed[4];
266 g_rand_set_seed (GRand* rand, guint32 seed)
316 g_rand_set_seed_array (GRand* rand, const guint32 *seed, guint seed_length)
363 * Returns the next random #guint32 from @rand_ equally distributed over
368 guint32
371 guint32 y;
372 static const guint32 mag01[2]={0x0, MATRIX_A}
    [all...]
gdate.h 126 GDate* g_date_new_julian (guint32 julian_day);
139 gboolean g_date_valid_julian (guint32 julian_date) G_GNUC_CONST;
148 guint32 g_date_get_julian (const GDate *date);
192 guint32 julian_date);
gquark.h 38 typedef guint32 GQuark;
  /external/bluetooth/glib/gio/
gfileinfo.c 70 guint32 attribute;
89 guint32 id);
94 guint32 id;
95 guint32 attribute_id_counter;
113 #define NS_MASK ((guint32)((1<<12) - 1))
115 #define ID_MASK ((guint32)((1<<20) - 1))
118 (((guint32) (_attr_id) >> NS_POS) & NS_MASK)
120 (((guint32)(_attr_id) >> ID_POS) & ID_MASK)
123 ( ((((guint32) _ns) & NS_MASK) << NS_POS) | \
124 ((((guint32) _id) & ID_MASK) << ID_POS)
    [all...]
gfileattribute-priv.h 37 guint32 uint32;
58 guint32 _g_file_attribute_value_get_uint32 (const GFileAttributeValue *attr);
75 guint32 value);
gfilemonitor.c 68 guint32 last_sent_change_time; /* 0 == not sent */
69 guint32 send_delayed_change_at; /* 0 == never */
70 guint32 send_virtual_changes_done_at; /* 0 == never */
84 guint32 timeout_fires_at;
418 static guint32
424 static guint32
425 time_difference (guint32 from, guint32 to)
462 guint32 time_now)
475 guint32 min_time
    [all...]
gdatainputstream.h 93 guint32 g_data_input_stream_read_uint32 (GDataInputStream *stream,
gdataoutputstream.h 98 guint32 data,
  /external/bluetooth/glib/docs/reference/glib/tmpl/
byte_order.sgml 378 Converts a #guint32 value from big-endian to host byte order.
381 @val: a #guint32 value in big-endian byte order.
387 Converts a #guint32 value from little-endian to host byte order.
390 @val: a #guint32 value in little-endian byte order.
396 Converts a #guint32 value from host byte order to big-endian.
399 @val: a #guint32 value in host byte order.
405 Converts a #guint32 value from host byte order to little-endian.
408 @val: a #guint32 value in host byte order.
516 Converts a #guint32 value between big-endian and pdp-endian byte order.
520 @val: a #guint32 value in big-endian or pdp-endian byte order
    [all...]
  /external/bluetooth/glib/gio/tests/
data-input-stream.c 181 (a == TEST_DATA_UINT32 ? *(guint32*)v : \
251 data = (guint32)GUINT32_SWAP_LE_BE((guint32)data);
data-output-stream.c 117 (a == TEST_DATA_UINT32 ? (guint32)v : \
126 (a == TEST_DATA_UINT32 ? *(guint32*)v : \
  /external/bluetooth/glib/
glibconfig.h 46 typedef unsigned int guint32; typedef
189 #define GUINT32_TO_LE(val) ((guint32) (val))
glibconfig.h.win32.in 39 typedef unsigned int guint32;
218 #define GUINT32_TO_LE(val) ((guint32) (val))
  /external/bluetooth/glib/tests/refcount/
closures.c 152 static inline guint32
155 static guint32 accu = 2147483563;

Completed in 411 milliseconds

1 2 3