Home
last modified time | relevance | path

Searched refs:truncBits (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/
DIpSecManagerFacade.java73 Integer truncBits, in createTransportModeTransform() argument
81 new IpSecAlgorithm(authAlgo, authKey, truncBits.intValue())); in createTransportModeTransform()
313 Integer truncBits, in ipSecCreateTransportModeTransform() argument
327 transform = createTransportModeTransform(encAlgo, cryptKey, authAlgo, authKey, truncBits, in ipSecCreateTransportModeTransform()
/external/swiftshader/src/Pipeline/
DShaderCore.cpp627 UInt4 truncBits = halfBits & UInt4(0x7FF00000, 0x7FF00000, 0x7FE00000, 0); in r11g11b10Pack() local
628 return (UInt(truncBits.x) >> 20) | (UInt(truncBits.y) >> 9) | (UInt(truncBits.z) << 1); in r11g11b10Pack()