Searched refs:vector (Results 76 - 100 of 234) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dhw_irq.h64 * into a single vector (CALL_FUNCTION_VECTOR) to save vector space.
72 (hint - think what a NMI bit does to a vector) */
84 * First APIC vector available to drivers: (vectors 0x30-0xee)
86 * levels. (0x80 is the syscall vector)
110 extern void send_IPI_self(int vector);
116 extern void send_IPI(int dest, int vector);
H A Dapicdef.h266 u32 vector : 8, member in struct:local_apic::__anon9575
291 u32 vector : 8, member in struct:local_apic::__anon9578
302 u32 vector : 8, member in struct:local_apic::__anon9579
313 u32 vector : 8, member in struct:local_apic::__anon9580
324 u32 vector : 8, member in struct:local_apic::__anon9581
337 u32 vector : 8, member in struct:local_apic::__anon9582
350 u32 vector : 8, member in struct:local_apic::__anon9583
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dmachvec.h81 void (*device_interrupt)(unsigned long vector);
82 void (*machine_check)(u64 vector, u64 la);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D03-codebook.tex14 well as an optional lookup table of output vector values to which a
137 vector lookup table. Vorbis I supports three lookup types:
163 each vector of order \varname{[codebook_dimensions]} scalars. Lookup
164 type two builds the same vector list, but reads each scalar for each
165 vector explicitly, rather than building vectors from a smaller list of
281 \paragraph{VQ lookup table vector representation}
297 Decoding (unpacking) a specific vector in the vector lookup table
299 vector values are what a codebook would return during audio packet
306 final values of a codebook entry vector fro
[all...]
H A D04-codec.tex141 \item read the floor type: vector \varname{[vorbis_floor_types]} element \varname{[i]} =
166 \item read the residue type; vector \varname{[vorbis_residue_types]} element \varname{[i]} = read 16 bits as unsigned integer
208 \item vector \varname{[vorbis_mapping_magnitude]} element \varname{[j]}= read \link{vorbis:spec:ilog}{ilog}(\varname{[audio_channels]} - 1) bits as unsigned integer
209 \item vector \varname{[vorbis_mapping_angle]} element \varname{[j]}= read \link{vorbis:spec:ilog}{ilog}(\varname{[audio_channels]} - 1) bits as unsigned integer
224 \item vector \varname{[vorbis_mapping_mux]} element \varname{[j]} = read 4 bits as unsigned integer
231 \item read 8 bits as unsigned integer for the floor number; save in vector \varname{[vorbis_mapping_submap_floor]} element \varname{[j]}
233 \item read 8 bits as unsigned integer for the residue number; save in vector \varname{[vorbis_mapping_submap_residue]} element \varname{[j]}
387 \item \varname{[submap_number]} = element \varname{[i]} of vector [vorbis_mapping_mux]
388 \item \varname{[floor_number]} = element \varname{[submap_number]} of vector
391 floor (vector \varnam
[all...]
H A D06-floor0.tex60 3) [coefficients] is an empty, zero length vector
64 7) vector [temp_vector] = read vector from bitstream using codebook number [floor0_book_list] element [booknumber] in VQ context.
65 8) add the scalar value [last] to each scalar in vector [temp_vector]
66 9) [last] = the value of the last scalar in vector [temp_vector]
67 10) concatenate [temp_vector] onto the end of the [coefficients] vector
68 11) if (length of vector [coefficients] is less than [floor0_order], continue at step 6
89 \item The number of scalars read into the vector \varname{[coefficients]}
107 vector from packet decode as well as the [floor0_order],
110 vector siz
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dcommand.c28 /* Command vector which includes some level of command lists. Normally
30 vector cmdvec;
111 /* Install top node of command vector. */
146 vector descvec;
152 vector cmd_vector = cnode->cmd_vector;
167 vector which includes char ** data element. */
168 vector
173 vector strvec;
191 /* Prepare return vector. */
194 /* Copy each command piece and set into vector
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Derr_titan.c383 titan_machine_check(u64 vector, u64 la_ptr) argument
411 if ((vector != SCB_Q_SYSMCHK) && (vector != SCB_Q_SYSERR)) {
412 ev6_machine_check(vector, la_ptr);
440 (vector == SCB_Q_SYSERR)?"Correctable":"Uncorrectable",
441 (unsigned int)vector, (int)smp_processor_id());
655 * Fall through to vector 670 for processing...
673 * Fall through to vector 660 for processing...
706 privateer_machine_check(u64 vector, u64 la_ptr)
727 if (vector !
705 privateer_machine_check(u64 vector, u64 la_ptr) argument
[all...]
H A Derr_ev7.c120 ev7_machine_check(u64 vector, u64 la_ptr) argument
134 (vector == SCB_Q_PROCERR) ? "Correctable" : "Uncorrectable",
135 (unsigned int)vector, (int)smp_processor_id());
H A Dcore_polaris.c188 polaris_machine_check(unsigned long vector, unsigned long la_ptr)
198 process_mcheck_info(vector, la_ptr, "POLARIS",
187 polaris_machine_check(unsigned long vector, unsigned long la_ptr) argument
H A Dirq_i8259.c140 isa_device_interrupt(unsigned long vector) argument
144 * respond with the interrupt vector of the highest priority
146 * interrupts vectors such that irq level L generates vector L.
156 isa_no_iack_sc_device_interrupt(unsigned long vector) argument
H A Dsys_miata.c36 miata_srm_device_interrupt(unsigned long vector) argument
40 irq = (vector - 0x800) >> 4;
45 * vector 0x80 *lower* than I expected from the bit numbering in
H A Dsys_rx164.c86 rx164_device_interrupt(unsigned long vector) argument
105 isa_no_iack_sc_device_interrupt(vector);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dtraps.c161 if (fp->ptregs.vector < 4 * ARRAY_SIZE(vec_names))
163 vec_names[(fp->ptregs.vector) >> 2],
167 (fp->ptregs.vector) >> 2,
179 if ((fp->ptregs.vector >> 2) == VEC_TRACE) {
188 switch ((fp->ptregs.vector) >> 2) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A DMakefile38 pptp_ctrl.o dirutil.o vector.o \
55 vector_test: vector_test.o vector.o
56 $(CC) -o vector_test vector_test.o vector.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dint_altivec.c37 vector signed char vpix1;
38 vector signed short vpix2, vdiff, vpix1l,vpix1h;
39 union { vector signed int vscore;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dirq.c111 unsigned vector = ~regs->orig_rax; local
116 irq = __get_cpu_var(vector_irq)[vector];
129 printk(KERN_EMERG "%s: %d.%d No irq handler for vector\n",
130 __func__, smp_processor_id(), vector);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dentry-table.S1 /* entry-table.S: main trap vector tables and exception jump table
19 # Declare the main trap and vector tables
33 # (4) The exception handler vector table
72 .section .trap.vector,"ax"
103 .section .trap.vector
124 .section .trap.vector
143 .section .trap.vector
232 .section .trap.vector
316 .section .trap.vector
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-at91/
H A Dentry-macro.S27 ldr \irqnr, [\base, #(AT91_AIC_IVR - AT91_AIC)] @ read IRQ vector register: de-asserts nIRQ to processor (and clears interrupt)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dackvec.c336 void dccp_ackvector_print(const u64 ackno, const unsigned char *vector, int len) argument
338 dccp_pr_debug_cat("ACK vector len=%d, ackno=%llu |", len,
342 const u8 state = (*vector & DCCP_ACKVEC_STATE_MASK) >> 6;
343 const u8 rl = *vector & DCCP_ACKVEC_LEN_MASK;
346 ++vector;
365 /* sort out vector length */
408 const unsigned char *vector)
413 /* Check if we actually sent an ACK vector */
421 const u8 rl = *vector & DCCP_ACKVEC_LEN_MASK;
439 const u8 state = *vector
405 dccp_ackvec_check_rcv_ackvector(struct dccp_ackvec *av, struct sock *sk, u64 *ackno, const unsigned char len, const unsigned char *vector) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dspu_utils.h37 vector unsigned int v;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8s/edosk2674/
H A Dcrt0_rom.S178 /* interrupt vector */
182 vector = 2 define
184 .long _interrupt_redirect_table+vector*4
185 vector = vector + 1 define
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsal.c59 case -8: str = "Invalid interrupt vector"; break;
137 * on again in the vector. This is cumbersome for something that the
183 ap_wakeup_vector = ap->vector;
185 "vector 0x%lx\n", ap_wakeup_vector);
230 u64 vector, cache_type = 3; local
252 vector = ia64_get_ivr();
254 WARN_ON(vector != IA64_TIMER_VECTOR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dtr.c178 RESERVE_CONFIG_BUFFER(vector, ASCII+1);
196 vector[i] = i;
209 map(vector, tr_buf, input_length, output, output_length);
233 coded = vector[c];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dio_apic.h76 __u32 vector : 8, member in struct:IO_APIC_route_entry

Completed in 183 milliseconds

12345678910