Searched refs:vectors (Results 1 - 25 of 40) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A DMakefile9 setup.o signal.o syscall.o time.o traps.o vectors.o platform.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/atari/
H A Dataints.c13 * just the normal way. Additionally, all vectors >= 48 are initialized to
110 * (new vectors starting from 0x70 can be allocated by
145 vectors[VEC_INT4] = falcon_hblhandler;
218 vectors[VEC_INT2] = falcon_hblhandler;
219 vectors[VEC_INT4] = falcon_hblhandler;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dtraps.c18 * Sets up all exception vectors
52 e_vector vectors[256] = { variable
75 __asm__ volatile ("movec %0,%%vbr" : : "r" ((void*)vectors));
81 vectors[VEC_UNIMPII] = unimp_vec;
90 vectors[i] = bad_inthandler;
93 if (!vectors[i])
94 vectors[i] = trap;
97 vectors[i] = bad_inthandler;
101 vectors[VEC_LINE11] = fpu_emu;
116 vectors[VEC_FPDIV
[all...]
H A Dints.c332 vectors[VEC_SPUR + irq] = auto_inthandler;
334 vectors[m68k_first_user_vec + irq - IRQ_USER] = user_inthandler;
341 vectors[VEC_SPUR + irq] = bad_inthandler;
343 vectors[m68k_first_user_vec + irq - IRQ_USER] = bad_inthandler;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/5307/
H A DMakefile19 obj-$(CONFIG_COLDFIRE) += entry.o vectors.o ints.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/sun3x/
H A Dprom.c56 asm volatile ("movec %0,%%vbr" : : "r" ((void*)vectors));
116 vectors[VEC_TRAP14] = sun3x_prom_abort;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dvmlinux.lds.S59 .vectors :
62 *(.vectors*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D08-residue.tex16 residue vectors into the bitstream packet, and then reconstructs the
17 vectors during decode. Vorbis makes use of three different encoding
33 A set of coded residue vectors are all of the same length. High level
41 of \emph{ch} residue vectors, the total number of partitioned chunks
50 illustration below. Just as the residue vectors are coded in grouped
140 Rather than encoding multiple passed-in vectors as in residue type 1,
141 the \emph{ch} passed in vectors of length \emph{n} are first
172 the unpacked vectors are zeroed. Note that for residue type 2, these
174 the interleaved vector, not the individual vectors before interleave.
249 is passed the number of vectors i
[all...]
H A D01-introduction.tex174 'submaps' that bundle sets of channel vectors together for grouped
179 floor and residue vectors within a mapping. The submap functions as a
181 settings can be applied not only to all the vectors in a given mode,
182 but also specific vectors in a specific mode. Each submap specifies
184 submap's spectral floor and spectral residue vectors.
245 offset into an index of output value vectors, returning the indicated
298 \item decode residue into residue vectors
299 \item inverse channel coupling of residue vectors
346 independent vectors and these frame sizes are in samples per channel.
397 Although the number of residue vectors equal
[all...]
H A D05-comment.tex33 The comment header is logically a list of eight-bit-clean vectors; the
34 number of vectors is bounded to $2^{32}-1$ and the length of each vector
41 The vector lengths and number of vectors are stored lsb first, according
66 The comment vectors are structured similarly to a UNIX environment variable.
H A D04-codec.tex406 decode zeroing all channel output vectors and skipping to the
416 coded in the stream, save for one complication. If some vectors are
418 zeroed and nonzeroed vector to produce two nonzeroed vectors.
437 Unlike floors, which are decoded in channel order, the residue vectors
463 \item decode \varname{[ch]} vectors using residue \varname{[residue_number]}, according to type \varname{[residue_type]}, also passing vector \varname{[do_not_decode_flag]} to indicate which vectors in the bundle should not be decoded. Correct per-vector decode length is \varname{[n]}/2.
536 product of the floor and residue vectors for each channel; the produced
537 vectors are the length \varname{[n]}/2 audio spectrum for each
545 multiplication of the vectors is sufficient for acceptable spectral
H A D07-floor1.tex342 \varname{[floor1_step2_flag]} vectors, as well as [floor1_multiplier]
345 Decode begins by sorting the scalars from vectors
347 \varname{[floor1_step2_flag]} together into new vectors
352 elements of the other two vectors so that the X, Y and step2_flag
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dtraps.h18 extern e_vector vectors[];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/pcie/
H A Dportdrv_core.c132 static int assign_interrupt_mode(struct pci_dev *dev, int *vectors, int mask) argument
141 vectors[i] = dev->irq;
161 vectors[i] = msix_entries[j++].vector;
173 vectors[i] = dev->irq;
281 int vectors[PCIE_PORT_DEVICE_MAXSERVICES]; local
298 irq_mode = assign_interrupt_mode(dev, vectors, capabilities);
310 vectors[i], /* irq */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_util.c207 * There is no checking for overflow of the vectors[5] array.
215 v->vectors[v->count].iov_base = address;
216 v->vectors[v->count++].iov_len = length;
228 v->vectors[v->count].iov_base = dbt->data;
229 v->vectors[v->count++].iov_len = dbt->size;
252 iov = &v->vectors[i];
H A Drepmgr_net.c460 while ((ret = __repmgr_writev(conn->fd, &iovecs.vectors[iovecs.offset],
863 memcpy(p, msg->iovecs.vectors[i].iov_base,
864 msg->iovecs.vectors[i].iov_len);
865 p = &p[msg->iovecs.vectors[i].iov_len];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dtraps.c325 * bad_mode handles the impossible case in the vectors. If you see one of
332 unsigned int vectors = vectors_base(); local
340 * Dump out the vectors and stub routines. Maybe a better solution
343 dump_mem(KERN_CRIT "Vectors: ", vectors, vectors + 0x40);
344 dump_mem(KERN_CRIT "Stubs: ", vectors + 0x200, vectors + 0x4b8);
543 printk(KERN_DEBUG "Relocating machine vectors to 0x%08lx\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dtraps.c361 * bad_mode handles the impossible case in the vectors. If you see one of
710 unsigned long vectors = CONFIG_VECTORS_BASE; local
717 * Copy the vectors, stubs and kuser helpers (in entry-armv.S)
721 memcpy((void *)vectors, __vectors_start, __vectors_end - __vectors_start);
722 memcpy((void *)vectors + 0x200, __stubs_start, __stubs_end - __stubs_start);
723 memcpy((void *)vectors + 0x1000 - kuser_sz, __kuser_helper_start, kuser_sz);
732 flush_icache_range(vectors, vectors + PAGE_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8300h/generic/
H A Dcrt0_rom.S116 .section .vectors,"ax"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8s/generic/
H A Dcrt0_rom.S121 .section .vectors,"ax"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dmmu.c661 void *vectors; local
666 vectors = alloc_bootmem_low_pages(PAGE_SIZE);
667 BUG_ON(!vectors);
703 * Create a mapping for the machine vectors at the high-vectors
704 * location (0xffff0000). If we aren't using high-vectors, also
705 * create a mapping at the low-vectors virtual address.
707 map.pfn = __phys_to_pfn(virt_to_phys(vectors));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dtraps.h25 extern e_vector vectors[];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dentry-table.S160 # specification of the vectors
315 # miscellaneous vectors
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Drepmgr.h140 db_iovec_t vectors[5]; member in struct:__anon2044
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8s/edosk2674/
H A Dcrt0_rom.S179 .section .vectors,"ax"

Completed in 158 milliseconds

12