HomeSort by relevance Sort by last modified time
    Searched full:sizeof (Results 501 - 525 of 23619) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
efs_dir.h 24 #define EFS_DENTSIZE (sizeof(struct efs_dentry) - 3 + 1)
25 #define EFS_MAXNAMELEN ((1 << (sizeof(char) * 8)) - 1)
38 #define EFS_MAXENTS ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / (EFS_DENTSIZE + sizeof(char)))
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
efs_dir.h 24 #define EFS_DENTSIZE (sizeof(struct efs_dentry) - 3 + 1)
25 #define EFS_MAXNAMELEN ((1 << (sizeof(char) * 8)) - 1)
38 #define EFS_MAXENTS ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / (EFS_DENTSIZE + sizeof(char)))
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
efs_dir.h 24 #define EFS_DENTSIZE (sizeof(struct efs_dentry) - 3 + 1)
25 #define EFS_MAXNAMELEN ((1 << (sizeof(char) * 8)) - 1)
38 #define EFS_MAXENTS ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / (EFS_DENTSIZE + sizeof(char)))
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
efs_dir.h 24 #define EFS_DENTSIZE (sizeof(struct efs_dentry) - 3 + 1)
25 #define EFS_MAXNAMELEN ((1 << (sizeof(char) * 8)) - 1)
38 #define EFS_MAXENTS ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / (EFS_DENTSIZE + sizeof(char)))
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
efs_dir.h 24 #define EFS_DENTSIZE (sizeof(struct efs_dentry) - 3 + 1)
25 #define EFS_MAXNAMELEN ((1 << (sizeof(char) * 8)) - 1)
38 #define EFS_MAXENTS ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / (EFS_DENTSIZE + sizeof(char)))
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
efs_dir.h 24 #define EFS_DENTSIZE (sizeof(struct efs_dentry) - 3 + 1)
25 #define EFS_MAXNAMELEN ((1 << (sizeof(char) * 8)) - 1)
38 #define EFS_MAXENTS ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / (EFS_DENTSIZE + sizeof(char)))
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
efs_dir.h 24 #define EFS_DENTSIZE (sizeof(struct efs_dentry) - 3 + 1)
25 #define EFS_MAXNAMELEN ((1 << (sizeof(char) * 8)) - 1)
38 #define EFS_MAXENTS ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / (EFS_DENTSIZE + sizeof(char)))
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
efs_dir.h 24 #define EFS_DENTSIZE (sizeof(struct efs_dentry) - 3 + 1)
25 #define EFS_MAXNAMELEN ((1 << (sizeof(char) * 8)) - 1)
38 #define EFS_MAXENTS ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / (EFS_DENTSIZE + sizeof(char)))
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
efs_dir.h 24 #define EFS_DENTSIZE (sizeof(struct efs_dentry) - 3 + 1)
25 #define EFS_MAXNAMELEN ((1 << (sizeof(char) * 8)) - 1)
38 #define EFS_MAXENTS ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / (EFS_DENTSIZE + sizeof(char)))
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
efs_dir.h 24 #define EFS_DENTSIZE (sizeof(struct efs_dentry) - 3 + 1)
25 #define EFS_MAXNAMELEN ((1 << (sizeof(char) * 8)) - 1)
38 #define EFS_MAXENTS ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / (EFS_DENTSIZE + sizeof(char)))
  /system/core/libsuspend/
autosuspend_wakeup_count.c 52 wakeup_count_len = read(wakeup_count_fd, wakeup_count, sizeof(wakeup_count));
54 strerror_r(errno, buf, sizeof(buf));
67 strerror_r(errno, buf, sizeof(buf));
75 strerror_r(errno, buf, sizeof(buf));
81 strerror_r(errno, buf, sizeof(buf));
89 strerror_r(errno, buf, sizeof(buf));
106 strerror_r(errno, buf, sizeof(buf));
125 strerror_r(errno, buf, sizeof(buf));
146 strerror_r(errno, buf, sizeof(buf));
153 strerror_r(errno, buf, sizeof(buf))
    [all...]
  /external/stressapptest/src/
pattern.cc 47 (sizeof walkingOnes_data / sizeof walkingOnes_data[0]) - 1,
88 (sizeof walkingInvOnes_data / sizeof walkingInvOnes_data[0]) - 1,
113 (sizeof walkingZeros_data / sizeof walkingZeros_data[0]) - 1,
121 (sizeof OneZero_data / sizeof OneZero_data[0]) - 1,
129 (sizeof JustZero_data / sizeof JustZero_data[0]) - 1
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 73 os_memcpy(&iface->drv_addr, from, sizeof(iface->drv_addr));
103 os_memset(&params, 0, sizeof(params));
133 os_memcpy(pos, &val, sizeof(int));
134 pos += sizeof(int);
138 val = sizeof(*r) + r->ie_len;
139 if (end - pos < (int) sizeof(int) + val)
141 os_memcpy(pos, &val, sizeof(int));
142 pos += sizeof(int);
148 sizeof(*from));
157 sendto(iface->fd, "", 0, 0, (struct sockaddr *) from, sizeof(*from))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.is_permutation/
is_permutation.pass.cpp 31 const unsigned sa = sizeof(ia)/sizeof(ia[0]);
58 const unsigned sa = sizeof(ia)/sizeof(ia[0]);
73 const unsigned sa = sizeof(ia)/sizeof(ia[0]);
91 const unsigned sa = sizeof(ia)/sizeof(ia[0]);
105 const unsigned sa = sizeof(ia)/sizeof(ia[0])
    [all...]
  /cts/suite/audio_quality/lib/src/
