Lines Matching defs:temp_size
286 uint32_t x_iteration = 0U, x_size_rx = 0U, x_size_wm, temp_size;
374 temp_size = 0;
382 temp_size = (x_rem < 4) ? x_rem : 4;
383 memcpy(pv_rx_buf++, &data, temp_size);
384 x_rem -= temp_size;
410 uint32_t x_size_tx = 0U, x_size_wm, temp_size;
465 temp_size = 0U;
469 temp_size = (x_rem < 4U) ? x_rem : 4U;
470 memcpy(&ui_data, pv_wr_buf++, temp_size);
473 x_rem -= temp_size;