HomeSort by relevance Sort by last modified time
    Searched full:gintptr (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/glib/
glibconfig.h.win32.in 113 typedef signed int gintptr;
125 typedef signed long long gintptr;
128 typedef signed __int64 gintptr;
glibconfig.h 90 typedef signed long gintptr; typedef
ChangeLog.pre-2-18 429 2008-07-28 to gintptr casts now that we have that. gssize is as
430 such the same as gintptr on both 32- and 64-bit Windows, but the
431 gintptr name indicates that it is used to hold pointers, i.e. also
434 * tests/testglib.c: Avoid warning on Win64 by using gintptr cast
455 * glibconfig.h.win32.in: Add gintptr and guintptr typedefs here,
480 * configure.in: Output to glibconfig.h typedefs for gintptr as the
488 than intptr_t. Also, the intended use case for gintptr and
490 indicates, gintptr is for when one wants an integer type that can
    [all...]
configure.in     [all...]
  /external/bluetooth/glib/tests/
testglib.c 245 c[0] = ((gchar) ((gintptr) (node->data)));
258 #define P2C(p) ((gchar) ((gintptr) (p)))
    [all...]
  /external/bluetooth/glib/glib/
gmain.c 421 context->wake_up_rec.fd = (gintptr) context->wake_up_semaphore;
    [all...]

Completed in 101 milliseconds