Searched refs:GXV_JUST_DATA (Results 1 – 1 of 1) sorted by relevance
66 #define GXV_JUST_DATA( a ) GXV_TABLE_DATA( just, a ) macro156 FT_Bytes wdc_end = table + GXV_JUST_DATA( wdc_offset_max ); in gxv_just_widthDeltaClusters_validate()411 if ( value_p->u > GXV_JUST_DATA( pc_offset_max ) ) in gxv_just_pcTable_LookupValue_entry_validate()412 GXV_JUST_DATA( pc_offset_max ) = value_p->u; in gxv_just_pcTable_LookupValue_entry_validate()413 if ( value_p->u < GXV_JUST_DATA( pc_offset_max ) ) in gxv_just_pcTable_LookupValue_entry_validate()414 GXV_JUST_DATA( pc_offset_min ) = value_p->u; in gxv_just_pcTable_LookupValue_entry_validate()427 GXV_JUST_DATA( pc_offset_max ) = 0x0000; in gxv_just_pcLookupTable_validate()428 GXV_JUST_DATA( pc_offset_min ) = 0xFFFFU; in gxv_just_pcLookupTable_validate()547 if ( value_p->u > GXV_JUST_DATA( wdc_offset_max ) ) in gxv_just_wdcTable_LookupValue_validate()548 GXV_JUST_DATA( wdc_offset_max ) = value_p->u; in gxv_just_wdcTable_LookupValue_validate()[all …]