Searched refs:Const (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_emu.h24 #define Const(x) $##x macro
26 #define Const(x) x macro
29 #define EXP_BIAS Const(0)
30 #define EXP_OVER Const(0x4000) /* smallest invalid large exponent */
31 #define EXP_UNDER Const(-0x3fff) /* largest invalid small exponent */
32 #define EXP_WAY_UNDER Const(-0x6000) /* Below the smallest denormal, but
37 #define EXTENDED_Ebias Const(0x3fff)
40 #define SIGN_POS Const(0)
41 #define SIGN_NEG Const(0x80)
43 #define SIGN_Positive Const(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/md5/asm/
H A Dmd5-x86_64.pl26 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
49 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
71 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
95 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl26 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
51 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
75 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
99 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/md5/asm/
H A Dmd5-x86_64.pl26 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
51 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
75 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
99 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A DHelpGen.cpp479 Const = 0x0001, enumerator in enum:DocManager::MethodInfo::MethodFlags
1724 method->SetFlag(MethodInfo::Const);
1851 if ( isConst != method.HasFlag(MethodInfo::Const) )

Completed in 47 milliseconds