Searched refs:parallel (Results 1 - 25 of 134) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A DMakefile.am21 tre-match-parallel.c \
H A DMakefile.in72 tre-match-backtrack.c tre-match-parallel.c tre-mem.c \
77 tre-match-backtrack.lo tre-match-parallel.lo tre-mem.lo \
245 tre-match-parallel.c tre-mem.c tre-parse.c tre-stack.c \
343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tre-match-parallel.Plo@am__quote@
H A DMakefile72 tre-match-backtrack.c tre-match-parallel.c tre-mem.c \
77 tre-match-backtrack.lo tre-match-parallel.lo tre-mem.lo \
245 tre-match-parallel.c tre-mem.c tre-parse.c tre-stack.c \
343 include ./$(DEPDIR)/tre-match-parallel.Plo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpadata.h41 * @info: Used to pass information from the parallel to the serial function.
42 * @parallel: Parallel execution function.
51 void (*parallel)(struct padata_priv *padata); member in struct:padata_priv
80 * struct padata_parallel_queue - The percpu padata parallel queue
82 * @parallel: List to wait for parallelization.
83 * @reorder: List to wait for reordering after parallel processing.
93 struct padata_list parallel; member in struct:padata_parallel_queue
102 * struct padata_cpumask - The cpumasks for the parallel/serial workers
104 * @pcpu: cpumask for the parallel workers.
123 * @cpumask: The cpumasks in use for parallel an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A DMakefile.am41 ../lib/tre-match-parallel.c \
H A DMakefile.in65 ../lib/tre-match-parallel.c ../lib/tre-match-backtrack.c \
73 @TRE_DEBUG_FALSE@ libxtre_la-tre-match-parallel.lo \
299 @TRE_DEBUG_FALSE@ ../lib/tre-match-parallel.c \
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxtre_la-tre-match-parallel.Plo@am__quote@
456 libxtre_la-tre-match-parallel.lo: ../lib/tre-match-parallel.c
457 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxtre_la_CFLAGS) $(CFLAGS) -MT libxtre_la-tre-match-parallel.lo -MD -MP -MF $(DEPDIR)/libxtre_la-tre-match-parallel.Tpo -c -o libxtre_la-tre-match-parallel.lo `test -f '../lib/tre-match-parallel
[all...]
H A DMakefile65 ../lib/tre-match-parallel.c ../lib/tre-match-backtrack.c \
73 libxtre_la-tre-match-parallel.lo \
299 ../lib/tre-match-parallel.c \
390 include ./$(DEPDIR)/libxtre_la-tre-match-parallel.Plo
456 libxtre_la-tre-match-parallel.lo: ../lib/tre-match-parallel.c
457 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxtre_la_CFLAGS) $(CFLAGS) -MT libxtre_la-tre-match-parallel.lo -MD -MP -MF $(DEPDIR)/libxtre_la-tre-match-parallel.Tpo -c -o libxtre_la-tre-match-parallel.lo `test -f '../lib/tre-match-parallel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/
H A DMakefile20 aflags-$(CONFIG_ISA_M32R2) += -DNO_FPU -O2 -Wa,-bitinst -Wa,-no-parallel
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dpadata.c2 * padata.c - generic interface to process data streams in parallel
75 spin_lock(&pqueue->parallel.lock);
76 list_replace_init(&pqueue->parallel.list, &local_list);
77 spin_unlock(&pqueue->parallel.lock);
87 padata->parallel(padata);
143 spin_lock(&queue->parallel.lock);
144 list_add_tail(&padata->list, &queue->parallel.list);
145 spin_unlock(&queue->parallel.lock);
167 * be parallel processed by another cpu and is not yet present in
170 * -ENODATA, if this cpu has to do the parallel processin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dptrace.c263 int parallel = 0; local
266 parallel = 1;
338 if (parallel)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dpcrypt.c170 padata->parallel = pcrypt_aead_enc;
212 padata->parallel = pcrypt_aead_dec;
255 padata->parallel = pcrypt_aead_givenc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drw.cpp143 #pragma omp parallel
H A Dnbtheory.cpp650 #pragma omp parallel
1002 #pragma omp parallel
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/ip32/
H A Dmace.h148 /* register definitions for parallel port DMA */
323 struct mace_parallel parallel; member in struct:mace_isa
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dcmode.S111 # devices set to cacheable on the external bus side in parallel
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Domap24xxcam.h483 struct parallel { struct in union:omap24xxcam_device::__anon12232
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Ddcadsp_vfp.S48 POST0 .req s24 @ do long-latency post-multiply in this vector in parallel
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dparallel.tcl2 # $Id: parallel.tcl,v 12.6 2007/06/05 20:00:46 carol Exp $
15 # in parallel, the other for tests we want to run
76 # into parallel db.
90 $num_parallel in parallel."
136 # Run serial tests in parallel testdir 0.
140 # Run parallel tests in testdirs 1 through n.
145 $basename.$i $queuedir parallel $num_parallel" &]
172 proc run_queue { i rundir queuedir {qtype parallel} {nitems 0} } {
185 if { $qtype == "parallel" } {
304 # Create modified copies of include.tcl in parallel
[all...]
H A Dtestparams.tcl145 source $test_path/parallel.tcl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbackwardcompat.tex47 parallel for some time. When it is no longer useful to continue developing
H A Dvlbox.tex108 order to allow parallel iterations over the selected items.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dparport_ip32.c1 /* Low-level parallel port routines for built-in port on SGI IP32
31 * Support for parallel port IRQ is present.
53 /* The built-in parallel port on the SGI 02 workstation (a.k.a. IP32) is an
54 * IEEE 1284 parallel port driven by a Texas Instrument TL16PIR552PH chip[1].
61 * not so simple. The parport_pc code assumes that the parallel port
150 * struct parport_ip32_regs - virtual addresses of parallel port registers
326 * care. Reading the parallel port registers may have undesired side effects.
327 * Especially if @show_ecp_config is true, the parallel port is resetted.
465 /*--- IP32 parallel port DMA operations --------------------------------*/
1384 * Uses PIO to write the contents of the buffer @buf into the parallel por
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex242 parallel with IPsec API [RFC2367,Craig]. Actually, it may share API with
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/conftools/
H A Dltmain.sh504 avoid parallel builds (make -j) in this platform, or get a better
580 avoid parallel builds (make -j) in this platform, or get a better
679 avoid parallel builds (make -j) in this platform, or get a better
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dlibtool790 avoid parallel builds (make -j) in this platform, or get a better
866 avoid parallel builds (make -j) in this platform, or get a better
965 avoid parallel builds (make -j) in this platform, or get a better

Completed in 393 milliseconds

123456