HomeSort by relevance Sort by last modified time
    Searched refs:CONTAINING_RECORD (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msputils.h 127 #ifndef CONTAINING_RECORD
128 #define CONTAINING_RECORD(address,type,field) ((type *)((PCHAR)(address) - (ULONG_PTR)(&((type *)0)->field)))
146 AggClass *p = CONTAINING_RECORD(pMyThis,AggClass,m_contained);
153 AggClass *p = CONTAINING_RECORD(pMyThis,AggClass,m_contained);
ntdef.h 145 #ifndef CONTAINING_RECORD
146 #define CONTAINING_RECORD(address, type, field) \
winnt.h 524 #define CONTAINING_RECORD(address,type,field) ((type *)((PCHAR)(address) - (ULONG_PTR)(&((type *)0)->field)))
    [all...]
  /external/fio/engines/
windowsaio.c 381 fov = CONTAINING_RECORD(ovl, struct fio_overlapped, o);

Completed in 71 milliseconds