Home
last modified time | relevance | path

Searched refs:TYPE_AT (Results 1 – 6 of 6) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/expression/
H A DIExpression.java25 int TYPE_AT = 3; field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/
H A DAt.java85 return TYPE_AT; in getExpressionType()
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dhdc92x4.cpp289 TYPE_AT = 0x00, enumerator
582 if (m_selected_drive_type == TYPE_AT) in desired_cylinder()
617 if (m_selected_drive_type == TYPE_AT) in current_cylinder()
634 return (m_selected_drive_type != TYPE_AT) && ((m_register_r[CURRENT_HEAD] & 0x80)!=0); in bad_sector()
660 return (m_selected_drive_type == TYPE_AT)? 4 : 5; in header_length()
773 if (m_selected_drive_type==TYPE_AT) in sector_size()
3680 if (m_selected_drive_type==TYPE_AT) m_live_state.byte_counter--; in live_run_hd_until()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dhdc92x4.cpp289 TYPE_AT = 0x00, enumerator
582 if (m_selected_drive_type == TYPE_AT) in desired_cylinder()
617 if (m_selected_drive_type == TYPE_AT) in current_cylinder()
634 return (m_selected_drive_type != TYPE_AT) && ((m_register_r[CURRENT_HEAD] & 0x80)!=0); in bad_sector()
660 return (m_selected_drive_type == TYPE_AT)? 4 : 5; in header_length()
773 if (m_selected_drive_type==TYPE_AT) in sector_size()
3680 if (m_selected_drive_type==TYPE_AT) m_live_state.byte_counter--; in live_run_hd_until()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/console/shell/assist/
H A DRCompletionManager.java929 public static final int TYPE_AT = 7; field in RCompletionManager.AutocompletionContext
1348 AutocompletionContext.TYPE_AT; in addAutocompletionContextForDollar()
/dports/science/openbabel/openbabel-3.1.1/src/formats/libinchi/
H A Dichi_bns.c8491 #define TYPE_AT 4 in bIsAggressiveDeprotonation() macro