RWBuffer.h 77 assertWriteCapacity(sizeof(T));
78 memcpy(mBuffer + mWrPoint, src, sizeof(T));
79 mWrPoint += sizeof(T);
89 ASSERT((mRdPoint + sizeof(T)) <= mWrPoint);
90 memcpy(&v, mBuffer + mRdPoint, sizeof(T));
91 mRdPoint += sizeof(T);
  /external/chromium/net/disk_cache/
mapped_file_unittest.cc 49 CacheTestFillBuffer(buffer1, sizeof(buffer1), false);
51 EXPECT_TRUE(file->Write(buffer1, sizeof(buffer1), 8192));
52 EXPECT_TRUE(file->Read(buffer2, sizeof(buffer2), 8192));
71 CacheTestFillBuffer(buffer1, sizeof(buffer1), false);
74 EXPECT_TRUE(file->Write(buffer1, sizeof(buffer1), 1024 * 1024, &callback,
81 EXPECT_TRUE(file->Read(buffer2, sizeof(buffer2), 1024 * 1024, &callback,
  /external/chromium_org/base/
pickle.cc 31 if (sizeof(Type) > sizeof(uint32))
32 memcpy(result, read_from, sizeof(*result));
41 if (read_ptr_ + sizeof(Type) > read_end_ptr_)
43 if (sizeof(Type) < sizeof(uint32))
44 read_ptr_ += AlignInt(sizeof(Type), sizeof(uint32));
46 read_ptr_ += sizeof(Type);
54 read_ptr_ += AlignInt(num_bytes, sizeof(uint32))
    [all...]
  /external/chromium_org/net/quic/
quic_spdy_compressor.cc 51 char priority_str[sizeof(priority)];
52 memcpy(&priority_str, &priority, sizeof(priority));
53 char id_str[sizeof(header_sequence_id_)];
54 memcpy(&id_str, &header_sequence_id_, sizeof(header_sequence_id_));
55 char len_str[sizeof(serialized_len)];
56 memcpy(&len_str, &serialized_len, sizeof(serialized_len));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xvmc.c 42 sizeof(subpicture_index_list)/sizeof(*subpicture_index_list),
88 sizeof(surfaces)/sizeof(*surfaces),
90 sizeof(subpictures)/sizeof(*subpictures),
  /external/chromium_org/third_party/sqlite/src/src/
test_wsd.c 42 int nMalloc = N + sizeof(ProcessLocalStorage) + J*sizeof(ProcessLocalVar);
45 memset(pGlobal, 0, sizeof(ProcessLocalStorage));
46 pGlobal->nFree = nMalloc - sizeof(ProcessLocalStorage);
60 for(i=0; i<sizeof(void*); i++){
70 int nByte = ROUND8(sizeof(ProcessLocalVar) + L);
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p14.cpp 51 static_assert(sizeof(x) == sizeof(ExpectedArrayLayout), "layout mismatch");
66 static_assert(sizeof(x) == sizeof(ExpectedLayout), "Layout mismatch!");
73 static_assert(sizeof(x) == sizeof(ExpectedThisLayout), "Layout mismatch!");
  /external/clang/test/CodeGenCXX/
override-layout.cpp 68 X0 x0s[sizeof(X0)];
69 X1 x1s[sizeof(X1)];
70 X2 x2s[sizeof(X2)];
71 X3 x3s[sizeof(X3)];
72 X4 x4s[sizeof(X4)];
73 X5 x5s[sizeof(X5)];
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xvmc.c 42 sizeof(subpicture_index_list)/sizeof(*subpicture_index_list),
88 sizeof(surfaces)/sizeof(*surfaces),
90 sizeof(subpictures)/sizeof(*subpictures),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
tlv.h 29 * .... data aligned to sizeof(unsigned int), use
30 * block_length = (length + (sizeof(unsigned int) - 1)) &
31 * ~(sizeof(unsigned int) - 1)) ....
40 SNDRV_CTL_TLVT_DB_SCALE, 2 * sizeof(unsigned int), \
47 SNDRV_CTL_TLVT_DB_LINEAR, 2 * sizeof(unsigned int), \
56 SNDRV_CTL_TLVT_DB_RANGE, 6 * (num) * sizeof(unsigned int)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
tlv.h 29 * .... data aligned to sizeof(unsigned int), use
30 * block_length = (length + (sizeof(unsigned int) - 1)) &
31 * ~(sizeof(unsigned int) - 1)) ....
40 SNDRV_CTL_TLVT_DB_SCALE, 2 * sizeof(unsigned int), \
47 SNDRV_CTL_TLVT_DB_LINEAR, 2 * sizeof(unsigned int), \
56 SNDRV_CTL_TLVT_DB_RANGE, 6 * (num) * sizeof(unsigned int)

Completed in 398 milliseconds

<<21222324252627282930>>