Searched refs:wc (Results 176 - 200 of 393) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dcp855.h108 cp855_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
111 if (wc < 0x0080) {
112 *r = wc;
115 else if (wc >= 0x00a0 && wc < 0x00c0)
116 c = cp855_page00[wc-0x00a0];
117 else if (wc >= 0x0400 && wc < 0x0460)
118 c = cp855_page04[wc-0x0400];
119 else if (wc
[all...]
H A Diso8859_16.h96 iso8859_16_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
99 if (wc < 0x00a0) {
100 *r = wc;
103 else if (wc >= 0x00a0 && wc < 0x0180)
104 c = iso8859_16_page00[wc-0x00a0];
105 else if (wc >= 0x0218 && wc < 0x0220)
106 c = iso8859_16_page02[wc-0x0218];
107 else if (wc >
[all...]
H A Dmac_arabic.h61 unsigned short wc = mac_arabic_2uni[c-0x80]; local
62 if (wc != 0xfffd) {
63 *pwc = (ucs4_t) wc;
114 mac_arabic_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
117 if (wc < 0x0080) {
118 *r = wc;
121 else if (wc >= 0x00a0 && wc < 0x0100)
122 c = mac_arabic_page00[wc-0x00a0];
123 else if (wc >
[all...]
H A Dpt154.h98 pt154_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
101 if (wc < 0x0080) {
102 *r = wc;
105 else if (wc >= 0x00a0 && wc < 0x00c0)
106 c = pt154_page00[wc-0x00a0];
107 else if (wc >= 0x0400 && wc < 0x04f0)
108 c = pt154_page04[wc-0x0400];
109 else if (wc >
[all...]
H A Dmac_croatian.h61 unsigned short wc = mac_croatian_2uni[c-0x80]; local
62 if (wc != 0xfffd) {
63 *pwc = (ucs4_t) wc;
139 mac_croatian_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
142 if (wc < 0x0080) {
143 *r = wc;
146 else if (wc >= 0x00a0 && wc < 0x0198)
147 c = mac_croatian_page00[wc-0x00a0];
148 else if (wc >
[all...]
H A Dmac_romania.h61 unsigned short wc = mac_romania_2uni[c-0x80]; local
62 if (wc != 0xfffd) {
63 *pwc = (ucs4_t) wc;
139 mac_romania_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
142 if (wc < 0x0080) {
143 *r = wc;
146 else if (wc >= 0x00a0 && wc < 0x0198)
147 c = mac_romania_page00[wc-0x00a0];
148 else if (wc >
[all...]
H A Dcp850.h102 cp850_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
105 if (wc < 0x0080) {
106 *r = wc;
109 else if (wc >= 0x00a0 && wc < 0x0100)
110 c = cp850_page00[wc-0x00a0];
111 else if (wc == 0x0131)
113 else if (wc == 0x0192)
115 else if (wc == 0x2017)
117 else if (wc >
[all...]
H A Dloop_unicode.h23 /* Attempt to transliterate wc. Return code as in xxx_wctomb. */
24 static int unicode_transliterate (conv_t cd, ucs4_t wc, argument
33 int ret = johab_hangul_decompose(cd,buf,wc);
65 if (wc == 0x3006)
67 else if (wc == 0x30f6)
69 else if (wc >= 0x4e00 && wc < 0xa000)
70 indx = cjk_variants_indx[wc-0x4e00];
108 if (wc >= 0x2018 && wc <
204 ucs4_t wc = *buf; local
283 ucs4_t wc; local
442 ucs4_t wc; local
[all...]
H A Dcp857.h61 unsigned short wc = cp857_2uni[c-0x80]; local
62 if (wc != 0xfffd) {
63 *pwc = (ucs4_t) wc;
120 cp857_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
123 if (wc < 0x0080) {
124 *r = wc;
127 else if (wc >= 0x00a0 && wc < 0x0100)
128 c = cp857_page00[wc-0x00a0];
129 else if (wc >
[all...]
H A Dkoi8_ru.h137 koi8_ru_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
140 if (wc < 0x0080) {
141 *r = wc;
144 else if (wc >= 0x00a0 && wc < 0x00f8)
145 c = koi8_ru_page00[wc-0x00a0];
146 else if (wc >= 0x0400 && wc < 0x0498)
147 c = koi8_ru_page04[wc-0x0400];
148 else if (wc >
[all...]
H A Dkoi8_u.h139 koi8_u_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
142 if (wc < 0x0080) {
143 *r = wc;
146 else if (wc >= 0x00a0 && wc < 0x00f8)
147 c = koi8_u_page00[wc-0x00a0];
148 else if (wc >= 0x0400 && wc < 0x0498)
149 c = koi8_u_page04[wc-0x0400];
150 else if (wc >
[all...]
H A Dcp1129.h103 cp1129_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
106 if (wc < 0x00a8) {
107 *r = wc;
110 else if (wc >= 0x00a8 && wc < 0x01b8)
111 c = cp1129_page00[wc-0x00a8];
112 else if (wc >= 0x0300 && wc < 0x0328)
113 c = cp1129_page03[wc-0x0300];
114 else if (wc
[all...]
H A Dcp775.h122 cp775_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
125 if (wc < 0x0080) {
126 *r = wc;
129 else if (wc >= 0x00a0 && wc < 0x0180)
130 c = cp775_page00[wc-0x00a0];
131 else if (wc >= 0x2018 && wc < 0x2020)
132 c = cp775_page20[wc-0x2018];
133 else if (wc
[all...]
H A Diso2022_jp3.h168 ucs4_t wc = jisx0213_to_ucs4(((state-STATE_JISX02131+1)<<8)+s[0],s[1]); local
169 if (wc) {
170 if (wc < 0x80) {
172 ucs4_t wc1 = jisx0213_to_ucs_combining[wc - 1][0];
173 ucs4_t wc2 = jisx0213_to_ucs_combining[wc - 1][1];
179 *pwc = wc;
260 iso2022_jp3_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
274 if (wc == 0x02e5)
277 else if (wc == 0x02e9)
280 else if (wc
[all...]
H A Dcp852.h125 cp852_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
128 if (wc < 0x0080) {
129 *r = wc;
132 else if (wc >= 0x00a0 && wc < 0x0180)
133 c = cp852_page00[wc-0x00a0];
134 else if (wc >= 0x02c0 && wc < 0x02e0)
135 c = cp852_page02[wc-0x02c0];
136 else if (wc >
[all...]
H A Ddec_hanyu.h70 dec_hanyu_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
76 ret = ascii_wctomb(conv,r,wc,n);
80 ret = cns11643_wctomb(conv,buf,wc,3);
H A Diso8859_13.h93 iso8859_13_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
96 if (wc < 0x00a0) {
97 *r = wc;
100 else if (wc >= 0x00a0 && wc < 0x0180)
101 c = iso8859_13_page00[wc-0x00a0];
102 else if (wc >= 0x2018 && wc < 0x2020)
103 c = iso8859_13_page20[wc-0x2018];
H A Diso8859_2.h96 iso8859_2_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
99 if (wc < 0x00a0) {
100 *r = wc;
103 else if (wc >= 0x00a0 && wc < 0x0180)
104 c = iso8859_2_page00[wc-0x00a0];
105 else if (wc >= 0x02c0 && wc < 0x02e0)
106 c = iso8859_2_page02[wc-0x02c0];
H A Diso8859_4.h96 iso8859_4_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
99 if (wc < 0x00a0) {
100 *r = wc;
103 else if (wc >= 0x00a0 && wc < 0x0180)
104 c = iso8859_4_page00[wc-0x00a0];
105 else if (wc >= 0x02c0 && wc < 0x02e0)
106 c = iso8859_4_page02[wc-0x02c0];
H A Dviscii.h125 viscii_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
128 if (wc < 0x0080 && (wc >= 0x0020 || (0x42100064 & (1 << wc)) == 0)) {
129 *r = wc;
132 else if (wc >= 0x00c0 && wc < 0x01b8)
133 c = viscii_page00[wc-0x00c0];
134 else if (wc >= 0x1ea0 && wc <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_rc.c740 * @wc: the work completion request
744 void ipath_restart_rc(struct ipath_qp *qp, u32 psn, struct ib_wc *wc) argument
750 wc->wr_id = wqe->wr.wr_id;
751 wc->status = IB_WC_RETRY_EXC_ERR;
752 wc->opcode = ib_ipath_wc_opcode[wqe->wr.opcode];
753 wc->vendor_err = 0;
754 wc->byte_len = 0;
755 wc->qp = &qp->ibqp;
756 wc->src_qp = qp->remote_qpn;
757 wc
812 struct ib_wc wc; local
1078 struct ib_wc wc; local
1484 struct ib_wc wc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dsfp-machine.h57 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \
63 _FP_FRAC_COPY_##wc(R,Y); \
68 _FP_FRAC_COPY_##wc(R,X); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dsfp-machine.h59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \
65 _FP_FRAC_COPY_##wc(R,X); \
70 _FP_FRAC_COPY_##wc(R,Y); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/utils/
H A Dnfnl_osf.c153 char *ptr, wc; local
161 wc = OSF_WSS_PLAIN;
199 wc = OSF_WSS_MODULO;
202 wc = OSF_WSS_MSS;
205 wc = OSF_WSS_MTU;
208 wc = OSF_WSS_PLAIN;
214 if (wc)
228 wc = OSF_WSS_MODULO;
231 if (wc)
263 opt[*optnum].wc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_stat/
H A Ddd.sh17 n=`egrep '\<WAIT\>.*\<page\>' $1 | wc -l | awk '{print $1}'`

Completed in 245 milliseconds

1234567891011>>