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

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dh264_altivec.c900 register vector signed char tc0vec; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dentry.S700 movi a0, debug_exception # restore a3, debug jump vector
704 /* Switch to kernel/user stack, restore jump vector, and save a0 */
894 * double exception vector in case a double exception occurs.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_isr.c1682 qentry->msix_vector = entries[i].vector;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale.c1348 // decent-sized vector.
2541 c->vYCoeffsBank = av_malloc(sizeof (vector signed short)*c->vLumFilterSize*c->dstH);
2542 c->vCCoeffsBank = av_malloc(sizeof (vector signed short)*c->vChrFilterSize*c->chrDstH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S280 set EXC_VOFF, 0xa # stacked vector offset
514 set BSUN_VEC, 0xc0 # bsun vector offset
515 set INEX_VEC, 0xc4 # inexact vector offset
516 set DZ_VEC, 0xc8 # dz vector offset
517 set UNFL_VEC, 0xcc # unfl vector offset
518 set OPERR_VEC, 0xd0 # operr vector offset
519 set OVFL_VEC, 0xd4 # ovfl vector offset
520 set SNAN_VEC, 0xd8 # snan vector offset
H A Dfpsp.S300 set EXC_VOFF, 0xa # stacked vector offset
534 set BSUN_VEC, 0xc0 # bsun vector offset
535 set INEX_VEC, 0xc4 # inexact vector offset
536 set DZ_VEC, 0xc8 # dz vector offset
537 set UNFL_VEC, 0xcc # unfl vector offset
538 set OPERR_VEC, 0xd0 # operr vector offset
539 set OVFL_VEC, 0xd4 # ovfl vector offset
540 set SNAN_VEC, 0xd8 # snan vector offset
762 mov.b &0xc4,1+EXC_VOFF(%a6) # vector offset = 0xc4
1036 mov.b &0xc4,1+EXC_VOFF(%a6) # vector offse
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbroadcom.c11267 * char **argv; <- Optional argument vector for validation routine
11831 char vector[16]; local
11837 memset(vector,0,sizeof(vector));
11856 /* Build a LAN block valid enabled vector, skip processing if the
11857 * vector is not set.
11872 vector[count] = 1;
11887 if (!vector[count])
11912 if (!vector[entry])
12021 if (!vector[entr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dres_func.S8 | (Exception vector 55).
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dcxgb3_main.c2258 adap->msix_info[i].vec = entries[i].vector;

Completed in 245 milliseconds

12345678910