/third_party/skia/third_party/externals/icu/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()
|
/third_party/node/deps/icu-small/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()
|
/third_party/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()
|
/third_party/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 150 unsigned structSize = 0; in runOnMachineBasicBlock() local 151 if (needsUnimp(MI, structSize)) { in runOnMachineBasicBlock() 156 TII->get(SP::UNIMP)).addImm(structSize); in runOnMachineBasicBlock()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | blocklayout.cpp | 555 size_t structSize = mEncoder->getShaderVariableSize(structVar, isRowMajor); in enterStructAccess() local 556 mTopLevelArrayStride *= structSize; in enterStructAccess()
|
D | BuildSPIRV.cpp | 174 const uint32_t structSize = Encode(fieldVar, isStd140, {}, nullptr); in Encode() local 177 fieldInfo = encoder->encodeArrayOfPreEncodedStructs(structSize, fieldVar.arraySizes); in Encode() 229 const uint32_t structSize = Encode(element, isStd140, {}, nullptr); in GetArrayStrideInBlock() local 232 return structSize * var.getInnerArraySizeProduct(); in GetArrayStrideInBlock()
|
/third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
D | makeconv.cpp | 52 data->sharedData.structSize=sizeof(UConverterSharedData); in initConvData() 53 data->staticData.structSize=sizeof(UConverterStaticData); in initConvData()
|
/third_party/icu/icu4c/source/tools/makeconv/ |
D | makeconv.cpp | 52 data->sharedData.structSize=sizeof(UConverterSharedData); in initConvData() 53 data->staticData.structSize=sizeof(UConverterStaticData); in initConvData()
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga_reg.h | 1247 uint32 structSize; /* sizeof(SVGAScreenObject) */ member
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | pkgitems.cpp | 481 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize)) in ucnv_enumDependencies()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkgitems.cpp | 473 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize)) in ucnv_enumDependencies()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | pkgitems.cpp | 481 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize)) in ucnv_enumDependencies()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | Intermediate.cpp | 1201 size_t structSize = fields.size(); in CompareStruct() local 1204 for (size_t j = 0; j < structSize; j++) { in CompareStruct()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsm16bitStorageTests.cpp | 1498 const deUint32 structSize = 128; // In number of 16bit items. Includes padding. in addCompute16bitStorageUniform16To32ChainAccessGroup() local 1499 vector<deFloat16> inputDataFloat = getFloat16s(rnd, structSize * 4); in addCompute16bitStorageUniform16To32ChainAccessGroup() 1500 vector<deInt16> inputDataInt = getInt16s(rnd, structSize * 4); in addCompute16bitStorageUniform16To32ChainAccessGroup() 1624 …const deUint32 offsetFloat = vec.x() * structSize + fieldOffsetsFloat[vec.y()][0] + fieldOffse… in addCompute16bitStorageUniform16To32ChainAccessGroup() 1625 …const deUint32 offsetInt = vec.x() * structSize + fieldOffsetsInt[vec.y()][0] + fieldOffsetsIn… in addCompute16bitStorageUniform16To32ChainAccessGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsm16bitStorageTests.cpp | 1498 const deUint32 structSize = 128; // In number of 16bit items. Includes padding. in addCompute16bitStorageUniform16To32ChainAccessGroup() local 1499 vector<deFloat16> inputDataFloat = getFloat16s(rnd, structSize * 4); in addCompute16bitStorageUniform16To32ChainAccessGroup() 1500 vector<deInt16> inputDataInt = getInt16s(rnd, structSize * 4); in addCompute16bitStorageUniform16To32ChainAccessGroup() 1624 …const deUint32 offsetFloat = vec.x() * structSize + fieldOffsetsFloat[vec.y()][0] + fieldOffse… in addCompute16bitStorageUniform16To32ChainAccessGroup() 1625 …const deUint32 offsetInt = vec.x() * structSize + fieldOffsetsInt[vec.y()][0] + fieldOffsetsIn… in addCompute16bitStorageUniform16To32ChainAccessGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 1868 void cleanVulkanStruct (void* structPtr, size_t structSize) in cleanVulkanStruct() argument 1878 deMemset(structPtr, 0, structSize); in cleanVulkanStruct() 2070 size_t structSize = testedFeature.coreStructSize; in featureBitInfluenceOnDeviceCreate() local 2087 cleanVulkanStruct(structPtr, structSize); in featureBitInfluenceOnDeviceCreate() 2102 size_t structSize = testedFeature.extStructSize; in featureBitInfluenceOnDeviceCreate() local 2122 cleanVulkanStruct(structPtr, structSize); in featureBitInfluenceOnDeviceCreate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 1868 void cleanVulkanStruct (void* structPtr, size_t structSize) in cleanVulkanStruct() argument 1878 deMemset(structPtr, 0, structSize); in cleanVulkanStruct() 2070 size_t structSize = testedFeature.coreStructSize; in featureBitInfluenceOnDeviceCreate() local 2087 cleanVulkanStruct(structPtr, structSize); in featureBitInfluenceOnDeviceCreate() 2102 size_t structSize = testedFeature.extStructSize; in featureBitInfluenceOnDeviceCreate() local 2122 cleanVulkanStruct(structPtr, structSize); in featureBitInfluenceOnDeviceCreate()
|