Searched refs:ret_count (Results 1 - 6 of 6) sorted by relevance

/barrelfish-2018-10-04/usr/bench/xeon_phi_ump/
H A Dbenchmark.c194 uint32_t ret_count = 0;
196 xphi_bench_read_buffer(buf, 1, &ret_count);
217 uint32_t ret_count = 0;
218 xphi_bench_read_buffer(buf, 1, &ret_count);
319 uint32_t ret_count = 0;
320 xphi_bench_read_buffer(buf, 1, &ret_count);
331 uint32_t ret_count = 0;
333 xphi_bench_read_buffer(buf, 1, &ret_count);
/barrelfish-2018-10-04/include/usb/
H A Dusb_device.h106 usb_error_t usb_device_get_iface_count(uint8_t *ret_count);
/barrelfish-2018-10-04/usr/tests/xeon_phi_test/
H A Dbenchmark.c576 uint32_t ret_count = 0; local
578 xphi_bench_read_buffer(buf, 1, &ret_count);
599 uint32_t ret_count = 0; local
600 xphi_bench_read_buffer(buf, 1, &ret_count);
701 uint32_t ret_count = 0; local
702 xphi_bench_read_buffer(buf, 1, &ret_count);
713 uint32_t ret_count = 0; local
715 xphi_bench_read_buffer(buf, 1, &ret_count);
/barrelfish-2018-10-04/lib/spawndomain/
H A Dspawn_omp.c42 * \param ret_count returns the number of symbols
47 errval_t spawn_symval_count(uint32_t *ret_count) argument
58 if (ret_count) {
59 *ret_count = symval_count;
/barrelfish-2018-10-04/lib/usb/
H A Dusb_device.c270 * \param ret_count the number of interfaces
272 usb_error_t usb_device_get_iface_count(uint8_t *ret_count) argument
277 *ret_count = device.config_desc->bNumInterfaces;
/barrelfish-2018-10-04/include/spawndomain/
H A Dspawndomain.h146 errval_t spawn_symval_count(uint32_t *ret_count);

Completed in 155 milliseconds