Searched refs:unit_size (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/phoenix/
H A Dmap_reduce.h41 length in terms of the # of elements of unit_size bytes.
128 int unit_size; /* # of bytes for one element member in struct:__anon1383
H A Dmap_reduce.c251 assert (args->unit_size > 0);
423 env->chunk_size = args->L1_cache_size / args->unit_size;
430 env->chunk_size = DEFAULT_CACHE_SIZE / args->unit_size;
1760 int unit_size; local
1764 unit_size = env->args->unit_size;
1765 data_units = env->args->data_size / unit_size;
1772 out->data = ((void *)env->args->task_data) + env->splitter_pos*unit_size;
/barrelfish-master/usr/tests/phoenix_tests/
H A Dkmeans.c59 int unit_size; member in struct:__anon1800
388 kmeans_data.unit_size = sizeof(int) * dim;
405 map_reduce_args.unit_size = kmeans_data.unit_size;

Completed in 44 milliseconds