Searched refs:size_max (Results 1 - 13 of 13) sorted by relevance

/external/eigen/bench/btl/generic_bench/utils/
H A Dsize_log.hh29 void size_log(const int nb_point, const int size_min, const int size_max, Vector & X) argument
34 float ls_max=log(float(size_max));
H A Dsize_lin_log.hh26 void size_lin_log(const int nb_point, const int /*size_min*/, const int size_max, Vector & X) argument
42 size_log(nb_point-nine,ten,size_max,log_size);
/external/libpng/contrib/libtests/
H A Dmakepng.c395 png_uint_32 size_max = local
410 assert(y == 0 && rowbytes == 1 && size_max == 1);
416 assert(y == 0 && rowbytes == 1 && size_max == 3);
422 assert(y == 0 && rowbytes == 8 && size_max == 15);
440 assert(y == 0 && rowbytes == 256 && size_max == 255);
443 row[size_max] = 0xFFU & (size_max+1);
444 if (size_max == 0)
446 --size_max;
479 assert(rowbytes == 512 && size_max
[all...]
/external/eigen/bench/btl/generic_bench/
H A Dbench.hh41 BTL_DONT_INLINE void bench( int size_min, int size_max, int nb_point ) argument
56 size_lin_log(nb_point,size_min,size_max,tab_sizes);
154 BTL_DONT_INLINE void bench( int size_min, int size_max, int nb_point ){ argument
157 bench<Portable_Perf_Analyzer,Action>(size_min,size_max,nb_point);
159 // bench<Mixed_Perf_Analyzer,Action>(size_min,size_max,nb_point);
163 // bench<X86_Perf_Analyzer,Action>(size_min,size_max,nb_point);
164 // bench<STL_Perf_Analyzer,Action>(size_min,size_max,nb_point);
/external/eigen/bench/btl/data/
H A Dmean.cxx31 double mean_calc(const vector<int> & tab_sizes, const vector<double> & tab_mflops, const int size_min, const int size_max);
153 double mean_calc(const vector<int> & tab_sizes, const vector<double> & tab_mflops, const int size_min, const int size_max){ argument
162 if ((tab_sizes[i]>=size_min)&&(tab_sizes[i]<=size_max)){
/external/kernel-headers/original/uapi/linux/
H A Dvirtio_blk.h60 __u32 size_max; member in struct:virtio_blk_config
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
H A DtSTRING_128.py43 self.size_max=128
84 for i in range(self.size_max-1):
144 for i in range(self.size_max+1):
172 for i in range(self.size_max-1):
/external/ltp/lib/
H A Dtst_res.c515 static const size_t size_max = 16; local
519 if (size > size_max || size == 0 ||
533 if ((i + 1) % size_max == 0 || i + 1 == size) {
/external/curl/lib/
H A Dhttp.h57 size_t size_max; member in struct:Curl_send_buffer
H A Dhttp.c1236 ((in->size_used + size) > (in->size_max - 1))) {
1263 in->size_max = new_size;
/external/lzma/xz-embedded/
H A Dxz_dec_lzma2.c37 * size <= size_max
81 uint32_t size_max; member in struct:dictionary
86 * size_max is always the same as the allocated size.)
1112 s->dict.size_max = dict_max;
1138 if (s->dict.size > s->dict.size_max)
/external/toybox/toys/pending/
H A Dxzcat.c1209 * size <= size_max
1248 uint32_t size_max; member in struct:dictionary
2257 s->dict.size_max = dict_max;
2273 if (s->dict.size > s->dict.size_max)
/external/bison/lib/
H A Dgnulib.mk1530 ## begin gnulib module size_max
1532 libbison_a_SOURCES += size_max.h
1534 ## end gnulib module size_max

Completed in 445 milliseconds