HomeSort by relevance Sort by last modified time
    Searched refs:small1 (Results 1 - 9 of 9) sorted by null

  /external/jemalloc_new/test/integration/
xallocx.c 177 size_t small0, small1, largemax; local
182 small1 = get_small_size(1);
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0,
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0,
194 assert_zu_eq(xallocx(p, small0, small1 - small0, 0), small0,
  /external/libcxx/test/std/utilities/any/any.class/any.assign/
move.pass.cpp 110 test_move_assign<small1, small2>();
copy.pass.cpp 196 test_copy_assign<small1, small2>();
value.pass.cpp 207 test_assign_value<small1, small2>();
  /external/jemalloc/test/integration/
xallocx.c 212 size_t small0, small1, hugemax; local
217 small1 = get_small_size(1);
223 assert_zu_eq(xallocx(p, small1, 0, 0), small0,
226 assert_zu_eq(xallocx(p, small1, 0, 0), small0,
229 assert_zu_eq(xallocx(p, small0, small1 - small0, 0), small0,
  /external/libcxx/test/std/utilities/any/any.class/any.modifiers/
swap.pass.cpp 136 test_swap<small1, small2>();
  /external/libcxx/test/support/
experimental_any_helpers.h 145 typedef small_type<1> small1;
any_helpers.h 176 typedef small_type<1> small1; typedef
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 

Completed in 1720 milliseconds