Searched refs:wc (Results 51 - 75 of 393) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/math-emu/
H A Dop-common.h1 #define _FP_DECL(wc, X) \
3 _FP_FRAC_DECL_##wc(X)
10 #define _FP_UNPACK_CANONICAL(fs, wc, X) \
15 _FP_FRAC_HIGH_##wc(X) |= _FP_IMPLBIT_##fs; \
16 _FP_FRAC_SLL_##wc(X, _FP_WORKBITS); \
22 if (_FP_FRAC_ZEROP_##wc(X)) \
28 _FP_FRAC_CLZ_##wc(_shift, X); \
30 _FP_FRAC_SLL_##wc(X, (_shift+_FP_WORKBITS)); \
37 if (_FP_FRAC_ZEROP_##wc(X)) \
54 #define _FP_PACK_CANONICAL(fs, wc,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dhkscs2004.h87 ucs4_t wc = 0xfffd; local
92 wc = hkscs2004_2uni_upages[swc>>8] | (swc & 0xff);
96 wc = hkscs2004_2uni_upages[swc>>8] | (swc & 0xff);
98 if (wc != 0xfffd) {
99 *pwc = wc;
546 hkscs2004_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
550 if (wc < 0x21a00) {
551 if (wc < 0x6e00) {
552 if (wc >= 0x3400 && wc <
[all...]
H A Dcp949.h82 cp949_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
88 ret = ascii_wctomb(conv,r,wc,n);
93 ret = ksc5601_wctomb(conv,buf,wc,2);
104 if (wc >= 0xac00 && wc < 0xd7a4) {
105 if (wc < 0xc8a5)
106 return uhc_1_wctomb(conv,r,wc,n);
108 return uhc_2_wctomb(conv,r,wc,n);
112 if (wc >= 0xe000 && wc <
[all...]
H A Dhkscs2001.h68 ucs4_t wc = 0xfffd; local
73 wc = hkscs2001_2uni_upages[swc>>8] | (swc & 0xff);
75 if (wc != 0xfffd) {
76 *pwc = wc;
554 hkscs2001_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
558 if (wc < 0x9f00) {
559 if (wc < 0x6900) {
560 if (wc >= 0x3500 && wc < 0x3560)
561 summary = &hkscs2001_uni2indx_page35[(wc>>
[all...]
H A Dgeorgian_academy.h80 georgian_academy_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
83 if (wc < 0x0080) {
84 *r = wc;
87 else if (wc >= 0x0080 && wc < 0x00a0)
88 c = georgian_academy_page00[wc-0x0080];
89 else if ((wc >= 0x00a0 && wc < 0x00c0) || (wc >= 0x00e7 && wc <
[all...]
H A Driscos1.h70 riscos1_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
73 if (wc < 0x0080 || wc == 0x0083 || wc == 0x0087 || (wc >= 0x00a0 && wc < 0x0100)) {
74 *r = wc;
77 else if (wc >= 0x0150 && wc < 0x0178)
78 c = riscos1_page01[wc
[all...]
H A Dgb12345.h51 gb12345_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
57 ret = gb12345ext_wctomb(conv,r,wc,n);
62 ret = gb2312_wctomb(conv,r,wc,n);
63 if (ret == 2 && gb12345ext_mbtowc(conv,&wc,r,2) == 2)
H A Dcp936ext.h46 unsigned short wc = 0xfffd; local
49 wc = cp936ext_2uni_pagea6[i-7189];
52 wc = cp936ext_2uni_pagea8[i-7532];
54 if (wc != 0xfffd) {
55 *pwc = (ucs4_t) wc;
82 cp936ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
86 if (wc >= 0x0140 && wc < 0x0150)
87 c = cp936ext_page01[wc-0x0140];
88 else if (wc >
[all...]
H A Dgb18030ext.h55 unsigned short wc = 0xfffd; local
59 wc = 0xe766 + (i - 6376);
61 wc = 0x20ac;
63 wc = 0xe76d;
65 wc = 0xe76e + (i - 6444);
67 wc = 0xe770 + (i - 6458);
71 wc = 0xe772 + (i - 6829);
75 wc = 0xe77d + (i - 7022);
79 wc = 0xe785 + (i - 7150);
81 wc
235 gb18030ext_wctomb(conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Ducs4internal.h36 ucs4internal_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
39 *(unsigned int *)r = wc;
H A Dcp1252.h43 unsigned short wc = cp1252_2uni[c-0x80]; local
44 if (wc != 0xfffd) {
45 *pwc = (ucs4_t) wc;
79 cp1252_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
82 if (wc < 0x0080) {
83 *r = wc;
86 else if (wc >= 0x00a0 && wc < 0x0100)
87 c = wc;
88 else if (wc >
[all...]
H A Deuc_jisx0213.h70 ucs4_t wc; local
75 wc = jisx0213_to_ucs4(0x200-0x80+c2,c3^0x80);
80 wc = jisx0213_to_ucs4(0x100-0x80+c,c2^0x80);
82 if (wc) {
83 if (wc < 0x80) {
85 ucs4_t wc1 = jisx0213_to_ucs_combining[wc - 1][0];
86 ucs4_t wc2 = jisx0213_to_ucs_combining[wc - 1][1];
92 *pwc = wc;
147 euc_jisx0213_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
157 if (wc
[all...]
H A Dcp950ext.h44 unsigned short wc = 0xfffd; local
47 wc = cp950ext_2uni_pagef9[i-13932];
49 if (wc != 0xfffd) {
50 *pwc = (ucs4_t) wc;
121 cp950ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
125 if (wc >= 0x2500 && wc < 0x25a0)
126 summary = &cp950ext_uni2indx_page25[(wc>>4)-0x250];
127 else if (wc >= 0x5800 && wc <
[all...]
H A Dutf7.h109 unsigned int wc = 0; local
145 wc = (wc << 8) | (base64state & -4) | (i >> 4); k++;
148 wc = (wc << 8) | (base64state & -4) | (i >> 2); k++;
151 wc = (wc << 8) | (base64state & -4) | i; k++;
157 if (kmax == 2 && (wc >= 0xd800 && wc < 0xdc00))
168 ucs4_t wc1 = wc >> 1
209 unsigned int wc = iwc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_cq.c45 struct ib_wc *wc)
81 wc->wr_id = cookie;
82 wc->qp = &qhp->ibqp;
83 wc->vendor_err = CQE_STATUS(cqe);
93 wc->byte_len = CQE_LEN(cqe);
95 wc->byte_len = 0;
96 wc->opcode = IB_WC_RECV;
100 wc->opcode = IB_WC_RDMA_WRITE;
103 wc->opcode = IB_WC_RDMA_READ;
104 wc
44 iwch_poll_cq_one(struct iwch_dev *rhp, struct iwch_cq *chp, struct ib_wc *wc) argument
186 iwch_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/fastwc/
H A Dmywc.c1 /* A simple but fairly efficient C version of the Unix "wc" tool */
8 register int c, cc = 0, wc = 0, lc = 0; local
14 ++wc;
25 done: printf( "%8d%8d%8d\n", lc, wc, cc );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/math-emu/
H A Dsoft-fp.h109 #define _FP_ROUND_NEAREST(wc, X) \
111 if ((_FP_FRAC_LOW_##wc(X) & 15) != _FP_WORK_ROUND) \
112 _FP_FRAC_ADDI_##wc(X, _FP_WORK_ROUND); \
115 #define _FP_ROUND_ZERO(wc, X) 0
117 #define _FP_ROUND_PINF(wc, X) \
119 if (!X##_s && (_FP_FRAC_LOW_##wc(X) & 7)) \
120 _FP_FRAC_ADDI_##wc(X, _FP_WORK_LSB); \
123 #define _FP_ROUND_MINF(wc, X) \
125 if (X##_s && (_FP_FRAC_LOW_##wc(X) & 7)) \
126 _FP_FRAC_ADDI_##wc(
[all...]
H A Dop-common.h27 #define _FP_DECL(wc, X) \
29 _FP_FRAC_DECL_##wc(X)
36 #define _FP_UNPACK_CANONICAL(fs, wc, X) \
42 _FP_FRAC_SLL_##wc(X, _FP_WORKBITS); \
48 if (_FP_FRAC_ZEROP_##wc(X)) \
54 _FP_FRAC_CLZ_##wc(_shift, X); \
56 _FP_FRAC_SLL_##wc(X, (_shift+_FP_WORKBITS)); \
69 if (_FP_FRAC_ZEROP_##wc(X)) \
89 #define _FP_PACK_CANONICAL(fs, wc, X) \
97 _FP_ROUND(wc,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_cq.c49 struct ipath_cq_wc *wc; local
60 wc = cq->queue;
61 head = wc->head;
67 if (unlikely(next == wc->tail)) {
79 wc->queue[head].wr_id = entry->wr_id;
80 wc->queue[head].status = entry->status;
81 wc->queue[head].opcode = entry->opcode;
82 wc->queue[head].vendor_err = entry->vendor_err;
83 wc->queue[head].byte_len = entry->byte_len;
84 wc
126 struct ipath_cq_wc *wc; local
213 struct ipath_cq_wc *wc; local
377 struct ipath_cq_wc *wc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/charsets/
H A Dmac_japanese.c48 ucs2_t wc = in[0]; local
50 if (wc <= 0x7f) {
52 out[0] = (u_int8_t)(wc == 0x5c ? 0x80 : wc);
54 } else if ((wc & 0xf000) == 0xe000) { /* user defined */
56 if (wc > 0xe98b) return 0;
57 wc -= 0xe000;
58 out[0] = (u_int8_t)(wc / 188 + 0xf0);
59 out[1] = (u_int8_t)(wc % 188 + 0x40);
62 } else if ((wc
[all...]
H A Dmac_hebrew.c60 char_ucs2_to_mac_hebrew ( unsigned char *r, ucs2_t wc) argument
63 if (wc < 0x0080) {
64 *r = wc;
67 else if (wc >= 0x00a0 && wc < 0x0100)
68 c = mac_hebrew_page00[wc-0x00a0];
69 else if (wc >= 0x05b0 && wc < 0x05f0)
70 c = mac_hebrew_page05[wc-0x05b0];
71 else if (wc >
147 unsigned short wc = mac_hebrew_2uni[c-0x80]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/charsets/
H A Dmac_japanese.c48 ucs2_t wc = in[0]; local
50 if (wc <= 0x7f) {
52 out[0] = (u_int8_t)(wc == 0x5c ? 0x80 : wc);
54 } else if ((wc & 0xf000) == 0xe000) { /* user defined */
56 if (wc > 0xe98b) return 0;
57 wc -= 0xe000;
58 out[0] = (u_int8_t)(wc / 188 + 0xf0);
59 out[1] = (u_int8_t)(wc % 188 + 0x40);
62 } else if ((wc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dmbchar.h165 bool wc_valid; /* true if wc is a valid wide character */
166 wchar_t wc; /* if wc_valid: the current character */ member in struct:mbchar
180 #define mb_iseq(mbc, sc) ((mbc).wc_valid && (mbc).wc == (sc))
181 #define mb_isnul(mbc) ((mbc).wc_valid && (mbc).wc == 0)
185 ? (int) (mbc1).wc - (int) (mbc2).wc \
197 ? (int) towlower ((mbc1).wc) - (int) towlower ((mbc2).wc) \
208 ? (mbc1).wc == (mbc2).wc \
239 mb_width_aux(wint_t wc) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dmbchar.h165 bool wc_valid; /* true if wc is a valid wide character */
166 wchar_t wc; /* if wc_valid: the current character */ member in struct:mbchar
180 #define mb_iseq(mbc, sc) ((mbc).wc_valid && (mbc).wc == (sc))
181 #define mb_isnul(mbc) ((mbc).wc_valid && (mbc).wc == 0)
185 ? (int) (mbc1).wc - (int) (mbc2).wc \
197 ? (int) towlower ((mbc1).wc) - (int) towlower ((mbc2).wc) \
208 ? (mbc1).wc == (mbc2).wc \
239 mb_width_aux(wint_t wc) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A Dmakemap.c34 int i, wc; local
56 wc = (buf[0] << 24) + (buf[1] << 16) + (buf[2] << 8) + buf[3];
57 if (wc >= 0xffff) {
63 wc = 0xffff;
71 printf("0x%04x", wc);

Completed in 190 milliseconds

1234567891011>>