Searched defs:structSize (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermNode.cpp70 size_t structSize = fields.size(); local
73 for (size_t j = 0; j < structSize; j++)
/external/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp152 unsigned structSize = 0; local
153 if (needsUnimp(MI, structSize)) {
158 TII->get(SP::UNIMP)).addImm(structSize);
/external/chromium_org/third_party/icu/source/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 Dicuplug.c43 uint32_t structSize; /**< initialized to the size of this structure */ member in struct:UPlugData
334 plug->structSize = sizeof(UPlugData);
/external/icu/icu4c/source/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 Dicuplug.c43 uint32_t structSize; /**< initialized to the size of this structure */ member in struct:UPlugData
334 plug->structSize = sizeof(UPlugData);
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mdls.c1916 EAS_U32 structSize; local
1930 if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &structSize, EAS_FALSE)) != EAS_SUCCESS)
1932 pos += (EAS_I32) structSize;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga_reg.h840 uint32 structSize; // sizeof(SVGAScreenObject) member in struct:SVGAScreenObject
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h840 uint32 structSize; // sizeof(SVGAScreenObject) member in struct:SVGAScreenObject

Completed in 2303 milliseconds