OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Word64
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
typedefs.h
84
typedef long long
Word64
;
87
typedef __int64
Word64
;
basic_op.h
58
#define MULHIGH(A,B) (int)(((
Word64
)(A)*(
Word64
)(B)) >> 32)
59
#define fixmul(a, b) (int)((((
Word64
)(a)*(
Word64
)(b)) >> 32) << 1)
Completed in 800 milliseconds