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

/external/fio/t/
H A Dgenzipf.c45 static int dist_type = TYPE_ZIPF; variable
112 dist_type = TYPE_ZIPF;
114 dist_type = TYPE_PARETO;
139 if (dist_type == TYPE_PARETO) {
146 } else if (dist_type == TYPE_ZIPF) {
185 printf("Generating %s distribution with %f input and %lu GB size and %lu block_size.\n", dist_types[dist_type], dist_val, gb_size, block_size);
190 if (dist_type == TYPE_ZIPF)
211 if (dist_type == TYPE_ZIPF)
/external/libnl/lib/route/qdisc/
H A Dnetem.c820 * @arg dist_type The name of the distribution (type, file, path/file).
823 int rtnl_netem_set_delay_distribution(struct rtnl_qdisc *qdisc, const char *dist_type) { argument
838 char *test_suffix = strstr(dist_type, dist_suffix);
846 snprintf(name, NAME_MAX, "%s%s%s", test_path[i], dist_type, dist_suffix);
/external/opencv/cv/src/
H A Dcvemd.cpp151 int dist_type,
210 if( dist_type < 0 )
239 switch (dist_type)
149 cvCalcEMD2( const CvArr* signature_arr1, const CvArr* signature_arr2, int dist_type, CvDistanceFunction dist_func, const CvArr* cost_matrix, CvArr* flow_matrix, float *lower_bound, void *user_param ) argument
/external/opencv/cv/include/
H A Dcvcompat.h800 int dims, int dist_type CV_DEFAULT(CV_DIST_L2),
808 return cvCalcEMD2( &sign1, &sign2, dist_type, dist_func, 0, 0, lower_bound, user_param );
H A Dcv.h1055 CVAPI(void) cvFitLine( const CvArr* points, int dist_type, double param,
/external/opencv/cxcore/include/
H A Dcxcore.h673 CVAPI(void) cvRandArr( CvRNG* rng, CvArr* arr, int dist_type,

Completed in 1709 milliseconds