Home
last modified time | relevance | path

Searched refs:_LT (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dfileattributes.cpp65 , m_Archive( uiVariable, this, utf8_to_unicode( _LT( "Archive" ) ).data(), 0, false ) in clFileAttributesWin()
66 , m_Hidden( uiVariable, this, utf8_to_unicode( _LT( "Hidden" ) ).data(), 0, false ) in clFileAttributesWin()
67 , m_System( uiVariable, this, utf8_to_unicode( _LT( "System" ) ).data(), 0, false ) in clFileAttributesWin()
68 , m_Compressed( 0, this, utf8_to_unicode( _LT( "Compressed" ) ).data(), 0, false ) in clFileAttributesWin()
69 , m_Encrypted( 0, this, utf8_to_unicode( _LT( "Encrypted" ) ).data(), 0, false ) in clFileAttributesWin()
70 , m_NotIndexed( 0, this, utf8_to_unicode( _LT( "NotIndexed" ) ).data(), 0, false ) in clFileAttributesWin()
71 , m_Sparse( 0, this, utf8_to_unicode( _LT( "Sparse" ) ).data(), 0, false ) in clFileAttributesWin()
72 , m_Temporary( 0, this, utf8_to_unicode( _LT( "Temporary" ) ).data(), 0, false ) in clFileAttributesWin()
73 , m_Offline( 0, this, utf8_to_unicode( _LT( "Offline" ) ).data(), 0, false ) in clFileAttributesWin()
75 , m_Virtual( 0, this, utf8_to_unicode( _LT( "Virtual" ) ).data(), 0, false ) in clFileAttributesWin()
[all …]
H A Ddlg-ctrl-l.cpp30 PutValue( _LT( "Computer name" ), hostName ); in DirCtrlL()
49 PutValue( _LT( "User name" ), u ); in DirCtrlL()
56 PutValue( _LT( "User name" ), user ); in DirCtrlL()
62 PutLabel( _LT( "Disk" ) ); in DirCtrlL()
63 PutValue( _LT( "Total bytes" ), ToStringGrouped( statVfs.size ).c_str() ); in DirCtrlL()
64 PutValue( _LT( "Free bytes" ), ToStringGrouped(statVfs.avail ).c_str() ); in DirCtrlL()
70 PutLabel( _LT( "System info" ) ); in DirCtrlL()
91 PutValue( _LT( "Processor" ), buf ); in DirCtrlL()
100 PutValue( _LT( "Total physical memory" ), ToStringGrouped( ms.ullTotalPhys ).c_str() ); in DirCtrlL()
101 PutValue( _LT( "Free physical memory" ), ToStringGrouped( ms.ullAvailPhys ).c_str() ); in DirCtrlL()
[all …]
H A Dncwin.cpp241 _toolBar.AddCmd( ID_SAVE, _LT( "Save file" ) ); in SetToolbarEdit()
246 _toolBar.AddCmd( ID_UNDO, _LT( "Undo" ) ); in SetToolbarEdit()
247 _toolBar.AddCmd( ID_REDO, _LT( "Redo" ) ); in SetToolbarEdit()
981 …if ( NCMessageBox( this, _LT( "Quit" ), _LT( "Do you want to quit?" ), false, bListOkCancel ) == C… in QuitQuestion()
1372 if ( NCMessageBox( this, _LT( "Delete" ), in Delete()
1451 pCaption = _LT("Copy file under cursor to:"); in Copy()
1552 pCaption = _LT("Move file under cursor to:"); in Move()
1902 NCMessageBox( this, _LT( "Search" ), _LT( "String not found" ), true ); in EditSearch()
1918 NCMessageBox( this, _LT( "Replace" ), _LT( "String not found" ), true ); in EditReplace()
1931 NCMessageBox( this, _LT( "Search" ), _LT( "String not found" ), true ); in ViewSearch()
[all …]
H A Dsearch-dlg.cpp28 …: NCVertDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( _LT( "Search" ) ).data(), bLis… in SearchParamDialog()
30 textLabel( 0, this, utf8_to_unicode( _LT( "&Search for:" ) ).data(), &textEdit ), in SearchParamDialog()
32 …caseButton( 0, this, utf8_to_unicode( _LT( "C&ase sensitive" ) ).data(), 0, params->m_CaseSensitiv… in SearchParamDialog()
112 …: NCVertDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( _LT( "Search" ) ).data(), bLis… in SearchFileParamDialog()
114 maskText( 0, this, utf8_to_unicode( _LT( "File &mask:" ) ).data(), &maskEdit ), in SearchFileParamDialog()
115 textText( 0, this, utf8_to_unicode( _LT( "&Text:" ) ).data(), &textEdit ), in SearchFileParamDialog()
118 …caseButton( 0, this, utf8_to_unicode( _LT( "C&ase sensitive" ) ).data(), 0, params->m_CaseSensitiv… in SearchFileParamDialog()
192 …: NCVertDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( _LT( "Replace" ) ).data(), bLi… in ReplaceEditParamDialog()
194 fromText( 0, this, utf8_to_unicode( _LT( "&Search for:" ) ).data(), &fromEdit ), in ReplaceEditParamDialog()
195 toText( 0, this, utf8_to_unicode( _LT( "&Replace with:" ) ).data(), &toEdit ), in ReplaceEditParamDialog()
[all …]
H A Dfileassociations.cpp22 …: NCVertDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( _LT( "Edit file associations" )… in clEditFileAssociationsWin()
26 …, m_DescriptionText( 0, this, utf8_to_unicode( _LT( "&Description of the file association" ) ).dat… in clEditFileAssociationsWin()
28 …, m_HasTerminalButton( 0, this, utf8_to_unicode( _LT( "Start in &this terminal" ) ).data(), 0, tru… in clEditFileAssociationsWin()
29 …, m_ExecuteCommandText( 0, this, utf8_to_unicode( _LT( "E&xecute command (used for Enter)" ) ).dat… in clEditFileAssociationsWin()
33 …, m_ViewCommandText( 0, this, utf8_to_unicode( _LT( "&View command (used for F3)" ) ).data(), &m_V… in clEditFileAssociationsWin()
37 …, m_EditCommandText( 0, this, utf8_to_unicode( _LT( "&Edit command (used for F4)" ) ).data(), &m_E… in clEditFileAssociationsWin()
206 …: NCDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( _LT( "File associations" ) ).data()… in clFileAssociationsWin()
211 , m_EditButton( 0, this, utf8_to_unicode( _LT( "&Edit" ) ).data(), CMD_EDIT ) in clFileAssociationsWin()
277 if ( NCMessageBox( ( NCDialogParent* )Parent(), _LT( "Delete item" ), in Command()
278 …carray_cat<char>( _LT( "Delete '" ), unicode_to_utf8( p->GetMask().data() ).data() , "' ?" ).data(… in Command()
[all …]
H A Dfilehighlighting.cpp208 , m_SizeMinText( 0, this, utf8_to_unicode( _LT( "Size >= (bytes)" ) ).data(), &m_SizeMinEdit ) in clEditFileHighlightingWin()
210 , m_SizeMaxText( 0, this, utf8_to_unicode( _LT( "Size <= (bytes)" ) ).data(), &m_SizeMaxEdit ) in clEditFileHighlightingWin()
212 , m_ColorText( 0, this, utf8_to_unicode( _LT( "Colors (hexadecimal BGR)" ) ).data(), nullptr ) in clEditFileHighlightingWin()
218 , m_ColorNormalLabel( 0, this, utf8_to_unicode( _LT( "filename.ext" ) ).data() ) in clEditFileHighlightingWin()
224 , m_ColorSelectedLabel( 0, this, utf8_to_unicode( _LT( "filename.ext" ) ).data() ) in clEditFileHighlightingWin()
230 , m_ColorNormalUnderCursorLabel( 0, this, utf8_to_unicode( _LT( "filename.ext" ) ).data() ) in clEditFileHighlightingWin()
236 , m_ColorSelectedUnderCursorLabel( 0, this, utf8_to_unicode( _LT( "filename.ext" ) ).data() ) in clEditFileHighlightingWin()
238 , m_HasMaskButton( 0, this, utf8_to_unicode( _LT( "Mask" ) ).data(), 0, true ) in clEditFileHighlightingWin()
582 , m_EditButton( 0, this, utf8_to_unicode( _LT( "&Edit" ) ).data(), CMD_EDIT ) in clFileHighlightingWin()
649 if ( NCMessageBox( ( NCDialogParent* )Parent(), _LT( "Delete item" ), in Command()
[all …]
H A Dftplogon.cpp47 …: NCVertDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( _LT( "FTP logon" ) ).data(), … in FtpLogonDialog()
49 serverText( 0, this, utf8_to_unicode( _LT( "&Server:" ) ).data(), &serverEdit ), in FtpLogonDialog()
50 userText( 0, this, utf8_to_unicode( _LT( "&Login:" ) ).data(), &userEdit ), in FtpLogonDialog()
51 passwordText( 0, this, utf8_to_unicode( _LT( "Pass&word:" ) ).data(), &passwordEdit ), in FtpLogonDialog()
52 portText( 0, this, utf8_to_unicode( _LT( "&Port:" ) ).data(), &portEdit ), in FtpLogonDialog()
53 charsetText( 0, this, utf8_to_unicode( _LT( "&Charset:" ) ).data(), &charsetButton ), in FtpLogonDialog()
61 passiveButton( 0, this, utf8_to_unicode( _LT( "Passi&ve mode" ) ).data(), 0, params.passive ), in FtpLogonDialog()
62 …anonymousButton( 0, this, utf8_to_unicode( _LT( "&Anonymous logon" ) ).data(), 0, params.anonymous… in FtpLogonDialog()
H A Dwcm-config.cpp1773 tabText( 0, this, utf8_to_unicode( _LT( "&Tab size:" ) ).data(), &tabEdit ), in EditOptDialog()
1908 colorStatic( 0, this, utf8_to_unicode( _LT( "Colors:" ) ).data() ), in StyleOptDialog()
1911 showStatic( 0, this, utf8_to_unicode( _LT( "Items:" ) ).data() ), in StyleOptDialog()
1917 fontsStatic( 0, this, utf8_to_unicode( _LT( "Fonts:" ) ).data() ), in StyleOptDialog()
1920 changeButton( 0, this, utf8_to_unicode( _LT( "Set &font..." ) ).data(), CMD_CHFONT ), in StyleOptDialog()
2184 _list.Append( utf8_to_unicode( _LT( "Autodetect" ) ).data() ); //0 in CfgLangDialog()
2185 _list.Append( utf8_to_unicode( _LT( "English" ) ).data() ); //1 in CfgLangDialog()
2355 m_LangVal.SetText( utf8_to_unicode( _LT( "English" ) ).data() ); in SetCurLang()
2359 m_LangVal.SetText( utf8_to_unicode( _LT( "Autodetect" ) ).data() ); in SetCurLang()
2498 NCMessageBox( parent, _LT( "Note" ), in DoSystemConfigDialog()
[all …]
H A Dsmblogon.cpp41 …: NCVertDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( _LT( "SMB logon" ) ).data(), b… in SmbLogonDialog()
43 …text( 0, this, utf8_to_unicode( carray_cat<char>( _LT( "&Server:" ), const_cast<char*>( params.ser… in SmbLogonDialog()
45 serverText( 0, this, utf8_to_unicode( _LT( "&Server:" ) ).data() ), in SmbLogonDialog()
46 domainText( 0, this, utf8_to_unicode( _LT( "&Domain:" ) ).data() ), in SmbLogonDialog()
47 userText( 0, this, utf8_to_unicode( _LT( "&Login:" ) ).data() ), in SmbLogonDialog()
48 passwordText( 0, this, utf8_to_unicode( _LT( "Pass&word:" ) ).data() ), in SmbLogonDialog()
H A Dfileopers.cpp511 SimpleCFThreadWin dlg( parent, _LT( "Create directory" ) ); in MkDir()
719 SimpleCFThreadWin dlg( parent, _LT( "Delete" ) ); in DeleteList()
1019 : SimpleCFThreadWin( parent, move ? _LT( "Move" ) : _LT( "Copy" ) ), in CopyDialog()
1021 …_text1( 0, this, utf8_to_unicode( move ? _LT( "Moving the file" ) : _LT( "Copying the file" ) ).da… in CopyDialog()
1022 _text2( 0, this, utf8_to_unicode( _LT( "to" ) ).data() ), in CopyDialog()
1023 _text3( 0, this, utf8_to_unicode( _LT( "Files processed" ) ).data() ), in CopyDialog()
1242 RedMessage( _LT( "Can't copy link to itself:\n" ) , srcFs->Uri( srcPath ).GetUtf8() ); in CopyLink()
1287 RedMessage( _LT( "Can't copy file to itself:\n" ) , srcFs->Uri( srcPath ).GetUtf8() ); in CopyFile()
1731 RedMessage( _LT( "Can't move file to itself:\n" ), srcFs->Uri( srcPath ).GetUtf8() ); in MoveFile()
1743 switch ( RedMessage( _LT( "Overwrite file?\n" ), destFs->Uri( destPath ).GetUtf8(), in MoveFile()
[all …]
H A Dusermenu.cpp26 …: NCVertDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( _LT( "Edit user menu" ) ).data(… in clEditUserMenuWin()
28 …, m_DescriptionText( 0, this, utf8_to_unicode( _LT( "&Name. Prepend hotkey with the '&' character"… in clEditUserMenuWin()
30 , m_CommandText( 0, this, utf8_to_unicode( _LT( "E&xecute command" ) ).data(), &m_CommandEdit ) in clEditUserMenuWin()
238 …: NCDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( _LT( "User menu" ) ).data(), bListO… in clUserMenuWin()
243 , m_EditButton( 0, this, utf8_to_unicode( _LT( "&Edit" ) ).data(), CMD_EDIT ) in clUserMenuWin()
323 if ( NCMessageBox( ( NCDialogParent* )Parent(), _LT( "Delete item" ), in Command()
324 …carray_cat<char>( _LT( "Delete '" ), unicode_to_utf8( p->GetDescription().GetRawText() ).data() , … in Command()
375 …if ( m_Saved || NCMessageBox( ( NCDialogParent* )Parent(), _LT( "Warning" ), _LT( "Quit without sa… in Key()
403 …if ( m_Saved || NCMessageBox( ( NCDialogParent* )Parent(), _LT( "Warning" ), _LT( "Quit without sa… in Key()
H A Dfolder-shortcuts.cpp85 : PathListDlg( parent, m_shortcutsWin, _LT( "Folder Shortcuts" ), buttonsData ) in FolderShortcutsDlg()
138 if ( NCMessageBox( ( NCDialogParent* )Parent(), _LT( "Delete item" ), in Command()
139 … carray_cat<char>( _LT( "Delete '" ), unicode_to_utf8( data->name.data() ).data(), "' ?" ).data(), in Command()
158 … utf8_to_unicode( _LT( "Rename item" ) ).data(), data->name.data() ); in Command()
180 … utf8_to_unicode( _LT( "Enter shortcut name" ) ).data(), data.name.data() ); in Command()
H A Ddircalc.cpp223 …return carray_cat<unicode_t>( utf8_to_unicode( _LT( "Folder:" ) ).data(), utf8_to_unicode( " \"" )… in ScanedDirString()
261 fileCountName( uiVariable, this, utf8_to_unicode( _LT( "Files:" ) ).data() ), in DirCalcThreadWin()
263 folderCountName( uiVariable, this, utf8_to_unicode( _LT( "Folders:" ) ).data() ), in DirCalcThreadWin()
265 sumSizeName( uiVariable, this, utf8_to_unicode( _LT( "Files size:" ) ).data() ), in DirCalcThreadWin()
267 badDirsName( uiVariable, this, utf8_to_unicode( _LT( "Not readable folders:" ) ).data() ), in DirCalcThreadWin()
386 cPathWin.SetText( utf8_to_unicode( _LT( "Scan done" ) ).data() ); in OperThreadStopped()
468 …DirCalcThreadWin dlg(parent, doCurrentDir ? _LT("Current folder metrics") : _LT("Selected folder(s… in DirCalc()
H A Dcharsetdlg.cpp238 …: NCDialog( createDialogAsChild, 0, parent, utf8_to_unicode( _LT( "Charset" ) ).data(), bListOkCa… in CharsetDlg1()
241 otherButton( 0, this, utf8_to_unicode( _LT( "&Other..." ) ).data(), CMD_OTHER ), in CharsetDlg1()
242 …addButton( 0, this, utf8_to_unicode( carray_cat<char>( _LT( "&Add..." ), "(Ins)" ).data() ).data()… in CharsetDlg1()
243 …delButton( 0, this, utf8_to_unicode( carray_cat<char>( _LT( "&Del..." ), "(Del)" ).data() ).data()… in CharsetDlg1()
326 NCMessageBox( ( NCDialogParent* )Parent(), _LT( "Del" ), in Del()
327 …carray_cat<char>( _LT( "Delete element" ), " '", csList[n]->name , "' ?" ).data(), false, bListOkC… in Del()
443 CharsetDialog dlg( parent, currentId, _LT( "other charsets" ), cslist, csCount ); in SelectCharset()
465 CharsetDialog dlg( ( NCDialogParent* ) Parent(), 0, _LT( "Add charsets" ), buf, bufCount ); in Add()
507 CharsetDialog dlg( parent, currentId, _LT( "other charsets" ), cslist, csCount ); in SelectOperCharset()
H A Dsftpdlg.cpp48 …: NCVertDialog( ::createDialogAsChild, 0, parent, utf8_to_unicode( _LT( "SFTP logon" ) ).data(), … in SftpLogonDialog()
50 serverText( 0, this, utf8_to_unicode( _LT( "&Server:" ) ).data(), &serverEdit ), in SftpLogonDialog()
51 userText( 0, this, utf8_to_unicode( _LT( "&Login:" ) ).data(), &userEdit ), in SftpLogonDialog()
53 portText( 0, this, utf8_to_unicode( _LT( "&Port:" ) ).data(), &portEdit ), in SftpLogonDialog()
54 charsetText( 0, this, utf8_to_unicode( _LT( "&Charset:" ) ).data(), &charsetButton ), in SftpLogonDialog()
H A Dfile-exec.cpp131 md->AddCmd( CMD_RC_RUN, _LT( "Execute" ) ); in ShowFileContextMenu()
351 Lsnprintf( buf, sizeof( buf ), _LT( "can`t change directory to:%s\n" ), name.GetUtf8() ); in ProcessCommand_CD()
432 … NCMessageBox( m_NCWin, _LT( "Execute" ), _LT( "Can`t execute command in non system fs" ), true ); in StartCommand()
618 NCMessageBox( m_NCWin, _LT( "Run" ), _LT( "Can`t execute file in not system fs" ), true ); in ExecuteFile()
779 …if ( NCMessageBox( m_NCWin, _LT( "Stop" ), _LT( "Drop current console?" ), false, bListOkCancel ) … in StopExecute()
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/npysort/
H A Dquicksort.c.src109 if (@TYPE@_LT(*pm, *pl)) @TYPE@_SWAP(*pm, *pl);
110 if (@TYPE@_LT(*pr, *pm)) @TYPE@_SWAP(*pr, *pm);
111 if (@TYPE@_LT(*pm, *pl)) @TYPE@_SWAP(*pm, *pl);
117 do ++pi; while (@TYPE@_LT(*pi, vp));
118 do --pj; while (@TYPE@_LT(vp, *pj));
145 while (pj > pl && @TYPE@_LT(vp, *pk)) {
193 do ++pi; while (@TYPE@_LT(v[*pi], vp));
194 do --pj; while (@TYPE@_LT(vp, v[*pj]));
222 while (pj > pl && @TYPE@_LT(vp, v[*pk])) {
295 do pi += len; while (@TYPE@_LT(pi, vp, len));
[all …]
H A Dheapsort.c.src75 if (j < n && @TYPE@_LT(a[j], a[j+1])) {
78 if (@TYPE@_LT(tmp, a[j])) {
95 if (j < n && @TYPE@_LT(a[j], a[j+1])) {
98 if (@TYPE@_LT(tmp, a[j])) {
125 if (j < n && @TYPE@_LT(v[a[j]], v[a[j+1]])) {
128 if (@TYPE@_LT(v[tmp], v[a[j]])) {
145 if (j < n && @TYPE@_LT(v[a[j]], v[a[j+1]])) {
148 if (@TYPE@_LT(v[tmp], v[a[j]])) {
198 if (@TYPE@_LT(tmp, a + j*len, len)) {
217 if (@TYPE@_LT(tmp, a + j*len, len)) {
[all …]
H A Dselection.c.src134 if (@TYPE@_LT(v[IDX(high)], v[IDX(mid)]))
136 if (@TYPE@_LT(v[IDX(high)], v[IDX(low)]))
139 if (@TYPE@_LT(v[IDX(low)], v[IDX(mid)]))
156 if (@TYPE@_LT(v[IDX(1)], v[IDX(0)])) {
159 if (@TYPE@_LT(v[IDX(4)], v[IDX(3)])) {
162 if (@TYPE@_LT(v[IDX(3)], v[IDX(0)])) {
165 if (@TYPE@_LT(v[IDX(4)], v[IDX(1)])) {
168 if (@TYPE@_LT(v[IDX(2)], v[IDX(1)])) {
171 if (@TYPE@_LT(v[IDX(3)], v[IDX(2)])) {
172 if (@TYPE@_LT(v[IDX(3)], v[IDX(1)])) {
[all …]
H A Dtimsort.c.src157 if (!@TYPE@_LT(*(pl + 1), *pl)) {
212 if (@TYPE@_LT(*p2, *p3)) {
242 if (@TYPE@_LT(*p3, *p1)) {
266 if (@TYPE@_LT(key, arr[0])) {
279 if (@TYPE@_LT(key, arr[ofs])) {
292 if (@TYPE@_LT(key, arr[m])) {
309 if (@TYPE@_LT(arr[size - 1], key)) {
337 if (@TYPE@_LT(arr[m], key)) {
1028 if (@TYPE@_LT(key, arr, len)) {
1125 if (@TYPE@_LT(p2, p3, len)) {
[all …]
/dports/devel/libantlr3c/libantlr3c-3.4/src/
H A Dantlr3treeparser.c196 return tns->_LT(tns, 1); in getCurrentInputSymbol()
222 current = tns->_LT(tns, 1); in getMissingSymbol()
227 current = tns->_LT(tns, -1); in getMissingSymbol()
232 current = tns->_LT(tns, i--); in getMissingSymbol()
/dports/cad/tkgate/tkgate-2.1/locale/es/examples/ex5/
H A Dmenagerie.v222 …w52), .IDATA(w51), .FUNC(w50), .BOP(w49), .AOP(w48), ._WA(w47), .SB(w46), ._LT(w32), ._GT(w33), ._…
639 module ALU(A, COUT, B, FUNC, CIN, _GT, _Z, OUT, _LT);
647 output _LT; //: /sn:0 {0}(557,467)(504,467){1} port
687 _GGNAND2 #(4) g47 (.I0(_LT), .I1(_Z), .Z(_GT)); //: @(522,503) /sn:0 /w:[ 5 5 0 ] /eb:0
691 _GGNBUF #(2) g45 (.I(w3), .Z(_LT)); //: @(465,467) /sn:0 /w:[ 1 3 ]
700 … SB, _ldmdr, IR, _ldmar, _incmar, _LDQL, SA, IDATA, _incpc, _LDDATA, COUT, _LT, _Z, spc, _ldpc, _w…
707 input _LT; //: /sn:0 {0}(1166,345)(1156,345)(1156,348)(1115,348){1} port
864 …assign w48 = {COUT, _Z, _LT, _GT}; //: CONCAT g78 @(1110,353) /sn:0 /R:2 /w:[ 0 0 1 1 1 ] /dr:0 /…
1336 module EUNIT(_LDDATA, _CLR, SB, SA, AOP, BOP, _GT, _LDQ, _Z, _WA, CK, _CLQ, DATA, FUNC, _LT, _LDQH,…
1340 output _LT; //: /sn:0 {0}(645,575)(608,575){1} port
[all …]
/dports/cad/tkgate/tkgate-2.1/locale/ja/examples/ex5/
H A Dmenagerie.v222 …w52), .IDATA(w51), .FUNC(w50), .BOP(w49), .AOP(w48), ._WA(w47), .SB(w46), ._LT(w32), ._GT(w33), ._…
639 module ALU(A, COUT, B, FUNC, CIN, _GT, _Z, OUT, _LT);
647 output _LT; //: /sn:0 {0}(557,467)(504,467){1} port
687 _GGNAND2 #(4) g47 (.I0(_LT), .I1(_Z), .Z(_GT)); //: @(522,503) /sn:0 /w:[ 5 5 0 ] /eb:0
691 _GGNBUF #(2) g45 (.I(w3), .Z(_LT)); //: @(465,467) /sn:0 /w:[ 1 3 ]
700 … SB, _ldmdr, IR, _ldmar, _incmar, _LDQL, SA, IDATA, _incpc, _LDDATA, COUT, _LT, _Z, spc, _ldpc, _w…
707 input _LT; //: /sn:0 {0}(1166,345)(1156,345)(1156,348)(1115,348){1} port
864 …assign w48 = {COUT, _Z, _LT, _GT}; //: CONCAT g78 @(1110,353) /sn:0 /R:2 /w:[ 0 0 1 1 1 ] /dr:0 /…
1336 module EUNIT(_LDDATA, _CLR, SB, SA, AOP, BOP, _GT, _LDQ, _Z, _WA, CK, _CLQ, DATA, FUNC, _LT, _LDQH,…
1340 output _LT; //: /sn:0 {0}(645,575)(608,575){1} port
[all …]
/dports/cad/tkgate/tkgate-2.1/locale/it/examples/ex5/
H A Dmenagerie.v222 …w52), .IDATA(w51), .FUNC(w50), .BOP(w49), .AOP(w48), ._WA(w47), .SB(w46), ._LT(w32), ._GT(w33), ._…
642 module ALU(A, COUT, B, FUNC, CIN, _GT, _Z, OUT, _LT);
650 output _LT; //: /sn:0 {0}(557,467)(504,467){1} port
690 _GGNAND2 #(4) g47 (.I0(_LT), .I1(_Z), .Z(_GT)); //: @(522,503) /sn:0 /w:[ 5 5 0 ] /eb:0
694 _GGNBUF #(2) g45 (.I(w3), .Z(_LT)); //: @(465,467) /sn:0 /w:[ 1 3 ]
703 … SB, _ldmdr, IR, _ldmar, _incmar, _LDQL, SA, IDATA, _incpc, _LDDATA, COUT, _LT, _Z, spc, _ldpc, _w…
710 input _LT; //: /sn:0 {0}(1166,345)(1156,345)(1156,348)(1115,348){1} port
867 …assign w48 = {COUT, _Z, _LT, _GT}; //: CONCAT g78 @(1110,353) /sn:0 /R:2 /w:[ 0 0 1 1 1 ] /dr:0 /…
1339 module EUNIT(_LDDATA, _CLR, SB, SA, AOP, BOP, _GT, _LDQ, _Z, _WA, CK, _CLQ, DATA, FUNC, _LT, _LDQH,…
1343 output _LT; //: /sn:0 {0}(645,575)(608,575){1} port
[all …]
/dports/cad/tkgate/tkgate-2.1/locale/ru/examples/ex5/
H A Dmenagerie.v224 …w52), .IDATA(w51), .FUNC(w50), .BOP(w49), .AOP(w48), ._WA(w47), .SB(w46), ._LT(w32), ._GT(w33), ._…
642 module ALU(A, COUT, B, FUNC, CIN, _GT, _Z, OUT, _LT);
650 output _LT; //: /sn:0 {0}(557,467)(504,467){1} port
690 _GGNAND2 #(4) g47 (.I0(_LT), .I1(_Z), .Z(_GT)); //: @(522,503) /sn:0 /w:[ 5 5 0 ] /eb:0
694 _GGNBUF #(2) g45 (.I(w3), .Z(_LT)); //: @(465,467) /sn:0 /w:[ 1 3 ]
703 … SB, _ldmdr, IR, _ldmar, _incmar, _LDQL, SA, IDATA, _incpc, _LDDATA, COUT, _LT, _Z, spc, _ldpc, _w…
710 input _LT; //: /sn:0 {0}(1166,345)(1156,345)(1156,348)(1115,348){1} port
866 …assign w48 = {COUT, _Z, _LT, _GT}; //: CONCAT g78 @(1110,353) /sn:0 /R:2 /w:[ 0 0 1 1 1 ] /dr:0 /…
1333 module EUNIT(_LDDATA, _CLR, SB, SA, AOP, BOP, _GT, _LDQ, _Z, _WA, CK, _CLQ, DATA, FUNC, _LT, _LDQH,…
1337 output _LT; //: /sn:0 {0}(645,575)(608,575){1} port
[all …]

12345678910