Home
last modified time | relevance | path

Searched refs:hint1 (Results 1 - 4 of 4) sorted by relevance

/third_party/alsa-lib/src/control/
H A Dnamehint.c714 const char *hint1 = (const char *)hint, *delim; in snd_device_name_get_hint() local
720 while (*hint1 != '\0') { in snd_device_name_get_hint()
721 delim = strchr(hint1, '|'); in snd_device_name_get_hint()
722 if (memcmp(id, hint1, 4) != 0) { in snd_device_name_get_hint()
725 hint1 = delim + 1; in snd_device_name_get_hint()
729 return strdup(hint1 + 4); in snd_device_name_get_hint()
730 size = delim - hint1 - 4; in snd_device_name_get_hint()
733 memcpy(res, hint1 + 4, size); in snd_device_name_get_hint()
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshrec.c718 FT_Int hint1, in ps_dimension_add_counter()
732 if ( ps_mask_test_bit( counter, hint1 ) || in ps_dimension_add_counter()
747 if ( hint1 >= 0 ) in ps_dimension_add_counter()
749 error = ps_mask_set_bit( counter, (FT_UInt)hint1, memory ); in ps_dimension_add_counter()
717 ps_dimension_add_counter( PS_Dimension dim, FT_Int hint1, FT_Int hint2, FT_Int hint3, FT_Memory memory ) ps_dimension_add_counter() argument
H A Dpshalgo.c52 psh_hint_overlap( PSH_Hint hint1, in psh_hint_overlap() argument
55 return ADD_INT( hint1->org_pos, hint1->org_len ) >= hint2->org_pos && in psh_hint_overlap()
56 ADD_INT( hint2->org_pos, hint2->org_len ) >= hint1->org_pos; in psh_hint_overlap()
309 PSH_Hint hint1, hint2; in psh_hint_table_activate_mask() local
317 hint1 = sort[i1]; in psh_hint_table_activate_mask()
323 if ( hint2->org_pos < hint1->org_pos ) in psh_hint_table_activate_mask()
327 sort[i2] = hint1; in psh_hint_table_activate_mask()
/third_party/skia/src/core/
H A DSkVM.cpp3564 auto dst = [&](Val hint1 = NA, Val hint2 = NA) -> Reg {
3565 if (hint1 != NA && try_alias(hint1)) { return r(id); }

Completed in 12 milliseconds