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

/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 Ducnv_bld.cpp273 source->structSize != sizeof(UConverterStaticData))
316 data->impl->load(data, pArgs, raw + source->structSize, status);
1410 staticDataSize=ds->readUInt32(inStaticData->structSize);
1414 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize))
1429 ds->swapArray32(ds, &inStaticData->structSize, 4,
1430 &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);
/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 Ducnv_bld.cpp264 source->structSize != sizeof(UConverterStaticData))
307 data->impl->load(data, pArgs, raw + source->structSize, status);
1401 staticDataSize=ds->readUInt32(inStaticData->structSize);
1405 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize))
1420 ds->swapArray32(ds, &inStaticData->structSize, 4,
1421 &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);
/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/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
/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dmakeconv.c51 data->sharedData.structSize=sizeof(UConverterSharedData);
52 data->staticData.structSize=sizeof(UConverterStaticData);
/external/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.c51 data->sharedData.structSize=sizeof(UConverterSharedData);
52 data->staticData.structSize=sizeof(UConverterStaticData);
/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/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkgitems.cpp469 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize))
/external/icu/icu4c/source/tools/toolutil/
H A Dpkgitems.cpp469 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize))
/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;

Completed in 1010 milliseconds