Home
last modified time | relevance | path

Searched +defs:WRITE +defs:STRING (Results 1 – 25 of 38) sorted by relevance

12

/dports/cad/ghdl/ghdl-1.0.0/libraries/ieee2008/
H A Dnumeric_std.vhdl1596 alias TO_BSTRING is TO_STRING [UNRESOLVED_UNSIGNED return STRING]; alias
1597 alias TO_BSTRING is TO_STRING [UNRESOLVED_SIGNED return STRING]; alias
1598 alias to_binary_string is TO_STRING [UNRESOLVED_UNSIGNED return STRING]; alias
1599 alias to_binary_string is TO_STRING [UNRESOLVED_SIGNED return STRING]; alias
1604 alias to_octal_string is TO_OSTRING [UNRESOLVED_SIGNED return STRING]; alias
1608 alias to_hex_string is to_hstring [UNRESOLVED_UNSIGNED return STRING]; alias
1609 alias to_hex_string is to_hstring [UNRESOLVED_SIGNED return STRING]; alias
1661 alias BWRITE is WRITE [LINE, UNRESOLVED_UNSIGNED, SIDE, WIDTH]; alias
1662 alias BWRITE is WRITE [LINE, UNRESOLVED_SIGNED, SIDE, WIDTH]; alias
1664 alias BINARY_WRITE is WRITE [LINE, UNRESOLVED_UNSIGNED, SIDE, WIDTH]; alias
[all …]
H A Dnumeric_bit.vhdl1503 alias TO_BSTRING is TO_STRING [UNSIGNED return STRING]; alias
1504 alias TO_BSTRING is TO_STRING [SIGNED return STRING]; alias
1505 alias to_binary_string is TO_STRING [UNSIGNED return STRING]; alias
1506 alias to_binary_string is TO_STRING [SIGNED return STRING]; alias
1511 alias to_octal_string is TO_OSTRING [SIGNED return STRING]; alias
1515 alias to_hex_string is to_hstring [UNSIGNED return STRING]; alias
1516 alias to_hex_string is to_hstring [SIGNED return STRING]; alias
1568 alias BWRITE is WRITE [LINE, UNSIGNED, SIDE, WIDTH]; alias
1569 alias BWRITE is WRITE [LINE, SIGNED, SIDE, WIDTH]; alias
1571 alias BINARY_WRITE is WRITE [LINE, UNSIGNED, SIDE, WIDTH]; alias
[all …]
H A Dfixed_generic_pkg.vhdl1182 alias bwrite is WRITE [LINE, UNRESOLVED_ufixed, SIDE, width]; alias
1183 alias bwrite is WRITE [LINE, UNRESOLVED_sfixed, SIDE, width]; alias
1188 alias BINARY_WRITE is WRITE [LINE, UNRESOLVED_ufixed, SIDE, width]; alias
1189 alias BINARY_WRITE is WRITE [LINE, UNRESOLVED_sfixed, SIDE, width]; alias
1266 alias TO_BSTRING is TO_STRING [UNRESOLVED_ufixed return STRING]; alias
1298 alias from_bstring is from_string [STRING, INTEGER, INTEGER alias
1320 alias from_hex_string is from_hstring [STRING, INTEGER, INTEGER alias
1328 alias from_bstring is from_string [STRING, INTEGER, INTEGER alias
1346 alias from_hex_string is from_hstring [STRING, INTEGER, INTEGER alias
1354 alias from_bstring is from_string [STRING, UNRESOLVED_ufixed alias
[all …]
H A Dfloat_generic_pkg.vhdl905 alias BWRITE is WRITE [LINE, UNRESOLVED_float, SIDE, WIDTH]; alias
908 alias BINARY_WRITE is WRITE [LINE, UNRESOLVED_float, SIDE, WIDTH]; alias
941 alias TO_BSTRING is TO_STRING [UNRESOLVED_float return STRING]; alias
957 alias from_bstring is from_string [STRING, NATURAL, NATURAL alias
959 alias from_binary_string is from_string [STRING, NATURAL, NATURAL alias
966 alias from_octal_string is from_ostring [STRING, NATURAL, NATURAL alias
974 alias from_hex_string is from_hstring [STRING, NATURAL, NATURAL alias
981 alias from_bstring is from_string [STRING, UNRESOLVED_float alias
983 alias from_binary_string is from_string [STRING, UNRESOLVED_float alias
990 alias from_octal_string is from_ostring [STRING, UNRESOLVED_float alias
[all …]
H A Dstd_logic_1164.vhdl264 alias TO_BSTRING is TO_STRING [STD_ULOGIC_VECTOR return STRING]; alias
265 alias TO_BINARY_STRING is TO_STRING [STD_ULOGIC_VECTOR return STRING]; alias
267 alias TO_OCTAL_STRING is TO_OSTRING [STD_ULOGIC_VECTOR return STRING]; alias
269 alias TO_HEX_STRING is TO_HSTRING [STD_ULOGIC_VECTOR return STRING]; alias
298 alias BWRITE is WRITE [LINE, STD_ULOGIC_VECTOR, SIDE, WIDTH]; alias
299 alias BINARY_WRITE is WRITE [LINE, STD_ULOGIC_VECTOR, SIDE, WIDTH]; alias
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/ticket89/x_ieee_proposed/src/
H A Dstandard_textio_additions_c.vhdl42 alias SWRITE is WRITE [LINE, STRING, SIDE, WIDTH]; alias
43 alias STRING_WRITE is WRITE [LINE, STRING, SIDE, WIDTH]; alias
44 alias BWRITE is WRITE [LINE, BIT_VECTOR, SIDE, WIDTH]; alias
45 alias BINARY_WRITE is WRITE [LINE, BIT_VECTOR, SIDE, WIDTH]; alias
429 procedure WRITE (L: inout LINE; VALUE: in REAL; procedure
H A Dstd_logic_1164_additions.vhdl159 alias TO_BSTRING is TO_STRING [STD_ULOGIC_VECTOR return STRING]; alias
164 alias TO_HEX_STRING is TO_HSTRING [STD_ULOGIC_VECTOR return STRING]; alias
193 alias BWRITE is WRITE [LINE, STD_ULOGIC_VECTOR, SIDE, WIDTH]; alias
194 alias BINARY_WRITE is WRITE [LINE, STD_ULOGIC_VECTOR, SIDE, WIDTH]; alias
204 alias TO_BSTRING is TO_STRING [STD_LOGIC_VECTOR return STRING]; alias
209 alias TO_HEX_STRING is TO_HSTRING [STD_LOGIC_VECTOR return STRING]; alias
232 alias BWRITE is WRITE [LINE, STD_LOGIC_VECTOR, SIDE, WIDTH]; alias
233 alias BINARY_WRITE is WRITE [LINE, STD_LOGIC_VECTOR, SIDE, WIDTH]; alias
1115 procedure WRITE (L : inout LINE; VALUE : in STD_ULOGIC; procedure
1121 procedure WRITE (L : inout LINE; VALUE : in STD_ULOGIC_VECTOR; procedure
[all …]
/dports/emulators/fuse/fuse-1.6.0/debugger/
H A Dcommandy.h76 WRITE = 286, enumerator
78 STRING = 288, enumerator
112 #define WRITE 286 macro
114 #define STRING 288 macro
H A Dcommandy.c148 WRITE = 286, enumerator
150 STRING = 288, enumerator
184 #define WRITE 286 macro
186 #define STRING 288 macro
/dports/java/apache-bcel/bcel-6.4.1/src/examples/Mini/
H A DMiniParserConstants.java46 int WRITE = 37; field
51 int STRING = 42; field
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/debugger/
H A Dcommandy.h78 WRITE = 287, enumerator
81 STRING = 290, enumerator
116 #define WRITE 287 macro
119 #define STRING 290 macro
H A Dcommandy.c152 WRITE = 287, enumerator
155 STRING = 290, enumerator
190 #define WRITE 287 macro
193 #define STRING 290 macro
/dports/devel/qmake/qt-x11-free-3.3.8/src/moc/
H A Dmoc_yacc.h4 #define STRING 260 macro
50 #define WRITE 306 macro
/dports/lang/ptoc/ptoc/
H A Dparser.h66 STRING = 292, enumerator
76 WRITE = 302, enumerator
145 #define STRING 292 macro
155 #define WRITE 302 macro
H A Dparser.cxx98 STRING = 292, enumerator
108 WRITE = 302, enumerator
177 #define STRING 292 macro
187 #define WRITE 302 macro
/dports/audio/faust/faust-2.37.3/tools/faust2fpga/vhdl/
H A Dfixed_pkg_c.vhd1157 alias bwrite is WRITE [LINE, UNRESOLVED_ufixed, SIDE, width]; alias
1158 alias bwrite is WRITE [LINE, UNRESOLVED_sfixed, SIDE, width]; alias
1163 alias BINARY_WRITE is WRITE [LINE, UNRESOLVED_ufixed, SIDE, width]; alias
1164 alias BINARY_WRITE is WRITE [LINE, UNRESOLVED_sfixed, SIDE, width]; alias
1240 alias to_bstring is to_string [UNRESOLVED_ufixed return STRING]; alias
1272 alias from_bstring is from_string [STRING, INTEGER, INTEGER alias
1294 alias from_hex_string is from_hstring [STRING, INTEGER, INTEGER alias
1302 alias from_bstring is from_string [STRING, INTEGER, INTEGER alias
1320 alias from_hex_string is from_hstring [STRING, INTEGER, INTEGER alias
1328 alias from_bstring is from_string [STRING, UNRESOLVED_ufixed alias
[all …]
H A Dfloat_pkg_c.vhd880 alias BWRITE is WRITE [LINE, UNRESOLVED_float, SIDE, WIDTH]; alias
883 alias BINARY_WRITE is WRITE [LINE, UNRESOLVED_float, SIDE, WIDTH]; alias
916 alias TO_BSTRING is TO_STRING [UNRESOLVED_FLOAT return STRING]; alias
932 alias from_bstring is from_string [STRING, NATURAL, NATURAL alias
934 alias from_binary_string is from_string [STRING, NATURAL, NATURAL alias
941 alias from_octal_string is from_ostring [STRING, NATURAL, NATURAL alias
949 alias from_hex_string is from_hstring [STRING, NATURAL, NATURAL alias
956 alias from_bstring is from_string [STRING, UNRESOLVED_float alias
958 alias from_binary_string is from_string [STRING, UNRESOLVED_float alias
972 alias from_hex_string is from_hstring [STRING, UNRESOLVED_float alias
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/src/
H A Dgrib_yacc.h107 WRITE = 323, enumerator
145 STRING = 361, enumerator
216 #define WRITE 323 macro
254 #define STRING 361 macro
H A Dgrib_yacc.c187 WRITE = 323, enumerator
225 STRING = 361, enumerator
296 #define WRITE 323 macro
334 #define STRING 361 macro
/dports/math/abs/abs-src-0.908/ABV/
H A Dy.tab.h123 #define STRING 329 macro
135 #define WRITE 341 macro
H A Dgram.c171 #define STRING 329 macro
183 #define WRITE 341 macro
/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dgrib_yacc.h131 WRITE = 337, enumerator
173 STRING = 379, enumerator
258 #define WRITE 337 macro
300 #define STRING 379 macro
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dbasegdl.hpp401 WRITE=-2, enumerator
421 STRING enumerator
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxql/
H A Dtoken.go25 STRING // "abc" const
143 WRITE const
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/PETSc/
H A DViewer.pyx7 STRING = S_(PETSCVIEWERSTRING) variable in ViewerType
63 WRITE = PETSC_FILE_MODE_WRITE variable in FileMode

12