Searched refs:splitter (Results 1 - 4 of 4) sorted by path

/barrelfish-2018-10-04/lib/phoenix/
H A Dmap_reduce.c152 splitter_t splitter; /* Splitter function. */ member in struct:__anon1376
461 env->splitter = (args->splitter) ? args->splitter : array_splitter;
554 * thread_func - function pointer to process splitter data
555 * splitter_func - splitter function pointer
723 * This runs thread_func() until there is no more data from the splitter().
1095 while (env->splitter (env->args->task_data, env->chunk_size, &args))
1125 * User provided own splitter function but did not supply a locator function.
1231 if ((env->splitter !
[all...]
H A Dmap_reduce.h39 /* Argument to map function. This is specified by the splitter function.
40 * length - number of elements of data. The default splitter function gives
72 /* Map function takes in map_args_t, as supplied by the splitter
97 * map_args_t pointer. The result is stored in map_args_t. The splitter
126 * If splitter is NULL, this should be an array. */
135 splitter_t splitter; /* If NULL, the array splitter is used.*/ member in struct:__anon1383
/barrelfish-2018-10-04/tools/tracing/
H A Danalyze_traces.py256 splitter = re.compile(r'[\ ]')
273 tokens = splitter.split(line.strip())
/barrelfish-2018-10-04/usr/tests/phoenix_tests/
H A Dkmeans.c402 map_reduce_args.splitter = kmeans_splitter;

Completed in 106 milliseconds