Searched refs:wc (Results 201 - 225 of 393) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dunistr.c593 static int utf8_to_unicode(u32 *wc, const char *s) argument
599 *wc = (u32) 0;
602 *wc = (u32) byte;
611 *wc = ((u32)(byte & 0x1F) << 6)
621 *wc = ((u32)(byte & 0x0F) << 12)
626 if (((*wc >= 0x800) && (*wc <= 0xD7FF))
627 || ((*wc >= 0xe000) && (*wc <= 0xFFFD)))
630 if (((*wc >
668 u32 wc; local
734 wchar_t wc; local
850 wchar_t wc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr007/
H A Dchk.proto34 c=$(egrep -Hlw $i $(cat $t2) | wc -l)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_osf.h54 __u32 wc; member in struct:xt_osf_wc
64 struct xt_osf_wc wc; member in struct:xt_osf_opt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dsfp-machine.h55 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \
58 _FP_FRAC_COPY_##wc(R,X); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/wavefront/
H A Dwavefront_synth.c1452 wavefront_control *wc)
1460 "cmd 0x%x\n", wc->cmd);
1464 switch (wc->cmd) {
1479 wc->rbuf[0] = dev->interrupts_are_midi;
1483 dev->rom_samples_rdonly = wc->wbuf[0];
1484 wc->status = 0;
1488 i = wc->wbuf[0] | (wc->wbuf[1] << 7);
1492 wc->status = EINVAL;
1495 wc
1448 wavefront_synth_control(snd_wavefront_card_t *acard, wavefront_control *wc) argument
1601 wavefront_control *wc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_reqs.c476 * ib_wc_opcode table converts ehca wc opcode to ib
492 static inline int ehca_poll_cq_one(struct ib_cq *cq, struct ib_wc *wc) argument
560 wc->wr_id = cqe->work_request_id;
563 wc->opcode = ib_wc_opcode[cqe->optype]-1;
564 if (unlikely(wc->opcode == -1)) {
577 map_ib_wc_status(cqe->status, &wc->status);
578 wc->vendor_err = wc->status;
580 wc->status = IB_WC_SUCCESS;
582 wc
607 ehca_poll_cq(struct ib_cq *cq, int num_entries, struct ib_wc *wc) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Diso2022_kr.h135 iso2022_kr_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
143 ret = ascii_wctomb(conv,buf,wc,1);
156 if (wc == 0x000a || wc == 0x000d)
165 ret = ksc5601_wctomb(conv,buf,wc,2);
H A Dcp932ext.h157 unsigned short wc = 0xfffd; local
160 wc = cp932ext_2uni_page87[i-1128];
163 wc = cp932ext_2uni_pageed[i-8272];
166 wc = cp932ext_2uni_pagefa[i-10716];
168 if (wc != 0xfffd) {
169 *pwc = (ucs4_t) wc;
657 cp932ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
661 if (wc >= 0x2100 && wc < 0x22c0)
662 summary = &cp932ext_uni2indx_page21[(wc>>
[all...]
H A Diso8859_10.h90 iso8859_10_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
93 if (wc < 0x00a0) {
94 *r = wc;
97 else if (wc >= 0x00a0 && wc < 0x0180)
98 c = iso8859_10_page00[wc-0x00a0];
99 else if (wc == 0x2015)
H A Djohab_hangul.h198 johab_hangul_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
201 if (wc >= 0x3131 && wc < 0x3164) {
202 unsigned short c = johab_hangul_page31[wc-0x3131];
205 } else if (wc >= 0xac00 && wc < 0xd7a4) {
210 unsigned int tmp = wc - 0xac00;
230 /* Decompose wc into r[0..2], and return the number of resulting Jamo elements.
233 static int johab_hangul_decompose (conv_t conv, ucs4_t* r, ucs4_t wc) argument
236 int ret = johab_hangul_wctomb(conv,buf,wc,
[all...]
H A Deuc_tw.h82 euc_tw_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
88 ret = ascii_wctomb(conv,r,wc,n);
92 ret = cns11643_wctomb(conv,buf,wc,3);
H A Dhz.h96 hz_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
103 ret = ascii_wctomb(conv,buf,wc,1);
123 ret = gb2312_wctomb(conv,buf,wc,2);
H A Dconverters.h63 int (*xxx_wctomb) (conv_t conv, unsigned char *r, ucs4_t wc, int n);
65 * int xxx_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
66 * converts the wide character wc to the character set xxx, and stores the
H A Diso2022_jp.h121 iso2022_jp_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
128 ret = ascii_wctomb(conv,buf,wc,1);
149 ret = jisx0201_wctomb(conv,buf,wc,1);
170 ret = jisx0208_wctomb(conv,buf,wc,2);
H A Diso2022_jp2.h302 iso2022_jp2_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
324 if ((wc >> 7) == (0xe0000 >> 7)) {
325 char c = wc & 0x7f;
401 ret = ascii_wctomb(conv,buf,wc,1);
416 if (wc == 0x000a || wc == 0x000d)
432 ret = iso8859_1_wctomb(conv,buf,wc,1);
456 ret = iso8859_7_wctomb(conv,buf,wc,1);
484 ret = jisx0201_wctomb(conv,buf,wc,1);
499 if (wc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_qp.c385 struct ib_wc wc; local
397 wc.vendor_err = 0;
398 wc.byte_len = 0;
399 wc.imm_data = 0;
400 wc.qp = &qp->ibqp;
401 wc.src_qp = 0;
402 wc.wc_flags = 0;
403 wc.pkey_index = 0;
404 wc.slid = 0;
405 wc
992 ipath_sqerror_qp(struct ipath_qp *qp, struct ib_wc *wc) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtextutils.c181 __u16 wc = le16_to_cpu(utf16le); local
182 if (wc < 0x80) {
184 *dst++ = wc & 0xff;
187 else if (wc < 0x800) {
189 *dst++ = 0xc0 | (wc>>6);
190 *dst++ = 0x80 | (wc & 0x3f);
195 *dst++ = 0xe0 | (wc>>12);
196 *dst++ = 0x80 | ((wc>>6) & 0x3f);
197 *dst++ = 0x80 | (wc & 0x3f);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtextutils.c180 __u16 wc = le16_to_cpu(utf16le); local
181 if (wc < 0x80) {
183 *dst++ = wc & 0xff;
186 else if (wc < 0x800) {
188 *dst++ = 0xc0 | (wc>>6);
189 *dst++ = 0x80 | (wc & 0x3f);
194 *dst++ = 0xe0 | (wc>>12);
195 *dst++ = 0x80 | ((wc>>6) & 0x3f);
196 *dst++ = 0x80 | (wc & 0x3f);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtextutils.c181 __u16 wc = le16_to_cpu(utf16le); local
182 if (wc < 0x80) {
184 *dst++ = wc & 0xff;
187 else if (wc < 0x800) {
189 *dst++ = 0xc0 | (wc>>6);
190 *dst++ = 0x80 | (wc & 0x3f);
195 *dst++ = 0xe0 | (wc>>12);
196 *dst++ = 0x80 | ((wc>>6) & 0x3f);
197 *dst++ = 0x80 | (wc & 0x3f);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dmbuiter.h118 bool cur.wc_valid true if wc is a valid wide character
119 wchar_t cur.wc if wc_valid: the current character
137 iter->cur.wc = *iter->cur.ptr;
145 iter->cur.bytes = mbrtowc (&iter->cur.wc, iter->cur.ptr,
171 assert (iter->cur.wc == 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbUI.cpp73 WNDCLASS wc; local
75 wc.style = CS_HREDRAW | CS_VREDRAW;
76 wc.lpfnWndProc = (WNDPROC) WndProc;
77 wc.cbClsExtra = 0;
78 wc.cbWndExtra = 0;
79 wc.hInstance = hInstance;
80 wc.hIcon = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_WCE_TPCB));
81 wc.hCursor = 0;
82 wc.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH);
83 wc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dsfp-machine.h58 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \
64 _FP_FRAC_COPY_##wc(R,Y); \
69 _FP_FRAC_COPY_##wc(R,X); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dmbuiter.h118 bool cur.wc_valid true if wc is a valid wide character
119 wchar_t cur.wc if wc_valid: the current character
137 iter->cur.wc = *iter->cur.ptr;
145 iter->cur.bytes = mbrtowc (&iter->cur.wc, iter->cur.ptr,
171 assert (iter->cur.wc == 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dagent.c82 struct ib_wc *wc, struct ib_device *device,
98 ah = ib_create_ah_from_wc(agent->qp->pd, wc, grh, port_num);
105 send_buf = ib_create_send_mad(agent, wc->src_qp, wc->pkey_index, 0,
81 agent_send_response(struct ib_mad *mad, struct ib_grh *grh, struct ib_wc *wc, struct ib_device *device, int port_num, int qpn) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c168 static void ipoib_ib_handle_rx_wc(struct net_device *dev, struct ib_wc *wc) argument
171 unsigned int wr_id = wc->wr_id & ~IPOIB_OP_RECV;
176 wr_id, wc->status);
187 if (unlikely(wc->status != IB_WC_SUCCESS)) {
188 if (wc->status != IB_WC_WR_FLUSH_ERR)
191 wc->status, wr_id, wc->vendor_err);
209 wc->byte_len, wc->slid);
213 skb_put(skb, wc
240 ipoib_ib_handle_tx_wc(struct net_device *dev, struct ib_wc *wc) argument
299 struct ib_wc *wc = priv->ibwc + i; local
[all...]

Completed in 215 milliseconds

1234567891011>>