Searched refs:opsSize (Results 1 – 3 of 3) sorted by relevance
356 uint8_t opsSize = 1; in RefbaseTestFunc() local357 opsSize = dataProvider->ConsumeIntegralInRange<uint8_t>(1, MAX_OPS); in RefbaseTestFunc()358 vector<uint8_t> ops = dataProvider->ConsumeBytes<uint8_t>(opsSize); in RefbaseTestFunc()
401 uint32_t opsSize = 0;402 if (!nnrtDeviceReply.ReadUint32(opsSize)) {407 HDI_CHECK_VALUE_RETURN(opsSize, >, HDI_BUFF_MAX_SIZE / sizeof(bool), HDF_ERR_INVALID_PARAM);409 ops.reserve(opsSize);410 for (uint32_t i0 = 0; i0 < opsSize; ++i0) {
406 uint32_t opsSize = 0;407 if (!nnrtDeviceReply.ReadUint32(opsSize)) {412 HDI_CHECK_VALUE_RETURN(opsSize, >, HDI_BUFF_MAX_SIZE / sizeof(bool), HDF_ERR_INVALID_PARAM);414 ops.reserve(opsSize);415 for (uint32_t i0 = 0; i0 < opsSize; ++i0) {