Searched refs:SWAP_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
1394 #define SWAP_BUFFER_SIZE 1800000 macro1637 buffer=(uint8_t *)malloc(2*SWAP_BUFFER_SIZE); in TestSwapData()1639 log_err("unable to allocate %d bytes\n", 2*SWAP_BUFFER_SIZE); in TestSwapData()1682 memset(buffer, 0, sizeof(2*SWAP_BUFFER_SIZE)); in TestSwapData()1683 ds=udata_openSwapperForInputData(buffer, 2*SWAP_BUFFER_SIZE, in TestSwapData()1732 TestSwapCase(pData, name, swapCases[i].swapFn, buffer, buffer+SWAP_BUFFER_SIZE); in TestSwapData()