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

<<11121314151617181920>>

  /external/wpa_supplicant/
driver_ndiswrapper.c 84 for (i = 0; i < sizeof(families) / sizeof(int); ++i) {
106 os_memset(&priv_req, 0, sizeof(priv_req));
124 os_memset(&priv_req, 0, sizeof(priv_req));
136 priv_req.u.data.length = sizeof(wpa_key);
162 os_memset(&priv_req, 0, sizeof(priv_req));
178 os_memset(&priv_req, 0, sizeof(priv_req));
193 os_memset(&priv_req, 0, sizeof(priv_req));
209 os_memset(&priv_req, 0, sizeof(priv_req));
226 os_memset(&priv_req, 0, sizeof(priv_req))
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndiswrapper.c 84 for (i = 0; i < sizeof(families) / sizeof(int); ++i) {
106 os_memset(&priv_req, 0, sizeof(priv_req));
124 os_memset(&priv_req, 0, sizeof(priv_req));
136 priv_req.u.data.length = sizeof(wpa_key);
162 os_memset(&priv_req, 0, sizeof(priv_req));
178 os_memset(&priv_req, 0, sizeof(priv_req));
193 os_memset(&priv_req, 0, sizeof(priv_req));
209 os_memset(&priv_req, 0, sizeof(priv_req));
226 os_memset(&priv_req, 0, sizeof(priv_req))
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
uenumtst.c 70 cont->currUChar = (UChar *)malloc(1024*sizeof(UChar));
199 UEnumeration *en = (UEnumeration *)malloc(sizeof(UEnumeration));
200 memcpy(en, &chEnum, sizeof(UEnumeration));
209 UEnumeration *en = getchArrayEnum(test1, sizeof(test1)/sizeof(test1[0]));
225 UEnumeration *emptyEnum = uprv_malloc(sizeof(UEnumeration));
227 uprv_memcpy(emptyEnum, &emptyEnumerator, sizeof(UEnumeration));
260 emptyEnum = uprv_malloc(sizeof(UEnumeration));
261 uprv_memcpy(emptyEnum, &emptyPartialEnumerator, sizeof(UEnumeration));
270 UEnumeration *en = (UEnumeration *)malloc(sizeof(UEnumeration))
    [all...]
  /external/chromium/third_party/icu/source/tools/genrb/
derb.c 118 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options);
331 printString(out, converter, bom, (int32_t)(sizeof(bom)/sizeof(*bom)));
352 printString(out, converter, sp, (int32_t)(sizeof(sp)/sizeof(*sp)));
388 newstr = (UChar *) uprv_malloc((1 + alen) * sizeof(*newstr));
421 char *bufp = buf, *bufend = buf + sizeof(buf) - 1 ;
441 UChar *bufp = buf, *bufend = buf + (sizeof(buf)/sizeof(buf[0])) - 1
    [all...]
  /external/dropbear/
random.c 72 memset((void*)&egdsock, 0x0, sizeof(egdsock));
75 sizeof(egdsock.sun_path));
83 sizeof(struct sockaddr_un)) < 0) {
139 m_burn(hashpool, sizeof(hashpool));
143 readrand(readbuf, sizeof(readbuf));
147 sha1_process(&hs, (void*)hashpool, sizeof(hashpool));
148 sha1_process(&hs, (void*)readbuf, sizeof(readbuf));
172 sha1_process(&hs, (void*)hashpool, sizeof(hashpool));
173 sha1_process(&hs, (void*)&pid, sizeof(pid));
174 sha1_process(&hs, (void*)&tv, sizeof(tv))
    [all...]
  /external/icu4c/test/cintltst/
uenumtst.c 70 cont->currUChar = (UChar *)malloc(1024*sizeof(UChar));
199 UEnumeration *en = (UEnumeration *)malloc(sizeof(UEnumeration));
200 memcpy(en, &chEnum, sizeof(UEnumeration));
209 UEnumeration *en = getchArrayEnum(test1, sizeof(test1)/sizeof(test1[0]));
225 UEnumeration *emptyEnum = uprv_malloc(sizeof(UEnumeration));
227 uprv_memcpy(emptyEnum, &emptyEnumerator, sizeof(UEnumeration));
260 emptyEnum = uprv_malloc(sizeof(UEnumeration));
261 uprv_memcpy(emptyEnum, &emptyPartialEnumerator, sizeof(UEnumeration));
270 UEnumeration *en = (UEnumeration *)malloc(sizeof(UEnumeration))
    [all...]
  /external/icu4c/tools/genrb/
derb.c 118 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options);
331 printString(out, converter, bom, (int32_t)(sizeof(bom)/sizeof(*bom)));
352 printString(out, converter, sp, (int32_t)(sizeof(sp)/sizeof(*sp)));
388 newstr = (UChar *) uprv_malloc((1 + alen) * sizeof(*newstr));
421 char *bufp = buf, *bufend = buf + sizeof(buf) - 1 ;
441 UChar *bufp = buf, *bufend = buf + (sizeof(buf)/sizeof(buf[0])) - 1
    [all...]
  /external/iproute2/ip/
