HomeSort by relevance Sort by last modified time
    Searched refs:offsetof (Results 251 - 275 of 281) sorted by null

<<1112

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c     [all...]
  /dalvik/vm/jdwp/
JdwpEvent.cpp 27 #include <stddef.h> /* for offsetof() */
332 int allocSize = offsetof(JdwpEvent, mods) +
    [all...]
  /external/bison/lib/
lbitset.c 83 ((lbitset_elt *) (void *) ((char *) (X) - offsetof (lbitset_elt, words)))
  /external/kernel-headers/original/asm-x86/
paravirt.h 267 (offsetof(struct paravirt_patch_template, x) / sizeof(void *))
  /external/mksh/src/
main.c 1410 p = alloc(offsetof(struct tbl, name[0]) + len, tp->areap);
    [all...]
var.c 1322 news = alloc(offsetof(struct tbl, name[0]) + len, vp->areap);
    [all...]
  /external/qemu/block/
qcow2-cluster.c 77 ret = bdrv_pwrite_sync(bs->file, offsetof(QCowHeader, l1_size), data,sizeof(data));
qcow2-refcount.c 390 ret = bdrv_pwrite_sync(bs->file, offsetof(QCowHeader, refcount_table_offset),
    [all...]
  /external/valgrind/main/coregrind/
m_redir.c     [all...]
  /external/valgrind/main/memcheck/
mc_leakcheck.c 784 VG_(OSetGen_Create)(offsetof(LossRecord, key),
    [all...]
mc_main.c 399 tl_assert(0 == offsetof(AuxMapEnt,base));
401 auxmap_L2 = VG_(OSetGen_Create)( /*keyOff*/ offsetof(AuxMapEnt,base),
893 return VG_(OSetGen_Create)( offsetof(SecVBitNode, a),
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumWin.cpp 53 offsetof(structName, member) + \
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmutils.h 531 #ifndef OFFSETOF
532 #define OFFSETOF(type, member) ((uint)offsetof(type, member))
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 531 #ifndef OFFSETOF
532 #define OFFSETOF(type, member) ((uint)offsetof(type, member))
  /device/samsung/tuna/audio/
audio_hw.c     [all...]
  /external/qemu/
cpu-exec.c 438 intno = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.int_vector));
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 100 #define SIZEOF_LINE offsetof (struct line, mbstate)
    [all...]
  /external/chromium/net/disk_cache/
entry_impl.cc 727 static_cast<int>(sizeof(EntryStore) - offsetof(EntryStore, key));
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 951 scope = VG_(OSetGen_Create)( offsetof(DiAddrRange,aMin),
    [all...]
readelf.c 712 oset = VG_(OSetGen_Create)( offsetof(TempSym,key),
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
rtl.h 327 #define RTX_HDR_SIZE offsetof (struct rtx_def, u)
    [all...]
  /external/expat/lib/
xmlparse.c     [all...]
  /external/valgrind/main/perf/
tinycc.c 2622 #define offsetof macro
    [all...]
  /external/sqlite/dist/
sqlite3.c 7142 #define offsetof macro
    [all...]

Completed in 1156 milliseconds

<<1112