Searched refs:step (Results 176 - 188 of 188) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/zc0301/
H A Dzc0301_core.c1143 ctrl.value -= ctrl.value % s->qctrl[i].step;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dt3_hw.c147 static const int step[] = { 0, 32, 16, 8 }; local
182 val64 |= (u64) val << (step[mc7->width] * i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1106 Note the ambiguity of the last step. Unfortunately, Linux
2584 routes and apply step 2 again.
2958 \# This step is necessary on any networked box before attempt\\
3057 \# Do not make this step if the device is not ARPable,\\
3294 \# Do not make this step on router or if the device is not ARPable.\\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/et61x251/
H A Det61x251_core.c1694 ctrl.value -= ctrl.value % s->qctrl[i].step;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/rme9652/
H A Drme9652.c2082 info->step = 32;
H A Dhdsp.c2890 uinfo->value.integer.step = 1;
3961 info->step = 32;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c2525 int step = PAGE_SIZE / 1024; local
2539 * (i/step). The (i-1) allows the left hand side of the equation
2550 for ( i=step;; i *= 2 )
2552 if ( (scb_size * (i-1)) >= ( (PAGE_SIZE * (i/step)) - 64 ) )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/sn9c102/
H A Dsn9c102_core.c2247 ctrl.value -= ctrl.value % s->qctrl[i].step;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzoran_driver.c3575 ctrl->step = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex984 just calls to the routines you adapted in the previous step.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S5472 #--case, reduce argument by one remainder step to make subsequent reduction
5903 #--case, reduce argument by one remainder step to make subsequent reduction
H A Dfpsp.S5578 #--case, reduce argument by one remainder step to make subsequent reduction
6009 #--case, reduce argument by one remainder step to make subsequent reduction
21874 # subtle step here; or in the g,r,s at the bottom of FTEMP_LO to minimize
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c2767 ** to step 2. Do this zero or more times.
4747 ** sorting step is required.
6737 ** implementation of an SQL aggregate step callback may not use the
8458 void (*xStep)(sqlite3_context*,int,sqlite3_value**); /* Aggregate step */
9759 * the first step of the trigger-program.
9793 Trigger *pTrig; /* The trigger that this step is a part of */
13479 ** of the master chunk. This step usually works if step 1 fails.
13490 ** of the end of the master chunk. This step happens very
20420 ** It is not possible to lower the locking level one step a
[all...]

Completed in 450 milliseconds

12345678