Searched defs:small (Results 26 - 39 of 39) sorted by relevance

12

/external/libpng/contrib/libtests/
H A Dmakepng.c84 * makepng --small ...
86 * If --small is given the images are no larger than required to include every
104 * The --small option is meant to provide good test-case coverage, however the
105 * images are not easy to examine visually. Without the --small option the
208 int small)
217 if (small)
392 unsigned int *colors, int small)
396 image_size_of_type(color_type, bit_depth, colors, small)-1;
399 if (colors[0] == 0) if (small)
772 unsigned int filters, unsigned int *colors, int small, in
207 image_size_of_type(int color_type, int bit_depth, unsigned int *colors, int small) argument
390 generate_row(png_bytep row, size_t rowbytes, unsigned int y, int color_type, int bit_depth, png_const_bytep gamma_table, double conv, unsigned int *colors, int small) argument
770 write_png(const char **name, FILE *fp, int color_type, int bit_depth, volatile png_fixed_point gamma, chunk_insert * volatile insert, unsigned int filters, unsigned int *colors, int small, int tRNS) argument
1684 int small = 0; /* make full size images */ local
[all...]
/external/boringssl/src/crypto/ec/
H A Dp256-64.c185 /* smallfelem_neg sets |out| to |-small|
188 static void smallfelem_neg(felem out, const smallfelem small) { argument
190 out[0] = zero105[0] - small[0];
191 out[1] = zero105[1] - small[1];
192 out[2] = zero105[2] - small[2];
193 out[3] = zero105[3] - small[3];
378 /* smallfelem_square sets |out| = |small|^2
380 * small[i] < 2^64
383 static void smallfelem_square(longfelem out, const smallfelem small) { argument
387 a = ((uint128_t)small[
460 u64 small[4]; local
770 smallfelem_is_zero(const smallfelem small) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcdattst.c1240 * Recursively test between 'small' and 'large', up to the depth
1243 static UBool _aux2ExtremeDates(UDateFormat* fmt, UDate small, UDate large, argument
1248 UDate mid = (UDate) exp((log(small) + log(large)) / 2);
1254 _aux2ExtremeDates(fmt, small, mid, buf, buflen, cbuf, count+1, ec) &&
1263 * binary search of a predefined interval (from 'small' to 'large').
1277 const double small = 1000; /* 1 sec */ local
1291 _aux2ExtremeDates(fmt, small, large, buf, UPRV_LENGTHOF(buf), cbuf, 0, &ec);
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp2652 vector<float> small; local
2656 small.reserve(numElements);
2664 small.push_back(0.f);
2668 small.push_back(-0.f);
2672 small.push_back(std::ldexp(1.0f, -16));
2676 small.push_back(std::ldexp(-1.0f, -32));
2680 small.push_back(std::ldexp(1.0f, -127));
2684 small.push_back(-std::ldexp(1.0f, -128));
2691 spec.inputs.push_back(BufferSp(new Float32Buffer(small)));
7168 }, // too small positiv
[all...]
/external/valgrind/VEX/switchback/
H A Dtest_bzip2.c195 # ifdef small
196 /* windows.h define small to char */
197 # undef small macro
234 int small
258 int small,
334 int small,
2497 usually small, typically <= 20.
2853 Now ftab contains the first loc of every small bucket.
2893 mainQSort3 to sort the small buckets [ss, j], but
2901 any unsorted small bucket
5420 BZ2_bzReadOpen( int* bzerror, FILE* f, int verbosity, int small, void* unused, int nUnused ) argument
5632 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
[all...]
/external/valgrind/exp-sgcheck/tests/
H A Dhackedbz2.c218 # ifdef small
219 /* windows.h define small to char */
220 # undef small macro
257 int small
281 int small,
357 int small,
1276 /* XXX re 930: make the buffer just to small (by 1 byte) to be OK
2523 usually small, typically <= 20.
2879 Now ftab contains the first loc of every small bucket.
2919 mainQSort3 to sort the small bucket
5446 BZ2_bzReadOpen( int* bzerror, FILE* f, int verbosity, int small, void* unused, int nUnused ) argument
5658 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
[all...]
/external/valgrind/memcheck/tests/
H A Dorigin5-bz2.c211 # ifdef small
212 /* windows.h define small to char */
213 # undef small macro
250 int small
274 int small,
350 int small,
2514 usually small, typically <= 20.
2870 Now ftab contains the first loc of every small bucket.
2910 mainQSort3 to sort the small buckets [ss, j], but
2918 any unsorted small bucket
5437 BZ2_bzReadOpen( int* bzerror, FILE* f, int verbosity, int small, void* unused, int nUnused ) argument
5650 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
[all...]
H A Dvarinfo6.c249 # ifdef small
250 /* windows.h define small to char */
251 # undef small macro
288 int small
312 int small,
388 int small,
2551 usually small, typically <= 20.
2906 Now ftab contains the first loc of every small bucket.
2946 mainQSort3 to sort the small buckets [ss, j], but
2954 any unsorted small bucket
5475 BZ2_bzReadOpen( int* bzerror, FILE* f, int verbosity, int small, void* unused, int nUnused ) argument
5687 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
[all...]
/external/valgrind/perf/
H A Dbz2.c211 # ifdef small
212 /* windows.h define small to char */
213 # undef small macro
250 int small
274 int small,
350 int small,
2512 usually small, typically <= 20.
2868 Now ftab contains the first loc of every small bucket.
2908 mainQSort3 to sort the small buckets [ss, j], but
2916 any unsorted small bucket
5435 BZ2_bzReadOpen( int* bzerror, FILE* f, int verbosity, int small, void* unused, int nUnused ) argument
5647 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
[all...]
H A Dtest_input_for_tinycc.c958 int small
984 int small,
3953 int small )
3960 if (small != 0 && small != 1) return (-2);
3978 s->smallDecompress = (Bool)small;
4379 int small,
4387 (small != 0 && small != 1) ||
4394 ret = BZ2_bzDecompressInit ( &strm, verbosity, small );
4374 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
[all...]
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 542 milliseconds

12