Searched refs:BUF_SZ (Results 1 – 3 of 3) sorted by relevance
280 #define BUF_SZ (TCP_SND_BUF/4) in test_sockets_msgapi_tcp() macro345 snd_buf = (u8_t*)mem_malloc(BUF_SZ); in test_sockets_msgapi_tcp()348 for (i = 0; i < BUF_SZ; i++,val++) { in test_sockets_msgapi_tcp()355 siovs[i].iov_len = BUF_SZ; in test_sockets_msgapi_tcp()359 rcv_buf = (u8_t*)mem_calloc(1, BUF_SZ); in test_sockets_msgapi_tcp()364 riovs[i].iov_len = BUF_SZ/4; in test_sockets_msgapi_tcp()368 if ((BUF_SZ % 4) != 0) { in test_sockets_msgapi_tcp()370 riovs[5].iov_len = BUF_SZ - (4*(BUF_SZ/4)); in test_sockets_msgapi_tcp()416 if (rcv_off == BUF_SZ) { in test_sockets_msgapi_tcp()419 bytes_read += BUF_SZ; in test_sockets_msgapi_tcp()[all …]
899 #define BUF_SZ 4096 macro907 block_ptr = (rt_uint8_t *)rt_malloc(BUF_SZ); in copyfile()936 read_bytes = dfs_file_read(&src_fd, block_ptr, BUF_SZ); in copyfile()
2751 #define BUF_SZ 4096 macro2768 block_ptr = (rt_uint8_t *)rt_malloc(BUF_SZ); in copyfile()2801 read_bytes = dfs_file_read(&src_file, block_ptr, BUF_SZ); in copyfile()
Completed in 11 milliseconds