Home
last modified time | relevance | path

Searched refs:structSize (Results 1 – 15 of 15) 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.cpp304 source->structSize != sizeof(UConverterStaticData)) in ucnv_data_unFlattenClone()
327 data->impl->load(data, pArgs, raw + source->structSize, status); in ucnv_data_unFlattenClone()
1386 staticDataSize=ds->readUInt32(inStaticData->structSize); in ucnv_swap()
1390 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize)) in ucnv_swap()
1405 ds->swapArray32(ds, &inStaticData->structSize, 4, in ucnv_swap()
1406 &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.java446 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp151 unsigned structSize = 0; in runOnMachineBasicBlock() local
152 if (needsUnimp(MI, structSize)) { in runOnMachineBasicBlock()
157 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.c2053 EAS_U32 structSize; in Parse_art() local
2067 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &structSize, EAS_FALSE)) … in Parse_art()
2069 pos += (EAS_I32) structSize; in Parse_art()
/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp1203 size_t structSize = fields.size(); in CompareStruct() local
1206 for (size_t j = 0; j < structSize; j++) { in CompareStruct()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm16bitStorageTests.cpp1497 const deUint32 structSize = 128; // In number of 16bit items. Includes padding. in addCompute16bitStorageUniform16To32ChainAccessGroup() local
1498 vector<deFloat16> inputDataFloat = getFloat16s(rnd, structSize * 4); in addCompute16bitStorageUniform16To32ChainAccessGroup()
1499 vector<deInt16> inputDataInt = getInt16s(rnd, structSize * 4); in addCompute16bitStorageUniform16To32ChainAccessGroup()
1623 …const deUint32 offsetFloat = vec.x() * structSize + fieldOffsetsFloat[vec.y()][0] + fieldOffse… in addCompute16bitStorageUniform16To32ChainAccessGroup()
1624 …const deUint32 offsetInt = vec.x() * structSize + fieldOffsetsInt[vec.y()][0] + fieldOffsetsIn… in addCompute16bitStorageUniform16To32ChainAccessGroup()