Searched refs:header (Results 1 - 25 of 894) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dplural-count.h24 /* Extract the number of plural forms from a header entry. */
25 extern unsigned long int get_plural_count (const char *header);
H A Dplural-count.c28 /* Extract the number of plural forms from a header entry. */
31 get_plural_count (const char *header) argument
36 extract_plural_expression (header, &plural, &nplurals);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_throw.cc36 __cxa_refcounted_exception *header local
44 __terminate (header->exc.terminateHandler);
47 if (__sync_sub_and_fetch (&header->referenceCount, 1) == 0)
50 if (header->exc.exceptionDestructor)
51 header->exc.exceptionDestructor (header + 1);
53 __cxa_free_exception (header + 1);
65 __cxa_refcounted_exception *header local
67 header->referenceCount = 1;
68 header
90 __cxa_exception *header = globals->caughtExceptions; local
[all...]
H A Deh_type.cc39 __cxa_exception *header = globals->caughtExceptions; local
40 if (header)
42 if (__is_dependent_exception (header->unwindHeader.exception_class))
45 __get_dependent_exception_from_ue (&header->unwindHeader);
46 header = __get_exception_header_from_obj (de->primaryException);
48 return header->exceptionType;
H A Deh_catch.cc46 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject); local
51 // Note that this use of "header" is a lie. It's fine so long as we only
52 // examine header->unwindHeader though.
53 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
59 globals->caughtExceptions = header;
62 // object is, much less where it is in relation to the header.
66 int count = header->handlerCount;
73 header->handlerCount = count;
76 if (header != prev)
78 header
94 __cxa_exception *header = globals->caughtExceptions; local
[all...]
H A Deh_arm.cc99 __cxa_exception *header = __get_exception_header_from_ue(ue_header); local
100 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class);
105 header->propagationCount++;
108 if (header->propagationCount == 1)
110 header->nextPropagatingException = globals->propagatingExceptions;
111 globals->propagatingExceptions = header;
121 globals->propagatingExceptions = header;
132 __cxa_exception *header; local
135 header = globals->propagatingExceptions;
138 if (!header)
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/libsupc++/
H A Deh_throw.cc40 __cxa_exception *header = __get_exception_header_from_ue (exc); local
48 __terminate (header->terminateHandler);
50 if (header->exceptionDestructor)
51 header->exceptionDestructor (header + 1);
53 __cxa_free_exception (header + 1);
61 __cxa_exception *header = __get_exception_header_from_obj (obj); local
62 header->exceptionType = tinfo;
63 header->exceptionDestructor = dest;
64 header
84 __cxa_exception *header = globals->caughtExceptions; local
[all...]
H A Deh_type.cc44 __cxa_exception *header = globals->caughtExceptions; local
45 if (header)
46 return header->exceptionType;
H A Deh_catch.cc52 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject); local
57 // Note that this use of "header" is a lie. It's fine so long as we only
58 // examine header->unwindHeader though.
59 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
65 globals->caughtExceptions = header;
68 // object is, much less where it is in relation to the header.
72 int count = header->handlerCount;
79 header->handlerCount = count;
82 if (header != prev)
84 header
100 __cxa_exception *header = globals->caughtExceptions; local
[all...]
H A Deh_arm.cc91 __cxa_exception *header = __get_exception_header_from_ue(ue_header); local
92 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class);
97 header->propagationCount++;
100 if (header->propagationCount == 1)
102 header->nextPropagatingException = globals->propagatingExceptions;
103 globals->propagatingExceptions = header;
113 globals->propagatingExceptions = header;
124 __cxa_exception *header; local
127 header = globals->propagatingExceptions;
130 if (!header)
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/autoconf/man/
H A Dautoheader.x2 autoheader \- Create a template header for configure
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/vms/
H A Desrf.h28 struct vms_egsy header; member in struct:vms_esrf
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/vms/
H A Desrf.h28 struct vms_egsy header; member in struct:vms_esrf
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dqduser.h174 /* The event queue header */
178 struct _vs_eventqueue header; /* event queue ring handling */ member in struct:qdinput
209 * ( ISFULL(eq) == FALSE ). ("eq" is a pointer to the event queue header.)
219 #define ISEMPTY(eq) ((eq)->header.head == (eq)->header.tail)
220 #define GETBEGIN(eq) (&(eq)->header.events[(eq)->header.head])
230 #define GETEND(eq) (++(eq)->header.head >= (eq)->header.size ? \
231 (eq)->header
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/qbus/
H A Dqduser.h167 /* The event queue header */
171 struct _vs_eventqueue header; /* event queue ring handling */ member in struct:qdinput
202 * ( ISFULL(eq) == FALSE ). ("eq" is a pointer to the event queue header.)
212 #define ISEMPTY(eq) ((eq)->header.head == (eq)->header.tail)
213 #define GETBEGIN(eq) (&(eq)->header.events[(eq)->header.head])
223 #define GETEND(eq) (++(eq)->header.head >= (eq)->header.size ? \
224 (eq)->header
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dis_tar.c101 const union record *header = (const union record *)(const void *)buf; local
109 recsum = from_oct(8, header->header.chksum);
112 p = header->charptr;
117 for (i = sizeof(header->header.chksum); --i >= 0;)
118 sum -= header->header.chksum[i];
119 sum += ' ' * sizeof header->header
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcpa_defines.h5 #warning including deprecated header file tcpa_defines.h
H A Dtcpa_error.h5 #warning including deprecated header file tcpa_error.h
H A Dtcpa_struct.h5 #warning including deprecated header file tcpa_struct.h
H A Dtcpa_typedef.h5 #warning including deprecated header file tcpa_typedef.h
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dmime_attach.h44 FILE *mime_encode(FILE *, struct header *);
45 void mime_putheader(FILE *, struct header *);
52 void show_header(struct header *); /* for debugging only */
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/src/lib/
H A Dprotocol.c72 iscsi_task_cmd_encap(uint8_t *header, iscsi_task_cmd_t * cmd) argument
84 (void) memset(header, 0x0, ISCSI_HEADER_LEN);
86 header[0] |= ISCSI_TASK_CMD; /* Opcode */
88 header[0] |= 0x40; /* Immediate bit */
90 header[1] = cmd->function & 0x80; /* Function */
91 *((uint64_t *) (void *) (header + 8)) = ISCSI_HTONLL6(cmd->lun); /* LUN */
92 *((uint32_t *) (void *) (header + 16)) = ISCSI_HTONL(cmd->tag); /* Tag */
93 *((uint32_t *) (void *) (header + 20)) = ISCSI_HTONL(cmd->ref_tag); /* Reference Tag */
94 *((uint32_t *) (void *) (header + 24)) = ISCSI_HTONL(cmd->CmdSN); /* CmdSN */
95 *((uint32_t *) (void *) (header
103 iscsi_task_cmd_decap(uint8_t *header, iscsi_task_cmd_t * cmd) argument
158 iscsi_task_rsp_encap(uint8_t *header, iscsi_task_rsp_t * rsp) argument
184 iscsi_task_rsp_decap(uint8_t *header, iscsi_task_rsp_t * rsp) argument
231 iscsi_nop_out_encap(uint8_t *header, iscsi_nop_out_args_t * cmd) argument
263 iscsi_nop_out_decap(uint8_t *header, iscsi_nop_out_args_t * cmd) argument
309 iscsi_nop_in_encap(uint8_t *header, iscsi_nop_in_args_t * cmd) argument
338 iscsi_nop_in_decap(uint8_t *header, iscsi_nop_in_args_t * cmd) argument
386 iscsi_text_cmd_encap(uint8_t *header, iscsi_text_cmd_args_t * cmd) argument
424 iscsi_text_cmd_decap(uint8_t *header, iscsi_text_cmd_args_t * cmd) argument
477 iscsi_text_rsp_encap(uint8_t *header, iscsi_text_rsp_args_t * rsp) argument
512 iscsi_text_rsp_decap(uint8_t *header, iscsi_text_rsp_args_t * rsp) argument
565 iscsi_login_cmd_encap(uint8_t *header, iscsi_login_cmd_args_t * cmd) argument
611 iscsi_login_cmd_decap(uint8_t *header, iscsi_login_cmd_args_t * cmd) argument
680 iscsi_login_rsp_encap(uint8_t *header, iscsi_login_rsp_args_t * rsp) argument
730 iscsi_login_rsp_decap(uint8_t *header, iscsi_login_rsp_args_t * rsp) argument
798 iscsi_logout_cmd_encap(uint8_t *header, iscsi_logout_cmd_args_t * cmd) argument
824 iscsi_logout_cmd_decap(uint8_t *header, iscsi_logout_cmd_args_t * cmd) argument
877 iscsi_logout_rsp_encap(uint8_t *header, iscsi_logout_rsp_args_t * rsp) argument
907 iscsi_logout_rsp_decap(uint8_t *header, iscsi_logout_rsp_args_t * rsp) argument
964 iscsi_scsi_cmd_encap(uint8_t *header, iscsi_scsi_cmd_args_t * cmd) argument
1011 iscsi_scsi_cmd_decap(uint8_t *header, iscsi_scsi_cmd_args_t * cmd) argument
1070 iscsi_scsi_rsp_encap(uint8_t *header, iscsi_scsi_rsp_t * rsp) argument
1120 iscsi_scsi_rsp_decap(uint8_t *header, iscsi_scsi_rsp_t * rsp) argument
1188 iscsi_r2t_encap(uint8_t *header, iscsi_r2t_t * cmd) argument
1223 iscsi_r2t_decap(uint8_t *header, iscsi_r2t_t * cmd) argument
1277 iscsi_write_data_encap(uint8_t *header, iscsi_write_data_t * cmd) argument
1306 iscsi_write_data_decap(uint8_t *header, iscsi_write_data_t * cmd) argument
1363 iscsi_read_data_encap(uint8_t *header, iscsi_read_data_t * cmd) argument
1423 iscsi_read_data_decap(uint8_t *header, iscsi_read_data_t * cmd) argument
1490 iscsi_reject_encap(uint8_t *header, iscsi_reject_t * cmd) argument
1515 iscsi_reject_decap(uint8_t *header, iscsi_reject_t * cmd) argument
1563 iscsi_amsg_decap(uint8_t *header, iscsi_async_msg_t * msg) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-loop-ch.c1 /* Loop header copying on trees.
51 should_duplicate_loop_header_p (basic_block header, struct loop *loop, argument
59 if (header->aux)
62 gcc_assert (EDGE_COUNT (header->succs) > 0);
63 if (single_succ_p (header))
65 if (flow_bb_inside_loop_p (loop, EDGE_SUCC (header, 0)->dest)
66 && flow_bb_inside_loop_p (loop, EDGE_SUCC (header, 1)->dest))
69 /* If this is not the original loop header, we want it to have just
71 if (header != loop->header
129 basic_block header; local
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/
H A Dx86check.c62 const char *header = "Violated calling conventions:\n"; local
69 header, regstr, callreg, value); \
70 header = ""; \
82 header, DIR_BIT (calling_conventions_eflags));
83 header = "";
90 header, calling_conventions_fenv.tag & 0xFFFF);
91 header = "";
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/minizip/
H A Dmztools.c46 char header[30]; local
51 while ( fread(header, 1, 30, fpZip) == 30 ) {
55 if (READ_32(header) == 0x04034b50) {
56 unsigned int version = READ_16(header + 4);
57 unsigned int gpflag = READ_16(header + 6);
58 unsigned int method = READ_16(header + 8);
59 unsigned int filetime = READ_16(header + 10);
60 unsigned int filedate = READ_16(header + 12);
61 unsigned int crc = READ_32(header + 14); /* crc */
62 unsigned int cpsize = READ_32(header
141 char header[46]; local
216 char header[22]; local
[all...]

Completed in 180 milliseconds

1234567891011>>