xfrm.h 42 #define XFRMS_RTA(x) ((struct rtattr*)(((char*)(x)) + NLMSG_ALIGN(sizeof(struct xfrm_usersa_info))))
43 #define XFRMS_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct xfrm_usersa_info))
45 #define XFRMP_RTA(x) ((struct rtattr*)(((char*)(x)) + NLMSG_ALIGN(sizeof(struct xfrm_userpolicy_info))))
46 #define XFRMP_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct xfrm_userpoilcy_info))
48 #define XFRMSID_RTA(x) ((struct rtattr*)(((char*)(x)) + NLMSG_ALIGN(sizeof(struct xfrm_usersa_id))))
49 #define XFRMSID_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct xfrm_usersa_id))
51 #define XFRMPID_RTA(x) ((struct rtattr*)(((char*)(x)) + NLMSG_ALIGN(sizeof(struct xfrm_userpolicy_id))))
52 #define XFRMPID_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct xfrm_userpoilcy_id))
54 #define XFRMACQ_RTA(x) ((struct rtattr*)(((char*)(x)) + NLMSG_ALIGN(sizeof(struct xfrm_user_acquire))))
55 #define XFRMEXP_RTA(x) ((struct rtattr*)(((char*)(x)) + NLMSG_ALIGN(sizeof(struct xfrm_user_expire)))
    [all...]
  /external/skia/src/animator/
SkOperandIterpolator.cpp 38 fStorage = sk_malloc_throw((sizeof(SkOperand) * elemCount + sizeof(SkTimeCode)) * frameCount);
40 fValues = (SkOperand*) ((char*) fStorage + sizeof(SkTimeCode) * frameCount);
52 bool success = ~index == SkTSearch<SkMSec>(&fTimes->fTime, index, time, sizeof(SkTimeCode));
62 memcpy(dst, values, fElemCount * sizeof(SkOperand));
78 memcpy(values, nextSrc, fElemCount * sizeof(SkScalar));
95 memcpy(values, prevSrc, sizeof(SkOperand) * fElemCount);
128 SkASSERT(memcmp(v, v1, sizeof(v)) == 0);
132 SkASSERT(memcmp(v, v1, sizeof(v)) == 0);
136 SkASSERT(memcmp(v, v1, sizeof(v)) == 0)
    [all...]
