OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_maxDistance
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/audio/
Distance.h
59
void setMaxDistance(double maxDistance) {
m_maxDistance
= maxDistance; }
63
double maxDistance() const { return
m_maxDistance
; }
74
double
m_maxDistance
;
/external/webkit/Source/JavaScriptCore/assembler/
AssemblerBufferWithConstantPool.h
105
,
m_maxDistance
(maxPoolSize)
242
m_maxDistance
-= insnSize;
252
m_maxDistance
-= m_lastConstDelta;
260
m_maxDistance
= maxPoolSize;
323
if ((
m_maxDistance
< nextInsnSize + lastConstDelta + barrierSize + (int)sizeof(uint32_t)))
331
if ((
m_maxDistance
< nextInsnSize + m_lastConstDelta + nextConstSize + barrierSize + (int)sizeof(uint32_t)) ||
341
int
m_maxDistance
;
Completed in 32 milliseconds