/external/icu/icu4c/source/common/ |
D | ucnv_bld.h | 68 uint32_t structSize; /* +0: 4 Size of this structure */ member 97 uint32_t structSize; /* Size of this structure */ member
|
D | ucnv_bld.cpp | 304 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()
|
D | icuplug.cpp | 53 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/ |
D | DelaySlotFiller.cpp | 117 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/ |
D | UConverterStaticData.java | 14 int structSize; /* +0: 4 Size of this structure */ field in UConverterStaticData
|
D | UConverterDataReader.java | 446 sd.structSize = byteBuffer.getInt(); in readStaticData()
|
D | CharsetMBCS.java | 234 || staticData.structSize != UConverterStaticData.SIZE_OF_UCONVERTER_STATIC_DATA) { in loadConverter()
|
/external/llvm/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 153 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/ |
D | DelaySlotFiller.cpp | 151 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/ |
D | makeconv.cpp | 52 data->sharedData.structSize=sizeof(UConverterSharedData); in initConvData() 53 data->staticData.structSize=sizeof(UConverterStaticData); in initConvData()
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga_reg.h | 1227 uint32 structSize; /* sizeof(SVGAScreenObject) */ member
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkgitems.cpp | 471 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize)) in ucnv_enumDependencies()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_mdls.c | 2053 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/ |
D | Intermediate.cpp | 1203 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/ |
D | vktSpvAsm16bitStorageTests.cpp | 1497 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()
|