SkMemberInfo.cpp 36 byteSize = sizeof(SkColor);
57 byteSize = sizeof(int);
63 byteSize = sizeof(void*);
66 byteSize = sizeof(SkMSec);
69 byteSize = sizeof(SkPoint);
72 byteSize = sizeof(Sk3D_Point);
75 byteSize = sizeof(int32_t);
78 byteSize = sizeof(SkScalar);
82 byteSize = sizeof(SkString); // assume we'll copy by reference, not value
116 return sizeof(int)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_linux.c 57 os_memset(&ll, 0, sizeof(ll));
64 sizeof(ll));
80 os_memset(&ll, 0, sizeof(ll));
81 fromlen = sizeof(ll);
82 res = recvfrom(sock, buf, sizeof(buf), 0, (struct sockaddr *) &ll,
103 l2 = os_zalloc(sizeof(struct l2_packet_data));
106 os_strlcpy(l2->ifname, ifname, sizeof(l2->ifname));
118 os_memset(&ifr, 0, sizeof(ifr));
119 os_strlcpy(ifr.ifr_name, l2->ifname, sizeof(ifr.ifr_name));
128 os_memset(&ll, 0, sizeof(ll))
    [all...]
  /external/yaffs2/yaffs2/direct/
yaffs_fileem2k.c 119 memset(dummyBuffer,0xff,sizeof(dummyBuffer));
177 written = write(h,tags,sizeof(yaffs_ExtendedTags));
178 if(written != sizeof(yaffs_ExtendedTags)) return YAFFS_FAIL;
185 written = write(h,&pt,sizeof(pt));
186 if(written != sizeof(pt)) return YAFFS_FAIL;
239 nread= read(h,tags,sizeof(yaffs_ExtendedTags));
240 if(nread != sizeof(yaffs_ExtendedTags)) return YAFFS_FAIL;
241 if(yaffs_CheckAllFF((__u8 *)tags,sizeof(yaffs_ExtendedTags)))
253 nread= read(h,&pt,sizeof(pt));
268 if(nread != sizeof(pt)) return YAFFS_FAIL
    [all...]
  /system/extras/libpagemap/
pm_process.c 40 proc = calloc(1, sizeof(*proc));
89 memcpy(usage_out, &usage, sizeof(pm_memusage_t));
108 range = malloc(numpages * sizeof(uint64_t));
112 off = lseek(proc->pagemap_fd, firstpage * sizeof(uint64_t), SEEK_SET);
118 error = read(proc->pagemap_fd, (char*)range, numpages * sizeof(uint64_t));
119 if (error < numpages * sizeof(uint64_t)) {
138 maps = malloc(proc->num_maps * sizeof(pm_map_t*));
142 memcpy(maps, proc->maps, proc->num_maps * sizeof(pm_map_t*));
173 memcpy(ws_out, &ws, sizeof(ws));
228 maps = calloc(INITIAL_MAPS, sizeof(pm_map_t*))
    [all...]
  /external/wpa_supplicant/tests/
test_sha1.c 121 sha1_t_prf(pac_key, sizeof(pac_key), "PAC to master secret label hash",
122 seed, sizeof(seed), buf, sizeof(master_secret));
123 if (memcmp(master_secret, buf, sizeof(master_secret)) != 0) {
129 tls_prf(master_secret, sizeof(master_secret), "key expansion",
130 seed, sizeof(seed), buf, sizeof(key_block));
131 if (memcmp(key_block, buf, sizeof(key_block)) != 0) {
137 sha1_t_prf(sks, sizeof(sks), "Inner Methods Compound Keys",
138 isk, sizeof(isk), buf, sizeof(imck))
    [all...]
  /bionic/libc/kernel/common/linux/
if_addr.h 61 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
62 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /external/blktrace/
act_mask.c 37 for (i = 0; i < sizeof(mask_maps)/sizeof(mask_maps[0]); i++)
  /external/bluetooth/bluez/audio/
ipc.c 25 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
65 if (connect(sk, (struct sockaddr *) &addr, sizeof(addr)) < 0) {
84 char cmsg_b[CMSG_SPACE(sizeof(int))], m;
86 struct iovec iov = { &m, sizeof(m) };
90 memset(&msgh, 0, sizeof(msgh));
94 msgh.msg_controllen = CMSG_LEN(sizeof(int));
110 memcpy(&ret, CMSG_DATA(cmsg), sizeof(int));
  /external/bluetooth/glib/glib/
gmem.h 65 ((struct_type *) g_malloc (((gsize) sizeof (struct_type)) * ((gsize) (n_structs))))
67 ((struct_type *) g_malloc0 (((gsize) sizeof (struct_type)) * ((gsize) (n_structs))))
69 ((struct_type *) g_realloc ((mem), ((gsize) sizeof (struct_type)) * ((gsize) (n_structs))))
72 ((struct_type *) g_try_malloc (((gsize) sizeof (struct_type)) * ((gsize) (n_structs))))
74 ((struct_type *) g_try_malloc0 (((gsize) sizeof (struct_type)) * ((gsize) (n_structs))))
76 ((struct_type *) g_try_realloc ((mem), ((gsize) sizeof (struct_type)) * ((gsize) (n_structs))))
113 sizeof (type), \
114 sizeof (type) * (pre_alloc), \
  /external/chromium/base/
sys_info_freebsd.cc 15 size_t size = sizeof(pages);
28 size_t size = sizeof(limit);
  /external/chromium/net/disk_cache/
addr_unittest.cc 16 EXPECT_EQ(sizeof(uint32), sizeof(addr1));
  /external/iproute2/include/
libnetlink.h 84 ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
87 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
92 ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg))))
95 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
100 ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndmsg))))
103 #define NDA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndmsg))
108 ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndtmsg))))
111 #define NDTA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndtmsg))
  /external/iptables/extensions/
libipt_2tos.c 37 for (i = 0; i < sizeof(TOS_values)/sizeof(struct TOS_value);i++)
66 for (i = 0; i<sizeof(TOS_values)/sizeof(struct TOS_value); i++)
111 for (i = 0; i<sizeof(TOS_values)/sizeof(struct TOS_value); i++)
159 .size = IPT_ALIGN(sizeof(struct ipt_tos_info)),
160 .userspacesize = IPT_ALIGN(sizeof(struct ipt_tos_info)),
libipt_TOS.c 42 for (i = 0; i < sizeof(TOS_values)/sizeof(struct TOS_value);i++)
76 for (i = 0; i<sizeof(TOS_values)/sizeof(struct TOS_value); i++)
125 for (i = 0; i<sizeof(TOS_values)/sizeof(struct TOS_value); i++)
160 .size = IPT_ALIGN(sizeof(struct ipt_tos_target_info)),
161 .userspacesize = IPT_ALIGN(sizeof(struct ipt_tos_target_info)),
libipt_pkttype.c 49 for (i = 0; i < sizeof(supported_types)/sizeof(struct pkttypes); i++)
76 for (i = 0; i < sizeof(supported_types)/sizeof(struct pkttypes); i++)
122 for (i = 0; i < sizeof(supported_types)/sizeof(struct pkttypes); i++)
154 .size = IPT_ALIGN(sizeof(struct ipt_pkttype_info)),
155 .userspacesize = IPT_ALIGN(sizeof(struct ipt_pkttype_info)),
  /external/libgsm/man/
gsm.3 81 while (cc = read(0, (char *)buf, sizeof buf)) {
82 if (cc != sizeof buf) error...
84 if (write(soundfd, sample, sizeof sample) != sizeof sample)
93 while (cc = read(soundfd, sample, sizeof sample)) {
94 if (cc != sizeof sample) error...
96 if (write(1, (char *)buf, sizeof buf) != sizeof sample)

Completed in 428 milliseconds

<<11121314151617181920>>