Home
last modified time | relevance | path

Searched defs:arraySize (Results 1 – 8 of 8) sorted by relevance

/drivers/peripheral/pin_auth/hdi_service/common/src/
Dc_array.c30 uint32_t arraySize = sizeof(uint8_t) * (*array)->len; in DestroyUint8Array() local
44 uint32_t arraySize = sizeof(uint64_t) * (*array)->len; in DestroyUint64Array() local
/drivers/peripheral/user_auth/hdi_service/utils/src/
Dc_array.c30 uint32_t arraySize = sizeof(uint8_t) * (*array)->len; in DestroyUint8Array() local
44 uint32_t arraySize = sizeof(uint64_t) * (*array)->len; in DestroyUint64Array() local
/drivers/hdf_core/framework/tools/hc-gen/src/
Dmacro_gen.cpp219 static uint32_t arraySize = 0; in NodeWalk() local
229 …TypeData(uint32_t type, const std::shared_ptr<AstObject> &current, uint32_t &arraySize, int32_t de… in SetTypeData()
280 …const std::string &arrayName, uint32_t &arraySize, uint32_t arrayType, const std::shared_ptr<AstOb… in SetTypeDataUinit64()
Dstartup_cfg_gen.cpp280 uint16_t arraySize = ConfigArray::CastFrom(arrayObj)->ArraySize(); in GetConfigArray() local
308 uint16_t arraySize = ConfigArray::CastFrom(intArrayObj)->ArraySize(); in GetConfigIntArray() local
Dbytecode_gen.cpp221 uint16_t arraySize = ConfigArray::CastFrom(current)->ArraySize(); in ByteCodeWriteWalk() local
Ddecompile.cpp234 uint16_t arraySize = 0; in RebuildArray() local
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
Dast.js747 arraySize() { method in ConfigArray
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
Ddmetadata_processor.cpp288 int32_t arraySize = cJSON_GetArraySize(modeArray); in InitDCameraOutputAbilityKeys() local