Searched refs:e2 (Results 26 - 50 of 83) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddess.cpp40 unsigned long s1,s2,e1,e2; local
59 GetTSC(e2);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/md4/
H A Dmd4s.cpp45 unsigned long s1,s2,e1,e2; local
71 GetTSC(e2);
75 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/md5/
H A Dmd5s.cpp45 unsigned long s1,s2,e1,e2; local
71 GetTSC(e2);
75 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/
H A Drc4s.cpp41 unsigned long s1,s2,e1,e2; local
65 GetTSC(e2);
70 e1-s1,e2-s2,(e1-s1)-(e2-s2));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5s.cpp40 unsigned long s1,s2,e1,e2; local
62 GetTSC(e2);
67 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ripemd/asm/
H A Drips.cpp47 unsigned long s1,s2,e1,e2; local
75 GetTSC(e2);
79 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha1s.cpp46 unsigned long s1,s2,e1,e2; local
74 GetTSC(e2);
79 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/times/x86/
H A Dbfs.cpp40 unsigned long s1,s2,e1,e2; local
59 GetTSC(e2);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
H A Dcasts.cpp40 unsigned long s1,s2,e1,e2; local
59 GetTSC(e2);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
H A Ddes3s.cpp40 unsigned long s1,s2,e1,e2; local
59 GetTSC(e2);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
H A Ddess.cpp40 unsigned long s1,s2,e1,e2; local
59 GetTSC(e2);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
H A Dmd4s.cpp45 unsigned long s1,s2,e1,e2; local
71 GetTSC(e2);
75 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
H A Dmd5s.cpp45 unsigned long s1,s2,e1,e2; local
71 GetTSC(e2);
75 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
H A Drc4s.cpp41 unsigned long s1,s2,e1,e2; local
65 GetTSC(e2);
70 e1-s1,e2-s2,(e1-s1)-(e2-s2));
H A Dsha1s.cpp45 unsigned long s1,s2,e1,e2; local
71 GetTSC(e2);
76 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/jmr3927/
H A Dtx3927.h71 #define endian_def_s2(e1,e2) \
72 volatile unsigned short e1,e2
73 #define endian_def_sb2(e1,e2,e3) \
74 volatile unsigned short e1;volatile unsigned char e2,e3
75 #define endian_def_b2s(e1,e2,e3) \
76 volatile unsigned char e1,e2;volatile unsigned short e3
77 #define endian_def_b4(e1,e2,e3,e4) \
78 volatile unsigned char e1,e2,e3,e4
80 #define endian_def_s2(e1,e2) \
81 volatile unsigned short e2,e
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/jmr3927/
H A Dtx3927.h71 #define endian_def_s2(e1,e2) \
72 volatile unsigned short e1,e2
73 #define endian_def_sb2(e1,e2,e3) \
74 volatile unsigned short e1;volatile unsigned char e2,e3
75 #define endian_def_b2s(e1,e2,e3) \
76 volatile unsigned char e1,e2;volatile unsigned short e3
77 #define endian_def_b4(e1,e2,e3,e4) \
78 volatile unsigned char e1,e2,e3,e4
80 #define endian_def_s2(e1,e2) \
81 volatile unsigned short e2,e
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-scheme.c293 equal_element (const struct format_arg * e1, const struct format_arg * e2) argument
295 return (e1->presence == e2->presence
296 && e1->type == e2->type
297 && (e1->type == FAT_LIST ? equal_list (e1->list, e2->list) : true));
317 const struct format_arg * e2 = &list2->initial.element[i]; local
319 if (!(e1->repcount == e2->repcount && equal_element (e1, e2)))
329 const struct format_arg * e2 = &list2->repeated.element[i]; local
331 if (!(e1->repcount == e2->repcount && equal_element (e1, e2)))
946 make_intersected_element(struct format_arg *re, const struct format_arg * e1, const struct format_arg * e2) argument
1182 struct format_arg *e2; local
1270 struct format_arg *e2; local
1387 make_union_element(struct format_arg *re, const struct format_arg * e1, const struct format_arg * e2) argument
1569 struct format_arg *e2; local
1691 struct format_arg *e2; local
[all...]
H A Dformat-lisp.c290 equal_element (const struct format_arg * e1, const struct format_arg * e2) argument
292 return (e1->presence == e2->presence
293 && e1->type == e2->type
294 && (e1->type == FAT_LIST ? equal_list (e1->list, e2->list) : true));
314 const struct format_arg * e2 = &list2->initial.element[i]; local
316 if (!(e1->repcount == e2->repcount && equal_element (e1, e2)))
326 const struct format_arg * e2 = &list2->repeated.element[i]; local
328 if (!(e1->repcount == e2->repcount && equal_element (e1, e2)))
943 make_intersected_element(struct format_arg *re, const struct format_arg * e1, const struct format_arg * e2) argument
1169 struct format_arg *e2; local
1257 struct format_arg *e2; local
1374 make_union_element(struct format_arg *re, const struct format_arg * e1, const struct format_arg * e2) argument
1546 struct format_arg *e2; local
1668 struct format_arg *e2; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/tx4938/
H A Dtx4938.h87 #define endian_def_l2(e1,e2) \
88 volatile unsigned long e1,e2
89 #define endian_def_s2(e1,e2) \
90 volatile unsigned short e1,e2
91 #define endian_def_sb2(e1,e2,e3) \
92 volatile unsigned short e1;volatile unsigned char e2,e3
93 #define endian_def_b2s(e1,e2,e3) \
94 volatile unsigned char e1,e2;volatile unsigned short e3
95 #define endian_def_b4(e1,e2,e3,e4) \
96 volatile unsigned char e1,e2,e
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/tx4938/
H A Dtx4938.h87 #define endian_def_l2(e1,e2) \
88 volatile unsigned long e1,e2
89 #define endian_def_s2(e1,e2) \
90 volatile unsigned short e1,e2
91 #define endian_def_sb2(e1,e2,e3) \
92 volatile unsigned short e1;volatile unsigned char e2,e3
93 #define endian_def_b2s(e1,e2,e3) \
94 volatile unsigned char e1,e2;volatile unsigned short e3
95 #define endian_def_b4(e1,e2,e3,e4) \
96 volatile unsigned char e1,e2,e
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DOperationTest.java439 for (MyEntity e2 = cursor.first(); e2 != null; e2 = cursor.next()) {
440 if (e2.priKey == 3) {
443 if (e2.priKey == 4) {
483 SharedSequenceEntity2 e2 = new SharedSequenceEntity2();
486 priIndex2.putNoOverwrite(txn, e2);
487 assertEquals(Integer.valueOf(2), e2.key);
491 e2.key = null;
492 priIndex2.put(txn, e2);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DTransactionRunner.java239 } catch (Throwable e2) {
247 e2.printStackTrace();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Debitmap.h72 int ebitmap_cmp(struct ebitmap *e1, struct ebitmap *e2);
74 int ebitmap_contains(struct ebitmap *e1, struct ebitmap *e2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/keyrange/
H A DKeyRange.java297 public static boolean equalBytes(DatabaseEntry e1, DatabaseEntry e2) { argument
299 if (e1 == null && e2 == null) {
302 if (e1 == null || e2 == null) {
307 byte[] d2 = e2.getData();
309 int s2 = e2.getSize();
311 int o2 = e2.getOffset();

Completed in 264 milliseconds

1234