HomeSort by relevance Sort by last modified time
    Searched refs:n_bytes (Results 1 - 15 of 15) sorted by null

  /external/bluetooth/glib/glib/
gmem.c 62 gsize n_bytes)
65 return malloc (n_bytes);
67 return realloc (mem, n_bytes);
82 standard_malloc (gsize n_bytes)
84 return malloc (n_bytes);
89 gsize n_bytes)
91 return realloc (mem, n_bytes);
101 gsize n_bytes)
103 return calloc (n_blocks, n_bytes);
123 g_malloc (gsize n_bytes)
    [all...]
gmem.h 51 gpointer g_malloc (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);
52 gpointer g_malloc0 (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);
54 gsize n_bytes) G_GNUC_WARN_UNUSED_RESULT;
56 gpointer g_try_malloc (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);
57 gpointer g_try_malloc0 (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);
59 gsize n_bytes) G_GNUC_WARN_UNUSED_RESULT;
85 gpointer (*malloc) (gsize n_bytes);
87 gsize n_bytes);
92 gpointer (*try_malloc) (gsize n_bytes);
94 gsize n_bytes);
    [all...]
gutf8.c 1121 gint n_bytes; local
1126 n_bytes = 0;
1167 n_bytes += UTF8_LENGTH (wc);
1183 result = g_malloc (n_bytes + 1);
1188 while (out < result + n_bytes)
1262 gint n_bytes; local
1267 n_bytes = 0;
1308 n_bytes += sizeof (gunichar);
    [all...]
gtestutils.c 131 g_test_log_send (guint n_bytes,
138 r = write (test_log_fd, buffer, n_bytes);
146 g_test_log_buffer_push (lbuffer, n_bytes, buffer);
    [all...]
gtestutils.h 260 guint n_bytes,
gslice.c     [all...]
  /external/dbus/dbus/
dbus-sysdeps.c 714 int n_bytes)
721 n_bytes);
727 while (i < n_bytes)
742 * Fills n_bytes of the given buffer with random bytes.
745 * @param n_bytes the number of bytes in buffer to write to
749 int n_bytes)
755 _dbus_generate_pseudorandom_bytes_buffer (buffer, n_bytes);
759 if (!_dbus_generate_random_bytes (&str, n_bytes))
762 _dbus_generate_pseudorandom_bytes_buffer (buffer, n_bytes);
766 _dbus_string_copy_to_buffer (&str, buffer, n_bytes);
    [all...]
dbus-sysdeps.h 322 int n_bytes);
324 int n_bytes);
326 int n_bytes);
328 int n_bytes);
dbus-internals.c 439 * @param n_bytes number of bytes to copy
444 size_t n_bytes)
448 copy = dbus_malloc (n_bytes);
452 memcpy (copy, mem, n_bytes);
dbus-sysdeps-unix.c     [all...]
dbus-internals.h 198 size_t n_bytes);
dbus-string.c 545 * @param n_bytes number of bytes
552 int n_bytes,
558 _dbus_assert (n_bytes >= 0);
560 if (n_bytes == 0)
563 if (!open_gap (n_bytes, real, i))
566 memset (real->str + i, byte, n_bytes);
    [all...]
dbus-string.h 100 int n_bytes,
  /external/svox/pico/lib/
picosig.c 738 picoos_uint32 n_start, n_fram, n_bytes; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
xdr.h 341 char *n_bytes; member in struct:netobj

Completed in 1869 milliseconds