Searched refs:exchange (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmqcdec.c45 static int exchange(MqcState *mqc, uint8_t *cxstate, int lps) function
88 return exchange(mqc, cxstate, 0);
91 return exchange(mqc, cxstate, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgetopt.c237 exchange (argv)
362 exchange them so that the options come first. */
365 exchange ((char **) argv);
385 then exchange with previous non-options as if it were an option,
393 exchange ((char **) argv);
234 exchange (argv) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dgetopt.c237 exchange (argv)
362 exchange them so that the options come first. */
365 exchange ((char **) argv);
385 then exchange with previous non-options as if it were an option,
393 exchange ((char **) argv);
234 exchange (argv) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dgetopt.c317 static void exchange (char **);
321 exchange (argv)
573 exchange them so that the options come first. */
576 exchange ((char **) argv);
590 then exchange with previous non-options as if it were an option,
598 exchange ((char **) argv);
318 exchange (argv) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/getopt/
H A Dgetopt.c316 static void exchange (char **);
320 exchange (argv)
574 exchange them so that the options come first. */
577 exchange ((char **) argv);
591 then exchange with previous non-options as if it were an option,
599 exchange ((char **) argv);
317 exchange (argv) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dgetopt.c307 static void exchange (char **);
311 exchange (argv)
563 exchange them so that the options come first. */
566 exchange ((char **) argv);
580 then exchange with previous non-options as if it were an option,
588 exchange ((char **) argv);
308 exchange (argv) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/lib/
H A Dgetopt.c295 static void exchange (char **);
299 exchange (argv)
551 exchange them so that the options come first. */
554 exchange ((char **) argv);
568 then exchange with previous non-options as if it were an option,
576 exchange ((char **) argv);
296 exchange (argv) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtopics.tex67 \helpref{Data exchange: wxDataObject}{wxdataobjectoverview}\\
H A Ddataobj.tex99 Windows equivalent under Win32 (using the OLE IDataObject for data exchange to
H A Dtmbconv.tex25 As programs are becoming more and more globalized, and users exchange documents
H A Dmanual.tex307 and you may at your option offer warranty protection in exchange for a
H A Dmanual2e.tex310 and you may at your option offer warranty protection in exchange for a
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/lib/
H A Ddo_csum.S156 swaph d0,d0 # exchange bits 15:8 with 7:0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dgetopt.c154 exchange (char **argv, struct _getopt_data *d)
403 exchange them so that the options come first. */
407 exchange ((char **) argv, d);
421 then exchange with previous non-options as if it were an option,
430 exchange ((char **) argv, d);
151 exchange (char **argv, struct _getopt_data *d) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dgetopt.c150 exchange (char **argv, struct _getopt_data *d)
399 exchange them so that the options come first. */
403 exchange ((char **) argv, d);
417 then exchange with previous non-options as if it were an option,
426 exchange ((char **) argv, d);
147 exchange (char **argv, struct _getopt_data *d) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/lib/
H A Dgetopt.c161 exchange (char **argv, struct _getopt_data *d)
410 exchange them so that the options come first. */
414 exchange ((char **) argv, d);
428 then exchange with previous non-options as if it were an option,
437 exchange ((char **) argv, d);
158 exchange (char **argv, struct _getopt_data *d) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgetopt.c154 exchange (char **argv, struct _getopt_data *d)
403 exchange them so that the options come first. */
407 exchange ((char **) argv, d);
421 then exchange with previous non-options as if it were an option,
430 exchange ((char **) argv, d);
151 exchange (char **argv, struct _getopt_data *d) function
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/lib/
H A Dgetopt.c161 exchange (char **argv, struct _getopt_data *d)
410 exchange them so that the options come first. */
414 exchange ((char **) argv, d);
428 then exchange with previous non-options as if it were an option,
437 exchange ((char **) argv, d);
158 exchange (char **argv, struct _getopt_data *d) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dmmu.c2104 * Perform the hypercall to exchange a region of our pfns to point to
2121 struct xen_memory_exchange exchange = { local
2139 rc = HYPERVISOR_memory_op(XENMEM_exchange, &exchange);
2140 success = (exchange.nr_exchanged == extents_in);
2142 BUG_ON(!success && ((exchange.nr_exchanged != 0) || (rc == 0)));
2214 /* 3. Do the exchange for non-contiguous MFNs. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw.h415 } exchange; member in union:libipw_action::__anon13735
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl356 you may at your option offer warranty protection in exchange for a fee.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/contrib/dnslist/
H A Ddnslist.pl356 you may at your option offer warranty protection in exchange for a fee.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/x86/
H A Dx86inc.asm918 ; registers, except that this way you exchange the register names instead, so it
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dunictabl.inc26 * remedy for any claim will be exchange of defective media within 90
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/x86/
H A Dx86inc.asm678 ; registers, except that this way you exchange the register names instead, so it

Completed in 305 milliseconds

12