/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
math.h | 35 unsigned char __uc[sizeof(float)]; 97 ((sizeof (x) == sizeof (float)) ? __fpclassifyf(x) \ 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 102 ((sizeof (x) == sizeof (float)) ? __isfinitef(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 106 ((sizeof (x) == sizeof (float)) ? __isinff(x) [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
math.h | 35 unsigned char __uc[sizeof(float)]; 97 ((sizeof (x) == sizeof (float)) ? __fpclassifyf(x) \ 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 102 ((sizeof (x) == sizeof (float)) ? __isfinitef(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 106 ((sizeof (x) == sizeof (float)) ? __isinff(x) [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
math.h | 35 unsigned char __uc[sizeof(float)]; 97 ((sizeof (x) == sizeof (float)) ? __fpclassifyf(x) \ 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 102 ((sizeof (x) == sizeof (float)) ? __isfinitef(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 106 ((sizeof (x) == sizeof (float)) ? __isinff(x) [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
math.h | 35 unsigned char __uc[sizeof(float)]; 97 ((sizeof (x) == sizeof (float)) ? __fpclassifyf(x) \ 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 102 ((sizeof (x) == sizeof (float)) ? __isfinitef(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 106 ((sizeof (x) == sizeof (float)) ? __isinff(x) [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
math.h | 35 unsigned char __uc[sizeof(float)]; 97 ((sizeof (x) == sizeof (float)) ? __fpclassifyf(x) \ 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 102 ((sizeof (x) == sizeof (float)) ? __isfinitef(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 106 ((sizeof (x) == sizeof (float)) ? __isinff(x) [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
math.h | 35 unsigned char __uc[sizeof(float)]; 97 ((sizeof (x) == sizeof (float)) ? __fpclassifyf(x) \ 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 102 ((sizeof (x) == sizeof (float)) ? __isfinitef(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 106 ((sizeof (x) == sizeof (float)) ? __isinff(x) [all...] |
/system/core/toolbox/ |
powerd.c | 10 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) 41 #define EVIOCSFF _IOC(_IOC_WRITE, 'E', 0x80, sizeof(struct ff_effect)) /* send a force effect to a force feedback device */ 87 read_len = read(fd, buf, sizeof(buf)); 139 res = read(nfd, event_buf, sizeof(event_buf)); 140 if(res < (int)sizeof(*event)) { 147 while(res >= (int)sizeof(*event)) { 151 event_size = sizeof(*event) + event->len; 339 write(acquire_partial_wake_lock_fd, wakelockstring, sizeof(wakelockstring) - 1); 341 write(acquire_full_wake_lock_fd, wakelockstring, sizeof(wakelockstring) - 1) [all...] |
/external/dropbear/ |
loginrec.c | 186 #define MIN_SIZEOF(s1,s2) ( sizeof(s1) < sizeof(s2) ? sizeof(s1) : sizeof(s2) ) 240 newli = (struct logininfo *) m_malloc (sizeof(*newli)); 268 memset(li, 0, sizeof(*li)); 274 line_fullname(li->line, line, sizeof(li->line)); 277 strlcpy(li->username, username, sizeof(li->username)); 286 strlcpy(li->hostname, hostname, sizeof(li->hostname)); 316 if (sizeof(li->hostaddr) < sa_size [all...] |
/external/wpa_supplicant/ |
radius.c | 27 msg = os_malloc(sizeof(*msg)); 44 if (msg == NULL || init_len < sizeof(struct radius_hdr)) 47 os_memset(msg, 0, sizeof(*msg)); 54 msg->buf_used = sizeof(*msg->hdr); 57 os_malloc(RADIUS_DEFAULT_ATTR_COUNT * sizeof(*msg->attrs)); 182 #define RADIUS_ATTRS (sizeof(radius_attrs) / sizeof(radius_attrs[0])) 221 len = hdr->length - sizeof(struct radius_attr_hdr); 247 atxt = inet_ntop(AF_INET6, addr, buf, sizeof(buf)); 336 sizeof(msg->hdr->authenticator)) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/radius/ |
radius.c | 34 msg = os_malloc(sizeof(*msg)); 51 if (msg == NULL || init_len < sizeof(struct radius_hdr)) 54 os_memset(msg, 0, sizeof(*msg)); 61 msg->buf_used = sizeof(*msg->hdr); 64 os_zalloc(RADIUS_DEFAULT_ATTR_COUNT * sizeof(*msg->attr_pos)); 188 #define RADIUS_ATTRS (sizeof(radius_attrs) / sizeof(radius_attrs[0])) 227 len = hdr->length - sizeof(struct radius_attr_hdr); 253 atxt = inet_ntop(AF_INET6, addr, buf, sizeof(buf)); 344 sizeof(msg->hdr->authenticator)) [all...] |
/external/chromium/third_party/icu/source/test/cintltst/ |
reapits.c | 53 srcString = (UChar *)malloc((strlen(testString)+2)*sizeof(UChar)); \ 134 memset(&minus1, -1, sizeof(minus1)); 137 u_uastrncpy(pat, "abc*", sizeof(pat)/2); 183 u_uastrncpy(pat, "abc*", sizeof(pat)/2); 223 u_uastrncpy(testString1, "abcccd", sizeof(pat)/2); 224 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2); 255 u_uastrncpy(pat, "hello", sizeof(pat)/2); 321 u_uastrncpy(text1, "abcccd", sizeof(text1)/2); 322 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2); 324 u_uastrncpy(pat, "abc*d", sizeof(pat)/2) [all...] |
/external/clearsilver/imd/ |
imd.c | 110 blen = read(fd, data, sizeof(data)); 138 blen = read(fd, data, sizeof(data)); 210 snprintf (ofile, sizeof(ofile), "%s/%s", path, file); 247 snprintf(cmd, sizeof(cmd), "djpeg -pnm %s | pnmflip %s | cjpeg -quality 85 > %s", ofile, opt, rpath); 252 snprintf(cmd, sizeof(cmd), "giftopnm %s | pnmflip %s | ppmtogif > %s", ofile, opt, rpath); 262 snprintf (nfile, sizeof(nfile), "%s/%s.orig", path, file); 326 snprintf (cmd, sizeof(cmd), "/usr/bin/djpeg -fast -scale 1/%d '%s' | /usr/bin/cjpeg -quality 60 -progressive -dct fast -outfile '%s'", factor, fname, cachepath); 439 snprintf (cmd, sizeof(cmd), "/usr/bin/giftopnm '%s' | /usr/bin/pnmscale %5.3f | ppmquant 256 | ppmtogif > '%s'", fname, scale, cachepath); 478 count = fread(buf,1,sizeof(buf),dispfile); 523 snprintf(fpath, sizeof(fpath), "%s/%s", path, de->d_name) [all...] |
/external/e2fsprogs/intl/ |
loadmsgcat.c | 173 # define PRId64 (sizeof (long) == 8 ? "ld" : "lld") 177 # define PRIi64 (sizeof (long) == 8 ? "li" : "lli") 181 # define PRIo64 (sizeof (long) == 8 ? "lo" : "llo") 185 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu") 189 # define PRIx64 (sizeof (long) == 8 ? "lx" : "llx") 193 # define PRIX64 (sizeof (long) == 8 ? "lX" : "llX") 389 # define PRIdMAX (sizeof (uintmax_t) == sizeof (long) ? "ld" : "lld") 393 # define PRIiMAX (sizeof (uintmax_t) == sizeof (long) ? "li" : "lli" [all...] |
/external/ipsec-tools/src/libipsec/ |
pfkey.c | 128 for (i = 0; i < sizeof(supported_map)/sizeof(supported_map[0]); i++) 154 - sizeof(struct sadb_supported); 157 if (tlen < sizeof(struct sadb_alg)) { 164 tlen -= sizeof(struct sadb_alg); 165 p += sizeof(struct sadb_alg); 305 memcpy(alg0, alg, sizeof(*alg0)); 405 plen = sizeof(struct in_addr) << 3; 408 plen = sizeof(struct in6_addr) << 3; 416 len = sizeof(struct sadb_msg [all...] |
/external/iproute2/ip/ |
iproute.c | 142 len -= NLMSG_LENGTH(sizeof(*r)); 216 memset(&dst, 0, sizeof(dst)); 221 memset(&src, 0, sizeof(src)); 227 memset(&via, 0, sizeof(via)); 233 memset(&prefsrc, 0, sizeof(prefsrc)); 304 fprintf(fp, "%s ", rtnl_rtntype_n2a(r->rtm_type, b1, sizeof(b1))); 311 abuf, sizeof(abuf)), 318 abuf, sizeof(abuf)) 331 abuf, sizeof(abuf)), 338 abuf, sizeof(abuf) [all...] |
/development/simulator/wrapsim/ |
DevEvent.c | 123 memset(&info, 0, sizeof(info)); 124 memcpy(argp, &info, sizeof(struct input_absinfo)); 145 if (count == sizeof(*piev)) { 181 memcpy(argp, &state->ident, sizeof(struct input_id)); 206 if (maxLen > (int) sizeof(gKeyBitMask)) 207 maxLen = sizeof(gKeyBitMask); 216 if (maxLen > (int) sizeof(gAbsBitMask)) 217 maxLen = sizeof(gAbsBitMask); 261 EventState* eventState = calloc(1, sizeof(EventState)); 296 actual = _ws_write(dev->otherFd, &iev, sizeof(iev)) [all...] |
/external/bison/lib/ |
argmatch.h | 30 # define ARRAY_CARDINALITY(Array) (sizeof (Array) / sizeof *(Array)) 47 argmatch (Arg, Arglist, (char const *) (Vallist), sizeof *(Vallist)) 73 argmatch_valid (Arglist, (char const *) (Vallist), sizeof *(Vallist)) 90 sizeof *(Vallist), \ 101 (char const *) (Vallist), sizeof *(Vallist))
|
/external/bluetooth/bluez/src/ |
rfkill.c | 81 memset(buf, 0, sizeof(buf)); 83 err = g_io_channel_read(chan, (gchar *) buf, sizeof(buf), &len); 90 if (len != sizeof(struct rfkill_event)) 107 snprintf(sysname, sizeof(sysname) - 1, 114 memset(sysname, 0, sizeof(sysname)); 116 if (read(fd, sysname, sizeof(sysname)) < 4) {
|
/external/bluetooth/bluez/test/ |
attest.c | 61 memset(buf, 0, sizeof(buf)); 62 len = read(fd, buf, sizeof(buf)); 113 memset(&addr, 0, sizeof(addr)); 117 if (bind(sk, (struct sockaddr *) &addr, sizeof(addr)) < 0) { 124 memset(&addr, 0, sizeof(addr)); 129 if (connect(sk, (struct sockaddr *) &addr, sizeof(addr)) < 0) {
|
rctest.c | 162 memset(&addr, 0, sizeof(addr)); 166 if (bind(sk, (struct sockaddr *) &addr, sizeof(addr)) < 0) { 177 if (setsockopt(sk, SOL_SOCKET, SO_TIMESTAMP, &t, sizeof(t)) < 0) { 189 if (setsockopt(sk, SOL_SOCKET, SO_LINGER, &l, sizeof(l)) < 0) { 207 if (opt && setsockopt(sk, SOL_RFCOMM, RFCOMM_LM, &opt, sizeof(opt)) < 0) { 214 memset(&addr, 0, sizeof(addr)); 219 if (connect(sk, (struct sockaddr *) &addr, sizeof(addr)) < 0) { 226 memset(&conn, 0, sizeof(conn)); 227 optlen = sizeof(conn); 263 memset(&addr, 0, sizeof(addr)) [all...] |
/external/bluetooth/glib/gio/xdgmime/ |
xdgmimealias.c | 67 list = malloc (sizeof (XdgAliasList)); 111 sizeof (XdgAlias), alias_entry_cmp); 135 list->aliases = realloc (list->aliases, alloc * sizeof (XdgAlias)); 151 alloc * sizeof (XdgAlias)); 158 list->n_aliases * sizeof (XdgAlias)); 164 sizeof (XdgAlias), alias_entry_cmp);
|
xdgmimeicon.c | 66 list = malloc (sizeof (XdgIconList)); 110 sizeof (XdgIcon), icon_entry_cmp); 134 list->icons = realloc (list->icons, alloc * sizeof (XdgIcon)); 150 alloc * sizeof (XdgIcon)); 157 list->n_icons * sizeof (XdgIcon)); 163 sizeof (XdgIcon), icon_entry_cmp);
|
/external/bluetooth/glib/tests/ |
timeloop-closure.c | 86 write_all (out_channel, (char *)&val, sizeof (val)); 87 read_all (in_channel, (char *)&val, sizeof (val)); 91 write_all (out_channel, (char *)&val, sizeof (val)); 95 write_all (out_channel, (char *)&val, sizeof (val)); 109 if (!read_all (source, (char *)&val, sizeof(val))) 117 write_all (dest, (char *)&val, sizeof(val));
|
timeloop.c | 85 write_all (out_channel, (char *)&val, sizeof (val)); 86 read_all (in_channel, (char *)&val, sizeof (val)); 90 write_all (out_channel, (char *)&val, sizeof (val)); 94 write_all (out_channel, (char *)&val, sizeof (val)); 108 if (!read_all (source, (char *)&val, sizeof(val))) 116 write_all (dest, (char *)&val, sizeof(val));
|
/external/chromium/base/third_party/xdg_mime/ |
xdgmimealias.c | 67 list = malloc (sizeof (XdgAliasList)); 111 sizeof (XdgAlias), alias_entry_cmp); 135 list->aliases = realloc (list->aliases, alloc * sizeof (XdgAlias)); 151 alloc * sizeof (XdgAlias)); 158 list->n_aliases * sizeof (XdgAlias)); 164 sizeof (XdgAlias), alias_entry_cmp);
|