| /openbsd/src/usr.bin/vi/docs/internals/ |
| D | structures | 1 # $OpenBSD: structures,v 1.3 2001/01/29 01:58:39 niklas Exp $ 3 # @(#)structures 5.4 (Berkeley) 10/4/95 5 There are three major data structures in this package, plus a single data 10 screen structures, and they can only do this if they have a starting 15 The GS structure contains linked lists of screen (SCR) structures. 36 The naming of the structures is consistent across the program. (Macros 40 A few other data structures: 47 hang a list of TEXT structures.
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | interface.texi | 18 @cindex structures, returning 19 @cindex returning structures and unions 24 library routines return structures or unions. 26 GCC code returns structures and unions that are 1, 2, 4 or 8 bytes 34 By contrast, PCC on most target machines returns structures and unions 45 is used. It may not be compatible for structures of 1, 2, 4 or 8 bytes.
|
| D | gty.texi | 12 involve determining information about GCC's data structures from GCC's 19 @code{union} declarations that define data structures that are 25 Complex data structures must be allocated in garbage-collected memory 46 Here are some examples of marking simple data structures and globals. 266 to keep a list of free structures around for re-use. 291 backends to define certain optional structures. It doesn't work with 324 Some data structures depend on the relative ordering of pointers. If 337 PCH cannot handle data structures that depend on the absolute values
|
| D | loop.texi | 38 of the interfaces and data structures are declared in @file{cfgloop.h}. 39 At the moment, loop structures are analyzed and this information is 50 forwarder blocks are created in order to disambiguate their structures. 78 structures are updated throughout several passes. Many of the loop 84 structures should be calculated/enforced and preserved later: 115 The memory occupied by the loops structures should be freed with 118 The CFG manipulation functions in general do not update loop structures. 121 used to cleanup CFG while updating the loops structures if 130 the structures. @code{loop_father} field of each basic block contains 148 There are other fields in the loop structures, many of them used only by [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | interface.texi | 18 @cindex structures, returning 19 @cindex returning structures and unions 24 library routines return structures or unions. 26 GCC code returns structures and unions that are 1, 2, 4 or 8 bytes 34 By contrast, PCC on most target machines returns structures and unions 45 is used. It may not be compatible for structures of 1, 2, 4 or 8 bytes.
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64SchedAmpere1.td | 731 // -- Load 1-element structures to 1 register 734 // -- Load 1-element structures to 2 registers 737 // -- Load 1-element structures to 3 registers 740 // -- Load 1-element structures to 4 registers 752 // -- Load 2-element structures to 2 registers, 16B/8H/4S/2D size 755 // -- Load 2-element structures to 2 registers, 8B/4H/2S size 767 // -- Load 3-element structures to 3 registers, 16B/8H/4S sizes 770 // -- Load 3-element structures to 3 registers, 2D size 773 // -- Load 3-element structures to 3 registers, 8B/4H/2S sizes 785 // -- Load 4-element structures to 4 registers, 2D size [all …]
|
| /openbsd/src/gnu/usr.bin/perl/dist/Thread-Queue/ |
| D | Changes | 55 - Properly clone complex structures with circular references 75 - Support queuing of complex data structures
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | gengtype.c | 89 static type_p structures; variable 157 for (si = structures; si != NULL; si = si->next) in new_structure() 198 s->next = structures; in new_structure() 199 structures = s; in new_structure() 230 for (s = structures; s != NULL; s = s->next) in find_structure() 236 s->next = structures; in find_structure() 237 structures = s; in find_structure() 240 structures = s; in find_structure() 1394 static void write_types (type_p structures, 1401 static void write_local (type_p structures, [all …]
|
| D | treestruct.def | 28 tree_node for garbage collection purposes, as well as specifying what structures 29 contain what other structures in the tree_contains_struct array. */
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gengtype.c | 89 static type_p structures; variable 168 for (si = structures; si != NULL; si = si->next) 209 s->next = structures; 210 structures = s; 241 for (s = structures; s != NULL; s = s->next) 247 s->next = structures; 248 structures = s; 251 structures = s; 1376 static void write_gc_types PARAMS ((type_p structures, type_p param_structs)); 1377 static void write_enum_defn PARAMS ((type_p structures, type_p param_structs)); [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | init.texi | 12 initialize magical internal data structures.
|
| D | bfdsumm.texi | 5 the object file's data structures. 49 are structures in input formats for which there is no direct 57 canonical form has structures which are opaque to the BFD core, 97 structures.
|
| D | linker.texi | 61 defines the required structures and functions for a hash table 145 the symbols into generic @code{asymbol} structures. 253 it sets up some data structures for the function to use. 261 @code{link_order} structures attached to the @code{link_order_head} 263 @code{bfdlink.h}). These structures describe how to create the 274 @code{link_order} structures attached to each section of the 318 looking through the @code{link_order} structures, or it may be
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| D | init.texi | 15 initialize magical internal data structures.
|
| D | bfdsumm.texi | 5 the object file's data structures. 49 are structures in input formats for which there is no direct 57 canonical form has structures which are opaque to the BFD core, 97 structures.
|
| D | linker.texi | 61 defines the required structures and functions for a hash table 145 the symbols into generic @code{asymbol} structures. 253 it sets up some data structures for the function to use. 261 @code{link_order} structures attached to the @code{map_head.link_order} 263 @code{bfdlink.h}). These structures describe how to create the 274 @code{link_order} structures attached to each section of the 318 looking through the @code{link_order} structures, or it may be
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/rdi-share/ |
| D | configure.in | 22 dnl Checks for typedefs, structures, and compiler characteristics.
|
| /openbsd/src/gnu/usr.bin/perl/t/io/ |
| D | semctl.t | 13 skip_all('SysV semaphore structures not detected')
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | globvar.sym | 2 # *** Only structures/arrays with constant initializers should go here.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/ |
| D | object_is_class.m | 9 Class structures in the runtime ... yes we're feeling evil today */
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | TODO | 12 o - The storage needed by BFD data structures is also larger than strictly
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | TODO | 12 o - The storage needed by BFD data structures is also larger than strictly
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gdb.gdb | 2 # structures.
|
| /openbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-sparc.texi | 108 data structures (structures defined using the @code{packed} attribute). 110 structures in your own code.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| D | c-sparc.texi | 108 data structures (structures defined using the @code{packed} attribute). 110 structures in your own code.
|