Home
last modified time | relevance | path

Searched refs:structure (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/openbsd-src/usr.bin/vi/docs/internals/
H A Dstructures6 structure per screen type. The first is a single global structure (GS)
13 references the GS structure.
15 The GS structure contains linked lists of screen (SCR) structures.
16 Each SCR structure normally references a file (EXF) structure.
18 The GS structure has a set of functions which update the screen and/or
20 The GS structure never goes away. The SCR structure persists over
21 instances of screens, and the EXF structure persists over references to
25 information for a file is held in an FREF structure which is chained from
26 the SCR structure.
28 In general, functions are always passed an SCR structure, which usually
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/vx-share/
H A DvxWorks.h150 #define OFFSET(structure, member) /* byte offset of member in structure*/\ argument
151 ((int) &(((structure *) 0) -> member))
153 #define MEMBER_SIZE(structure, member) /* size of a member of a structure */\ argument
154 (sizeof (((structure *) 0) -> member))
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dgty.texi43 Sometimes the C code is not enough to fully describe the type structure.
48 In a structure definition, before the open brace;
53 In a structure field definition, before the name of the field.
68 This expands to an expression that evaluates to the current structure.
70 This expands to an expression that evaluates to the structure that
71 immediately contains the current structure.
73 This expands to an expression that evaluates to the outermost structure
74 that contains the current structure.
88 the length of an array. The first case is when a structure ends in a
100 The second case is when a structure or a global variable contains a
[all …]
/openbsd-src/gnu/gcc/gcc/doc/
H A Dgty.texi38 In a structure definition, before the open brace;
43 In a structure field definition, before the name of the field.
78 structure. Extra information can be provided with @code{GTY} options
88 the data structure being marked:
93 The current structure.
95 The structure that immediately contains the current structure.
97 The outermost structure that contains the current structure.
103 For instance, suppose that you have a structure of the form
135 the length of an array. The first case is when a structure ends in a
148 The second case is when a structure or a global variable contains a
[all …]
/openbsd-src/lib/libssl/doc/
H A Dopenssl.txt488 created from a string or structure describing its contents and it prints out an
521 This function parses an extension and returns its internal structure. The
522 precise structure you get back depends on the extension being parsed. If the
524 BASIC_CONSTRAINTS structure. Check out the source in crypto/x509v3 for more
525 details about the structures returned. The returned structure should be freed
611 This function sets up an extension from its internal structure. The ext_nid
616 The following functions set and manipulate an extension context structure.
624 This function sets up an X509V3_CTX structure with details of the certificate
632 This macro is used to set the 'ctx' structure to a 'test' value: this is to
642 structure: typically a configuration file.
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DSubclassing.pod101 In the following section, we use XML to represent the event structure
128 Parsing a document produces this event structure:
138 event structure will be this:
150 a Pod document produces this event structure:
164 produces this event structure:
181 produces this event structure:
189 Parsing C, F, or I codes produce the same structure, with only a
199 structure, just as if it were a B/C/F/I code:
215 structure, just as if it were a B/C/F/I code:
234 and treat an L event structure lik
[all...]
/openbsd-src/gnu/llvm/clang/docs/
H A DBlock-ABI-Apple.rst14 * 2008/10/1 - revise block layout to use a ``static`` descriptor structure.
38 by the compiler. A ``Block`` of type ``R (^)(P...)`` consists of a structure of
99 ``Block`` literals may occur within functions where the structure is created in
103 When a ``Block`` literal expression is evaluated the stack based structure is
106 1. A ``static`` descriptor structure is declared and initialized as follows:
109 ``Block`` structure as its first argument and the rest of the arguments (if
113 structure.
118 2. A stack (or global) ``Block`` literal data structure is created and
196 structure. Global variables are simply referenced and not considered as
323 GCC introduces ``__attribute__((NSObject))`` on structure pointers to mean "this
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D981130-1.x3 # by the reassignment of a variable structure to a fixed structure. The
/openbsd-src/gnu/gcc/gcc/
H A Dparams.def44 for which structure aliasing will consider trying to track each
48 …"The maximum number of fields in a structure variable without direct structure accesses that GCC w…
51 /* The maximum number of array elements structure aliasing will decompose
58 /* The maximum structure size at which the scalar replacement of
63 "sra-max-structure-size",
64 "The maximum structure size (in bytes) for which GCC will "
68 /* The maximum number of structure fields which the SRA pass will
72 "sra-max-structure-count",
73 "The maximum number of structure fields for which GCC will "
77 /* The ratio between instantiated fields and the complete structure
[all …]
H A Dgdbinit.in6 Print the full structure of the rtx that is $.
15 Print the full structure of all rtx insns beginning at $.
30 Print the full structure of the tree that is $.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlmroapi.pod13 the following structure
66 returned if it wants to keep the structure. Hence, if you have created a
76 C<MRO_GET_PRIVATE_DATA()>, passing it the C<mro_meta> structure from the
77 stash, and a pointer to your C<mro_alg> structure:
H A Dperlreguts.pod97 much more complex than this kind of structure, but visualising it this way
110 C<regnode> is the smallest struct needed, and has a field structure which is
127 structure: the tail of the branch connects to the thing following the
134 The base structure of a regop is defined in F<regexp.h> as follows:
145 the structure, and in some cases the specific meaning (and name)
184 are stored in L</Perl's pprivate structure>.
188 There is also a larger form of a char class structure used to represent
211 the type of a C<regnode>-like structure; C<NEXT_OFF()>, which is the offset to
258 jumps by the C<arg1> field of the C<regnode_1> structure. The subroutine
373 of a special structure, C<RExC_state_t> (defined in F<regcomp.c>).
[all …]
H A Dperlreapi.pod10 Each engine is supposed to provide access to a constant structure of the
61 the appropriate structure, so that when it needs to be used Perl can find
67 resulting C<regexp> structure's engine field is expected to point back at
68 the same structure.
82 return a pointer to a prepared C<REGEXP> structure that can perform
83 the match. See L</The REGEXP structure> below for an explanation of
323 structure.
353 C<regexp> structure. This is only responsible for freeing private data;
354 Perl will handle releasing anything else contained in the C<regexp> structure.
601 the C<regexp> structure
[all...]
/openbsd-src/lib/libelf/
H A Dlibelf_fsize.m443 * Translations from structure definitions to the size of their file
93 * Otherwise, if an Elf{32,64}_`'NAME structure definition is known,
94 * compute an expression that adds up the sizes of the structure's
97 * If such a structure definition is not known, treat TYPE as a primitive
H A Dlibelf_convert.m470 # `In-memory' representations of an Elf data structure use natural
73 # representation of an ELF data structure could possibly be packed
88 # NOCVT(TYPE) -- Do not generate the cvt[] structure entry for TYPE
104 NOFUNC(`GNUHASH') # A type with complex internal structure.
116 # type. As they have no internal structure, they can be copied using
138 # `$2': C structure name suffix.
204 # SWAP_MEMBERS(STRUCT) -- Iterate over a structure definition.
209 # SWAP_STRUCT(CTYPE,SIZE) -- Generate code to swap an ELF structure.
222 # WRITE_MEMBERS(ELFTYPELIST) -- Iterate over a structure definition.
227 # WRITE_STRUCT(CTYPE,SIZE) -- Generate code to write out an ELF structure.
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A DMY_CXT37 * 2. Declare a typedef named my_cxt_t that is a structure that contains
42 * 5. Use the members of the my_cxt_t structure everywhere as
53 /* This must appear in all extensions that define a my_cxt_t structure,
84 /* This macro must be used to access members of the my_cxt_t structure.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgdbinit.in6 Print the full structure of the rtx that is $.
15 Print the full structure of all rtx insns beginning at $.
30 Print the full structure of the tree that is $.
/openbsd-src/usr.sbin/makefs/
H A DREADME64 - walk the tree, building up a data structure which represents
65 the tree to stuff into the image. The structure will
95 pointer from the fsinfo_t structure. It is up to the filesystem to allocate
124 built tree data structure is scanned and built in memory so it can
/openbsd-src/regress/usr.bin/grep/
H A Dt14.in3 /* Key/data structure -- a Data-Base Thang. */
47 /* Access method description structure. */
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMScheduleSwift.td878 // Single element structure loads.
894 // Two element structure loads.
901 // Three element structure.
914 // Four element structure loads.
931 // One element structure.
937 // Two element structure.
950 // Three element structure.
961 // Four element structure.
976 // Single element structure store.
991 // Two element structure store.
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Darchures.texi307 This structure contains information on architectures for use
344 from the pointer to the architecture info structure.
355 structure if a machine is found, otherwise NULL.
378 the BFDs and returns a pointer to an @code{arch_info} structure
387 structure, until the correct back end has determined the real
412 pointer to a structure and insert it into the @code{arch_info}
493 Look for the architecture info structure which matches the
495 machine/architecture structure which marks itself as the
H A Dsyms.texi4 to applications though the @code{asymbol} structure. When the
9 scenes'' in a structure only the particular back end knows
11 symbol table structure as well as the canonical structure when
129 to a minisymbol, and a pointer to a structure returned by
130 @code{bfd_make_empty_symbol}, and return a @code{asymbol} structure.
351 Create a new @code{asymbol} structure for the BFD @var{abfd}
371 Create a new @code{asymbol} structure for the BFD @var{abfd}
379 Create a new @code{asymbol} structure for the BFD @var{abfd},
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-02-06-TypeNotationDebateResp4.txt31 I would argue that because the lexical structure of the language is self
70 structure of types much more obvious than the "c way".
77 > syntax that they have never seen that has a more logical structure. I think
85 structure that the system I recommended does... so you seem to not have a
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D961203-1.x1 # The structure is too large for the xstormy16 - won't fit in 16 bits.
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SchedAmpere1.td721 // -- Load 1-element structure to one/all lanes
728 // -- Load 1-element structure to one/all lanes, 1D size
743 // -- Load 2-element structure to all lanes of 2 registers, 1D size
746 // -- Load 2-element structure to all lanes of 2 registers, other sizes
749 // -- Load 2-element structure to one lane of 2 registers
758 // -- Load 3-element structure to all lanes of 3 registers, 1D size
761 // -- Load 3-element structure to all lanes of 3 registers, other sizes
764 // -- Load 3-element structure to one lane of 3 registers
776 // -- Load 4-element structure to all lanes of 4 registers, 1D size
779 // -- Load 4-element structure to all lanes of 4 registers, other sizes
[all …]

12345678910>>...29