HomeSort by relevance Sort by last modified time
    Searched defs:guint (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GTypedefs.h 34 typedef unsigned int guint; typedef
  /external/bluetooth/glib/glib/
gtypes.h 55 typedef unsigned int guint; typedef
90 typedef guint (*GHashFunc) (gconstpointer key);
361 guint mantissa : 23;
362 guint biased_exponent : 8;
363 guint sign : 1;
370 guint mantissa_low : 32;
371 guint mantissa_high : 20;
372 guint biased_exponent : 11;
373 guint sign : 1;
381 guint sign : 1
    [all...]

Completed in 27 milliseconds