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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libnatpmp/
H A Dwingettimeofday.c55 p->tv_usec =(long)((_now.ns100 / 10LL) % 1000000LL );
56 p->tv_sec = (long)((_now.ns100-(116444736000000000LL))/10000000LL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/whrlpool/asm/
H A Dwp-mmx.pl55 sub LL() subroutine
226 &LL(0x18,0x18,0x60,0x18,0xc0,0x78,0x30,0xd8);
227 &LL(0x23,0x23,0x8c,0x23,0x05,0xaf,0x46,0x26);
228 &LL(0xc6,0xc6,0x3f,0xc6,0x7e,0xf9,0x91,0xb8);
229 &LL(0xe8,0xe8,0x87,0xe8,0x13,0x6f,0xcd,0xfb);
230 &LL(0x87,0x87,0x26,0x87,0x4c,0xa1,0x13,0xcb);
231 &LL(0xb8,0xb8,0xda,0xb8,0xa9,0x62,0x6d,0x11);
232 &LL(0x01,0x01,0x04,0x01,0x08,0x05,0x02,0x09);
233 &LL(0x4f,0x4f,0x21,0x4f,0x42,0x6e,0x9e,0x0d);
234 &LL(
[all...]
H A Dwp-x86_64.pl48 sub LL(){ $code.=".byte ".join(',',@_).",".join(',',@_)."\n"; } subroutine
216 &LL(0x18,0x18,0x60,0x18,0xc0,0x78,0x30,0xd8);
217 &LL(0x23,0x23,0x8c,0x23,0x05,0xaf,0x46,0x26);
218 &LL(0xc6,0xc6,0x3f,0xc6,0x7e,0xf9,0x91,0xb8);
219 &LL(0xe8,0xe8,0x87,0xe8,0x13,0x6f,0xcd,0xfb);
220 &LL(0x87,0x87,0x26,0x87,0x4c,0xa1,0x13,0xcb);
221 &LL(0xb8,0xb8,0xda,0xb8,0xa9,0x62,0x6d,0x11);
222 &LL(0x01,0x01,0x04,0x01,0x08,0x05,0x02,0x09);
223 &LL(0x4f,0x4f,0x21,0x4f,0x42,0x6e,0x9e,0x0d);
224 &LL(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/whrlpool/asm/
H A Dwp-mmx.pl55 sub LL() subroutine
226 &LL(0x18,0x18,0x60,0x18,0xc0,0x78,0x30,0xd8);
227 &LL(0x23,0x23,0x8c,0x23,0x05,0xaf,0x46,0x26);
228 &LL(0xc6,0xc6,0x3f,0xc6,0x7e,0xf9,0x91,0xb8);
229 &LL(0xe8,0xe8,0x87,0xe8,0x13,0x6f,0xcd,0xfb);
230 &LL(0x87,0x87,0x26,0x87,0x4c,0xa1,0x13,0xcb);
231 &LL(0xb8,0xb8,0xda,0xb8,0xa9,0x62,0x6d,0x11);
232 &LL(0x01,0x01,0x04,0x01,0x08,0x05,0x02,0x09);
233 &LL(0x4f,0x4f,0x21,0x4f,0x42,0x6e,0x9e,0x0d);
234 &LL(
[all...]
H A Dwp-x86_64.pl48 sub LL(){ $code.=".byte ".join(',',@_).",".join(',',@_)."\n"; } subroutine
216 &LL(0x18,0x18,0x60,0x18,0xc0,0x78,0x30,0xd8);
217 &LL(0x23,0x23,0x8c,0x23,0x05,0xaf,0x46,0x26);
218 &LL(0xc6,0xc6,0x3f,0xc6,0x7e,0xf9,0x91,0xb8);
219 &LL(0xe8,0xe8,0x87,0xe8,0x13,0x6f,0xcd,0xfb);
220 &LL(0x87,0x87,0x26,0x87,0x4c,0xa1,0x13,0xcb);
221 &LL(0xb8,0xb8,0xda,0xb8,0xa9,0x62,0x6d,0x11);
222 &LL(0x01,0x01,0x04,0x01,0x08,0x05,0x02,0x09);
223 &LL(0x4f,0x4f,0x21,0x4f,0x42,0x6e,0x9e,0x0d);
224 &LL(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/test/
H A Dtestsuite.c525 TEST_STRTOLL("15", 10, 15LL, 2, 0);
526 TEST_STRTOLL(" 15", 10, 15LL, 4, 0);
527 TEST_STRTOLL("15", 0, 15LL, 2, 0);
528 TEST_STRTOLL(" 15 ", 0, 15LL, 3, 0);
529 TEST_STRTOLL("+15", 10, 15LL, 3, 0);
530 TEST_STRTOLL(" +15", 10, 15LL, 5, 0);
531 TEST_STRTOLL("+15", 0, 15LL, 3, 0);
532 TEST_STRTOLL(" +15 ", 0, 15LL, 4, 0);
533 TEST_STRTOLL("-15", 10, -15LL, 3, 0);
534 TEST_STRTOLL(" -15", 10, -15LL,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dtuner-xc2028-types.h108 #define V4L2_STD_A2_A (1LL<<32)
109 #define V4L2_STD_A2_B (1LL<<33)
110 #define V4L2_STD_NICAM_A (1LL<<34)
111 #define V4L2_STD_NICAM_B (1LL<<35)
112 #define V4L2_STD_AM (1LL<<36)
113 #define V4L2_STD_BTSC (1LL<<37)
114 #define V4L2_STD_EIAJ (1LL<<38)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/whrlpool/
H A Dwp_block.c156 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7 macro
167 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \ macro
186 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \ macro
205 LL(0x18, 0x18, 0x60, 0x18, 0xc0, 0x78, 0x30, 0xd8),
206 LL(0x23, 0x23, 0x8c, 0x23, 0x05, 0xaf, 0x46, 0x26),
207 LL(0xc6, 0xc6, 0x3f, 0xc6, 0x7e, 0xf9, 0x91, 0xb8),
208 LL(0xe8, 0xe8, 0x87, 0xe8, 0x13, 0x6f, 0xcd, 0xfb),
209 LL(0x87, 0x87, 0x26, 0x87, 0x4c, 0xa1, 0x13, 0xcb),
210 LL(0xb8, 0xb8, 0xda, 0xb8, 0xa9, 0x62, 0x6d, 0x11),
211 LL(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/whrlpool/
H A Dwp_block.c156 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7 macro
167 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \ macro
186 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \ macro
205 LL(0x18, 0x18, 0x60, 0x18, 0xc0, 0x78, 0x30, 0xd8),
206 LL(0x23, 0x23, 0x8c, 0x23, 0x05, 0xaf, 0x46, 0x26),
207 LL(0xc6, 0xc6, 0x3f, 0xc6, 0x7e, 0xf9, 0x91, 0xb8),
208 LL(0xe8, 0xe8, 0x87, 0xe8, 0x13, 0x6f, 0xcd, 0xfb),
209 LL(0x87, 0x87, 0x26, 0x87, 0x4c, 0xa1, 0x13, 0xcb),
210 LL(0xb8, 0xb8, 0xda, 0xb8, 0xa9, 0x62, 0x6d, 0x11),
211 LL(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/cpu-sh5/cpu/
H A Dcache.h18 #define SH_CACHE_VALID (1LL<<0)
19 #define SH_CACHE_UPDATED (1LL<<57)
26 #define SH_CACHE_MODE_WT (1LL<<0)
27 #define SH_CACHE_MODE_WB (1LL<<1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dreciprocal_div.c6 u64 val = (1LL << 32) + (k - 1);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Datomic64.h33 #define atomic64_inc(v) atomic64_add(1LL, (v))
34 #define atomic64_inc_return(v) atomic64_add_return(1LL, (v))
37 #define atomic64_dec(v) atomic64_sub(1LL, (v))
38 #define atomic64_dec_return(v) atomic64_sub_return(1LL, (v))
40 #define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1LL, 0LL)
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Ddes_locl.h224 # define D_ENCRYPT(LL,R,S) { \
232 LL^= *(const DES_LONG *)(des_SP +u1); \
233 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
237 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
238 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
243 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
244 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
248 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
249 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
252 # define D_ENCRYPT(LL,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Ddes_locl.h224 # define D_ENCRYPT(LL,R,S) { \
232 LL^= *(const DES_LONG *)(des_SP +u1); \
233 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
237 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
238 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
243 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
244 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
248 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
249 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
252 # define D_ENCRYPT(LL,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Ddiracdec.c35 if (size + 13LL > p->buf_size)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/B/generic/
H A DMakefile23 LL = $(BLIB) $(LIBS) $(LZO_EXTRA_LIBS) macro
60 $(CC) $(CF) $(LF) -o $@ $< $(LL)
62 $(CC) $(CF) $(LF) -o $@ $< $(LL)
64 $(CC) $(CF) $(LF) -o $@ $< $(LL)
66 $(CC) $(CF) $(LF) -o $@ $< $(LL)
68 $(CC) $(CF) $(LF) -o $@ $< $(LL)
70 $(CC) $(CF) $(LF) -o $@ $< $(LL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bf/
H A Dbf_locl.h166 # define BF_ENC(LL,R,KEY,Pi) (\
167 LL^=KEY[Pi], \
172 LL^=t \
195 # define BF_ENC(LL,R,S,P) ( \
196 LL^=P, \
197 LL^= (((*(BF_LONG *)((unsigned char *)&(S[ 0])+((R>>BF_0)&BF_M))+ \
212 # define BF_ENC(LL,R,S,P) ( \
213 LL^=P, \
214 LL^=((( S[ ((int)(R>>24)&0xff)] + \
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/
H A Dbf_locl.h166 # define BF_ENC(LL,R,KEY,Pi) (\
167 LL^=KEY[Pi], \
172 LL^=t \
195 # define BF_ENC(LL,R,S,P) ( \
196 LL^=P, \
197 LL^= (((*(BF_LONG *)((unsigned char *)&(S[ 0])+((R>>BF_0)&BF_M))+ \
212 # define BF_ENC(LL,R,S,P) ( \
213 LL^=P, \
214 LL^=((( S[ ((int)(R>>24)&0xff)] + \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-arch-deps.h39 #define DBUS_INT64_CONSTANT(val) (_DBUS_GNUC_EXTENSION (val##LL))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dintfloat_readwrite.c38 return ldexp(((v&((1LL<<52)-1)) + (1LL<<52)) * (v>>63|1), (v>>52&0x7FF)-1075);
69 return (int64_t)(d<0)<<63 | (e+1022LL)<<52 | (int64_t)((fabs(d)-0.5)*(1LL<<53));

Completed in 132 milliseconds

1234567891011>>