HomeSort by: relevance | last modified time | path
    Searched defs:bytes_received (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-callback-stack.c 44 static int bytes_received = 0; variable
89 bytes_received += nread;
91 /* We call shutdown here because when bytes_received == sizeof MESSAGE there
94 if (bytes_received == sizeof MESSAGE) {
201 ASSERT_EQ(bytes_received, sizeof MESSAGE);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_smu_v11_0_i2c.c 334 uint32_t bytes_received, ret = I2C_OK; local
336 bytes_received = 0;
353 if (bytes_received == 0)
386 data[bytes_received] = REG_GET_FIELD(reg, CKSVII2C_IC_DATA_CMD, DAT);
389 bytes_received++;
394 (uint16_t)address, bytes_received);
398 16, 1, data, bytes_received, false);
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_record_rx.c 142 uint64_t bytes_received; member in struct:ossl_qrx_st
1359 qrx->bytes_received += data_len;
1518 uint64_t v = qrx->bytes_received;
1521 qrx->bytes_received = 0;

Completed in 159 milliseconds