/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
siginfo.h | 16 #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter/ |
xt_sctp.h | 21 #define ELEMCOUNT(x) (sizeof(x)/sizeof(x[0])) 35 u_int32_t chunkmap[256 / sizeof (u_int32_t)]; 49 #define bytes(type) (sizeof(type) * 8)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter/ |
xt_sctp.h | 21 #define ELEMCOUNT(x) (sizeof(x)/sizeof(x[0])) 35 u_int32_t chunkmap[256 / sizeof (u_int32_t)]; 49 #define bytes(type) (sizeof(type) * 8)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
siginfo.h | 16 #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter/ |
xt_sctp.h | 21 #define ELEMCOUNT(x) (sizeof(x)/sizeof(x[0])) 35 u_int32_t chunkmap[256 / sizeof (u_int32_t)]; 49 #define bytes(type) (sizeof(type) * 8)
|
/system/core/init/ |
bootchart.c | 97 int avail = sizeof(buff->data) - buff->count; 133 strftime(date, sizeof(date), "%x %X", &now); 139 proc_read("/proc/cmdline", cmdline, sizeof(cmdline)); 140 proc_read("/proc/version", uname, sizeof(uname)); 141 proc_read("/proc/cpuinfo", cpuinfo, sizeof(cpuinfo)); 199 snprintf(buff,sizeof(buff),"%lld\n",jiffies); 227 ret = unix_read(fd, buff, sizeof(buff)); 232 if (ret < (int)sizeof(buff)) 261 snprintf(filename,sizeof(filename),"/proc/%d/cmdline",pid); 262 proc_read(filename, cmdline, sizeof(cmdline)) [all...] |
/system/extras/tests/bionic/libc/common/ |
test_seteuid.c | 36 printf( "sizeof(uid_t) = %d sizeof(gid_t) = %d\n", sizeof(uid_t), sizeof(gid_t) );
|
/external/tcpdump/ |
print-olsr.c | 165 while (hello_len >= sizeof(struct olsr_lq_neighbor)) { 175 msg_data += sizeof(struct olsr_lq_neighbor); 176 hello_len -= sizeof(struct olsr_lq_neighbor); 191 while (hello_len >= sizeof(struct in_addr)) { 198 msg_data += sizeof(struct in_addr); 199 hello_len -= sizeof(struct in_addr); 223 if (length < sizeof(struct olsr_common)) { 227 if (!TTEST2(*tptr, sizeof(struct olsr_common))) { 238 tptr += sizeof(struct olsr_common); 249 if (!TTEST2(*tptr, sizeof(struct olsr_msg))) [all...] |
/external/dropbear/libtomcrypt/testprof/ |
der_tests.c | 28 LTC_SET_ASN1(list, 0, LTC_ASN1_OCTET_STRING, oct_str, sizeof(oct_str)); 29 LTC_SET_ASN1(list, 1, LTC_ASN1_BIT_STRING, bin_str, sizeof(bin_str)); 33 outlen = sizeof(outbuf); 41 LTC_SET_ASN1(list, 0, LTC_ASN1_BIT_STRING, strs[1], sizeof(strs[1])); 43 LTC_SET_ASN1(list, 2, LTC_ASN1_OCTET_STRING, strs[0], sizeof(strs[0])); 51 if (memcmp(strs[0], oct_str, sizeof(oct_str))) { 56 if (memcmp(strs[1], bin_str, sizeof(bin_str))) { 81 outlen = sizeof(outbuf); 88 LTC_SET_ASN1(list, x, LTC_ASN1_PRINTABLE_STRING, strs[x], sizeof(strs[x]) - 1); 90 XMEMSET(strs, 0, sizeof(strs)) [all...] |
/external/elfutils/libelf/ |
elf_begin.c | 84 size_t len = is32 ? sizeof (Elf32_Ehdr) : sizeof (Elf64_Ehdr); 114 if (offset + ehdr.e32->e_shoff + sizeof (Elf32_Shdr) > maxsize) 130 if (pread (fildes, &size, sizeof (Elf32_Word), 133 != sizeof (Elf32_Word)) 150 if (offset + ehdr.e64->e_shoff + sizeof (Elf64_Shdr) > maxsize) 166 if (pread (fildes, &size, sizeof (Elf64_Word), 169 != sizeof (Elf64_Word)) 229 ELF_K_ELF, scncnt * sizeof (Elf_Scn)); 286 sizeof (Elf32_Ehdr), offset) != sizeof (Elf32_Ehdr) [all...] |
/device/samsung/crespo/alsa-utils/m4/ |
longdouble.m4 | 21 /* The Stardent Vistra knows sizeof(long double), but does not support it. */ 24 int array [2*(sizeof(long double) >= sizeof(double)) - 1];
|
/device/samsung/crespo/libstagefrighthw/ |
SecHardwareRenderer.cpp | 146 AddrSize = sizeof(void *); 147 memcpy(&FrameSize, data, sizeof(FrameSize)); 148 memcpy(&pPhyYAddr, data + sizeof(FrameSize), sizeof(pPhyYAddr)); 149 memcpy(&pPhyCAddr, data + sizeof(FrameSize) + (AddrSize * 1), sizeof(pPhyCAddr)); 151 memcpy(dst , &pPhyYAddr, sizeof(pPhyYAddr)); 152 memcpy(dst + sizeof(pPhyYAddr) , &pPhyCAddr, sizeof(pPhyCAddr)); 153 memcpy(dst + sizeof(pPhyYAddr) + sizeof(pPhyCAddr), &mIndex, sizeof(mIndex)) [all...] |
/external/bluetooth/bluez/src/ |
sdpd-server.c | 81 memset(&l2addr, 0, sizeof(l2addr)); 86 if (bind(l2cap_sock, (struct sockaddr *) &l2addr, sizeof(l2addr)) < 0) { 93 if (setsockopt(l2cap_sock, SOL_L2CAP, L2CAP_LM, &opt, sizeof(opt)) < 0) { 100 memset(&opts, 0, sizeof(opts)); 101 optlen = sizeof(opts); 111 if (setsockopt(l2cap_sock, SOL_L2CAP, L2CAP_OPTIONS, &opts, sizeof(opts)) < 0) { 134 memset(&unaddr, 0, sizeof(unaddr)); 140 if (bind(unix_sock, (struct sockaddr *) &unaddr, sizeof(unaddr)) < 0) { 181 len = recv(sk, &hdr, sizeof(sdp_pdu_hdr_t), MSG_PEEK); 187 size = sizeof(sdp_pdu_hdr_t) + ntohs(hdr.plen) [all...] |
/external/bluetooth/bluez/tools/ |
hciattach_st.c | 79 len = read(fd, rp + offset, sizeof(rp) - offset); 129 memset(filename, 0, sizeof(filename)); 131 snprintf(prefix, sizeof(prefix), "STLC2500_R%d_%02d_", 156 snprintf(filename, sizeof(filename), "%s/%s", 181 len = do_command(dd, 0xff, 0x002e, cmd, size + 1, buf, sizeof(buf)); 207 len = do_command(dd, 0xff, 0x000f, NULL, 0, buf, sizeof(buf)); 214 len = do_command(dd, 0x04, 0x0001, NULL, 0, buf, sizeof(buf)); 241 len = do_command(dd, 0xff, 0x0022, cmd, 8, buf, sizeof(buf)); 246 len = do_command(dd, 0x03, 0x0003, NULL, 0, buf, sizeof(buf)); 259 len = do_command(dd, 0xff, 0x000f, NULL, 0, buf, sizeof(buf)) [all...] |
/external/chromium/third_party/icu/source/common/ |
ures_cnv.c | 44 if(length>=sizeof(pathBuffer)) { 57 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status); 62 if(length>=sizeof(pathBuffer)) {
|
/external/clearsilver/util/test/ |
date_test.c | 22 memset(&ttm, 0, sizeof(struct tm)); 31 strftime(buf, sizeof(buf), "%Y/%m/%d %H:%M:%S", &ttm); 41 strftime(buf, sizeof(buf), "%Y/%m/%d %H:%M:%S", &ttm);
|
/external/e2fsprogs/lib/ext2fs/ |
getsize.c | 92 &pi, sizeof(PARTITION_INFORMATION), 93 &pi, sizeof(PARTITION_INFORMATION), 99 &gi, sizeof(DISK_GEOMETRY), 100 &gi, sizeof(DISK_GEOMETRY), 172 if ((sizeof(*retblocks) < sizeof(unsigned long long)) 191 if ((sizeof(*retblocks) < sizeof(unsigned long long)) && 256 if ((sizeof(*retblocks) < sizeof(unsigned long long)) & [all...] |
/external/freetype/include/freetype/internal/ |
ftmemory.h | 154 FT_MEM_ALLOC( ptr, sizeof ( *(ptr) ) ) 165 FT_MEM_QALLOC( ptr, sizeof ( *(ptr) ) ) 173 FT_ASSIGNP_INNER( ptr, ft_mem_qrealloc( memory, sizeof ( *(ptr) ), \ 210 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) ) 214 FT_MEM_ZERO( dest, (count) * sizeof ( *(dest) ) ) 217 FT_MEM_COPY( dest, source, (count) * sizeof ( *(dest) ) ) 220 FT_MEM_MOVE( dest, source, (count) * sizeof ( *(dest) ) ) 228 #define FT_ARRAY_MAX( ptr ) ( FT_INT_MAX / sizeof ( *(ptr) ) ) 240 FT_ASSIGNP_INNER( ptr, ft_mem_realloc( memory, sizeof ( *(ptr) ), \ 245 FT_ASSIGNP_INNER( ptr, ft_mem_realloc( memory, sizeof ( *(ptr) ), [all...] |
/external/icu4c/common/ |
brkeng.cpp | 55 for (int32_t i = 0; i < (int32_t)(sizeof(fHandled)/sizeof(fHandled[0])); ++i) { 61 for (int32_t i = 0; i < (int32_t)(sizeof(fHandled)/sizeof(fHandled[0])); ++i) { 70 return (breakType >= 0 && breakType < (int32_t)(sizeof(fHandled)/sizeof(fHandled[0])) 81 if (breakType >= 0 && breakType < (int32_t)(sizeof(fHandled)/sizeof(fHandled[0]))) { 100 if (breakType >= 0 && breakType < (int32_t)(sizeof(fHandled)/sizeof(fHandled[0]))) [all...] |
ures_cnv.c | 44 if(length>=sizeof(pathBuffer)) { 57 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status); 62 if(length>=sizeof(pathBuffer)) {
|
/external/iptables/extensions/ |
libip6t_ipv6header.c | 81 for (i = 0; i < sizeof(chain_protos)/sizeof(struct pprot); i++) 99 i < sizeof(chain_protos)/sizeof(struct pprot); 107 if (i == sizeof(chain_protos)/sizeof(struct pprot)) 121 i < sizeof(chain_flags)/sizeof(struct numflag); 129 if (i == sizeof(chain_flags)/sizeof(struct numflag) [all...] |
/external/libffi/testsuite/libffi.call/ |
float1.c | 14 unsigned char c[sizeof (double)]; 44 memset(result[1].c, CANARY, sizeof (double)); 53 for (i = 0; i < sizeof (double); ++i)
|
float4.c | 16 unsigned char c[sizeof (double)]; 46 memset(result[1].c, CANARY, sizeof (double)); 57 for (i = 0; i < sizeof (double); ++i)
|
/external/skia/src/ports/ |
SkThread_pthread.cpp | 47 if (sizeof(pthread_mutex_t) > sizeof(fStorage)) 49 SkDEBUGF(("pthread mutex size = %d\n", sizeof(pthread_mutex_t)));
|
/external/stlport/stlport/stl/ |
_tempbuf.c | 39 if (__len > ptrdiff_t(INT_MAX / sizeof(_Tp))) 40 __len = INT_MAX / sizeof(_Tp); 43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp));
|