HomeSort by relevance Sort by last modified time
    Searched full:guint64 (Results 26 - 50 of 73) sorted by null

12 3

  /external/bluetooth/glib/tests/
type-test.c 54 guint64 gu64t1 = G_GINT64_CONSTANT(0x1d636b02300a7aa7U),
  /external/bluetooth/glib/docs/reference/glib/tmpl/
types.sgml 19 #gint8, #guint8, #gint16, #guint16, #gint32, #guint32, #gint64, #guint64.
202 <!-- ##### TYPEDEF guint64 ##### -->
limits.sgml 172 The maximum value which can be held in a #guint64.
  /external/bluetooth/glib/gobject/
gparamspecs.h 722 guint64 minimum;
723 guint64 maximum;
724 guint64 default_value;
983 guint64 minimum,
984 guint64 maximum,
985 guint64 default_value,
glib-genmarshal.1 114 for unsigned 64bit integer types (guint64)
gvalue.h 120 guint64 v_uint64;
gvaluetypes.c 478 type = g_type_register_fundamental (G_TYPE_UINT64, g_intern_static_string ("guint64"), &info, &finfo, 0);
822 guint64 v_uint64)
837 guint64
  /external/bluetooth/glib/glib/
gthread.c 85 static guint64 gettime (void);
87 guint64 (*g_thread_gettime) (void) = gettime;
596 static guint64
600 guint64 v;
616 return (guint64) tv.tv_sec * G_NSEC_PER_SEC + tv.tv_usec * (G_NSEC_PER_SEC / G_USEC_PER_SEC);
gtestutils.c     [all...]
gscanner.h 118 guint64 v_int64;
gstrfuncs.h 134 guint64 g_ascii_strtoull (const gchar *nptr,
gstrfuncs.c 686 static guint64
706 guint64 cutoff;
707 guint64 cutlim;
708 guint64 ui64;
824 * Converts a string to a #guint64 value.
841 * Return value: the #guint64 value or zero on error.
845 guint64
851 guint64 result;
893 guint64 result;
897 if (negative && result > (guint64) G_MININT64
    [all...]
gthread.h 120 GLIB_VAR guint64 (*g_thread_gettime) (void);
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
WebKitWebSourceGStreamer.cpp 69 guint64 offset;
70 guint64 size;
74 guint64 requestedOffset;
120 static gboolean webKitWebSrcSeekDataCb(GstAppSrc* appsrc, guint64 offset, gpointer userData);
668 static gboolean webKitWebSrcSeekDataCb(GstAppSrc* appsrc, guint64 offset, gpointer userData)
MediaPlayerPrivateGStreamer.cpp 392 if (!gst_element_query_duration(m_playBin, &timeFormat, &timeLength) || timeFormat != GST_FORMAT_TIME || static_cast<guint64>(timeLength) == GST_CLOCK_TIME_NONE) {
399 return (float) ((guint64) timeLength / 1000000000.0);
475 guint64 width = 0, height = 0;
514 height = static_cast<guint64>(originalHeight);
518 width = static_cast<guint64>(originalWidth);
522 height = static_cast<guint64>(originalHeight);
955 guint64 decodedFrames = 0;
963 guint64 framesDropped = 0;
    [all...]
  /external/bluetooth/glib/gio/
gdataoutputstream.c 440 * @data: a #guint64.
450 guint64 data,
gfileattribute.c 561 guint64
651 value->u.uint64 = *(guint64 *)value_p;
758 * @value: a #guint64 to set within the type.
764 guint64 value)
    [all...]
glocalfile.c 738 static guint64 mount_info_hash_cache_time = 0;
769 guint64 cache_time;
947 guint64 block_size;
1010 g_file_info_set_attribute_uint64 (info, G_FILE_ATTRIBUTE_FILESYSTEM_FREE, (guint64)li.QuadPart);
1027 g_file_info_set_attribute_uint64 (info, G_FILE_ATTRIBUTE_FILESYSTEM_SIZE, (guint64)li.QuadPart);
    [all...]
glocalfileinfo.c 139 (guint64) statbuf->st_dev,
140 (guint64) statbuf->st_ino);
147 (guint64) statbuf->st_dev);
    [all...]
  /external/bluetooth/glib/gthread/
gthread-win32.c 548 static guint64
551 guint64 v;
  /external/bluetooth/glib/docs/reference/gobject/
gobject-sections.txt 537 <SUBSECTION guint64>
glib-genmarshal.1 166 for unsigned 64bit integer types (guint64)
glib-genmarshal.xml 196 for unsigned 64bit integer types (guint64)
  /external/webkit/Source/WebKit/gtk/webkit/
webkitdownload.cpp 79 guint64 currentSize;
763 guint64 webkit_download_get_total_size(WebKitDownload* download)
773 return MAX(priv->currentSize, static_cast<guint64>(soup_message_headers_get_content_length(message->response_headers)));
786 guint64 webkit_download_get_current_size(WebKitDownload* download)
  /external/bluetooth/glib/tests/gobject/
gvalue-test.c 307 guint64 c = 0;

Completed in 700 milliseconds

12 3