HomeSort by relevance Sort by last modified time
    Searched defs:small (Results 1 - 8 of 8) sorted by null

  /external/icu4c/test/cintltst/
sorttest.c 28 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) mis-sorted [%d]=%u > [%d]=%u\n", i-1, small[i-1], i, small[i])
    [all...]
cdattst.c 1082 const double small = 1000; \/* 1 sec *\/ local
    [all...]
  /bionic/libc/arch-sh/bionic/
memset.S 52 /* small amount to fill ? */
56 mov #12,REG_TMP1 /* if (len >= 12) goto small; */
58 bt/s small
92 small: label
146 /* 2 bytes aligned small fill */
  /external/v8/test/mjsunit/
html-string-funcs.js 35 fixed: 'tt', italics: 'i', small: 'small',
  /external/bzip2/
bzlib.h 80 # ifdef small
81 /* windows.h define small to char */
82 # undef small macro
119 int small
143 int small,
219 int small,
  /external/libffi/src/mips/
ffi.c 242 unsigned small = FFI_TYPE_SMALLSTRUCT; local
256 small = FFI_TYPE_SMALLSTRUCT2;
271 return small;
277 return small;
282 return small;
  /external/webkit/WebCore/inspector/front-end/
ProfilesPanel.js 254 var small = false; variable
286 group[0]._profilesTreeElement.small = true;
295 small = true;
300 profileTreeElement.small = small;
  /dalvik/libcore/luni/src/main/native/
hycomp.h 165 #undef small /* defined as char in rpcndr.h */ macro

Completed in 209 milliseconds