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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dtea.cpp9 static const word32 DELTA = 0x9e3779b9; variable
17 m_limit = GetRoundsAndThrowIfInvalid(params, this) * DELTA;
28 sum += DELTA;
46 sum -= DELTA;
57 m_limit = GetRoundsAndThrowIfInvalid(params, this) * DELTA;
69 sum += DELTA;
85 sum -= DELTA;
106 sum += DELTA;
128 word32 sum = q * DELTA;
141 sum -= DELTA;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_mcdeint.c218 #define DELTA(j) av_clip(j, -x, w-1-x) macro
221 FFABS(srcp[-srcs+DELTA(-1+(j))] - srcp[+srcs+DELTA(-1-(j))])+\
222 FFABS(srcp[-srcs+DELTA(j) ] - srcp[+srcs+DELTA( -(j))])+\
223 FFABS(srcp[-srcs+DELTA(1+(j)) ] - srcp[+srcs+DELTA( 1-(j))])
234 diff0 = filp[-fils+DELTA(j)] - srcp[-srcs+DELTA(j)];\
235 diff1 = filp[+fils+DELTA(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dhash.c17 #define DELTA 0x9E3779B9 macro
27 sum += DELTA;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dhash.c17 #define DELTA 0x9E3779B9 macro
27 sum += DELTA;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dhashes.c25 #define DELTA 0x9E3779B9 macro
41 sum += DELTA; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Danalog.c142 #define DELTA(x,y) (cpu_has_tsc ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? CLOCK_TICK_RATE / HZ : 0))) macro
159 #define DELTA(x,y) ((y)-(x)) macro
163 #define DELTA(x,y) ((y)-(x)) macro
167 #define DELTA(x, y) ((x) - (y)) macro
173 #define DELTA(x,y) ((y)-(x)) macro
259 if ((last ^ this) && (DELTA(loop, now) < loopout)) {
265 } while (this && (i < 4) && (DELTA(start, now) < timeout));
273 port->axes[j] = (DELTA(start, time[i]) << ANALOG_FUZZ_BITS) / port->loop;
385 port->speed = DELTA(t1, t2) - DELTA(t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/strings/
H A Dvsnprintf.cpp270 #define DELTA "\x3B4" macro
278 #define ABCDE ALPHA BETA GAMMA DELTA EPSILON
279 #define ABCDEFGHI ALPHA BETA GAMMA DELTA EPSILON ZETA ETA THETA IOTA
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Ddirhash.c32 #define DELTA 0x9E3779B9 macro
42 sum += DELTA;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/gameport/
H A Dgameport.c54 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro
99 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ali5451/
H A Dali5451.c1011 unsigned int DELTA,
1025 ctlcmds[2] = (ESO << 16) | (DELTA & 0x0ffff);
1006 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
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmutils.h832 #define DELTA(curr, prev) ((curr) > (prev) ? ((curr) - (prev)) : \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Ddir.c219 #define DELTA 0x9E3779B9 macro
229 sum += DELTA;

Completed in 131 milliseconds