Searched refs:wc (Results 251 - 275 of 393) sorted by relevance

<<111213141516

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/include/
H A Diconv.h109 typedef void (*iconv_wide_char_hook) (wchar_t wc, void* data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dsfp-machine.h61 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \
67 _FP_FRAC_COPY_##wc(R,X); \
72 _FP_FRAC_COPY_##wc(R,Y); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c395 wchar_t wc; local
404 cur_mb_len = mbrtowc(&wc, lexptr, lexleft, &mbs);
408 wc = *lexptr;
412 return wc;
437 wchar_t wc, wc1, wc2; local
465 wc = fetch_wc(_("Unbalanced ["));
466 if (wc == L'^')
468 wc = fetch_wc(_("Unbalanced ["));
481 if (wc == L'[' && (syntax_bits & RE_CHAR_CLASSES))
485 wc1 = wc;
2405 wchar_t wc; local
2456 wchar_t wc; /* Current reffering character. */ local
2648 wchar_t wc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dmacbin.c422 int wc; local
490 wc = sizeof( head_buf );
492 while (( wc > 0 ) && ( wr >= 0 )) {
493 wr = write( bin.filed, write_ptr, wc );
495 wc -= wr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmacbin.c422 int wc; local
490 wc = sizeof( head_buf );
492 while (( wc > 0 ) && ( wr >= 0 )) {
493 wr = write( bin.filed, write_ptr, wc );
495 wc -= wr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dverbs.c145 int ib_init_ah_from_wc(struct ib_device *device, u8 port_num, struct ib_wc *wc, argument
153 ah_attr->dlid = wc->slid;
154 ah_attr->sl = wc->sl;
155 ah_attr->src_path_bits = wc->dlid_path_bits;
158 if (wc->wc_flags & IB_WC_GRH) {
177 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, struct ib_wc *wc, argument
183 ret = ib_init_ah_from_wc(pd->device, port_num, wc, grh, &ah_attr);
H A Dmad_priv.h74 struct ib_wc wc; member in struct:ib_mad_private_header
H A Duser_mad.c214 if (mad_recv_wc->wc->status != IB_WC_SUCCESS)
227 packet->mad.hdr.qpn = cpu_to_be32(mad_recv_wc->wc->src_qp);
228 packet->mad.hdr.lid = cpu_to_be16(mad_recv_wc->wc->slid);
229 packet->mad.hdr.sl = mad_recv_wc->wc->sl;
230 packet->mad.hdr.path_bits = mad_recv_wc->wc->dlid_path_bits;
231 packet->mad.hdr.grh_present = !!(mad_recv_wc->wc->wc_flags & IB_WC_GRH);
236 mad_recv_wc->wc, mad_recv_wc->recv_buf.grh,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c394 void ipoib_cm_handle_rx_wc(struct net_device *dev, struct ib_wc *wc) argument
397 unsigned int wr_id = wc->wr_id & ~IPOIB_CM_OP_SRQ;
405 wr_id, wc->status);
422 if (unlikely(wc->status != IB_WC_SUCCESS)) {
425 wc->status, wr_id, wc->vendor_err);
431 p = wc->qp->qp_context;
443 frags = PAGE_ALIGN(wc->byte_len - min(wc->byte_len,
461 wc
553 ipoib_cm_handle_tx_wc(struct net_device *dev, struct ipoib_cm_tx *tx, struct ib_wc *wc) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/iser/
H A Diser_verbs.c793 struct ib_wc wc; local
797 while (ib_poll_cq(cq, 1, &wc) == 1) {
798 desc = (struct iser_desc *) (unsigned long) wc.wr_id;
801 if (wc.status == IB_WC_SUCCESS) {
803 xfer_len = (unsigned long)wc.byte_len;
808 iser_err("comp w. error op %d status %d\n",desc->type,wc.status);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgfilter-430 sedoutputcount=`echo $ac_n "abc$ac_c" | sed -e s/x/x/ | wc -c`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_mad.h390 * @wc: Completion information for the received data.
399 struct ib_wc *wc; member in struct:ib_mad_recv_wc
570 * @wc: References a work completion associated with a sent or received
582 struct ib_wc *wc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dsockfilt.c306 ssize_t wc; local
310 wc = write(filedes, (unsigned char *)buffer + nwrite, nbytes - nwrite);
317 if(wc < 0) {
325 if(wc == 0) {
330 nwrite += wc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_iverbs.h133 int ehca_poll_cq(struct ib_cq *cq, int num_entries, struct ib_wc *wc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/
H A DMakefile.in310 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
316 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/test/
H A DMakefile.in465 test `echo "$$skipped" | wc -c` -gt `echo "$$banner" | wc -c` && \
471 test `echo "$$report" | wc -c` -gt `echo "$$banner" | wc -c` && \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A DcharsetConv.c299 static inline size_t wcrtomb(char *s, wchar_t wc, mbstate_t *ps) argument
301 *s = wc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/math-emu/
H A Dsfp-machine.h102 #define _FP_CHOOSENAN(fs, wc, R, X, Y) \
105 _FP_FRAC_COPY_##wc(R,Y); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dquotearg.c49 # define iswprint(wc) isprint ((unsigned char) (wc))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/srp/
H A Dib_srp.c504 struct ib_wc wc; local
538 while (ib_poll_cq(target->cq, 1, &wc) > 0)
820 static void srp_handle_recv(struct srp_target_port *target, struct ib_wc *wc) argument
826 iu = target->rx_ring[wc->wr_id & ~SRP_OP_RECV];
839 for (i = 0; i < wc->byte_len; ++i) {
847 if (wc->byte_len % 8)
872 struct ib_wc wc; local
875 while (ib_poll_cq(cq, 1, &wc) > 0) {
876 if (wc.status) {
878 wc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dhkscs1999.h861 ucs4_t wc = 0xfffd; local
866 wc = hkscs1999_2uni_upages[swc>>6] | (swc & 0x3f);
870 wc = hkscs1999_2uni_upages[swc>>6] | (swc & 0x3f);
874 wc = hkscs1999_2uni_upages[swc>>6] | (swc & 0x3f);
878 wc = hkscs1999_2uni_upages[swc>>6] | (swc & 0x3f);
880 if (wc != 0xfffd) {
881 *pwc = wc;
2953 hkscs1999_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
2957 if (wc >= 0x0000 && wc <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/printing/
H A DVampireDriversFunctions320 | wc -l );
399 NUMBEROFDRIVERS=`cat ${nthost}/completedriverlist.txt| wc -l`;
476 NUMBEROFPRINTERS=`cat ${nthost}/printerlistwithUNCnames.txt| wc -l`;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Dregression.sh68 wc -c $f >> $logfile
88 wc -c $f >> $logfile
161 wc -c ${outfile}libav02.$1 >> $logfile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-asf.c246 __u16 wc; local
258 wc = *(__s16*)&data[j];
259 i += utf16le_to_utf8(&buf[i], len - i, wc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-asf.c239 __u16 wc; local
254 wc = *(__s16*)&data[j];
255 i += utf16le_to_utf8(&buf[i], len - i, wc);

Completed in 293 milliseconds

<<111213141516