Searched refs:otype (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/cs/
H A Dbfa_sm.h29 * otype - object type, eg. struct bfa_ioc_s
32 #define bfa_sm_state_decl(oc, st, otype, etype) \
33 static void oc ## _sm_ ## st(otype * fsm, etype event)
60 * otype - object type, eg. struct bfa_ioc_s
63 #define bfa_fsm_state_decl(oc, st, otype, etype) \
64 static void oc ## _sm_ ## st(otype * fsm, etype event); \
65 static void oc ## _sm_ ## st ## _entry(otype * fsm)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Daudio_convert.c136 #define CONV_LOOP(otype, expr) \
138 *(otype *)po = expr; \
143 #define CONV_FUNC_FLAT(ofmt, otype, ifmt, itype, expr) \
148 int os = sizeof(otype); \
152 CONV_LOOP(otype, expr) \
155 #define CONV_FUNC_INTERLEAVE(ofmt, otype, ifmt, itype, expr) \
160 int out_bps = sizeof(otype); \
167 CONV_LOOP(otype, expr) \
171 #define CONV_FUNC_DEINTERLEAVE(ofmt, otype, ifmt, itype, expr) \
178 int os = sizeof(otype); \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Daudioconvert.c38 #define CONV_FUNC(ofmt, otype, ifmt, expr)\
43 *(otype*)po = expr; pi += is; po += os;\
44 *(otype*)po = expr; pi += is; po += os;\
45 *(otype*)po = expr; pi += is; po += os;\
46 *(otype*)po = expr; pi += is; po += os;\
49 *(otype*)po = expr; pi += is; po += os;\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daudioconvert.c125 #define CONV(ofmt, otype, ifmt, expr)\
128 *(otype*)po = expr; pi += is; po += os;\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daudioconvert.c80 #define CONV(ofmt, otype, ifmt, expr)\
83 *(otype*)po = expr; pi += is; po += os;\
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_alloc.h99 xfs_alloctype_t otype; /* original allocation type */ member in struct:xfs_alloc_arg
H A Dxfs_alloc.c2246 type = args->otype = args->type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dalgboss.c50 u32 otype; member in struct:cryptomgr_param
94 crypto_larval_error(param->larval, param->otype, param->omask);
190 param->otype = larval->alg.cra_flags;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.py565 otype = type(o)
566 if otype == type([]):
569 elif otype == type(()):
572 elif otype == type('') or otype == type(0) or otype == type(0.0):
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/
H A Dlibxml.py565 otype = type(o)
566 if otype == type([]):
569 elif otype == type(()):
572 elif otype == type('') or otype == type(0) or otype == type(0.0):
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dsclp_async.c38 u8 otype; member in struct:async_evbuf
133 sccb->evbuf.otype = 0x00;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-pim.c649 u_int16_t otype, olen; local
653 otype = EXTRACT_16BITS(&bp[0]);
658 tok2str( pimv2_hello_option_values,"Unknown",otype),
659 otype,
663 switch (otype) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dutil.c758 enum nl80211_iftype otype = dev->ieee80211_ptr->iftype; local
763 if (otype == NL80211_IFTYPE_AP_VLAN)
775 if (ntype != otype) {
778 switch (otype) {
H A Dnl80211.c1165 enum nl80211_iftype otype, ntype; local
1178 otype = ntype = dev->ieee80211_ptr->iftype;
1182 if (otype != ntype)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddmxdev.c573 dmx_output_t otype; local
580 otype = para->output;
589 if (otype == DMX_OUT_TS_TAP)
591 else if (otype == DMX_OUT_TSDEMUX_TAP)
593 else if (otype == DMX_OUT_TAP)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/bt8xx/
H A Ddst.c585 char *otype; local
588 otype = "satellite";
592 otype = "terrestrial";
596 otype = "cable";
600 otype = "atsc";
607 dprintk(verbose, DST_INFO, 1, "DST type: %s", otype);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_trace.h1366 __field(short, otype)
1387 __entry->otype = args->otype;
1396 "len %u type %s otype %s wasdel %d wasfromfl %d isfl %d "
1411 __print_symbolic(__entry->otype, XFS_ALLOC_TYPES),

Completed in 312 milliseconds