Searched refs:hint1 (Results 1 – 4 of 4) sorted by relevance
/third_party/alsa-lib/src/control/ |
D | namehint.c | 715 const char *hint1 = (const char *)hint, *delim; in snd_device_name_get_hint() local 721 while (*hint1 != '\0') { in snd_device_name_get_hint() 722 delim = strchr(hint1, '|'); in snd_device_name_get_hint() 723 if (memcmp(id, hint1, 4) != 0) { in snd_device_name_get_hint() 726 hint1 = delim + 1; in snd_device_name_get_hint() 730 return strdup(hint1 + 4); in snd_device_name_get_hint() 731 size = delim - hint1 - 4; in snd_device_name_get_hint() 734 memcpy(res, hint1 + 4, size); in snd_device_name_get_hint()
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
D | pshalgo.c | 52 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()
|
D | pshrec.c | 718 FT_Int hint1, in ps_dimension_add_counter() argument 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()
|
/third_party/skia/src/core/ |
D | SkVM.cpp | 3564 auto dst = [&](Val hint1 = NA, Val hint2 = NA) -> Reg { in jit() argument 3565 if (hint1 != NA && try_alias(hint1)) { return r(id); } in jit()
|