Searched refs:structSize (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucnv_bld.h | 66 uint32_t structSize; /* +0: 4 Size of this structure */ member 95 uint32_t structSize; /* Size of this structure */ member
|
D | ucnv_bld.cpp | 297 source->structSize != sizeof(UConverterStaticData)) in ucnv_data_unFlattenClone() 320 data->impl->load(data, pArgs, raw + source->structSize, status); in ucnv_data_unFlattenClone() 1379 staticDataSize=ds->readUInt32(inStaticData->structSize); in ucnv_swap() 1383 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize)) in ucnv_swap() 1398 ds->swapArray32(ds, &inStaticData->structSize, 4, in ucnv_swap() 1399 &outStaticData->structSize, pErrorCode); in ucnv_swap()
|
D | icuplug.cpp | 51 uint32_t structSize; /**< initialized to the size of this structure */ member 345 plug->structSize = sizeof(UPlugData); in uplug_allocateEmptyPlug()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | UConverterStaticData.java | 12 int structSize; /* +0: 4 Size of this structure */ field in UConverterStaticData
|
D | UConverterDataReader.java | 444 sd.structSize = byteBuffer.getInt(); in readStaticData()
|
D | CharsetMBCS.java | 236 || staticData.structSize != UConverterStaticData.SIZE_OF_UCONVERTER_STATIC_DATA) { in loadConverter()
|
/external/llvm/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 152 unsigned structSize = 0; in runOnMachineBasicBlock() local 153 if (needsUnimp(MI, structSize)) { in runOnMachineBasicBlock() 158 TII->get(SP::UNIMP)).addImm(structSize); in runOnMachineBasicBlock()
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga_reg.h | 840 uint32 structSize; // sizeof(SVGAScreenObject) member
|
/external/icu/icu4c/source/tools/makeconv/ |
D | makeconv.cpp | 50 data->sharedData.structSize=sizeof(UConverterSharedData); in initConvData() 51 data->staticData.structSize=sizeof(UConverterStaticData); in initConvData()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkgitems.cpp | 469 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize)) in ucnv_enumDependencies()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_mdls.c | 1957 EAS_U32 structSize; in Parse_art() local 1971 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &structSize, EAS_FALSE)) … in Parse_art() 1973 pos += (EAS_I32) structSize; in Parse_art()
|