HomeSort by relevance Sort by last modified time
    Searched refs:offsetof (Results 76 - 100 of 1126) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
sbft.c 59 .scsi_offset = offsetof ( typeof ( sbftab ), scsi ),
60 .srp_offset = offsetof ( typeof ( sbftab ), srp ),
61 .ib_offset = offsetof ( typeof ( sbftab ), ib ),
  /external/vboot_reference/firmware/2lib/
2secdata.c 20 if (sec->crc8 != vb2_crc8(sec, offsetof(struct vb2_secdata, crc8)))
37 sec->crc8 = vb2_crc8(sec, offsetof(struct vb2_secdata, crc8));
119 sec->crc8 = vb2_crc8(sec, offsetof(struct vb2_secdata, crc8));
  /device/google/contexthub/util/common/
ring.cpp 125 memcpy(&mData[mWritePos], ev, offsetof(sensors_event_t, reserved0));
127 memcpy(reinterpret_cast<char *>(&mData[mWritePos]) + offsetof(sensors_event_t, timestamp),
128 reinterpret_cast<const char *>(ev) + offsetof(sensors_event_t, timestamp),
129 sizeof(sensors_event_t) - offsetof(sensors_event_t, timestamp));
  /external/e2fsprogs/lib/ext2fs/
rbtree.h 100 #undef offsetof macro
102 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
104 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
109 (type *)( (char *)__mptr - offsetof(type,member) );})
  /external/elfutils/libdwfl/
lines.c 43 cu->lines = malloc (offsetof (struct Dwfl_Lines, idx[nlines]));
  /external/skia/src/sfnt/
SkOTTable_maxp_TT.h 45 static_assert(offsetof(SkOTTableMaximumProfile_TT, maxComponentDepth) == 30, "SkOTTableMaximumProfile_TT_maxComponentDepth_not_at_30");
  /external/valgrind/VEX/priv/
main_util.h 56 #if !defined(offsetof)
57 # define offsetof(type,memb) ((SizeT)(HWord)&((type*)0)->memb) macro
153 vassert(offsetof(struct align,x) <= REQ_ALIGN);
162 ALIGN = offsetof(struct align,x) - 1;
  /hardware/interfaces/cas/1.0/default/
DescramblerImpl.cpp 40 static_assert(offsetof(SubSample, numBytesOfClearData) \
41 == offsetof(type::SubSample, mNumBytesOfClearData), \
43 static_assert(offsetof(SubSample, numBytesOfEncryptedData) \
44 == offsetof(type::SubSample, mNumBytesOfEncryptedData), \
  /packages/services/BuiltInPrintService/jni/include/
wtypes.h 56 #define IMPL(class, member, pointer) ( (class *)( ((uint32)pointer) - offsetof(class, member) ) )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
arg.h 126 .offset = offsetof(st, f), \
137 .offset = offsetof(st, f), \
146 .offset = offsetof(st, f), \
155 .offset = offsetof(st, f), \
170 _ISL_ARG_BOOL_F(offsetof(st, f),s,l,NULL,d,h,fl)
182 .offset = offsetof(st, f), \
193 .offset = offsetof(st, f), \
202 .offset = offsetof(st, f), \
211 .offset = offsetof(st, f), \
220 .offset = offsetof(st, f),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
arg.h 126 .offset = offsetof(st, f), \
137 .offset = offsetof(st, f), \
146 .offset = offsetof(st, f), \
155 .offset = offsetof(st, f), \
170 _ISL_ARG_BOOL_F(offsetof(st, f),s,l,NULL,d,h,fl)
182 .offset = offsetof(st, f), \
193 .offset = offsetof(st, f), \
202 .offset = offsetof(st, f), \
211 .offset = offsetof(st, f), \
220 .offset = offsetof(st, f),
    [all...]
  /system/core/libcutils/
socket_local_client_unix.c 76 - offsetof(struct sockaddr_un, sun_path) - 1) {
89 - offsetof(struct sockaddr_un, sun_path) - 1) {
101 - offsetof(struct sockaddr_un, sun_path) - 1) {
113 *alen = namelen + offsetof(struct sockaddr_un, sun_path) + 1;
  /device/google/contexthub/firmware/os/inc/
util.h 30 #define alignof(type) offsetof(struct { char x; type field; }, field)
45 ((struct_name *)((char *)(addr) - offsetof(struct_name, field_name)))
  /external/elfutils/libdw/
libdw_alloc.c 46 2 * minsize + offsetof (struct libdw_memblock, mem)));
53 newp->size = size - offsetof (struct libdw_memblock, mem);
  /external/elfutils/libelf/
elf_clone.c 68 assert (offsetof (struct Elf, state.elf32.scns)
69 == offsetof (struct Elf, state.elf64.scns));
elf_getshdrnum.c 61 || (offsetof (Elf, state.elf32.scns)
62 == offsetof (Elf, state.elf64.scns))
elf_newdata.c 56 || (offsetof (struct Elf, state.elf32.ehdr)
57 == offsetof (struct Elf, state.elf64.ehdr))
elf_nextscn.c 55 || (offsetof (Elf, state.elf32.scns)
56 == offsetof (Elf, state.elf64.scns)))
  /external/fio/
libfio.c 356 compiletime_assert((offsetof(struct thread_stat, percentile_list) % 8) == 0, "stat percentile_list");
357 compiletime_assert((offsetof(struct thread_stat, total_run_time) % 8) == 0, "total_run_time");
358 compiletime_assert((offsetof(struct thread_stat, total_err_count) % 8) == 0, "total_err_count");
359 compiletime_assert((offsetof(struct thread_stat, latency_percentile) % 8) == 0, "stat latency_percentile");
360 compiletime_assert((offsetof(struct thread_options_pack, zipf_theta) % 8) == 0, "zipf_theta");
361 compiletime_assert((offsetof(struct thread_options_pack, pareto_h) % 8) == 0, "pareto_h");
362 compiletime_assert((offsetof(struct thread_options_pack, percentile_list) % 8) == 0, "percentile_list");
363 compiletime_assert((offsetof(struct thread_options_pack, latency_percentile) % 8) == 0, "latency_percentile");
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_decls.h 45 #ifndef offsetof
46 # define offsetof(type, member) ((size_t)&(((type *)NULL)->member)) macro
  /external/libmojo/mojo/edk/system/
options_validation.h 37 static_assert(offsetof(Options, struct_size) == 0,
58 // from |offsetof(Options, some_member)| and |sizeof(Options::some_member)|,
92 reader.HasMember(offsetof(Options, member), sizeof(reader.options().member))
  /external/libunwind/src/aarch64/
gen-offsets.c 7 printf ("#define LINUX_UC_" N "_OFF\t0x%X\n", offsetof (ucontext_t, X))
10 printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X))
  /external/python/cpython2/Modules/_ctypes/libffi/src/
types.c 43 offsetof(struct struct_align_##name, x), \
54 offsetof(struct struct_align_##name, x), \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
imessage.h 35 #define CbNewSPropAttrArray(_cattr) (offsetof(SPropAttrArray,aPropAttr) + (_cattr)*sizeof(ULONG))
36 #define CbSPropAttrArray(_lparray) (offsetof(SPropAttrArray,aPropAttr) + (UINT)((_lparray)->cValues)*sizeof(ULONG))
wabnot.h 26 #define CbNewNOTIFKEY(_cb) (offsetof(NOTIFKEY,ab) + (_cb))
27 #define CbNOTIFKEY(_lpkey) (offsetof(NOTIFKEY,ab) + (_lpkey)->cb)

Completed in 621 milliseconds

1 2 34 5 6 7 8 91011>>