Searched refs:LL (Results 1 - 25 of 140) sorted by relevance

123456

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/lib/
H A Duncached.c48 else if ((long long)sp >= (long long)PHYS_TO_XKPHYS(0LL, 0) &&
49 (long long)sp < (long long)PHYS_TO_XKPHYS(8LL, 0))
60 else if ((long long)lfunc >= (long long)PHYS_TO_XKPHYS(0LL, 0) &&
61 (long long)lfunc < (long long)PHYS_TO_XKPHYS(8LL, 0))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/
H A Dreciprocal_div.c6 u64 val = (1LL << 32) + (k - 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/po/
H A DMakefile.am360 $(MAKE) $(SMALLPOFILES_FOR_lang) LL=$$lang; \
370 # Depend on LL being set.
403 ../hello-c/po/$(LL).po: hello-c.pot $(LL).po
404 $(SHELL) mmsmallpo.sh hello-c $(LL)
406 ../hello-c-gnome/po/$(LL).po: hello-c-gnome.pot $(LL).po
407 $(SHELL) mmsmallpo.sh hello-c-gnome $(LL)
409 ../hello-c++/po/$(LL).po: hello-c++.pot $(LL)
[all...]
H A DMakefile.in260 # Depend on LL being set.
657 $(MAKE) $(SMALLPOFILES_FOR_lang) LL=$$lang; \
665 ../hello-c/po/$(LL).po: hello-c.pot $(LL).po
666 $(SHELL) mmsmallpo.sh hello-c $(LL)
668 ../hello-c-gnome/po/$(LL).po: hello-c-gnome.pot $(LL).po
669 $(SHELL) mmsmallpo.sh hello-c-gnome $(LL)
671 ../hello-c++/po/$(LL).po: hello-c++.pot $(LL)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/windows/
H A Dconfig-compiler.h57 #define LL(n) n##LL
114 #define LL(n) n##I64
151 #define LL(n) n##I64
166 #define LL(n) n##LL
204 #define LL(n) n##LL
56 #define LL macro
111 #define LL macro
146 #define LL macro
160 #define LL macro
197 #define LL macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/
H A Ddes_locl.h214 #define D_ENCRYPT(LL,R,S) { \
222 LL^= *(const DES_LONG *)(des_SP +u1); \
223 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
227 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
228 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
233 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
234 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
238 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
239 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
242 #define D_ENCRYPT(LL,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/des/
H A Dfips_des_locl.h214 #define D_ENCRYPT(LL,R,S) { \
222 LL^= *(const DES_LONG *)(des_SP +u1); \
223 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
227 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
228 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
233 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
234 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
238 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
239 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
242 #define D_ENCRYPT(LL,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddes_locl.h214 #define D_ENCRYPT(LL,R,S) { \
222 LL^= *(const DES_LONG *)(des_SP +u1); \
223 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
227 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
228 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
233 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
234 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
238 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
239 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
242 #define D_ENCRYPT(LL,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh64/
H A Dcache.h81 #define SH_CACHE_VALID (1LL<<0)
82 #define SH_CACHE_UPDATED (1LL<<57)
85 #define SH_CACHE_MODE_WT (1LL<<0)
86 #define SH_CACHE_MODE_WB (1LL<<1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbf_locl.h164 #define BF_ENC(LL,R,KEY,Pi) (\
165 LL^=KEY[Pi], \
170 LL^=t \
193 #define BF_ENC(LL,R,S,P) ( \
194 LL^=P, \
195 LL^= (((*(BF_LONG *)((unsigned char *)&(S[ 0])+((R>>BF_0)&BF_M))+ \
210 #define BF_ENC(LL,R,S,P) ( \
211 LL^=P, \
212 LL^=((( S[ ((int)(R>>24)&0xff)] + \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bf/
H A Dbf_locl.h164 #define BF_ENC(LL,R,KEY,Pi) (\
165 LL^=KEY[Pi], \
170 LL^=t \
193 #define BF_ENC(LL,R,S,P) ( \
194 LL^=P, \
195 LL^= (((*(BF_LONG *)((unsigned char *)&(S[ 0])+((R>>BF_0)&BF_M))+ \
210 #define BF_ENC(LL,R,S,P) ( \
211 LL^=P, \
212 LL^=((( S[ ((int)(R>>24)&0xff)] + \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dintfloat_readwrite.c34 return ldexp(((v&((1LL<<52)-1)) + (1LL<<52)) * (v>>63|1), (v>>52&0x7FF)-1075);
65 return (int64_t)(d<0)<<63 | (e+1022LL)<<52 | (int64_t)((fabs(d)-0.5)*(1LL<<53));
H A Dmathematics.c132 for(a=7; a<(1LL<<62); a+=a/3+1){
133 for(b=3; b<(1LL<<62); b+=b/4+1){
134 for(c=9; c<(1LL<<62); c+=(c*2)/5+3){
144 if((double)a * (double)b / (double)c > (1LL<<63))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dalsa-audio-dec.c156 pkt->pts = timestamp.tv_sec * 1000000LL
158 - ts_delay * 1000000000LL + st->codec->sample_rate * 500LL)
159 / (st->codec->sample_rate * 1000LL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/sparc32v8/
H A Dmpih-mul1.S49 add %o7,LL-1f,%g3
52 sethi %hi(LL),%g3
53 or %g3,%lo(LL),%g3
57 LL: label
H A Dmpih-mul2.S52 add %o7,LL-1f,%g3
55 sethi %hi(LL),%g3
56 or %g3,%lo(LL),%g3
60 LL: label
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dacelp_filters.c96 tmp = (hpf_f[0]* 15836LL)>>13;
97 tmp += (hpf_f[1]* -7667LL)>>13;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/nwfpe/
H A DARM-gcc.h56 appended with the letters `LL' standing for `long long', which is `gcc's
61 #define LIT64( a ) a##LL
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/sn/kernel/sn2/
H A Dtimer.c28 .mask = (1LL << 55) - 1,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/nwfpe/
H A DARM-gcc.h56 appended with the letters `LL' standing for `long long', which is `gcc's
61 #define LIT64( a ) a##LL
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_iomap.h21 #define IOMAP_DADDR_NULL ((xfs_daddr_t) (-1LL))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Dtiny_psnr.c51 582360139072LL,
75 return -log16((1LL<<32) / a);
158 psnr= ((2*log16(max<<16) + log16(i) - log16(sse))*284619LL*F + (1<<31)) / (1LL<<32);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusbus428ctldefs.h79 LL, member in struct:usX2Y_volume
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dstdint_.h374 # define INT64_MIN (-1LL << (@BITSIZEOF_INT64_T@ - 1))
389 # define INT64_MAX (~ (-1LL << (@BITSIZEOF_INT64_T@ - 1)))
399 # define INT64_MAX 9223372036854775807LL
516 # define INT_LEAST64_MIN (-1LL << (@BITSIZEOF_INT_LEAST64_T@ - 1))
531 # define INT_LEAST64_MAX (~ (-1LL << (@BITSIZEOF_INT_LEAST64_T@ - 1)))
682 # define INT_FAST64_MIN (-1LL << (@BITSIZEOF_INT_FAST64_T@ - 1))
697 # define INT_FAST64_MAX (~ (-1LL << (@BITSIZEOF_INT_FAST64_T@ - 1)))
728 # define INTPTR_MIN (-1LL << (@BITSIZEOF_INTPTR_T@ - 1))
739 # define INTPTR_MAX (~ (-1LL << (@BITSIZEOF_INTPTR_T@ - 1)))
764 # define INTMAX_MIN (-1LL << (
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-parisc/
H A Dprocessor.h294 regs->fr[ 0] = 0LL; \
295 regs->fr[ 1] = 0LL; \
296 regs->fr[ 2] = 0LL; \
297 regs->fr[ 3] = 0LL; \

Completed in 238 milliseconds

123456