Searched refs:assoc (Results 1 – 2 of 2) sorted by relevance
360 AsscEntry* assoc; in count_faces_scalable() local366 assoc = (AsscEntry*)( fond_data + sizeof ( FamRec ) + 2 ); in count_faces_scalable()371 if ( 0 == EndianS16_BtoN( assoc[i].fontSize ) ) in count_faces_scalable()393 AsscEntry* assoc; in parse_fond() local403 assoc = (AsscEntry*)( fond_data + sizeof ( FamRec ) + 2 ); in parse_fond()404 base_assoc = assoc; in parse_fond()413 assoc += face_index; /* add on the face_index! */ in parse_fond()417 if ( EndianS16_BtoN( assoc->fontSize ) == 0 ) in parse_fond()420 *sfnt_id = EndianS16_BtoN( assoc->fontID ); in parse_fond()
1097 unsigned int assoc; in L2C_InvAllByWay() local1100 assoc = 16U; in L2C_InvAllByWay()1102 assoc = 8U; in L2C_InvAllByWay()1105 L2C_310->INV_WAY = (1U << assoc) - 1U; in L2C_InvAllByWay()1106 while(L2C_310->INV_WAY & ((1U << assoc) - 1U)); //poll invalidate in L2C_InvAllByWay()1115 unsigned int assoc; in L2C_CleanInvAllByWay() local1118 assoc = 16U; in L2C_CleanInvAllByWay()1120 assoc = 8U; in L2C_CleanInvAllByWay()1123 L2C_310->CLEAN_INV_WAY = (1U << assoc) - 1U; in L2C_CleanInvAllByWay()1124 while(L2C_310->CLEAN_INV_WAY & ((1U << assoc) - 1U)); //poll invalidate in L2C_CleanInvAllByWay()
Completed in 20 milliseconds