Searched defs:small (Results 1 - 19 of 19) sorted by relevance

/external/icu4c/test/cintltst/
H A Dsorttest.c28 uint16_t small[]={ 8, 1, 2, 5, 4, 3, 7, 6 }; local
36 /* sort small array (stable) */
38 uprv_sortArray(small, LENGTHOF(small), sizeof(small[0]), uprv_uint16Comparator, NULL, TRUE, &errorCode);
40 log_err("uprv_sortArray(small) failed - %s\n", u_errorName(errorCode));
43 for(i=1; i<LENGTHOF(small); ++i) {
44 if(small[i-1]>small[i]) {
45 log_err("uprv_sortArray(small) mi
[all...]
H A Dcdattst.c1045 * Recursively test between 'small' and 'large', up to the depth
1048 static UBool _aux2ExtremeDates(UDateFormat* fmt, UDate small, UDate large, argument
1053 UDate mid = (UDate) exp((log(small) + log(large)) / 2);
1059 _aux2ExtremeDates(fmt, small, mid, buf, buflen, cbuf, count+1, ec) &&
1068 * binary search of a predefined interval (from 'small' to 'large').
1082 const double small = 1000; /* 1 sec */ local
1096 _aux2ExtremeDates(fmt, small, large, buf, LEN(buf), cbuf, 0, &ec);
/external/valgrind/main/memcheck/tests/
H A Dbig_blocks_freed_list.c11 char *small = NULL; local
25 /* Then verify that dangling pointers for small blocks is not hampered
27 small = malloc (10000);
28 free(small);
32 with the malloc of small above. */
41 if (small[10] > 0x0) jumped();
55 if (small[10] > 0x0) jumped();
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/skia/tests/
H A DInfRectTest.cpp32 SkScalar small = SkIntToScalar(10); local
35 SkRect rect = SkRect::MakeXYWH(small, small, big, big);
38 check_invalid(reporter, small, small, big, invalid);
39 check_invalid(reporter, small, small, invalid, big);
40 check_invalid(reporter, small, invalid, big, big);
41 check_invalid(reporter, invalid, small, big, big);
42 check_invalid(reporter, small, smal
[all...]
/external/v8/test/mjsunit/
H A Dhtml-string-funcs.js35 fixed: 'tt', italics: 'i', small: 'small',
/external/bzip2/
H A Dbzlib.h80 # ifdef small
81 /* windows.h define small to char */
82 # undef small macro
119 int small
143 int small,
219 int small,
H A Dbzlib.c495 int small )
502 if (small != 0 && small != 1) return BZ_PARAM_ERROR;
520 s->smallDecompress = (Bool)small;
1091 int small,
1101 (small != 0 && small != 1) ||
1130 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small );
1304 int small,
1312 (small !
1087 BZ2_bzReadOpen( int* bzerror, FILE* f, int verbosity, int small, void* unused, int nUnused ) argument
1299 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dmvcl.c174 uint8_t byte, buf[10], small[5], i; local
205 memset(small, 's', sizeof small);
206 run_test(buf, sizeof buf, small, sizeof small, 'a');
211 memset(small, 's', sizeof small);
212 run_test(small, sizeof small, buf, sizeof buf, 'a');
/external/libffi/src/mips/
H A Dffi.c242 unsigned small = FFI_TYPE_SMALLSTRUCT; local
256 small = FFI_TYPE_SMALLSTRUCT2;
271 return small;
277 return small;
282 return small;
/external/valgrind/main/helgrind/
H A Dhg_wordset.c562 WordSet HG_(isSubsetOf) ( WordSetU* wsu, WordSet small, WordSet big ) argument
565 return small == HG_(intersectWS)( wsu, small, big );
/external/webkit/Source/WebCore/inspector/front-end/
H A DProfilesPanel.js297 var small = false; variable
329 group[0]._profilesTreeElement.small = true;
338 small = true;
344 profileTreeElement.small = small;
/external/qemu/tcg/i386/
H A Dtcg-target.c713 #undef small /* for mingw build */ macro
716 static void tcg_out_jxx(TCGContext *s, int opc, int label_index, int small) argument
732 if (small) {
743 } else if (small) {
779 int label_index, int small)
782 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
788 int label_index, int small)
791 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
797 const int *const_args, int small)
806 args[5], small);
777 tcg_out_brcond32(TCGContext *s, TCGCond cond, TCGArg arg1, TCGArg arg2, int const_arg2, int label_index, int small) argument
786 tcg_out_brcond64(TCGContext *s, TCGCond cond, TCGArg arg1, TCGArg arg2, int const_arg2, int label_index, int small) argument
796 tcg_out_brcond2(TCGContext *s, const TCGArg *args, const int *const_args, int small) argument
[all...]
/external/valgrind/main/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,
2499 usually small, typically <= 20.
2855 Now ftab contains the first loc of every small bucket.
2895 mainQSort3 to sort the small buckets [ss, j], but
2903 any unsorted small bucket
5422 BZ2_bzReadOpen( int* bzerror, FILE* f, int verbosity, int small, void* unused, int nUnused ) argument
5634 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
[all...]
/external/valgrind/main/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/main/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,
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
5649 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/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 ...

Completed in 368 milliseconds