Searched refs:change (Results 176 - 200 of 267) sorted by relevance

1234567891011

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/contrib/dnslist/
H A Ddnslist.pl78 # Check for a change to the state file.
89 # Last change undefined, so we are running for the first time.
256 # Check for state change.
260 # out. (By not sleeping the whole time after a change
280 freedom to share and change it. By contrast, the GNU General Public
281 License is intended to guarantee your freedom to share and change free
293 if you want it, that you can change the software or use pieces of it
364 stating that you changed the files and the date of any change.
554 free software which everyone can redistribute and change under these terms.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/
H A Dvia82xx.c1652 int i, change = 0; local
1659 change |= val != chip->playback_volume[idx][i];
1660 if (change) {
1665 return change;
1674 int i, change = 0; local
1682 change = 1;
1691 return change;
H A Dcs4281.c1036 int change = 0; local
1047 change = 1;
1052 change = 1;
1054 return change;
H A Dfm801.c221 int change; local
228 change = old != new;
229 if (change)
232 return change;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex301 ip tunnel change Cisco mode sit local ME remote HE ttl 32
425 but this probably will change in future.
451 if routing will change, your tunnel will fail.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dheartbeat.c78 * o2hb_dead_threshold as it can't change once regions are active and
735 int i, ret, highest_node, change = 0; local
783 change |= o2hb_check_slot(reg, &reg->hr_slots[i]);
804 if (!change && (atomic_read(&reg->hr_steady_iterations) != 0)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegvideo_enc.c406 av_log(avctx, AV_LOG_ERROR, "closed gop with scene change detection are not supported yet, set threshold to 1000000000\n");
1636 // FIXME we could decide to change to quantizer instead of clipping
2786 //printf("Scene change detected, encoding as I Frame %d %d\n", s->current_picture.mb_var_sum, s->current_picture.mc_mb_var_sum);
3412 int change, old_coeff; local
3418 for(change=-1; change<=1; change+=2){
3419 int new_level= level + change;
3430 best_change= change;
3445 int change, old_coef local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dsch_api.c127 ---change
556 if (sch->ops->change == NULL)
558 err = sch->ops->change(sch, tca[TCA_OPTIONS-1]);
672 Create/change qdisc.
736 * either to change it or to create/graft new one.
1036 err = cops->change(q, clid, pid, tca, &new_cl);
H A Dcls_fw.c398 .change = fw_change,
H A Dsch_atm.c230 * ATM classes cannot be changed. In order to change properties of the
677 .change = atm_tc_change,
699 .change = NULL,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_util.c587 int change, do_req, lockout, ret, t_ret;
598 change = rep->gen != cntrl->gen || rep->master_id != eid;
599 if (change) {
713 if (!change) {
718 * If there wasn't a change, we might still have some
850 * consider NOAUTOINIT yet, because they could change it before rep_sync call.
1399 * operation where we need to make sure no new records change
1419 * message can change the world (i.e., like a NEWMASTER message).
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dscall64-n32.S73 # signals dont change between
H A Dscall64-64.S76 # signals dont change between
H A Dscall64-o32.S96 # signals dont change between
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dhead.S276 xorl %ecx,%eax # change in flags
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dcorgi_lcd.c311 .change = w100_lcdtg_init,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/Netware/
H A Dbuild.bat28 rem No assembly is the default - Uncomment section below to change
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/
H A DMakefile101 # 2006-10-10 don't properly change the predefined symbols if -EB / -EL
500 OBJCOPYFLAGS := --change-addresses=0x3fffffff80000000
504 OBJCOPYFLAGS := --change-addresses=0x57ffffff80000000
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dentry.S343 di ; so need_resched and sigpending don't change
431 di ; make sure need_resched and sigpending don't change
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dcdrom.h33 * It is worth the small change.
943 unsigned mc_flags : 2; /* media change buffer flags */
1042 __u8 change : 1; member in struct:cdrom_slot
1044 __u8 change : 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/hda/
H A Dpatch_realtek.c417 signed int change; local
429 change = pinctl != alc_pin_mode_values[val];
430 if (change) {
461 return change;
503 signed int change; local
513 change = (val == 0 ? 0 : mask) != (gpio_data & mask);
520 return change;
564 signed int change; local
574 change = (val == 0 ? 0 : mask) != (ctrl_data & mask);
582 return change;
7033 int change; local
7052 int change; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Dcs46xx.c2908 static void amp_none(struct cs_card *card, int change) argument
2916 static void amp_voyetra(struct cs_card *card, int change) argument
2923 card->amplifier+=change;
2942 static void amp_hercules(struct cs_card *card, int change) argument
2950 card->amplifier+=change;
2975 static void clkrun_hack(struct cs_card *card, int change) argument
2983 card->active+=change;
2999 "cs46xx: clkrun() enable clkrun - change=%d active=%d\n",
3000 change,card->active));
3007 "cs46xx: clkrun() disable clkrun - change
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demupcm.c390 if (err > 0) { /* change */
1440 int change, idx; local
1457 change = (nval[0] != emu->efx_voices_mask[0]) ||
1462 return change;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/boot/rescue/
H A Dhead.S55 * change their data without updating the checksums. A 1 in bit 0
134 ;; change 1's to 0's without erasing the sector, it is possible to add new
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dentry.S98 di ; So need_resched and sigpending don't change.
213 di ; Make sure need_resched and sigpending don't change.

Completed in 410 milliseconds

1234567891011