Searched refs:destination (Results 1 - 25 of 126) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhtml_styled_ostream.priv.h11 ostream_t destination; member in struct:html_styled_ostream_representation
H A Dhtml-styled-ostream.oo.c46 /* The destination stream. */
47 ostream_t destination;
48 /* A HTML aware wrapper around the destination stream. */
71 ostream_write_str (stream->destination, "</body>\n");
72 ostream_write_str (stream->destination, "</html>\n");
94 html_styled_ostream_create (ostream_t destination, const char *css_filename) argument
100 stream->destination = destination;
101 stream->html_destination = html_ostream_create (destination);
103 ostream_write_str (stream->destination, "<
[all...]
H A Dhtml-styled-ostream.oo.h40 html_styled_ostream_create (ostream_t destination,
H A Dhtml-ostream.oo.h51 extern html_ostream_t html_ostream_create (ostream_t destination);
H A Dhtml_ostream.priv.h11 ostream_t destination; member in struct:html_ostream_representation
H A Dterm_styled_ostream.priv.h11 term_ostream_t destination; member in struct:term_styled_ostream_representation
H A Dhtml-styled-ostream.c80 ostream_write_str (stream->destination, "</body>\n");
81 ostream_write_str (stream->destination, "</html>\n");
103 html_styled_ostream_create (ostream_t destination, const char *css_filename) argument
109 stream->destination = destination;
110 stream->html_destination = html_ostream_create (destination);
112 ostream_write_str (stream->destination, "<?xml version=\"1.0\"?>\n");
123 ostream_write_str (stream->destination,
125 ostream_write_str (stream->destination, "<html>\n");
126 ostream_write_str (stream->destination, "<hea
[all...]
H A Dhtml-ostream.oo.c35 /* The destination stream. */
36 ostream_t destination;
62 ostream_write_str (stream->destination, "<span class=\"");
63 ostream_write_str (stream->destination, classname);
64 ostream_write_str (stream->destination, "\">");
78 ostream_write_str (stream->destination, "</span>");
140 ostream_write_str (stream->destination, "<br/>");
150 ostream_write_str (stream->destination, "&quot;");
153 ostream_write_str (stream->destination, "&amp;");
156 ostream_write_str (stream->destination, "
264 html_ostream_create(ostream_t destination) argument
[all...]
H A Dhtml-ostream.c63 ostream_write_str (stream->destination, "<span class=\"");
64 ostream_write_str (stream->destination, classname);
65 ostream_write_str (stream->destination, "\">");
79 ostream_write_str (stream->destination, "</span>");
141 ostream_write_str (stream->destination, "<br/>");
151 ostream_write_str (stream->destination, "&quot;");
154 ostream_write_str (stream->destination, "&amp;");
157 ostream_write_str (stream->destination, "&lt;");
161 ostream_write_str (stream->destination, "&gt;");
166 ostream_write_str (stream->destination, "
265 html_ostream_create(ostream_t destination) argument
[all...]
H A Dterm-styled-ostream.oo.c65 /* The destination stream. */
66 term_ostream_t destination;
89 term_ostream_set_color (stream->destination, stream->curr_attr->color);
90 term_ostream_set_bgcolor (stream->destination, stream->curr_attr->bgcolor);
91 term_ostream_set_weight (stream->destination, stream->curr_attr->weight);
92 term_ostream_set_posture (stream->destination, stream->curr_attr->posture);
93 term_ostream_set_underline (stream->destination, stream->curr_attr->underline);
95 term_ostream_write_mem (stream->destination, data, len);
101 term_ostream_flush (stream->destination);
107 term_ostream_free (stream->destination);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dhtml-styled-ostream.oo.c46 /* The destination stream. */
47 ostream_t destination;
48 /* A HTML aware wrapper around the destination stream. */
71 ostream_write_str (stream->destination, "</body>\n");
72 ostream_write_str (stream->destination, "</html>\n");
94 html_styled_ostream_create (ostream_t destination, const char *css_filename) argument
100 stream->destination = destination;
101 stream->html_destination = html_ostream_create (destination);
103 ostream_write_str (stream->destination, "<
[all...]
H A Dhtml-styled-ostream.oo.h40 html_styled_ostream_create (ostream_t destination,
H A Diconv-ostream.oo.h44 ostream_t destination);
H A Dhtml-ostream.oo.h51 extern html_ostream_t html_ostream_create (ostream_t destination);
H A Dhtml-ostream.oo.c35 /* The destination stream. */
36 ostream_t destination;
62 ostream_write_str (stream->destination, "<span class=\"");
63 ostream_write_str (stream->destination, classname);
64 ostream_write_str (stream->destination, "\">");
78 ostream_write_str (stream->destination, "</span>");
140 ostream_write_str (stream->destination, "<br/>");
150 ostream_write_str (stream->destination, "&quot;");
153 ostream_write_str (stream->destination, "&amp;");
156 ostream_write_str (stream->destination, "
264 html_ostream_create(ostream_t destination) argument
[all...]
H A Diconv-ostream.oo.c43 /* The destination stream. */
44 ostream_t destination;
118 ostream_write_mem (stream->destination,
166 ostream_write_mem (stream->destination,
181 ostream_t destination)
186 stream->destination = destination;
180 iconv_ostream_create(const char *from_encoding, const char *to_encoding, ostream_t destination) argument
H A Dterm-styled-ostream.oo.c65 /* The destination stream. */
66 term_ostream_t destination;
89 term_ostream_set_color (stream->destination, stream->curr_attr->color);
90 term_ostream_set_bgcolor (stream->destination, stream->curr_attr->bgcolor);
91 term_ostream_set_weight (stream->destination, stream->curr_attr->weight);
92 term_ostream_set_posture (stream->destination, stream->curr_attr->posture);
93 term_ostream_set_underline (stream->destination, stream->curr_attr->underline);
95 term_ostream_write_mem (stream->destination, data, len);
101 term_ostream_flush (stream->destination);
107 term_ostream_free (stream->destination);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/resources/
H A Drsmisc.c76 void *destination; local
107 * destination is the internal resource descriptor
110 destination =
135 ACPI_SET8(destination) = (u8)
143 ACPI_SET8(destination) = (u8)
150 ACPI_SET8(destination) = (u8) item_count;
159 ACPI_SET16(destination) = item_count;
181 acpi_rs_move_data(destination, source, item_count,
187 ACPI_MEMSET(destination, info->aml_offset, info->value);
193 ACPI_MEMCPY(destination, sourc
328 void *destination; local
[all...]
H A Drsutils.c117 * PARAMETERS: Destination - Pointer to the destination descriptor
131 acpi_rs_move_data(void *destination, void *source, u16 item_count, u8 move_type) argument
146 ACPI_MEMCPY(destination, source, item_count);
155 ACPI_MOVE_16_TO_16(&ACPI_CAST_PTR(u16, destination)[i],
160 ACPI_MOVE_32_TO_32(&ACPI_CAST_PTR(u32, destination)[i],
165 ACPI_MOVE_64_TO_64(&ACPI_CAST_PTR(u64, destination)[i],
263 * PARAMETERS: Destination - Pointer to the destination string
273 static u16 acpi_rs_strcpy(char *destination, char *source) argument
280 destination[i] = source[i];
283 destination[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Dsequencer.h44 destination : 9, member in struct:ins_format1
54 destination : 9, member in struct:ins_format2
74 destination : 9, member in struct:ins_format1
84 destination : 9, member in struct:ins_format2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dbpqether.h16 unsigned char destination[ETH_ALEN]; member in struct:bpq_ethaddr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h52 destination : 9, member in struct:ins_format1
60 destination : 9,
71 destination : 9, member in struct:ins_format2
79 destination : 9,
107 destination : 9, member in struct:ins_format4
115 destination : 9,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsto_res.S6 | users destination register then fp0 is moved to the
7 | correct floating-point destination register. fp0 and fp1
14 | Output: moves the result to the true destination reg or mem
16 | Modifies: destination floating point register
34 bfextu CMDREG1B(%a6){#13:#3},%d0 |extract cos destination
67 bfextu CMDREG1B(%a6){#6:#3},%d0 |extract destination register
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs61 public int Get(byte[] destination, int offset, int count) argument
65 destination[offset + i] = _buffer[(_head+i) % _capacity];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs61 public int Get(byte[] destination, int offset, int count) argument
65 destination[offset + i] = _buffer[(_head+i) % _capacity];

Completed in 85 milliseconds

123456