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

1 2 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
odd-1.s 0 small GREG #abc
3 TRIP 1,$100,small
5 UNSAVE small
7 CMPU small,$4,rC
8 SET small,$2
1 small GREG #abc label
  /external/clang/test/SemaCXX/
attr-print.cpp 23 // CHECK: int small __attribute__((mode(byte)));
24 int small __attribute__((mode(byte))); variable
  /external/opencv3/modules/imgcodecs/
precomp.hpp 70 #undef small macro
  /external/opencv3/modules/imgcodecs/src/
precomp.hpp 70 #undef small macro
  /external/opencv3/samples/python2/
browse.py 43 small = img variable
45 small = cv2.pyrDown(small) variable
49 h1, w1 = small.shape[:2]
54 cv2.imshow('preview', small)
color_histogram.py 40 small = cv2.pyrDown(frame) variable
42 hsv = cv2.cvtColor(small, cv2.COLOR_BGR2HSV)
  /external/valgrind/memcheck/tests/
big_blocks_freed_list.c 11 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();
  /external/libbrillo/brillo/
any_internal_impl_unittest.cc 77 struct Small {
79 } small = {}; local
80 buffer.Assign(small);
83 EXPECT_STREQ(GetTypeTag<Small>(), buffer.GetDataPtr()->GetTypeTag());
  /external/skia/gm/
bigmatrix.cpp 34 SkScalar small = 1 / (500 * SK_Scalar1); local
37 path.addCircle(pt.fX, pt.fY, small);
42 SkRect rect = {pt.fX - small, pt.fY - small,
43 pt.fX + small, pt.fY + small};
66 rect.setLTRB(pt.fX - small, pt.fY - small,
67 pt.fX + small, pt.fY + small);
    [all...]
verylargebitmap.cpp 93 int small = 150; variable
100 show_image(canvas, small, small, colors, fProc);
105 show_image(canvas, big, small, colors, fProc);
117 show_image(canvas, veryBig, small, colors, fProc);
  /packages/inputmethods/LatinIME/native/jni/src/utils/
char_utils.cpp 30 unsigned short small; member in struct:latinime::LatinCapitalSmallPair
211 { 0x01C5, 0x01C6 }, // LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON
213 { 0x01C8, 0x01C9 }, // LATIN CAPITAL LETTER L WITH SMALL LETTER J
215 { 0x01CB, 0x01CC }, // LATIN CAPITAL LETTER N WITH SMALL LETTER J
234 { 0x01F2, 0x01F3 }, // LATIN CAPITAL LETTER D WITH SMALL LETTER Z
278 { 0x024A, 0x024B }, // LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL
    [all...]
  /external/eigen/test/
stable_norm.cpp 62 Scalar small = factor * ((std::numeric_limits<RealScalar>::min)() * RealScalar(1e4)); local
70 vsmall.fill(small);
91 VERIFY(isFinite(sqrt(size)*abs(small)));
92 VERIFY_IS_NOT_APPROX(sqrt(copy(vsmall.squaredNorm())), abs(sqrt(size)*small)); // here the default norm must fail
93 VERIFY_IS_APPROX(vsmall.stableNorm(), sqrt(size)*abs(small));
94 VERIFY_IS_APPROX(vsmall.blueNorm(), sqrt(size)*abs(small));
95 VERIFY_IS_APPROX(vsmall.hypotNorm(), sqrt(size)*abs(small));
  /external/opencv3/modules/highgui/
precomp.hpp 73 #undef small macro
  /external/opencv3/modules/highgui/src/
precomp.hpp 73 #undef small macro
  /external/skia/tests/
InfRectTest.cpp 62 SkScalar small = SkIntToScalar(10); local
67 SkRect rect = SkRect::MakeXYWH(small, small, big, big);
72 check_invalid(reporter, small, small, big, invalid[i]);
73 check_invalid(reporter, small, small, invalid[i], big);
74 check_invalid(reporter, small, invalid[i], big, big);
75 check_invalid(reporter, invalid[i], small, big, big);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
MergeTagTest.java 47 Map<Object, Object> small = (Map<Object, Object>) list.get(3); local
48 assertEquals(1, small.size());
49 assertEquals(new Integer(1), small.get("r"));
  /external/v8/test/mjsunit/
html-string-funcs.js 35 fixed: 'tt', italics: 'i', small: 'small',
  /toolchain/binutils/binutils-2.25/libiberty/
objalloc.c 49 We handle large and small allocation requests differently. If we
64 contains small objects, this is NULL. */
75 hold small objects. */
200 struct objalloc_chunk *p, *small; local
204 and set Q to the last small object chunk we see before P. */
205 small = NULL;
212 small = p;
230 /* The block is in a chunk containing small objects. We can
231 free every chunk through SMALL, because they have certainly
232 been allocated more recently. After SMALL, we will not se
    [all...]
  /bionic/tests/
stdatomic_test.cpp 67 atomic_char small; local
68 ASSERT_TRUE(atomic_is_lock_free(&small));
  /external/icu/icu4c/source/test/cintltst/
sorttest.c 30 uint16_t small[]={ 8, 1, 2, 5, 4, 3, 7, 6 }; local
38 /* sort small array (stable) */
40 uprv_sortArray(small, UPRV_LENGTHOF(small), sizeof(small[0]), uprv_uint16Comparator, NULL, TRUE, &errorCode);
42 log_err("uprv_sortArray(small) failed - %s\n", u_errorName(errorCode));
45 for(i=1; i<UPRV_LENGTHOF(small); ++i) {
46 if(small[i-1]>small[i]) {
47 log_err("uprv_sortArray(small) mis-sorted [%d]=%u > [%d]=%u\n", i-1, small[i-1], i, small[i])
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue103/
MergingTest.java 77 Map<Object, Object> small = inputList.get(3); local
78 assertEquals(1, small.size());
79 assertEquals(Integer.valueOf(1), small.get("r"));
  /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/clang/test/CodeGen/
sparcv9-abi.c 24 // Small structs are passed in registers.
25 struct small { struct
29 // CHECK-LABEL: define %struct.small @f_small(i32* %x.coerce0, i32* %x.coerce1)
30 struct small f_small(struct small x) {
167 // CHECK-DAG: %[[ADR:[^ ]+]] = bitcast i8* %[[CUR]] to %struct.small*
170 s += *va_arg(ap, struct small).a;
  /external/opencv3/modules/videoio/
precomp.hpp 73 #undef small macro
  /external/opencv3/modules/videoio/src/
precomp.hpp 73 #undef small macro

Completed in 1276 milliseconds

1 2 3