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

1 2 3 45 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r4/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)))
if_fc.h 16 #define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct fcllc))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/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)))
  /prebuilt/windows/sdl/host/include/SDL/
SDL_types.h 34 #define SDL_TABLESIZE(table) (sizeof(table)/sizeof(table[0]))
90 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);
91 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
92 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
93 SDL_COMPILE_TIME_ASSERT(sint16, sizeof(Sint16) == 2);
94 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
95 SDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);
96 SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
97 SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8)
    [all...]
  /bionic/libc/tzcode/
difftime.c 22 ** If (sizeof (double) > sizeof (time_t)) simply convert and subtract
26 if (sizeof (double) > sizeof (time_t))
55 if (sizeof (unsigned long) < sizeof (time_t))
  /external/chromium/net/base/
dns_util.cc 16 unsigned int labellen = 0; /* <= sizeof label */
18 unsigned int namelen = 0; /* <= sizeof name */
28 if (namelen + labellen + 1 > sizeof name)
37 if (labellen >= sizeof label)
43 if (namelen + labellen + 1 > sizeof name)
51 if (namelen + 1 > sizeof name)
  /external/elfutils/libelf/
gelf_getverdaux.c 48 assert (sizeof (GElf_Verdaux) == sizeof (Elf32_Verdaux));
49 assert (sizeof (GElf_Verdaux) == sizeof (Elf64_Verdaux));
56 || unlikely (offset + sizeof (GElf_Verdaux) > data->d_size)
64 sizeof (GElf_Verdaux));
gelf_getverdef.c 48 assert (sizeof (GElf_Verdef) == sizeof (Elf32_Verdef));
49 assert (sizeof (GElf_Verdef) == sizeof (Elf64_Verdef));
56 || unlikely (offset + sizeof (GElf_Verdef) > data->d_size)
64 sizeof (GElf_Verdef));
gelf_update_verdaux.c 41 assert (sizeof (GElf_Verdaux) == sizeof (Elf32_Verdaux));
42 assert (sizeof (GElf_Verdaux) == sizeof (Elf64_Verdaux));
46 || unlikely ((offset + sizeof (GElf_Verdaux)) > data_scn->d.d_size))
61 memcpy ((char *) data_scn->d.d_buf + offset, src, sizeof (GElf_Verdaux));
gelf_update_verdef.c 41 assert (sizeof (GElf_Verdef) == sizeof (Elf32_Verdef));
42 assert (sizeof (GElf_Verdef) == sizeof (Elf64_Verdef));
46 || unlikely ((offset + sizeof (GElf_Verdef)) > data_scn->d.d_size))
61 memcpy ((char *) data_scn->d.d_buf + offset, src, sizeof (GElf_Verdef));
gelf_update_vernaux.c 41 assert (sizeof (GElf_Vernaux) == sizeof (Elf32_Vernaux));
42 assert (sizeof (GElf_Vernaux) == sizeof (Elf64_Vernaux));
46 || unlikely ((offset + sizeof (GElf_Vernaux)) > data_scn->d.d_size))
61 memcpy ((char *) data_scn->d.d_buf + offset, src, sizeof (GElf_Vernaux));
gelf_update_verneed.c 41 assert (sizeof (GElf_Verneed) == sizeof (Elf32_Verneed));
42 assert (sizeof (GElf_Verneed) == sizeof (Elf64_Verneed));
46 || unlikely ((offset + sizeof (GElf_Verneed)) > data_scn->d.d_size))
61 memcpy ((char *) data_scn->d.d_buf + offset, src, sizeof (GElf_Verneed));
  /external/chromium/third_party/icu/source/test/cintltst/
nccbtst.c 31 #define ARRAY_LENGTH(array) (sizeof(array)/sizeof((array)[0]))
184 if(!testConvertFromUnicode(sampleText, sizeof(sampleText)/sizeof(sampleText[0]),
185 expskipIBM_949, sizeof(expskipIBM_949), "ibm-949",
188 if(!testConvertFromUnicode(sampleText2, sizeof(sampleText2)/sizeof(sampleText2[0]),
189 expskipIBM_943, sizeof(expskipIBM_943), "ibm-943",
200 if(!testConvertFromUnicode(fromU, sizeof(fromU)/U_SIZEOF_UCHAR,
201 fromUBytes, sizeof(fromUBytes)
    [all...]
  /external/icu4c/test/cintltst/
nccbtst.c 31 #define ARRAY_LENGTH(array) (sizeof(array)/sizeof((array)[0]))
188 if(!testConvertFromUnicode(sampleText, sizeof(sampleText)/sizeof(sampleText[0]),
189 expskipIBM_949, sizeof(expskipIBM_949), "ibm-949",
192 if(!testConvertFromUnicode(sampleText2, sizeof(sampleText2)/sizeof(sampleText2[0]),
193 expskipIBM_943, sizeof(expskipIBM_943), "ibm-943",
204 if(!testConvertFromUnicode(fromU, sizeof(fromU)/U_SIZEOF_UCHAR,
205 fromUBytes, sizeof(fromUBytes)
    [all...]
  /bionic/libc/kernel/common/linux/
if_fc.h 16 #define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct fcllc))
  /development/ndk/platforms/android-3/include/linux/
if_fc.h 16 #define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct fcllc))
  /external/bluetooth/glib/tests/
qsort-test.c 24 g_qsort_with_data (array, SIZE, sizeof (guint32), sort, NULL);
30 g_qsort_with_data (array, 0, sizeof (guint32), sort, NULL);
  /external/dropbear/libtomcrypt/testprof/
base64_test.c 10 l1 = sizeof(out);
12 l2 = sizeof(tmp);
  /external/dropbear/libtommath/mtest/
mpi-types.h 8 #define MP_DIGIT_BIT (CHAR_BIT*sizeof(mp_digit))
10 #define MP_WORD_BIT (CHAR_BIT*sizeof(mp_word))
  /external/openssl/crypto/evp/
m_wp.c 35 sizeof(EVP_MD *)+sizeof(WHIRLPOOL_CTX),
  /external/skia/src/animator/
SkScriptDecompile.cpp 96 static size_t gOpNamesSize = sizeof(gOpNames) / sizeof(gOpNames[0]);
112 static size_t gOperandNamesSize = sizeof(gOperandNames) / sizeof(gOperandNames[0]);
142 memcpy(&index, opCode, sizeof(index));
143 opCode += sizeof(index);
150 memcpy(&ref, opCode, sizeof(ref));
151 opCode += sizeof(ref);
157 memcpy(&integer, opCode, sizeof(integer));
158 opCode += sizeof(int32_t)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
if_fc.h 16 #define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct fcllc))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
if_fc.h 16 #define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct fcllc))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
if_fc.h 16 #define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct fcllc))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_fc.h 16 #define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct fcllc))

Completed in 1580 milliseconds

1 2 3 45 6 7 8 91011>>