HomeSort by relevance Sort by last modified time
    Searched full:n_bytes (Results 1 - 25 of 27) sorted by null

1 2

  /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.h 260 guint n_bytes,
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...]
gslice.c     [all...]
  /external/valgrind/main/memcheck/tests/
sh-mem-random.c 105 #define N_BYTES 300000
106 #define N_EVENTS (5 * N_BYTES)
119 for (i = 0; i < N_BYTES; i++)
123 check(arr, N_BYTES, "after initialisation");
131 src = (randomU4() >> 1) % N_BYTES;
132 dst = (randomU4() >> 3) % N_BYTES;
140 if (src+2 >= N_BYTES || dst+2 >= N_BYTES)
147 if (src+4 >= N_BYTES || dst+4 >= N_BYTES)
    [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/bluetooth/glib/docs/reference/glib/tmpl/
memory.sgml 130 Allocates @n_bytes bytes of memory.
131 If @n_bytes is 0 it returns %NULL.
134 @n_bytes: the number of bytes to allocate
140 Allocates @n_bytes bytes of memory, initialized to 0's.
141 If @n_bytes is 0 it returns %NULL.
144 @n_bytes: the number of bytes to allocate
151 @n_bytes bytes of memory. It returns the new address of the memory, which may
153 have zero-length. @n_bytes may be 0, in which case %NULL will be returned
158 @n_bytes: new size of the memory in bytes
164 Attempts to allocate @n_bytes, and returns %NULL on failure.
    [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-string.h 108 int n_bytes,
dbus-sysdeps-unix.c     [all...]
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/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/bluetooth/glib/
acglib.m4 73 dnl GLIB_BYTE_CONTENTS (INCLUDES, TYPE, ALIAS, N_BYTES, INITIALIZER)
  /external/bluetooth/glib/docs/reference/glib/
running.sgml 263 condition 1 n_bytes == 20
  /external/svox/pico/lib/
picosig.c 738 picoos_uint32 n_start, n_fram, n_bytes; local
    [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 830 milliseconds

1 2