Searched refs:totalData (Results 1 – 3 of 3) sorted by relevance
64 const totalData = resData.reduce((total, elem) => total + elem.length, 0); constant66 resolve(totalData); // fulfill promise83 const totalData = await sendRequest(agent); constant84 console.log(`${totalData} bytes were received for request ${reqNo}`);
1036 const deUint32 totalData = datasize * datasize; in combine() local1037 const deUint32 totalPadding = (m_vectorSize == 3) ? (totalData / m_vectorSize) : 0; in combine()1038 const deUint32 total = totalData + totalPadding; in combine()1125 const deUint32 totalData = datasize * datasize * datasize; in combine() local1126 const deUint32 totalPadding = (m_vectorSize == 3) ? (totalData / m_vectorSize) : 0; in combine()1127 const deUint32 total = totalData + totalPadding; in combine()1234 const deUint32 totalData = datasize * datasize; in combine() local1235 const deUint32 totalPadding = (m_vectorSize == 3) ? (totalData / m_vectorSize) : 0; in combine()1236 const deUint32 total = totalData + totalPadding; in combine()