Home
last modified time | relevance | path

Searched refs:structSize (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4c/source/common/
Ducnv_bld.h68 uint32_t structSize; /* +0: 4 Size of this structure */ member
97 uint32_t structSize; /* Size of this structure */ member
Ducnv_bld.cpp299 source->structSize != sizeof(UConverterStaticData)) in ucnv_data_unFlattenClone()
322 data->impl->load(data, pArgs, raw + source->structSize, status); in ucnv_data_unFlattenClone()
1381 staticDataSize=ds->readUInt32(inStaticData->structSize); in ucnv_swap()
1385 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize)) in ucnv_swap()
1400 ds->swapArray32(ds, &inStaticData->structSize, 4, in ucnv_swap()
1401 &outStaticData->structSize, pErrorCode); in ucnv_swap()
Dicuplug.cpp53 uint32_t structSize; /**< initialized to the size of this structure */ member
347 plug->structSize = sizeof(UPlugData); in uplug_allocateEmptyPlug()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DDelaySlotFiller.cpp117 unsigned structSize = 0; in runOnMachineBasicBlock() local
118 if (needsUnimp(I, structSize)) { in runOnMachineBasicBlock()
122 TII->get(SP::UNIMP)).addImm(structSize); in runOnMachineBasicBlock()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterStaticData.java14 int structSize; /* +0: 4 Size of this structure */ field in UConverterStaticData
DUConverterDataReader.java447 sd.structSize = byteBuffer.getInt(); in readStaticData()
DCharsetMBCS.java234 || staticData.structSize != UConverterStaticData.SIZE_OF_UCONVERTER_STATIC_DATA) { in loadConverter()
/external/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp153 unsigned structSize = 0; in runOnMachineBasicBlock() local
154 if (needsUnimp(MI, structSize)) { in runOnMachineBasicBlock()
159 TII->get(SP::UNIMP)).addImm(structSize); in runOnMachineBasicBlock()
/external/icu/icu4c/source/tools/makeconv/
Dmakeconv.cpp52 data->sharedData.structSize=sizeof(UConverterSharedData); in initConvData()
53 data->staticData.structSize=sizeof(UConverterStaticData); in initConvData()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h1227 uint32 structSize; /* sizeof(SVGAScreenObject) */ member
/external/icu/icu4c/source/tools/toolutil/
Dpkgitems.cpp471 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize)) in ucnv_enumDependencies()
/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c2003 EAS_U32 structSize; in Parse_art() local
2017 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &structSize, EAS_FALSE)) … in Parse_art()
2019 pos += (EAS_I32) structSize; in Parse_art()
/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp1200 size_t structSize = fields.size(); in CompareStruct() local
1203 for (size_t j = 0; j < structSize; j++) { in CompareStruct()