Searched refs:DELTA (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dhash.c17 #define DELTA 0x9E3779B9 macro
27 sum += DELTA;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dhash.c17 #define DELTA 0x9E3779B9 macro
27 sum += DELTA;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dhashes.c25 #define DELTA 0x9E3779B9 macro
41 sum += DELTA; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Danalog.c145 #define DELTA(x,y) (cpu_has_tsc ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? CLOCK_TICK_RATE / HZ : 0))) macro
162 #define DELTA(x,y) ((y)-(x)) macro
166 #define DELTA(x,y) ((y)-(x)) macro
172 #define DELTA(x,y) ((y)-(x)) macro
258 if ((last ^ this) && (DELTA(loop, now) < loopout)) {
264 } while (this && (i < 4) && (DELTA(start, now) < timeout));
272 port->axes[j] = (DELTA(start, time[i]) << ANALOG_FUZZ_BITS) / port->loop;
384 port->speed = DELTA(t1, t2) - DELTA(t2, t3);
395 t = DELTA(t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Ddirhash.c32 #define DELTA 0x9E3779B9 macro
42 sum += DELTA;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/gameport/
H A Dgameport.c67 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro
112 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tools/
H A DMakefile397 hkscs2001.h : $(TABLESDIR)/big5hkscs/HKSCS-2001_2006-DELTA.TXT cjk_tab_to_h
400 hkscs2004.h : $(TABLESDIR)/big5hkscs/HKSCS-2004_2006-DELTA.TXT cjk_tab_to_h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ali5451/
H A Dali5451.c1048 unsigned int DELTA,
1062 ctlcmds[2] = (ESO << 16) | (DELTA & 0x0ffff);
1043 snd_ali_write_voice_regs(struct snd_ali *codec, unsigned int Channel, unsigned int LBA, unsigned int CSO, unsigned int ESO, unsigned int DELTA, unsigned int ALPHA_FMS, unsigned int GVSEL, unsigned int PAN, unsigned int VOL, unsigned int CTRL, unsigned int EC) argument

Completed in 122 milliseconds