Home
last modified time | relevance | path

Searched refs:size_max (Results 1 – 18 of 18) sorted by relevance

/external/libpng/contrib/libtests/
Dmakepng.c395 png_uint_32 size_max = in generate_row() local
410 assert(y == 0 && rowbytes == 1 && size_max == 1); in generate_row()
416 assert(y == 0 && rowbytes == 1 && size_max == 3); in generate_row()
422 assert(y == 0 && rowbytes == 8 && size_max == 15); in generate_row()
440 assert(y == 0 && rowbytes == 256 && size_max == 255); in generate_row()
443 row[size_max] = 0xFFU & (size_max+1); in generate_row()
444 if (size_max == 0) in generate_row()
446 --size_max; in generate_row()
479 assert(rowbytes == 512 && size_max == 255); in generate_row()
482 row[2*size_max ] = 0xFFU & size_max; in generate_row()
[all …]
/external/eigen/bench/btl/generic_bench/
Dbench.hh41 BTL_DONT_INLINE void bench( int size_min, int size_max, int nb_point ) in bench() argument
56 size_lin_log(nb_point,size_min,size_max,tab_sizes); in bench()
154 BTL_DONT_INLINE void bench( int size_min, int size_max, int nb_point ){ in bench() argument
157 bench<Portable_Perf_Analyzer,Action>(size_min,size_max,nb_point); in bench()
/external/eigen/bench/btl/generic_bench/utils/
Dsize_log.hh29 void size_log(const int nb_point, const int size_min, const int size_max, Vector & X) in size_log() argument
34 float ls_max=log(float(size_max)); in size_log()
Dsize_lin_log.hh26 void size_lin_log(const int nb_point, const int /*size_min*/, const int size_max, Vector & X) in size_lin_log() argument
42 size_log(nb_point-nine,ten,size_max,log_size); in size_lin_log()
/external/eigen/bench/btl/data/
Dmean.cxx31 …ector<int> & tab_sizes, const vector<double> & tab_mflops, const int size_min, const int size_max);
153 …ector<int> & tab_sizes, const vector<double> & tab_mflops, const int size_min, const int size_max){ in mean_calc() argument
162 if ((tab_sizes[i]>=size_min)&&(tab_sizes[i]<=size_max)){ in mean_calc()
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
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/
Dtst_res.c544 static const size_t size_max = 16; in tst_resm_hexd_() local
558 if (size > size_max || size == 0 || in tst_resm_hexd_()
571 if ((i + 1) % size_max == 0 || i + 1 == size) { in tst_resm_hexd_()
/external/kernel-headers/original/uapi/linux/
Dvirtio_blk.h62 __u32 size_max; member
/external/curl/lib/
Dhttp.h55 size_t size_max; member
Dhttp.c1336 ((in->size_used + size) > (in->size_max - 1))) { in Curl_add_buffer()
1363 in->size_max = new_size; in Curl_add_buffer()
/external/eigen/bench/btl/
DREADME146 bench<Portable_Perf_Analyzer,Action>(size_min,size_max,nb_point);
148 bench<Mixed_Perf_Analyzer,Action>(size_min,size_max,nb_point);
/external/xz-embedded/linux/lib/xz/
Dxz_dec_lzma2.c81 uint32_t size_max; member
1116 s->dict.size_max = dict_max; in xz_dec_lzma2_create()
1142 if (s->dict.size > s->dict.size_max) in xz_dec_lzma2_reset()
/external/harfbuzz_ng/
Dgit.mk155 size_max.m4 \
/external/grpc-grpc/third_party/nanopb/
Dpb_decode.c443 const size_t size_max = (size_t)-1; in allocate_field() local
444 if (size_max / array_size < data_size) in allocate_field()
/external/nanopb-c/
Dpb_decode.c498 const size_t size_max = (size_t)-1; in allocate_field() local
499 if (size_max / array_size < data_size) in allocate_field()
/external/toybox/toys/pending/
Dxzcat.c1242 uint32_t size_max; member
2250 s->dict.size_max = dict_max; in xz_dec_lzma2_create()
2266 if (s->dict.size > s->dict.size_max) in xz_dec_lzma2_reset()
/external/python/cpython3/Lib/test/
Dtest_bytes.py959 size_max = c_size_t(-1).value
968 (b'%zu', c_size_t, size_max, str),
969 (b'%p', c_char_p, size_max, ptr_formatter),
/external/e2fsprogs/
Daclocal.m43670 # size_max.m4 serial 10