HomeSort by relevance Sort by last modified time
    Searched refs:position0 (Results 1 - 5 of 5) sorted by null

  /libcore/ojluni/src/main/java/sun/nio/ch/
FileChannelImpl.java 302 p = (append) ? nd.size(fd) : position0(fd, -1);
327 p = position0(fd, newPosition);
386 p = position0(fd, -1);
405 rv = (int)position0(fd, p);
1242 private native long position0(FileDescriptor fd, long offset); method in class:FileChannelImpl
    [all...]
  /libcore/ojluni/src/main/native/
FileChannelImpl.c 286 NATIVE_METHOD(FileChannelImpl, position0, "(Ljava/io/FileDescriptor;J)J"),
  /external/deqp/modules/glshared/
glsTextureBufferCase.cpp 263 const tcu::IVec2 position0 = packet.position + tcu::IVec2(0, 0); local
268 const tcu::Vec4 texColor0 = m_texture.getPixel(de::clamp((position0.x() * position0.y()), 0, m_texture.getWidth()-1), 0);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 398 " const highp vec4 position0 = vec4(-0.5, 0.5, 0.0, 0.0);\n"
1328 const tcu::Vec4 position0 = basePosition + tcu::Vec4(deFloatCos(angle), deFloatSin(angle), 0.0f, 0.0f) * 0.15f; local
1550 const tcu::Vec4 position0 = vertex->position + tcu::Vec4(deFloatCos(l_angle) * (l_radius - 0.1f), deFloatSin(l_angle) * (l_radius - 0.1f), 0.0f, 0.0f); local
    [all...]
  /external/boringssl/src/util/fipstools/
delocate.peg.go 368 position0, tokenIndex0 := position, tokenIndex
394 position, tokenIndex = position0, tokenIndex0
    [all...]

Completed in 901 milliseconds