Searched refs:wc (Results 151 - 175 of 393) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Djohab.h88 johab_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
94 if (wc < 0x0080 && wc != 0x005c) {
95 *r = wc;
98 if (wc == 0x20a9) {
108 ret = johab_hangul_wctomb(conv,buf,wc,2);
119 ret = ksc5601_wctomb(conv,buf,wc,2);
H A Dsjis.h83 sjis_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
89 ret = jisx0201_wctomb(conv,buf,wc,1);
101 ret = jisx0208_wctomb(conv,buf,wc,2);
120 if (wc >= 0xe000 && wc < 0xe758) {
124 c1 = (unsigned int) (wc - 0xe000) / 188;
125 c2 = (unsigned int) (wc - 0xe000) % 188;
H A Dbig5hkscs2001.h114 big5hkscs2001_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
121 if (wc == 0x0304 || wc == 0x030c) {
125 r[1] = last + ((wc & 24) >> 2) - 4; /* = 0x62 or 0x64 or 0xa3 or 0xa5 */
142 if (wc < 0x0080) {
145 r[0] = (unsigned char) wc;
155 ret = big5_wctomb(conv,buf,wc,2);
168 ret = hkscs1999_wctomb(conv,buf,wc,2);
171 if ((wc & ~0x0020) == 0x00ca) {
186 ret = hkscs2001_wctomb(conv,buf,wc,
[all...]
H A Dcp1124.h84 cp1124_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
87 if (wc < 0x00a0) {
88 *r = wc;
91 else if (wc >= 0x00a0 && wc < 0x00b0)
92 c = cp1124_page00[wc-0x00a0];
93 else if (wc >= 0x0400 && wc < 0x0498)
94 c = cp1124_page04[wc-0x0400];
95 else if (wc
[all...]
H A Dcp922.h81 cp922_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
84 if (wc < 0x00a8) {
85 *r = wc;
88 else if (wc >= 0x00a8 && wc < 0x0100)
89 c = cp922_page00[wc-0x00a8];
90 else if (wc >= 0x0160 && wc < 0x0180)
91 c = cp922_page01[wc-0x0160];
92 else if (wc
[all...]
H A Diso8859_5.h77 iso8859_5_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
80 if (wc < 0x00a0) {
81 *r = wc;
84 else if (wc >= 0x00a0 && wc < 0x00b0)
85 c = iso8859_5_page00[wc-0x00a0];
86 else if (wc >= 0x0400 && wc < 0x0460)
87 c = iso8859_5_page04[wc-0x0400];
88 else if (wc
[all...]
H A Dmulelao.h55 unsigned short wc = mulelao_2uni[c-0xa0]; local
56 if (wc != 0xfffd) {
57 *pwc = (ucs4_t) wc;
80 mulelao_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
83 if (wc < 0x00a0) {
84 *r = wc;
87 else if (wc == 0x00a0)
89 else if (wc >= 0x0e80 && wc < 0x0ee0)
90 c = mulelao_page0e[wc
[all...]
H A Dcp860.h123 cp860_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
126 if (wc < 0x0080) {
127 *r = wc;
130 else if (wc >= 0x00a0 && wc < 0x0100)
131 c = cp860_page00[wc-0x00a0];
132 else if (wc >= 0x0390 && wc < 0x03c8)
133 c = cp860_page03[wc-0x0390];
134 else if (wc
[all...]
H A Dmac_ukraine.h117 mac_ukraine_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
120 if (wc < 0x0080) {
121 *r = wc;
124 else if (wc >= 0x00a0 && wc < 0x00c0)
125 c = mac_ukraine_page00[wc-0x00a0];
126 else if (wc == 0x00f7)
128 else if (wc == 0x0192)
130 else if (wc >= 0x0400 && wc <
[all...]
H A Diso8859_3.h55 unsigned short wc = iso8859_3_2uni[c-0xa0]; local
56 if (wc != 0xfffd) {
57 *pwc = (ucs4_t) wc;
100 iso8859_3_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
103 if (wc < 0x00a0) {
104 *r = wc;
107 else if (wc >= 0x00a0 && wc < 0x0100)
108 c = iso8859_3_page00[wc-0x00a0];
109 else if (wc >
[all...]
H A Dcp853.h61 unsigned short wc = cp853_2uni[c-0x80]; local
62 if (wc != 0xfffd) {
63 *pwc = (ucs4_t) wc;
129 cp853_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
132 if (wc < 0x0080) {
133 *r = wc;
136 else if (wc >= 0x00a0 && wc < 0x0100)
137 c = cp853_page00[wc-0x00a0];
138 else if (wc >
[all...]
H A Dcp1125.h107 cp1125_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
110 if (wc < 0x0080) {
111 *r = wc;
114 else if (wc >= 0x00a0 && wc < 0x00b8)
115 c = cp1125_page00[wc-0x00a0];
116 else if (wc >= 0x0400 && wc < 0x0498)
117 c = cp1125_page04[wc-0x0400];
118 else if (wc
[all...]
H A Dcp1256.h127 cp1256_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
130 if (wc < 0x0080) {
131 *r = wc;
134 else if (wc >= 0x00a0 && wc < 0x0100)
135 c = cp1256_page00[wc-0x00a0];
136 else if (wc >= 0x0150 && wc < 0x0198)
137 c = cp1256_page01[wc-0x0150];
138 else if (wc
[all...]
H A Dkoi8_r.h131 koi8_r_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
134 if (wc < 0x0080) {
135 *r = wc;
138 else if (wc >= 0x00a0 && wc < 0x00f8)
139 c = koi8_r_page00[wc-0x00a0];
140 else if (wc >= 0x0400 && wc < 0x0458)
141 c = koi8_r_page04[wc-0x0400];
142 else if (wc >
[all...]
H A Dkoi8_t.h61 unsigned short wc = koi8_t_2uni[c-0x80]; local
62 if (wc != 0xfffd) {
63 *pwc = (ucs4_t) wc;
123 koi8_t_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
126 if (wc < 0x0080) {
127 *r = wc;
130 else if (wc >= 0x00a0 && wc < 0x00c0)
131 c = koi8_t_page00[wc-0x00a0];
132 else if (wc >
[all...]
H A Dmac_centraleurope.h113 mac_centraleurope_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
116 if (wc < 0x0080) {
117 *r = wc;
120 else if (wc >= 0x00a0 && wc < 0x0180)
121 c = mac_centraleurope_page00[wc-0x00a0];
122 else if (wc == 0x02c7)
124 else if (wc >= 0x2010 && wc < 0x2040)
125 c = mac_centraleurope_page20[wc
[all...]
H A Dgentranslit.c218 printf("#define translit_index(wc) \\\n (");
234 printf("wc == 0x%04x ? %d", j, uni2index[j]);
239 printf("wc < 0x%04x", 8*j2);
241 printf("wc >= 0x%04x && wc < 0x%04x", 8*j1, 8*j2);
243 printf(" ? translit_page%s[wc", tables[t].suffix);
H A Dcp737.h117 cp737_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
120 if (wc < 0x0080) {
121 *r = wc;
124 else if (wc >= 0x00a0 && wc < 0x00b8)
125 c = cp737_page00[wc-0x00a0];
126 else if (wc == 0x00f7)
128 else if (wc >= 0x0380 && wc < 0x03d0)
129 c = cp737_page03[wc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_ruc.c105 struct ib_wc wc; local
126 wc.wr_id = wqe->wr_id;
127 wc.status = IB_WC_LOC_PROT_ERR;
128 wc.opcode = IB_WC_RECV;
129 wc.vendor_err = 0;
130 wc.byte_len = 0;
131 wc.imm_data = 0;
132 wc.qp = &qp->ibqp;
133 wc.src_qp = 0;
134 wc
248 struct ib_wc wc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dunistr.c264 wchar_t wc; local
273 &wc);
276 if (likely(wc)) {
277 ucs[o++] = cpu_to_le16(wc);
279 } /* else if (!wc) */
341 int i, o, ns_len, wc; local
348 wc = -ENAMETOOLONG;
358 retry: wc = nls->uni2char(le16_to_cpu(ins[i]), ns + o,
360 if (wc > 0) {
361 o += wc;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/charsets/
H A Dgeneric_cjk.c139 size_t cjk_char_pull(ucs2_t wc, ucs2_t* out, const u_int32_t* compose) argument
141 if (!wc) return 0;
142 if ((wc & 0xf000) == 0xe000) {
146 u_int32_t v = compose[wc & 0xfff];
148 wc = (ucs2_t)(v >> 16);
149 } while (--i && (wc & 0xf000) == 0xe000);
150 buf[i] = wc;
154 *out = wc;
197 ucs2_t wc = in[0]; local
198 size_t n = sz[wc
[all...]
H A Dmac_centraleurope.h113 char_ucs2_to_mac_centraleurope(unsigned char *r, ucs2_t wc) argument
116 if (wc < 0x0080) {
117 *r = wc;
120 else if (wc >= 0x00a0 && wc < 0x0180)
121 c = mac_centraleurope_page00[wc-0x00a0];
122 else if (wc == 0x02c7)
124 else if (wc >= 0x2010 && wc < 0x2040)
125 c = mac_centraleurope_page20[wc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/charsets/
H A Dgeneric_cjk.c139 size_t cjk_char_pull(ucs2_t wc, ucs2_t* out, const u_int32_t* compose) argument
141 if (!wc) return 0;
142 if ((wc & 0xf000) == 0xe000) {
146 u_int32_t v = compose[wc & 0xfff];
148 wc = (ucs2_t)(v >> 16);
149 } while (--i && (wc & 0xf000) == 0xe000);
150 buf[i] = wc;
154 *out = wc;
197 ucs2_t wc = in[0]; local
198 size_t n = sz[wc
[all...]
H A Dmac_centraleurope.h113 char_ucs2_to_mac_centraleurope(unsigned char *r, ucs2_t wc) argument
116 if (wc < 0x0080) {
117 *r = wc;
120 else if (wc >= 0x00a0 && wc < 0x0180)
121 c = mac_centraleurope_page00[wc-0x00a0];
122 else if (wc == 0x02c7)
124 else if (wc >= 0x2010 && wc < 0x2040)
125 c = mac_centraleurope_page20[wc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Daops.c762 struct ocfs2_write_ctxt *wc, u64 *p_blkno,
768 struct ocfs2_splice_write_priv *sp = wc->w_private;
773 ocfs2_figure_cluster_boundaries(osb, wc->w_cpos, &cluster_start,
778 bytes = wc->w_count;
780 if (wc->w_large_pages) {
787 - (wc->w_pos & (osb->s_clustersize - 1))));
796 if (wc->w_this_page_new)
797 ret = ocfs2_map_page_blocks(wc->w_this_page, p_blkno, inode,
800 ret = ocfs2_map_page_blocks(wc->w_this_page, p_blkno, inode,
808 dst = kmap_atomic(wc
761 ocfs2_map_and_write_splice_data(struct inode *inode, struct ocfs2_write_ctxt *wc, u64 *p_blkno, unsigned int *ret_from, unsigned int *ret_to) argument
826 ocfs2_map_and_write_user_data(struct inode *inode, struct ocfs2_write_ctxt *wc, u64 *p_blkno, unsigned int *ret_from, unsigned int *ret_to) argument
922 ocfs2_write_data_page(struct inode *inode, handle_t *handle, u64 *p_blkno, struct page *page, struct ocfs2_write_ctxt *wc, int new) argument
1020 ocfs2_write(struct file *file, u32 phys, handle_t *handle, struct buffer_head *di_bh, struct ocfs2_alloc_context *data_ac, struct ocfs2_alloc_context *meta_ac, struct ocfs2_write_ctxt *wc) argument
1137 ocfs2_write_ctxt_init(struct ocfs2_write_ctxt *wc, struct ocfs2_super *osb, loff_t pos, size_t count, ocfs2_page_writer *cb, void *cb_priv) argument
1186 struct ocfs2_write_ctxt wc; local
[all...]

Completed in 195 milliseconds

1234567891011>>