Searched refs:wtype (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/xprtrdma/
H A Drpc_rdma.c375 enum rpcrdma_chunktype rtype, wtype; local
413 wtype = rpcrdma_noch;
415 wtype = rpcrdma_replych;
417 wtype = rpcrdma_writech;
419 wtype = rpcrdma_replych;
443 if (rtype != rpcrdma_noch && wtype == rpcrdma_replych)
444 wtype = rpcrdma_noch;
445 BUG_ON(rtype != rpcrdma_noch && wtype != rpcrdma_noch);
448 (rtype != rpcrdma_noch || wtype != rpcrdma_noch)) {
478 BUG_ON(wtype !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtwinvq.c328 int wtype, float *in, float *prev, int ch)
345 wsize = types_sizes[wtype_to_wsize[wtype]];
350 int sub_wtype = ftype == TWINVQ_FT_MEDIUM ? 8 : wtype;
352 if (!j && wtype == 4)
354 else if (j == mtab->fmode[ftype].sub - 1 && wtype == 7)
379 int wtype, float **out, int offset)
387 imdct_and_window(tctx, ftype, wtype,
327 imdct_and_window(TwinVQContext *tctx, enum TwinVQFrameType ftype, int wtype, float *in, float *prev, int ch) argument
378 imdct_output(TwinVQContext *tctx, enum TwinVQFrameType ftype, int wtype, float **out, int offset) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtwinvq.c611 static void imdct_and_window(TwinContext *tctx, enum FrameType ftype, int wtype, argument
633 wsize = types_sizes[wtype_to_wsize[wtype]];
638 int sub_wtype = ftype == FT_MEDIUM ? 8 : wtype;
640 if (!j && wtype == 4)
642 else if (j == mtab->fmode[ftype].sub-1 && wtype == 7)
666 static void imdct_output(TwinContext *tctx, enum FrameType ftype, int wtype, argument
675 imdct_and_window(tctx, ftype, wtype,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/act2000/
H A Dcapi.h52 unsigned wtype : 7; /* W-element type */ member in struct:actcapi_infonr::bmask
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_sigmatel.c2912 unsigned int wcaps, wtype; local
2925 wtype = get_wcaps_type(wcaps);
2927 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))

Completed in 309 milliseconds