Home
last modified time | relevance | path

Searched refs:totalData (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-http-outgoing-end-cork.js64 const totalData = resData.reduce((total, elem) => total + elem.length, 0); constant
66 resolve(totalData); // fulfill promise
83 const totalData = await sendRequest(agent); constant
84 console.log(`${totalData} bytes were received for request ${reqNo}`);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp1036 const deUint32 totalData = datasize * datasize; in combine() local
1037 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() local
1126 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() local
1235 const deUint32 totalPadding = (m_vectorSize == 3) ? (totalData / m_vectorSize) : 0; in combine()
1236 const deUint32 total = totalData + totalPadding; in combine()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp1036 const deUint32 totalData = datasize * datasize; in combine() local
1037 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() local
1126 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() local
1235 const deUint32 totalPadding = (m_vectorSize == 3) ? (totalData / m_vectorSize) : 0; in combine()
1236 const deUint32 total = totalData + totalPadding; in combine()