Searched refs:structSize (Results 1 – 15 of 15) sorted by relevance
/external/icu4c/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 | 259 source->structSize != sizeof(UConverterStaticData)) in ucnv_data_unFlattenClone() 302 data->impl->load(data, pArgs, raw + source->structSize, status); in ucnv_data_unFlattenClone() 1403 staticDataSize=ds->readUInt32(inStaticData->structSize); in ucnv_swap() 1407 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize)) in ucnv_swap() 1422 ds->swapArray32(ds, &inStaticData->structSize, 4, in ucnv_swap() 1423 &outStaticData->structSize, pErrorCode); in ucnv_swap()
|
D | icuplug.c | 43 uint32_t structSize; /**< initialized to the size of this structure */ member 334 plug->structSize = sizeof(UPlugData); in uplug_allocateEmptyPlug()
|
/external/chromium_org/third_party/icu/source/common/ |
D | ucnv_bld.h | 65 uint32_t structSize; /* +0: 4 Size of this structure */ member 94 uint32_t structSize; /* Size of this structure */ member
|
D | ucnv_bld.c | 254 source->structSize != sizeof(UConverterStaticData)) in ucnv_data_unFlattenClone() 297 data->impl->load(data, pArgs, raw + source->structSize, status); in ucnv_data_unFlattenClone() 1394 staticDataSize=ds->readUInt32(inStaticData->structSize); in ucnv_swap() 1398 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize)) in ucnv_swap() 1413 ds->swapArray32(ds, &inStaticData->structSize, 4, in ucnv_swap() 1414 &outStaticData->structSize, pErrorCode); in ucnv_swap()
|
D | icuplug.c | 39 uint32_t structSize; /**< initialized to the size of this structure */ member 330 plug->structSize = sizeof(UPlugData); in uplug_allocateEmptyPlug()
|
/external/llvm/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 135 unsigned structSize = 0; in runOnMachineBasicBlock() local 136 if (needsUnimp(MI, structSize)) { in runOnMachineBasicBlock() 141 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/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/ |
D | svga_reg.h | 840 uint32 structSize; // sizeof(SVGAScreenObject) member
|
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
D | makeconv.c | 51 data->sharedData.structSize=sizeof(UConverterSharedData); in initConvData() 52 data->staticData.structSize=sizeof(UConverterStaticData); in initConvData()
|
/external/icu4c/tools/makeconv/ |
D | makeconv.c | 51 data->sharedData.structSize=sizeof(UConverterSharedData); in initConvData() 52 data->staticData.structSize=sizeof(UConverterStaticData); in initConvData()
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
D | pkgitems.cpp | 469 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize)) in ucnv_enumDependencies()
|
/external/icu4c/tools/toolutil/ |
D | pkgitems.cpp | 469 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize)) in ucnv_enumDependencies()
|
/external/chromium_org/third_party/angle/src/compiler/ |
D | Intermediate.cpp | 1082 size_t structSize = fields.size(); in CompareStruct() local 1085 for (size_t j = 0; j < structSize; j++) { in CompareStruct()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_mdls.c | 1916 EAS_U32 structSize; in Parse_art() local 1930 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &structSize, EAS_FALSE)) … in Parse_art() 1932 pos += (EAS_I32) structSize; in Parse_art()
|