Searched refs:shorthand (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkvm_types.h66 u32 shorthand; member in struct:kvm_lapic_irq
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopt.c1359 const char *const *shorthand,
1369 if (!shorthand)
1370 shorthand = &dummy_shorthand;
1374 *shorthand ? AV_OPT_FLAG_IMPLICIT_KEY : 0,
1388 while (*shorthand) /* discard all remaining shorthand */
1389 shorthand++;
1391 key = *(shorthand++);
1828 static const char * const shorthand[] = { "num", "string", NULL }; local
1837 if (av_opt_set_from_string(&test_ctx, options[i], shorthand, "
1358 av_opt_set_from_string(void *ctx, const char *opts, const char *const *shorthand, const char *key_val_sep, const char *pairs_sep) argument
[all...]
H A Dopt.h490 * @param shorthand a NULL-terminated array of options names for shorthand
492 * the key is taken from the first element of shorthand;
494 * finished, shorthand is finished or a named option is
511 const char *const *shorthand,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsound.tex103 The static form is shorthand for this code:
H A Dre_syntax.tex116 in the list are separated by `{\bf -}', this is shorthand for the full {\it range} of
279 Class-shorthand escapes (AREs only) provide
H A Dtdb.tex420 This shorthand form of initializing the constructor passes a NULL for the SQL
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/virt/kvm/
H A Dirq_comm.c95 if (!kvm_apic_match_dest(vcpu, src, irq->shorthand,
135 irq.shorthand = 0;
H A Dioapic.c176 irqe.shorthand = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davfilter.c751 const char *shorthand = NULL; local
758 shorthand = o->name;
762 shorthand ? AV_OPT_FLAG_IMPLICIT_KEY : 0,
776 while ((o = av_opt_next(ctx->priv, o))); /* discard all remaining shorthand */
778 key = shorthand;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dapicdef.h306 shorthand : 2, member in struct:local_apic::__anon10501
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dlapic.c352 printk(KERN_WARNING "Bad dest shorthand value %x\n",
490 irq.shorthand = icr_low & APIC_SHORT_MASK;
501 icr_high, icr_low, irq.shorthand, irq.dest_id,

Completed in 95 milliseconds