Searched refs:num_pairs (Results 1 – 3 of 3) sorted by relevance
88 FT_UInt num_pairs, length, coverage; in tt_face_load_kern() local115 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()118 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()119 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()127 if ( num_pairs > 0 ) in tt_face_load_kern()136 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()203 FT_UInt num_pairs; in tt_face_get_kerning() local220 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()224 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()236 FT_UInt max = num_pairs; in tt_face_get_kerning()[all …]
963 int num_pairs) { in SSE_16xN_SSE2() argument968 for (i = 0; i < num_pairs; ++i) { in SSE_16xN_SSE2()997 int num_pairs = 4; in SSE8x8_SSE2() local1000 while (num_pairs-- > 0) { in SSE8x8_SSE2()
76444 duk_small_uint_t num_pairs; member76449 if (st->num_pairs > 0) {76458 DUK_ASSERT(st->num_pairs > 0);76466 st->num_total_pairs += st->num_pairs;76467 st->num_pairs = 0;76573 if (st.num_pairs >= max_init_pairs) {76575 DUK_ASSERT(st.num_pairs == 0);76637 st.num_pairs++;76662 st.num_pairs++;76694 st.num_pairs++;[all …]
Completed in 240 milliseconds