Searched refs:arraySize (Results 1 - 9 of 9) sorted by relevance
/drivers/peripheral/pin_auth/hdi_service/common/src/ |
H A D | c_array.c | 30 uint32_t arraySize = sizeof(uint8_t) * (*array)->len; in DestroyUint8Array() local 31 (void)memset_s((*array)->data, arraySize, 0, arraySize); in DestroyUint8Array() 44 uint32_t arraySize = sizeof(uint64_t) * (*array)->len; in DestroyUint64Array() local 45 (void)memset_s((*array)->data, arraySize, 0, arraySize); in DestroyUint64Array()
|
/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | c_array.c | 30 uint32_t arraySize = sizeof(uint8_t) * (*array)->len; in DestroyUint8Array() local 31 (void)memset_s((*array)->data, arraySize, 0, arraySize); in DestroyUint8Array() 44 uint32_t arraySize = sizeof(uint64_t) * (*array)->len; in DestroyUint64Array() local 45 (void)memset_s((*array)->data, arraySize, 0, arraySize); in DestroyUint64Array()
|
/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | macro_gen.cpp | 219 static uint32_t arraySize = 0; 222 << " arraySize:" << std::dec << arraySize << '\n'; 223 SetTypeData(type, current, arraySize, depth); 229 void MacroGen::SetTypeData(uint32_t type, const std::shared_ptr<AstObject> ¤t, uint32_t &arraySize, int32_t depth) 239 SetTypeDataUinit64(arrayName, arraySize, arrayType, current); 243 if (arraySize != 0) { 244 GenArray(arrayName, arraySize, arrayType, current); 264 arraySize = ConfigArray::CastFrom(current)->ArraySize(); 266 ofs_ << "_array_size " << arraySize << st [all...] |
H A D | macro_gen.h | 38 void SetTypeData(uint32_t type, const std::shared_ptr<AstObject> ¤t, uint32_t &arraySize, int32_t depth); 40 void SetTypeDataUinit64(const std::string &arrayName, uint32_t &arraySize, uint32_t arrayType,
|
H A D | startup_cfg_gen.cpp | 275 uint16_t arraySize = ConfigArray::CastFrom(arrayObj)->ArraySize(); 277 while (arraySize && object != nullptr) { 280 if (arraySize != 1) { 286 arraySize--; 303 uint16_t arraySize = ConfigArray::CastFrom(intArrayObj)->ArraySize(); 305 while (arraySize && object != nullptr) { 308 if (arraySize != 1) { 313 arraySize--;
|
H A D | decompile.cpp | 234 uint16_t arraySize = 0; in RebuildArray() local 235 if (!ReadUint16(arraySize)) { in RebuildArray() 239 for (uint16_t i = 0; i < arraySize; i++) { in RebuildArray()
|
H A D | bytecode_gen.cpp | 221 uint16_t arraySize = ConfigArray::CastFrom(current)->ArraySize(); 222 Write(arraySize);
|
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/ |
H A D | dmetadata_processor.cpp | 269 int32_t arraySize = cJSON_GetArraySize(modeArray); in InitDCameraOutputAbilityKeys() local 270 for (int32_t i = 0; i < arraySize; ++i) { in InitDCameraOutputAbilityKeys()
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | ast.js | 747 arraySize() {
|
Completed in 12 milliseconds