HomeSort by relevance Sort by last modified time
    Searched full:sizeof (Results 726 - 750 of 8781) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/jni/libjnitest/
android_jni_cts_JniCppTest.cpp 47 methods, sizeof(methods) / sizeof(JNINativeMethod));
  /development/ndk/platforms/android-3/arch-arm/include/asm/
elf.h 35 #define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t))
  /development/ndk/platforms/android-3/include/linux/
if_packet.h 74 #define TPACKET_HDRLEN (TPACKET_ALIGN(sizeof(struct tpacket_hdr)) + sizeof(struct sockaddr_ll))
if_tr.h 18 #define TR_HLEN (sizeof(struct trh_hdr)+sizeof(struct trllc))
socket.h 21 char __data[_K_SS_MAXSIZE - sizeof(unsigned short)];
66 #define CMSG_ALIGN(len) ( ((len)+sizeof(long)-1) & ~(sizeof(long)-1) )
68 #define CMSG_DATA(cmsg) ((void *)((char *)(cmsg) + CMSG_ALIGN(sizeof(struct cmsghdr))))
69 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
70 #define CMSG_LEN(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + (len))
72 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? (struct cmsghdr *)(ctl) : (struct cmsghdr *)NULL)
74 #define CMSG_OK(mhdr, cmsg) ((cmsg)->cmsg_len >= sizeof(struct cmsghdr) && (cmsg)->cmsg_len <= (unsigned long) ((mhdr)->msg_controllen - ((char *)(cmsg) - (char *)(mhdr)->msg_control)))
  /development/ndk/platforms/android-5/arch-x86/include/asm/
elf.h 21 #define ELF_NGREG (sizeof (struct user_regs_struct) / sizeof(elf_greg_t))
  /development/pdk/pndk/samples/samplejni/
native.cpp 44 methods, sizeof(methods) / sizeof(methods[0]))) {
  /external/bluetooth/bluez/test/
ipctest.c 51 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
194 if (rsp->type == BT_ERROR && rsp->length == sizeof(bt_audio_error_t))
234 bytes_left = rsp->h.length - sizeof(*rsp);
236 if (bytes_left < sizeof(codec_capabilities_t)) {
241 ptr = ((void *) rsp) + sizeof(*rsp);
243 memcpy(&codec, ptr, sizeof(codec)); /** ALIGNMENT? **/
246 (unsigned long) bytes_left, (unsigned long) sizeof(codec));
256 codec.length != sizeof(u->hsp.pcm_capabilities))
262 &codec, sizeof(u->hsp.pcm_capabilities))
    [all...]
test-textfile.c 55 memset(value, 0, sizeof(value));
56 for (i = 0; i < (size / sizeof(value)); i++)
57 err = write(fd, value, sizeof(value));
71 memset(value, 0, sizeof(value));
81 snprintf(value, sizeof(value), "Test");
103 memset(value, 0, sizeof(value));
124 memset(value, 0, sizeof(value));
133 memset(value, 0, sizeof(value));
  /external/bluetooth/glib/gio/tests/
unix-streams.c 51 while (offset < sizeof (DATA))
54 sizeof (DATA) - offset,
82 char buf[sizeof (DATA)];
89 while (total < sizeof (DATA))
91 nread = g_input_stream_read (in, buf + total, sizeof (buf) - total,
118 char main_buf[sizeof (DATA)];
176 g_input_stream_read_async (in, main_buf, sizeof (main_buf),
225 g_input_stream_read_async (in, main_buf, sizeof (main_buf),
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeparent.c 68 list = malloc (sizeof (XdgParentList));
116 sizeof (XdgMimeParents), &parent_entry_cmp);
141 list->parents = realloc (list->parents, alloc * sizeof (XdgMimeParents));
169 alloc * sizeof (XdgMimeParents));
180 entry->parents = malloc ((entry->n_parents + 1) * sizeof (char *));
186 (entry->n_parents + 2) * sizeof (char *));
193 list->n_mimes * sizeof (XdgMimeParents));
199 sizeof (XdgMimeParents), &parent_entry_cmp);
  /external/bluetooth/glib/tests/refcount/
objects2.c 40 sizeof (GTestClass),
46 sizeof (GTest),
  /external/chromium/base/
scoped_bstr_win.cc 15 COMPILE_ASSERT(sizeof(ScopedBstr) == sizeof(BSTR), ScopedBstrSize);
  /external/chromium/base/third_party/xdg_mime/
xdgmimeparent.c 68 list = malloc (sizeof (XdgParentList));
116 sizeof (XdgMimeParents), &parent_entry_cmp);
141 list->parents = realloc (list->parents, alloc * sizeof (XdgMimeParents));
169 alloc * sizeof (XdgMimeParents));
180 entry->parents = malloc ((entry->n_parents + 1) * sizeof (char *));
186 (entry->n_parents + 2) * sizeof (char *));
193 list->n_mimes * sizeof (XdgMimeParents));
199 sizeof (XdgMimeParents), &parent_entry_cmp);
  /external/chromium/net/disk_cache/
hash.cc 36 data += 2 * sizeof(uint16_t);
44 hash ^= data[sizeof(uint16_t)] << 18;
  /external/chromium/net/http/
des_unittest.cc 26 memset(ciphertext, 0xaf, sizeof(ciphertext));
44 memset(ciphertext, 0xaf, sizeof(ciphertext));
  /external/chromium/third_party/icu/source/stubdata/
stubdata.c 34 sizeof(UDataInfo), /* size */
44 sizeof(UChar),
  /external/chromium/third_party/icu/source/test/cintltst/
cbiditst.h 29 #define ARRAY_LENGTH(array) (sizeof(array)/sizeof(array[0]))
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_reset.c 29 zeromem(gcm->buf, sizeof(gcm->buf));
30 zeromem(gcm->X, sizeof(gcm->X));
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt_register_hash.c 32 if (XMEMCMP(&hash_descriptor[x], hash, sizeof(struct ltc_hash_descriptor)) == 0) {
41 XMEMCPY(&hash_descriptor[x], hash, sizeof(struct ltc_hash_descriptor));
crypt_register_prng.c 32 if (XMEMCMP(&prng_descriptor[x], prng, sizeof(struct ltc_prng_descriptor)) == 0) {
41 XMEMCPY(&prng_descriptor[x], prng, sizeof(struct ltc_prng_descriptor));
  /external/dropbear/libtommath/
bn_error.c 33 for (x = 0; x < (int)(sizeof(msgs) / sizeof(msgs[0])); x++) {
bn_mp_prime_rabin_miller_trials.c 37 for (x = 0; x < (int)(sizeof(sizes)/(sizeof(sizes[0]))); x++) {
  /external/e2fsprogs/lib/e2p/
iod.c 46 max_len += sizeof(struct dirent);
59 len = sizeof(struct dirent);
  /external/elfutils/libebl/
eblcorenotetypename.c 56 if (type < sizeof (knowntypes) / sizeof (knowntypes[0])

Completed in 323 milliseconds

<<21222324252627282930>>