HomeSort by relevance Sort by last modified time
    Searched refs:n_bytes (Results 1 - 22 of 22) 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/openssh/
ttymodes.c 353 int n_bytes = 0; local
380 n_bytes += 1;
389 n_bytes += 4;
399 n_bytes += 4;
408 n_bytes += arg_size; \
413 n_bytes += arg_size; \
437 n_bytes += 1;
441 n_bytes += 4;
465 n_bytes += 4;
478 if (*n_bytes_ptr != n_bytes) {
    [all...]
session.c 2022 int n_bytes; local
    [all...]
  /external/valgrind/main/coregrind/
launcher-linux.c 121 ssize_t n_bytes; local
137 n_bytes = read(fd, header, sizeof(header));
139 if (n_bytes < 2) {
144 (long int)n_bytes, clientname);
152 if (i == n_bytes) return NULL;
160 if (i == n_bytes) break;
164 if (i == n_bytes) return NULL;
169 } else if (n_bytes >= SELFMAG && memcmp(header, ELFMAG, SELFMAG) == 0) {
171 if (n_bytes >= sizeof(Elf32_Ehdr) && header[EI_CLASS] == ELFCLASS32) {
195 } else if (n_bytes >= sizeof(Elf64_Ehdr) && header[EI_CLASS] == ELFCLASS64)
    [all...]
  /external/dbus/dbus/
dbus-sysdeps.c 799 int n_bytes)
806 n_bytes);
812 while (i < n_bytes)
827 * Fills n_bytes of the given buffer with random bytes.
830 * @param n_bytes the number of bytes in buffer to write to
834 int n_bytes)
840 _dbus_generate_pseudorandom_bytes_buffer (buffer, n_bytes);
844 if (!_dbus_generate_random_bytes (&str, n_bytes))
847 _dbus_generate_pseudorandom_bytes_buffer (buffer, n_bytes);
851 _dbus_string_copy_to_buffer (&str, buffer, n_bytes);
    [all...]
dbus-sysdeps.h 350 int n_bytes);
352 int n_bytes);
354 int n_bytes);
356 int n_bytes);
dbus-internals.c 530 * @param n_bytes number of bytes to copy
535 size_t n_bytes)
539 copy = dbus_malloc (n_bytes);
543 memcpy (copy, mem, n_bytes);
dbus-internals.h 218 size_t n_bytes);
dbus-sysdeps-unix.c     [all...]
dbus-string.h 108 int n_bytes,
dbus-string.c 578 * @param n_bytes number of bytes
585 int n_bytes,
591 _dbus_assert (n_bytes >= 0);
593 if (n_bytes == 0)
596 if (!open_gap (n_bytes, real, i))
599 memset (real->str + i, byte, n_bytes);
    [all...]
dbus-sysdeps-win.c     [all...]
  /external/svox/pico/lib/
picosig.c 738 picoos_uint32 n_start, n_fram, n_bytes; local
    [all...]
  /external/valgrind/main/massif/
ms_main.c 596 static void* perm_malloc(SizeT n_bytes)
603 if (hp + n_bytes > hp_lim) {
611 hp += n_bytes;
613 return (void*)(hp - n_bytes);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
xdr.h 341 char *n_bytes; member in struct:netobj
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
xdr.h 341 char *n_bytes; member in struct:netobj
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
xdr.h 341 char *n_bytes; member in struct:netobj

Completed in 361 milliseconds