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

<<41424344454647484950>>

  /external/clang/test/Sema/
const-eval-64.c 4 #define EVAL_EXPR(testno, expr) int test##testno = sizeof(struct{char qq[expr];});
mms-bitfields.c 13 static int arr[(sizeof(t) == 8) ? 1 : -1];
  /external/clang/test/SemaCXX/
shift.cpp 5 #define WORD_BIT (sizeof(int) * CHAR_BIT)
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
strip_path_prefix.c 6 char *x = (char*)malloc(10 * sizeof(char));
symbolize_callback.cc 13 char *x = (char*)malloc(10 * sizeof(char));
time_interceptor.cc 10 time_t *tm = (time_t*)malloc(sizeof(time_t));
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/SharedLibs/
huge_tls_lib_so.cc 7 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; // NOLINT
  /external/dropbear/libtomcrypt/notes/etc/
whirltest.c 8 while (fgets(buf, sizeof(buf)-2, stdin) != NULL) {
  /external/dropbear/libtomcrypt/testprof/
ecc_test.c 47 for (x = 0; x < (int)(sizeof(sizes)/sizeof(sizes[0])); x++) {
121 for (s = 0; s < (sizeof(sizes)/sizeof(sizes[0])); s++) {
127 x = sizeof(buf[0]);
130 y = sizeof(buf[1]);
144 y = sizeof(buf[0]);
151 z = sizeof(buf[0]);
164 y = sizeof(buf[1]);
172 z = sizeof(buf[0])
    [all...]
  /external/icu4c/tools/makeconv/
ucnvstat.c 20 sizeof(UConverterStaticData),
31 sizeof(UConverterStaticData),
41 sizeof(UConverterStaticData),
51 sizeof(UConverterStaticData),
  /external/icu4c/tools/toolutil/
pkg_genc.c 218 for (idx = 0; idx < (int32_t)(sizeof(assemblyHeader)/sizeof(assemblyHeader[0])); idx++) {
234 for (idx = 1; idx < (int32_t)(sizeof(assemblyHeader)/sizeof(assemblyHeader[0])); idx++) {
292 length=T_FileStream_read(in, buffer, sizeof(buffer));
296 if (length != sizeof(buffer)) {
298 for(i=0; i < (length % sizeof(uint32_t)); ++i) {
302 for(i=0; i<(length/sizeof(buffer[0])); i++) {
394 length=T_FileStream_read(in, buffer, sizeof(buffer));
421 length=T_FileStream_read(in, buffer, sizeof(buffer))
    [all...]
  /external/iproute2/include/linux/
socket.h 16 char __data[_K_SS_MAXSIZE - sizeof(unsigned short)];
  /external/kernel-headers/original/asm-mips/ip32/
mace.h 290 char _pad0[0x10000 - sizeof(struct mace_audio)];
293 char _pad1[0x10000 - sizeof(struct mace_isactrl)];
296 char _pad2[0x10000 - sizeof(struct mace_ps2)];
299 char _pad3[0x10000 - sizeof(struct mace_i2c)];
302 char _pad4[0x10000 - sizeof(struct mace_timers)];
324 char _pad1[0x8000 - sizeof(struct mace_parallel)];
327 char _pad2[0x8000 - sizeof(struct mace_ecp1284)];
330 char _pad3[0x8000 - sizeof(struct mace_serial)];
333 char _pad4[0x8000 - sizeof(struct mace_serial)];
342 char _pad0[0x80000 - sizeof(struct mace_pci)]
    [all...]
  /external/kernel-headers/original/linux/netfilter/
xt_sctp.h 10 #define ELEMCOUNT(x) (sizeof(x)/sizeof(x[0]))
25 u_int32_t chunkmap[256 / sizeof (u_int32_t)]; /* Bit mask of chunks to be matched according to RFC 2960 */
39 #define bytes(type) (sizeof(type) * 8)
  /external/libexif/test/
test-integers.c 58 CHECK(sizeof(unsigned int) >= sizeof(uint32_t));
61 CHECK(sizeof(enum_t) <= sizeof(int));
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci_ci.c 46 if ((p_msg = (tNFC_HAL_HCI_EVENT_DATA *) GKI_getbuf (sizeof (tNFC_HAL_HCI_EVENT_DATA))) != NULL)
50 p_msg->hdr.len = sizeof (tNFC_HAL_HCI_RSP_NV_READ_EVT);
79 if ((p_msg = (tNFC_HAL_HCI_EVENT_DATA *) GKI_getbuf (sizeof (tNFC_HAL_HCI_EVENT_DATA))) != NULL)
83 p_msg->nv_write.hdr.len = sizeof (tNFC_HAL_HCI_RSP_NV_READ_EVT);
  /external/libnfc-nxp/src/
phDal4Nfc_DeferredCall.h 28 sizeof(phDal4Nfc_DeferredCall_Msg_t), /* max message size in bytes */
  /external/libselinux/src/
enabled.c 41 while ((bufp = fgets(buf, sizeof buf - 1, fp)) != NULL) {
80 snprintf(path, sizeof path, "%s/mls", selinux_mnt);
85 memset(buf, 0, sizeof buf);
88 ret = read(fd, buf, sizeof buf - 1);
label.c 17 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
80 rec = (struct selabel_handle *)malloc(sizeof(*rec));
84 memset(rec, 0, sizeof(*rec));
  /external/mesa3d/src/gallium/auxiliary/os/
os_memory_aligned.h 50 ptr = (char *) os_malloc(size + alignment + sizeof(void *));
54 buf = (char *)(((uintptr_t)ptr + sizeof(void *) + alignment - 1) & ~((uintptr_t)(alignment - 1)));
55 *(char **)(buf - sizeof(void *)) = ptr;
68 void **cubbyHole = (void **) ((char *) ptr - sizeof(void *));
  /external/qemu/android/protocol/
core-commands-qemu.c 71 *netspeed = (NetworkSpeed*)malloc(sizeof(NetworkSpeed));
72 memcpy(*netspeed, &android_netspeeds[index], sizeof(NetworkSpeed));
83 *netdelay = (NetworkLatency*)malloc(sizeof(NetworkLatency));
84 memcpy(*netdelay, &android_netdelays[index], sizeof(NetworkLatency));
  /external/qemu/block/
cow.c 52 if (buf_size >= sizeof(struct cow_header_v2) &&
68 if (bdrv_pread(bs->file, 0, &cow_header, sizeof(cow_header)) !=
69 sizeof(cow_header)) {
82 pstrcpy(bs->backing_file, sizeof(bs->backing_file),
85 bitmap_size = ((bs->total_sectors + 7) >> 3) + sizeof(cow_header);
98 uint64_t offset = sizeof(struct cow_header_v2) + bitnum / 8;
102 ret = bdrv_pread(bs->file, offset, &bitmap, sizeof(bitmap));
109 ret = bdrv_pwrite_sync(bs->file, offset, &bitmap, sizeof(bitmap));
118 uint64_t offset = sizeof(struct cow_header_v2) + bitnum / 8;
122 ret = bdrv_pread(bs->file, offset, &bitmap, sizeof(bitmap))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/win32/
win_ce_semaphore.h 12 #define SYNCH_HANDLE_SIZE sizeof (SYNCH_HANDLE_STRUCTURE)
  /external/skia/bench/
ChecksumBench.cpp 58 volatile uint32_t result = SkChecksum::Compute(fData, sizeof(fData));
65 md5.update(reinterpret_cast<uint8_t*>(fData), sizeof(fData));
73 sha1.update(reinterpret_cast<uint8_t*>(fData), sizeof(fData));
80 volatile uint32_t result = SkChecksum::Murmur3(fData, sizeof(fData));
  /external/skia/src/gpu/
GrClipMaskCache.cpp 13 , fStack(sizeof(GrClipStackFrame)) {

Completed in 3842 milliseconds

<<41424344454647484950>>