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

  /art/compiler/optimizing/
loop_analysis.cc 173 uint32_t uf2 = (trip_count - max_peel) / vector_length; variable
175 TruncToPowerOfTwo(std::min({uf1, uf2, kArm64SimdMaxUnrollFactor}));
  /external/harfbuzz_ng/test/api/
test-unicode.c 505 hb_unicode_funcs_t *uf, *uf2; local
512 uf2 = hb_unicode_funcs_create (uf);
516 g_assert (!hb_unicode_funcs_is_immutable (uf2));
517 _test_unicode_properties_nil (uf2);
519 hb_unicode_funcs_destroy (uf2);
526 uf2 = hb_unicode_funcs_create (uf);
530 g_assert (!hb_unicode_funcs_is_immutable (uf2));
531 hb_unicode_funcs_make_immutable (uf2);
532 test_unicode_properties (uf2);
534 hb_unicode_funcs_destroy (uf2);
    [all...]

Completed in 699 milliseconds