Searched refs:DST (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/seed/
H A Dseed_locl.h74 # define XOR_SEEDBLOCK(DST, SRC) \
75 ((DST))[0] ^= ((SRC))[0]; \
76 ((DST))[1] ^= ((SRC))[1]; \
77 ((DST))[2] ^= ((SRC))[2]; \
78 ((DST))[3] ^= ((SRC))[3]
80 # define MOV_SEEDBLOCK(DST, SRC) \
81 ((DST))[0] = ((SRC))[0]; \
82 ((DST))[1] = ((SRC))[1]; \
83 ((DST))[2] = ((SRC))[2]; \
84 ((DST))[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/seed/
H A Dseed_locl.h74 # define XOR_SEEDBLOCK(DST, SRC) \
75 ((DST))[0] ^= ((SRC))[0]; \
76 ((DST))[1] ^= ((SRC))[1]; \
77 ((DST))[2] ^= ((SRC))[2]; \
78 ((DST))[3] ^= ((SRC))[3]
80 # define MOV_SEEDBLOCK(DST, SRC) \
81 ((DST))[0] = ((SRC))[0]; \
82 ((DST))[1] = ((SRC))[1]; \
83 ((DST))[2] = ((SRC))[2]; \
84 ((DST))[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/doc/cli/
H A Dtest.sh4 DST=2.2.2.2
19 $CONNTRACK -I --orig-src $SRC --orig-dst $DST \
20 --reply-src $DST --reply-dst $SRC -p tcp \
27 $CONNTRACK -I -s $SRC -d $DST \
33 $CONNTRACK -I -s $SRC -d $DST \
39 $CONNTRACK -G -s $SRC -d $DST \
44 $CONNTRACK -U -s $SRC -d $DST \
49 $CONNTRACK -D -s $SRC -d $DST \
74 $CONNTRACK -I expect --orig-src $SRC --orig-dst $DST \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/lib/
H A Dchecksum.S178 * The macros SRC and DST specify the type of access for the instruction.
188 #define DST(y...) \ define
247 DST( s32i a9, a3, 0 )
248 DST( s32i a8, a3, 4 )
253 DST( s32i a9, a3, 8 )
254 DST( s32i a8, a3, 12 )
259 DST( s32i a9, a3, 16 )
260 DST( s32i a8, a3, 20 )
265 DST( s32i a9, a3, 24 )
266 DST( s32
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib/
H A Dchecksum.S190 #define DST(...) \ define
198 ! r5: char *DST
242 DST( mov.b r1,@r5 )
243 DST( mov.b r0,@(1,r5) )
273 DST( mov.w r0,@r5 )
291 DST( mov.l r0,@r5 )
292 DST( mov.l r1,@(4,r5) )
298 DST( mov.l r0,@(8,r5) )
299 DST( mov.l r1,@(12,r5) )
305 DST( mo
[all...]
H A Dmemcpy-sh4.S164 ! r4 --> [ ... ] DST [ ... ] SRC
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dchecksum.S229 #define DST(y...) \ define
260 DST( movw %bx, (%edi) )
272 DST( movl %ebx, (%edi) )
274 DST( movl %edx, 4(%edi) )
279 DST( movl %ebx, 8(%edi) )
281 DST( movl %edx, 12(%edi) )
286 DST( movl %ebx, 16(%edi) )
288 DST( movl %edx, 20(%edi) )
293 DST( movl %ebx, 24(%edi) )
295 DST( mov
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dchecksum_32.S287 #define DST(y...) \ define
324 DST( movw %bx, (%edi) )
336 DST( movl %ebx, (%edi) )
338 DST( movl %edx, 4(%edi) )
343 DST( movl %ebx, 8(%edi) )
345 DST( movl %edx, 12(%edi) )
350 DST( movl %ebx, 16(%edi) )
352 DST( movl %edx, 20(%edi) )
357 DST( movl %ebx, 24(%edi) )
359 DST( mov
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp9dsp.c574 #define DST(x, y) dst[(x) + (y) * stride] macro
582 DST(0,0) = (a0 + a1 * 2 + a2 + 2) >> 2;
583 DST(1,0) = DST(0,1) = (a1 + a2 * 2 + a3 + 2) >> 2;
584 DST(2,0) = DST(1,1) = DST(0,2) = (a2 + a3 * 2 + a4 + 2) >> 2;
585 DST(3,0) = DST(2,1) = DST(
827 #undef DST macro
[all...]
H A Ddsputil.c585 DST(0, a0 + a1); \
586 DST(1, a4 + (a7 >> 2)); \
587 DST(2, a2 + (a3 >> 1)); \
588 DST(3, a5 + (a6 >> 2)); \
589 DST(4, a0 - a1); \
590 DST(5, a6 - (a5 >> 2)); \
591 DST(6, (a2 >> 1) - a3); \
592 DST(7, (a4 >> 2) - a7); \
604 #define DST(x, v) dct[i][x] = v macro
608 #undef DST macro
611 #define DST macro
615 #undef DST macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dgrammar.y273 %token DST SRC HOST GATEWAY
436 | DST { $$ = Q_DST; }
437 | SRC OR DST { $$ = Q_OR; }
438 | DST OR SRC { $$ = Q_OR; }
439 | SRC AND DST { $$ = Q_AND; }
440 | DST AND SRC { $$ = Q_AND; }
H A Dscanner.l190 dst return DST;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dsysincludes.h443 # define memmove(DST, SRC, N) bcopy(SRC, DST, N)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatetime.tex409 \membersection{Time zone and DST support}\label{datetimedstzone}
464 Get the beginning of DST for the given country in the given year (current one
466 \helpref{DST overview}{tdatedst}.
477 Returns the current default country. The default country is used for DST
511 Returns the end of DST for the given country in the given year (current one by
598 DST convention and date and time formatting rules.
605 Returns {\tt true} if DST was used n the given year (the current one by
635 Sets the country to use by default. This setting influences the DST
1499 %%%%%%%%%%%%%%%%%%%%%%%%%%% timezone and DST %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1507 {\tt true}, no DST adjustment
[all...]
H A Dtdate.tex188 \subsection{Daylight saving time (DST)}\label{tdatedst}
190 DST (a.k.a. `summer time') handling is always a delicate task which is better
196 Several functions are provided to calculate the beginning and end of DST in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddsputil.c2147 DST(0, a0 + a1 ) ;\
2148 DST(1, a4 + (a7>>2)) ;\
2149 DST(2, a2 + (a3>>1)) ;\
2150 DST(3, a5 + (a6>>2)) ;\
2151 DST(4, a0 - a1 ) ;\
2152 DST(5, a6 - (a5>>2)) ;\
2153 DST(6, (a2>>1) - a3 ) ;\
2154 DST(7, (a4>>2) - a7 ) ;\
2166 #define DST(x,v) dct[i][x]= v macro
2170 #undef DST macro
2173 #define DST macro
2177 #undef DST macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/msm/
H A Dmdp_ppp.c62 PPP_ARRAY1(CFG, DST)
80 PPP_ARRAY1(CHROMA_SAMP, DST)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dfsclient.c46 #define EXTRACT(DST) \
49 changed |= DST - x; \
50 DST = x; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/common/
H A Dpl330.c269 DST, enumerator in enum:pl330_dst
1201 /* We set same protection levels for Src and DST for now */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dfpsp.S405 set DST, 0 # offsets within an
9654 fmovm.x DST(%a1),&0x80 # load fp0 with normalized src
9692 fmov.x DST(%a1),%fp0 # simply return dest
10807 lea DST(%a1),%a0
10812 fmov.x DST(%a1),%fp0
10942 fmov.x DST(%a1),%fp0 # the fmove sets the SNAN bit
10952 fmov.x DST(%a1),%fp0 # return the non-signalling nan
11993 fmovm.x DST(%a1),&0x80 # return INF result in fp0
12780 fmovm.x DST(%a1),&0x80 # return result in fp0
12787 fmovm.x DST(
[all...]
H A Dfplsp.S385 set DST, 0 # offsets within an
9295 fmovm.x DST(%a1),&0x80 # load fp0 with normalized src
9333 fmov.x DST(%a1),%fp0 # simply return dest
10252 fmov.x DST(%a1),%fp0
10718 lea DST(%a1),%a0
10723 fmov.x DST(%a1),%fp0

Completed in 265 milliseconds