/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_carray.h | 39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val); 45 __REINTERPRET_CAST(_Tp*, _M_data + _Nb * sizeof(_Tp))); 50 return *__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)); 54 char _M_data[sizeof(_Tp) * _Nb];
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
checked_delete.hpp | 32 typedef char type_must_be_complete[ sizeof(T)? 1: -1 ]; 33 (void) sizeof(type_must_be_complete); 39 typedef char type_must_be_complete[ sizeof(T)? 1: -1 ]; 40 (void) sizeof(type_must_be_complete);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
kernel.h | 24 char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */ 28 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) 34 #define BUILD_BUG_ON_ZERO(e) (sizeof(char[1 - 2 * !!(e)]) - 1)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_arp/ |
arpt_mangle.h | 5 #define ARPT_MANGLE_ADDR_LEN_MAX sizeof(struct in_addr)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
kernel.h | 24 char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */ 28 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) 34 #define BUILD_BUG_ON_ZERO(e) (sizeof(char[1 - 2 * !!(e)]) - 1)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_arp/ |
arpt_mangle.h | 5 #define ARPT_MANGLE_ADDR_LEN_MAX sizeof(struct in_addr)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
kernel.h | 24 char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */ 28 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) 34 #define BUILD_BUG_ON_ZERO(e) (sizeof(char[1 - 2 * !!(e)]) - 1)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_arp/ |
arpt_mangle.h | 5 #define ARPT_MANGLE_ADDR_LEN_MAX sizeof(struct in_addr)
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_carray.h | 39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val); 45 __REINTERPRET_CAST(_Tp*, _M_data + _Nb * sizeof(_Tp))); 50 return *__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)); 54 char _M_data[sizeof(_Tp) * _Nb];
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_carray.h | 39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val); 45 __REINTERPRET_CAST(_Tp*, _M_data + _Nb * sizeof(_Tp))); 50 return *__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)); 54 char _M_data[sizeof(_Tp) * _Nb];
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_carray.h | 39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val); 45 __REINTERPRET_CAST(_Tp*, _M_data + _Nb * sizeof(_Tp))); 50 return *__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)); 54 char _M_data[sizeof(_Tp) * _Nb];
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_carray.h | 39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val); 45 __REINTERPRET_CAST(_Tp*, _M_data + _Nb * sizeof(_Tp))); 50 return *__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)); 54 char _M_data[sizeof(_Tp) * _Nb];
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_carray.h | 39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val); 45 __REINTERPRET_CAST(_Tp*, _M_data + _Nb * sizeof(_Tp))); 50 return *__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)); 54 char _M_data[sizeof(_Tp) * _Nb];
|
/system/core/libcutils/ |
partition_utils.c | 48 ret = read(fd, buf, sizeof(buf)); 51 if (ret != sizeof(buf)) { 56 if (only_one_char(buf, sizeof(buf), 0)) { 61 if (only_one_char(buf, sizeof(buf), 0xff)) {
|
/system/extras/tests/bionic/libc/common/ |
test_strptime.c | 31 memset(&tm, 0, sizeof(tm)); 33 strftime(buf, sizeof(buf), "%H:%M", &tm); 37 memset(&tm, 0, sizeof(tm)); 39 strftime(buf, sizeof(buf), "%H:%M:%S", &tm);
|
/external/chromium_org/mojo/public/tests/ |
system_core_unittest.cc | 41 buffer_size = static_cast<uint32_t>(sizeof(buffer)); 68 memcpy(buffer, hello, sizeof(hello)); 69 buffer_size = static_cast<uint32_t>(sizeof(hello)); 82 memset(buffer, 0, sizeof(buffer)); 83 buffer_size = static_cast<uint32_t>(sizeof(buffer)); 89 EXPECT_EQ(static_cast<uint32_t>(sizeof(hello)), buffer_size); 90 EXPECT_EQ(0, memcmp(hello, buffer, sizeof(hello)));
|
/external/chromium_org/net/base/ |
mime_sniffer_unittest.cc | 64 { "<!DOCTYPE html PUBLIC", sizeof("<!DOCTYPE html PUBLIC")-1, 67 { "<HtMl><Body></body></htMl>", sizeof("<HtMl><Body></body></htMl>")-1, 70 { "GIF89a\x1F\x83\x94", sizeof("GIF89a\xAF\x83\x94")-1, 73 { "Gif87a\x1F\x83\x94", sizeof("Gif87a\xAF\x83\x94")-1, 76 { "%!PS-Adobe-3.0", sizeof("%!PS-Adobe-3.0")-1, 79 { "\x89" "PNG\x0D\x0A\x1A\x0A", sizeof("\x89" "PNG\x0D\x0A\x1A\x0A")-1, 82 { "\xFF\xD8\xFF\x23\x49\xAF", sizeof("\xFF\xD8\xFF\x23\x49\xAF")-1, 93 { "Cr24\x02\x00\x00\x00", sizeof("Cr24\x02\x00\x00\x00")-1, 96 { "Cr24\x02\x00\x00\x00", sizeof("Cr24\x02\x00\x00\x00")-1, 99 { "Cr24\x02\x00\x00\x00", sizeof("Cr24\x02\x00\x00\x00")-1 [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
dxbc_assemble.cpp | 35 data_size += sizeof(uint32_t) + sizeof(dxbc_chunk_header) + bswap_le32(chunks[i]->size); 37 size_t total_size = sizeof(dxbc_container_header) + data_size; 43 memset(header->unk, 0, sizeof(header->unk)); 49 uint32_t off = sizeof(struct dxbc_container_header) + num_chunks * sizeof(uint32_t); 53 unsigned chunk_full_size = sizeof(dxbc_chunk_header) + bswap_le32(chunks[i]->size);
|
/external/chromium_org/third_party/openssl/openssl/patches/ |
fix_clang_build.patch | 17 - addrlen = res->ai_addrlen<=sizeof(server) ? 18 + addrlen = res->ai_addrlen <= (socklen_t)sizeof(server) ? 20 - sizeof(server); 22 + (socklen_t)sizeof(server); 28 memset((char *)&server,0,sizeof(server)); 31 - addrlen = sizeof(server.sa_in); 32 + addrlen = (socklen_t)sizeof(server.sa_in);
|
/external/clang/test/SemaCXX/ |
cxx0x-initializer-scalars.cpp | 7 typedef decltype(sizeof(int)) size_t; 80 static_assert(sizeof(overloaded({0})) == sizeof(one), "bad overload"); 81 static_assert(sizeof(overloaded({0.0})) == sizeof(two), "bad overload"); 114 static_assert(sizeof(f({0})) == sizeof(one), "bad overload");
|
/external/kernel-headers/original/asm-generic/ |
ioctl.h | 53 ((sizeof(t) == sizeof(t[1]) && \ 54 sizeof(t) < (1 << _IOC_SIZEBITS)) ? \ 55 sizeof(t) : __invalid_size_argument_for_IOC) 62 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) 63 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) 64 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
dxbc_assemble.cpp | 35 data_size += sizeof(uint32_t) + sizeof(dxbc_chunk_header) + bswap_le32(chunks[i]->size); 37 size_t total_size = sizeof(dxbc_container_header) + data_size; 43 memset(header->unk, 0, sizeof(header->unk)); 49 uint32_t off = sizeof(struct dxbc_container_header) + num_chunks * sizeof(uint32_t); 53 unsigned chunk_full_size = sizeof(dxbc_chunk_header) + bswap_le32(chunks[i]->size);
|
/external/openssl/patches/ |
fix_clang_build.patch | 17 - addrlen = res->ai_addrlen<=sizeof(server) ? 18 + addrlen = res->ai_addrlen <= (socklen_t)sizeof(server) ? 20 - sizeof(server); 22 + (socklen_t)sizeof(server); 28 memset((char *)&server,0,sizeof(server)); 31 - addrlen = sizeof(server.sa_in); 32 + addrlen = (socklen_t)sizeof(server.sa_in);
|
/external/skia/tests/ |
UnicodeTest.cpp | 47 uint16_t text16[sizeof(text8)]; 48 int32_t text32[sizeof(text8)]; 58 uint16_t glyphs8[sizeof(text8)]; 59 uint16_t glyphs16[sizeof(text8)]; 60 uint16_t glyphs32[sizeof(text8)]; 77 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs16, count8 * sizeof(uint16_t))); 78 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs32, count8 * sizeof(uint16_t)));
|
/hardware/invensense/60xx/libsensors_iio/ |
InputEventReader.cpp | 59 const ssize_t nread = read(fd, mHead, mFreeSpace * sizeof(input_event));
60 if (nread < 0 || nread % sizeof(input_event)) {
62 // nread, sizeof(input_event));
68 LOGV_IF(nread % sizeof(input_event),
69 "DEBUG:%s exit nread %% sizeof(input_event)\n",
75 numEventsRead = nread / sizeof(input_event);
81 memcpy(mBuffer, mBufferEnd, s * sizeof(input_event));
|