Searched refs:size_max (Results 1 - 22 of 22) 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/opencv3/3rdparty/include/ffmpeg_/libavutil/
H A Dbprint.h60 * The size_max field determines several possible behaviours:
62 * size_max = -1 (= UINT_MAX) or any large value will let the buffer be
65 * size_max = 0 prevents writing anything to the buffer: only the total
68 * (using size_init = size_max = len + 1).
70 * size_max = 1 is automatically replaced by the exact size available in the
80 unsigned size_max; /**< maximum allocated memory */
86 * Convenience macros for special values for av_bprint_init() size_max
98 * @param size_max maximum size;
106 void av_bprint_init(AVBPrint *buf, unsigned size_init, unsigned size_max);
139 * the bprint buffer is near the limit stated by the size_max optio
[all...]
/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/libnfc-nci/src/nfc/include/
H A Dce_api.h102 UINT32 size_max,
/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/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c923 UINT32 size_max,
930 CE_TRACE_API3 ("CE_T3tSetContent: ro=%i, size_max=%i, size_current=%i", read_only, size_max, size_current);
949 p_cb->ndef_info.nmaxb = (UINT16) ((size_max + 15) / T3T_MSG_BLOCKSIZE); /* Max length (in blocks) */
922 CE_T3tSetLocalNDEFMsg(BOOLEAN read_only, UINT32 size_max, UINT32 size_current, UINT8 *p_buf, UINT8 *p_scratch_buf) argument
/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
/external/skia/third_party/yasm/config/android/
H A DMakefile1537 m4/size_max.m4 m4/ulonglong.m4 m4/wchar_t.m4 m4/wint_t.m4 \
/external/skia/third_party/yasm/config/chromeos/
H A DMakefile1537 m4/size_max.m4 m4/ulonglong.m4 m4/wchar_t.m4 m4/wint_t.m4 \
/external/skia/third_party/yasm/config/ios/
H A DMakefile1537 m4/size_max.m4 m4/ulonglong.m4 m4/wchar_t.m4 m4/wint_t.m4 \
/external/skia/third_party/yasm/config/linux/
H A DMakefile1537 m4/size_max.m4 m4/ulonglong.m4 m4/wchar_t.m4 m4/wint_t.m4 \
/external/skia/third_party/yasm/config/mac/
H A DMakefile1537 m4/size_max.m4 m4/ulonglong.m4 m4/wchar_t.m4 m4/wint_t.m4 \
/external/skia/third_party/yasm/config/openbsd/
H A DMakefile1537 m4/size_max.m4 m4/ulonglong.m4 m4/wchar_t.m4 m4/wint_t.m4 \
/external/skia/third_party/yasm/config/win/
H A DMakefile1537 m4/size_max.m4 m4/ulonglong.m4 m4/wchar_t.m4 m4/wint_t.m4 \

Completed in 619 milliseconds