Searched refs:header (Results 226 - 250 of 2075) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dlto-section-in.c142 struct lto_data_header *header; local
155 /* Create a mapping header containing the underlying data and length,
159 header = (struct lto_data_header *) xmalloc (header_length);
160 header->data = data;
161 header->len = *len;
163 buffer.data = (char *) header;
190 /* Get the section data without any header parsing or uncompression. */
214 const struct lto_data_header *header local
225 /* The underlying data address has been extracted from the mapping header.
227 (free_section_f) (file_data, section_type, name, header
255 const struct lto_simple_header * header local
[all...]
/netbsd-current/external/bsd/dhcpcd/dist/hooks/
H A D50-ntp.conf65 header=
68 # Build the header
70 header="$header${header:+, }$x"
96 echo "$signature_base${header:+ $from }$header" >> "$cf"
98 echo "$signature_base_end${header:+ $from }$header" >> "$cf"
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dfile.c91 headers->header, headers->value,
126 const char *header, const char *value)
133 h->header = strdup(header);
134 if (h->header == NULL) {
140 free(h->header);
158 free(h->header);
169 hx509_pem_find_header(const hx509_pem_header *h, const char *header) argument
172 if (strcmp(header, h->header)
125 hx509_pem_add_header(hx509_pem_header **headers, const char *header, const char *value) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dlto-section-in.cc142 struct lto_data_header *header; local
155 /* Create a mapping header containing the underlying data and length,
159 header = (struct lto_data_header *) xmalloc (header_length);
160 header->data = data;
161 header->len = *len;
163 buffer.data = (char *) header;
190 /* Get the section data without any header parsing or uncompression. */
214 const struct lto_data_header *header local
225 /* The underlying data address has been extracted from the mapping header.
227 (free_section_f) (file_data, section_type, name, header
255 const struct lto_simple_header * header local
[all...]
H A Dcfgloop.cc98 FOR_EACH_EDGE (e, ei, loop->header->preds)
100 if (dominated_by_p (CDI_DOMINATORS, e->src, loop->header))
120 if (! loop || ! loop->header)
125 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/mpl/dhcp/bind/dist/lib/dns/
H A Decdb.c85 #define NXDOMAIN(header) (((header)->attributes & RDATASET_ATTR_NXDOMAIN) != 0)
86 #define NEGATIVE(header) (((header)->attributes & RDATASET_ATTR_NEGATIVE) != 0)
229 rdatasetheader_t *header; local
239 while ((header = ISC_LIST_HEAD(node->rdatasets)) != NULL) {
242 ISC_LIST_UNLINK(node->rdatasets, header, link);
243 headersize = dns_rdataslab_size((unsigned char *)header,
244 sizeof(*header));
245 isc_mem_put(mctx, header, headersiz
361 bind_rdataset(dns_ecdb_t *ecdb, dns_ecdbnode_t *node, rdatasetheader_t *header, dns_rdataset_t *rdataset) argument
408 rdatasetheader_t *header; local
730 rdatasetheader_t *header = rdataset->private3; local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_packet_manager_vi.c36 union PM4_MES_TYPE_3_HEADER header; local
38 header.u32All = 0;
39 header.opcode = opcode;
40 header.count = packet_size / 4 - 2;
41 header.type = PM4_TYPE_3;
43 return header.u32All;
55 packet->header.u32All = pm_build_pm4_header(IT_MAP_PROCESS,
104 packet->header.u32All = pm_build_pm4_header(IT_RUN_LIST,
126 packet->header.u32All = pm_build_pm4_header(IT_SET_RESOURCES,
155 packet->header
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dopregion.c70 * bdb header version as '186', and the corresponding child_device_config
122 /* header->bdb_offset point to bdb_header offset */
123 struct vbt_header header; member in struct:vbt
147 v->header.signature[0] = '$';
148 v->header.signature[1] = 'V';
149 v->header.signature[2] = 'B';
150 v->header.signature[3] = 'T';
153 v->header.version = 155;
154 v->header.header_size = sizeof(v->header);
229 struct opregion_header *header; local
[all...]
/netbsd-current/sys/dev/acpi/
H A Dapei_erst.c221 * Verify the table length, table header length, and
222 * instruction entry count are all sensible. If the header is
234 aprint_error_dev(sc->sc_dev, "ERST: truncated header:"
324 * apei_erst_instvalid(header, ninst, i)
330 apei_erst_instvalid(ACPI_WHEA_HEADER *header, uint32_t ninst, uint32_t i) argument
333 switch (header->Instruction) {
335 if (header->Value > ninst) {
339 header->Value,
340 header->Action,
341 apei_erst_action[header
375 apei_erst_instfunc(ACPI_WHEA_HEADER *header, struct apei_mapreg *map, void *cookie, uint32_t *ipp, uint32_t maxip) argument
[all...]
H A Dapei_einj.c149 * Verify the table length, table header length, and
150 * instruction entry count are all sensible. If the header is
162 aprint_error_dev(sc->sc_dev, "EINJ: truncated header:"
256 ACPI_WHEA_HEADER *const header = &entry->WheaHeader; local
258 if (action == header->Action)
388 * apei_einj_instfunc(header, cookie, &ip, maxip)
398 apei_einj_instfunc(ACPI_WHEA_HEADER *header, struct apei_mapreg *map, argument
407 const uint8_t BitOffset = header->RegisterRegion.BitOffset;
408 const uint64_t Mask = header->Mask;
409 const uint64_t Value = header
609 ACPI_WHEA_HEADER *const header = &entry[i].WheaHeader; local
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/
H A Dautogen.sh35 rm po/en@boldquot.header
36 rm po/en@quot.header
37 rm po/insert-header.sin
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ucode.c63 const_container_of(hdr, struct mc_firmware_header_v1_0, header);
84 const_container_of(hdr, struct smc_firmware_header_v1_0, header);
89 const_container_of(hdr, struct smc_firmware_header_v1_0, header);
110 const_container_of(hdr, struct gfx_firmware_header_v1_0, header);
131 const_container_of(hdr, struct rlc_firmware_header_v1_0, header);
145 const_container_of(hdr, struct rlc_firmware_header_v2_0, header);
226 const_container_of(hdr, struct sdma_firmware_header_v1_0, header);
255 const_container_of(hdr, struct psp_firmware_header_v1_0, header);
305 const_container_of(hdr, struct gpu_info_firmware_header_v1_0, header);
464 const struct common_firmware_header *header local
555 const struct gfx_firmware_header_v1_0 *header = NULL; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/libsframe/
H A Dsframe-dump.c32 const sframe_header *header = &(sfd_ctx->sfd_header); local
38 unsigned char ver = header->sfh_preamble.sfp_version;
43 unsigned char flags = header->sfh_preamble.sfp_flags;
51 unsigned char flags = header->sfh_preamble.sfp_flags;
70 printf (" Num FDEs: %d\n", header->sfh_num_fdes);
71 printf (" Num FREs: %d\n", header->sfh_num_fres);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgl-charset.c67 const char *header = mlp->item[j]->msgstr; local
69 if (header != NULL)
71 const char *charsetstr = c_strstr (header, "charset=");
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dcrypt.h62 * Initialize the encryption keys and the random header according to
91 unsigned char* buf, /* where to write header */
97 int n; /* index in random header */
100 unsigned char header[RAND_HEAD_LEN-2]; /* random header */ local
101 static unsigned calls = 0; /* ensure different random header each time */
118 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
120 /* Encrypt random header (last two bytes is high word of crc) */
124 buf[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, header[n], t);
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dcrypt.h62 * Initialize the encryption keys and the random header according to
91 unsigned char* buf, /* where to write header */
97 int n; /* index in random header */
100 unsigned char header[RAND_HEAD_LEN-2]; /* random header */ local
101 static unsigned calls = 0; /* ensure different random header each time */
118 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
120 /* Encrypt random header (last two bytes is high word of crc) */
124 buf[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, header[n], t);
/netbsd-current/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dvbox_hgsmi.c39 const struct hgsmi_buffer_header *header,
45 checksum = hgsmi_hash_process(checksum, (u8 *)header, sizeof(*header));
38 hgsmi_checksum(u32 offset, const struct hgsmi_buffer_header *header, const struct hgsmi_buffer_tail *tail) argument
/netbsd-current/common/dist/zlib/contrib/minizip/
H A Dcrypt.h63 * Initialize the encryption keys and the random header according to
92 unsigned char* buf, /* where to write header */
98 unsigned n; /* index in random header */
101 unsigned char header[RAND_HEAD_LEN-2]; /* random header */ local
102 static unsigned calls = 0; /* ensure different random header each time */
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
121 /* Encrypt random header (last two bytes is high word of crc) */
125 buf[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, header[n], t);
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dcrypt.h63 * Initialize the encryption keys and the random header according to
92 unsigned char* buf, /* where to write header */
98 unsigned n; /* index in random header */
101 unsigned char header[RAND_HEAD_LEN-2]; /* random header */ local
102 static unsigned calls = 0; /* ensure different random header each time */
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
121 /* Encrypt random header (last two bytes is high word of crc) */
125 buf[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, header[n], t);
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dknown-headers.cc39 /* A struct for associating names in a standard library with the header
41 (or NULL, for names that aren't in a header for a particular stdlib). */
46 const char *header[NUM_STDLIBS]; member in struct:stdlib_hint
49 /* Given non-NULL NAME, return the header name defining it (as literal
92 /* Given non-NULL NAME, return the header name defining it within either
224 return hints[i].header[lib];
261 return c99_cxx11_hints[i].header[lib];
266 /* Given non-NULL NAME, return the header name defining it within the C
275 /* Given non-NULL NAME, return the header name defining it within the C++
284 /* Given non-NULL NAME, return the header nam
[all...]
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dcrypt.h63 * Initialize the encryption keys and the random header according to
92 unsigned char* buf, /* where to write header */
98 unsigned n; /* index in random header */
101 unsigned char header[RAND_HEAD_LEN-2]; /* random header */ local
102 static unsigned calls = 0; /* ensure different random header each time */
119 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t);
121 /* Encrypt random header (last two bytes is high word of crc) */
125 buf[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, header[n], t);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dlang-po28 ${XGETTEXT} -o prog.pot --omit-header --add-location prog-in.pot
60 ${XGETTEXT} -o prog.po --omit-header --add-location prog-in.po
/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/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",

Completed in 611 milliseconds

1234567891011>>