Home
last modified time | relevance | path

Searched refs:structures (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/openbsd/src/usr.bin/vi/docs/internals/
Dstructures1 # $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/
Dinterface.texi18 @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.
Dgty.texi12 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
Dloop.texi38 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/
Dinterface.texi18 @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/
DAArch64SchedAmpere1.td731 // -- 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/
DChanges55 - Properly clone complex structures with circular references
75 - Support queuing of complex data structures
/openbsd/src/gnu/gcc/gcc/
Dgengtype.c89 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 …]
Dtreestruct.def28 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/
Dgengtype.c89 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/
Dinit.texi12 initialize magical internal data structures.
Dbfdsumm.texi5 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.
Dlinker.texi61 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/
Dinit.texi15 initialize magical internal data structures.
Dbfdsumm.texi5 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.
Dlinker.texi61 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/
Dconfigure.in22 dnl Checks for typedefs, structures, and compiler characteristics.
/openbsd/src/gnu/usr.bin/perl/t/io/
Dsemctl.t13 skip_all('SysV semaphore structures not detected')
/openbsd/src/gnu/usr.bin/perl/
Dglobvar.sym2 # *** Only structures/arrays with constant initializers should go here.
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/
Dobject_is_class.m9 Class structures in the runtime ... yes we're feeling evil today */
/openbsd/src/gnu/usr.bin/binutils/bfd/
DTODO12 o - The storage needed by BFD data structures is also larger than strictly
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
DTODO12 o - The storage needed by BFD data structures is also larger than strictly
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgdb.gdb2 # structures.
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-sparc.texi108 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/
Dc-sparc.texi108 data structures (structures defined using the @code{packed} attribute).
110 structures in your own code.

12345678910>>...18