Searched refs:structSize (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsEngine.h36 IOByteCount structSize; member in struct:IOGraphicsEngineContext
H A DIOFramebufferShared.h164 @field structSize Contains the size of this structure.
191 int structSize; member in struct:StdFBShmem_t
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitGraphics.h51 DWORD structSize; member in struct:WebTextRenderInfo
H A DWebKitGraphics.cpp75 // the old WebTextRenderInfo that has a smaller structSize than the current one with the new text shadow data members.
78 DWORD structSize; member in struct:WebTextRenderInfoWithoutShadow
92 if (!info || info->structSize < sizeof(WebTextRenderInfoWithoutShadow) || !info->cgContext || !info->description)
110 if (info->structSize == sizeof(WebTextRenderInfo) &&
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnv_bld.h66 uint32_t structSize; /* +0: 4 Size of this structure */ member in struct:UConverterStaticData
95 uint32_t structSize; /* Size of this structure */ member in struct:UConverterSharedData
H A Ducnv_bld.cpp259 source->structSize != sizeof(UConverterStaticData))
302 data->impl->load(data, pArgs, raw + source->structSize, status);
1403 staticDataSize=ds->readUInt32(inStaticData->structSize);
1407 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize))
1422 ds->swapArray32(ds, &inStaticData->structSize, 4,
1423 &outStaticData->structSize, pErrorCode);
H A Dicuplug.c43 uint32_t structSize; /**< initialized to the size of this structure */ member in struct:UPlugData
334 plug->structSize = sizeof(UPlugData);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Sparc/
H A DDelaySlotFiller.cpp117 unsigned structSize = 0; local
118 if (needsUnimp(I, structSize)) {
122 TII->get(SP::UNIMP)).addImm(structSize);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDShared.h131 int structSize; /* for run time checks */ member in struct:_evGlobals
/macosx-10.9.5/ICU-511.35/icuSources/tools/makeconv/
H A Dmakeconv.c51 data->sharedData.structSize=sizeof(UConverterSharedData);
52 data->staticData.structSize=sizeof(UConverterStaticData);
/macosx-10.9.5/IOKitUser-907.100.13/
H A DTests.c290 // assert( sizeof( StdFBShmem_t) == fbshmem->structSize );
398 assert( sizeof( EvGlobals) == evg->structSize );
/macosx-10.9.5/IOKitUser-907.100.13/graphics.subproj/
H A DWSTests.c362 // assert( sizeof( StdFBShmem_t) == fbshmem->structSize );
491 assert( sizeof( EvGlobals) == evg->structSize );
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Dpkgitems.cpp469 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize))
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDSystem.cpp2042 evg->structSize = sizeof( EvGlobals);
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOFramebuffer.cpp2210 shmem->structSize = size;

Completed in 153 milliseconds