Searched refs:header (Results 251 - 275 of 2075) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl2/grep/dist/lib/
H A Dalloca.c142 /* An "alloca header" is used to:
146 It is very important that sizeof(header) agree with malloc
155 char align[ALIGN_SIZE]; /* To force sizeof(header). */
161 } header; typedef in typeref:union:hdr
163 static header *last_alloca_header = NULL; /* -> last alloca header. */
187 register header *hp; /* Traverses linked list. */
197 register header *np = hp->h.next;
201 hp = np; /* -> next header. */
216 /* Allocate combined header
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dalloca.c34 The header file @file{alloca-conf.h} can be used in conjunction with the
38 manual for more); this header incorporates that logic and more, including
129 /* An "alloca header" is used to:
133 It is very important that sizeof(header) agree with malloc
142 char align[ALIGN_SIZE]; /* To force sizeof(header). */
148 } header; typedef in typeref:union:hdr
150 static header *last_alloca_header = NULL; /* -> last alloca header. */
176 register header *hp; /* Traverses linked list. */
182 register header *n
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dalloca.c34 The header file @file{alloca-conf.h} can be used in conjunction with the
38 manual for more); this header incorporates that logic and more, including
129 /* An "alloca header" is used to:
133 It is very important that sizeof(header) agree with malloc
142 char align[ALIGN_SIZE]; /* To force sizeof(header). */
148 } header; typedef in typeref:union:hdr
150 static header *last_alloca_header = NULL; /* -> last alloca header. */
176 register header *hp; /* Traverses linked list. */
182 register header *n
[all...]
/netbsd-current/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_util.h61 extern void vchiu_queue_push(VCHIU_QUEUE_T *queue, VCHIQ_HEADER_T *header);
/netbsd-current/usr.bin/vndcompress/
H A Dvnduncompress.c77 /* Read the header. */
78 struct cloop2_header header; local
79 const ssize_t h_read = read_block(cloop2_fd, &header, sizeof(header));
81 err(1, "read header");
83 if ((size_t)h_read != sizeof(header))
84 errx(1, "partial read of header: %zu != %zu",
85 (size_t)h_read, sizeof(header));
87 const uint32_t blocksize = be32toh(header.cl2h_blocksize);
88 const uint32_t n_blocks = be32toh(header
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dalloca.c34 The header file @file{alloca-conf.h} can be used in conjunction with the
38 manual for more); this header incorporates that logic and more, including
129 /* An "alloca header" is used to:
133 It is very important that sizeof(header) agree with malloc
142 char align[ALIGN_SIZE]; /* To force sizeof(header). */
148 } header; typedef in typeref:union:hdr
150 static header *last_alloca_header = NULL; /* -> last alloca header. */
176 register header *hp; /* Traverses linked list. */
182 register header *n
[all...]
/netbsd-current/sys/sys/
H A Dentropy.h36 #error This header is known to the state of California to cause cancer in users.
/netbsd-current/usr.bin/systat/
H A Dswap.c78 void showspace(char *header, int hlen, long blocksize);
141 char *header; local
153 header = getbsize(&hlen, &blocksize);
155 "Disk", hlen, header, "Used",
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
H A Damdgpu_bios_parser2.c300 struct atom_common_record_header *header; local
325 header = GET_IMAGE(struct atom_common_record_header, offset);
327 if (!header)
330 if (header->record_type == LAST_RECORD_TYPE ||
331 !header->record_size)
334 if (header->record_type == ATOM_I2C_RECORD_TYPE
336 header->record_size) {
338 record = (struct atom_i2c_record *) header;
345 offset += header->record_size;
356 struct atom_gpio_pin_lut_v2_1 *header; local
457 struct atom_common_record_header *header; local
508 struct atom_gpio_pin_lut_v2_1 *header; local
823 struct atom_common_table_header *header; local
939 struct atom_common_table_header *header; local
1144 struct atom_common_table_header *header; local
1231 struct atom_common_table_header *header; local
1350 struct atom_common_record_header *header; local
1633 struct atom_common_table_header *header; local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_context.c146 SVGA3dCmdHeader header; member in struct:__anon1576
172 cmd->header.id = SVGA_3D_CMD_CONTEXT_DESTROY;
173 cmd->header.size = sizeof(cmd->body);
247 SVGA3dCmdHeader header; member in struct:__anon1577
274 cmd->header.id = SVGA_3D_CMD_CONTEXT_DEFINE;
275 cmd->header.size = sizeof(cmd->body);
301 SVGA3dCmdHeader header; member in struct:__anon1578
325 cmd->header.id = SVGA_3D_CMD_DEFINE_GB_CONTEXT;
326 cmd->header.size = sizeof(cmd->body);
344 SVGA3dCmdHeader header; member in struct:__anon1579
377 SVGA3dCmdHeader header; member in struct:__anon1580
381 SVGA3dCmdHeader header; member in struct:__anon1581
436 SVGA3dCmdHeader header; member in struct:__anon1582
468 SVGA3dCmdHeader header; member in struct:__anon1583
511 SVGA3dCmdHeader header; member in struct:__anon1584
584 SVGA3dCmdHeader header; member in struct:__anon1585
588 SVGA3dCmdHeader header; member in struct:__anon1586
650 SVGA3dCmdHeader header; member in struct:__anon1587
[all...]
/netbsd-current/lib/librefuse/refuse/
H A Dlegacy.h40 # error Do not include this header directly. Include <fuse.h> instead.
/netbsd-current/external/mpl/bind/dist/bin/tests/system/digdelv/ans5/
H A Dans.pl122 my $id = $request->header->id;
125 $packet->header->qr(1);
126 $packet->header->aa(1);
127 $packet->header->id($id);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dconfigure.com238 /* Name of host specific header file to include in trad-core.c. */
252 /* Define if you have the <fcntl.h> header file. */
254 /* Define if you have the <stddef.h> header file. */
256 /* Define if you have the <stdlib.h> header file. */
258 /* Define if you have the <string.h> header file. */
260 /* Define if you have the <strings.h> header file. */
262 /* Define if you have the <sys/file.h> header file. */
264 /* Define if you have the <time.h> header file. */
266 /* Define if you have the <unistd.h> header file. */
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dalloca.c34 The header file @file{alloca-conf.h} can be used in conjunction with the
38 manual for more); this header incorporates that logic and more, including
129 /* An "alloca header" is used to:
133 It is very important that sizeof(header) agree with malloc
142 char align[ALIGN_SIZE]; /* To force sizeof(header). */
148 } header; typedef in typeref:union:hdr
150 static header *last_alloca_header = NULL; /* -> last alloca header. */
176 register header *hp; /* Traverses linked list. */
182 register header *n
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloop.c96 FOR_EACH_EDGE (e, ei, loop->header->preds)
98 if (dominated_by_p (CDI_DOMINATORS, e->src, loop->header))
118 if (! loop || ! loop->header)
123 fprintf (file, ";; header %d, ", loop->header->index);
229 /* Find the nodes contained within the LOOP with header HEADER.
233 flow_loop_nodes_find (basic_block header, class loop *loop)
240 header->loop_father = loop;
242 FOR_EACH_EDGE (latch, latch_ei, loop->header->preds)
245 || !dominated_by_p (CDI_DOMINATORS, latch->src, loop->header))
232 flow_loop_nodes_find(basic_block header, class loop *loop) argument
388 bb_loop_header_p(basic_block header) argument
460 basic_block header = BASIC_BLOCK_FOR_FN (cfun, rc_order[b]); local
507 basic_block header = loop->header; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
H A Dbackward_warning.h24 * This is an internal header file, included by other library headers.
33 This file includes at least one deprecated or antiquated header which \
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Dtprel_add_lo12_overflow.s6 # Maximum 12bit - 16byte TCB header is the upper limit
/netbsd-current/usr.bin/aiomixer/
H A Dapp.h71 WINDOW *header; member in struct:aiomixer
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
H A Dbackward_warning.h24 * This is an internal header file, included by other library headers.
33 This file includes at least one deprecated or antiquated header which \
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dalloca.c34 The header file @file{alloca-conf.h} can be used in conjunction with the
38 manual for more); this header incorporates that logic and more, including
129 /* An "alloca header" is used to:
133 It is very important that sizeof(header) agree with malloc
142 char align[ALIGN_SIZE]; /* To force sizeof(header). */
148 } header; typedef in typeref:union:hdr
150 static header *last_alloca_header = NULL; /* -> last alloca header. */
176 register header *hp; /* Traverses linked list. */
182 register header *n
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dconfigure.com226 /* Name of host specific header file to include in trad-core.c. */
240 /* Define if you have the <fcntl.h> header file. */
242 /* Define if you have the <stddef.h> header file. */
244 /* Define if you have the <stdlib.h> header file. */
246 /* Define if you have the <string.h> header file. */
248 /* Define if you have the <strings.h> header file. */
250 /* Define if you have the <sys/file.h> header file. */
252 /* Define if you have the <time.h> header file. */
254 /* Define if you have the <unistd.h> header file. */
/netbsd-current/external/bsd/libfido2/dist/src/
H A Diso7816.h35 iso7816_header_t header; member in struct:iso7816_apdu
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_pathmatch.h32 #error This header is only to be used internally to libarchive.
H A Darchive_read_support_filter_rpm.c44 unsigned char header[16]; member in struct:rpm
203 memcpy(rpm->header+rpm->hpos, b, n);
209 if (rpm->header[0] != 0x8e ||
210 rpm->header[1] != 0xad ||
211 rpm->header[2] != 0xe8 ||
212 rpm->header[3] != 0x01) {
217 "Unrecognized rpm header");
221 *buff = rpm->header;
226 section = archive_be32dec(rpm->header+8);
227 bytes = archive_be32dec(rpm->header
[all...]
H A Darchive_openssl_hmac_private.h30 #error This header is only to be used internally to libarchive.

Completed in 300 milliseconds

<<11121314151617181920>>