Home
last modified time | relevance | path

Searched defs:In (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/include/glm/gtc/
Dbitfield.inl242 GLM_FUNC_QUALIFIER genIType bitfieldRotateRight(genIType In, int Shift)
251 GLM_FUNC_QUALIFIER vecType<T, P> bitfieldRotateRight(vecType<T, P> const & In, int Shift)
260 GLM_FUNC_QUALIFIER genIType bitfieldRotateLeft(genIType In, int Shift)
269 GLM_FUNC_QUALIFIER vecType<T, P> bitfieldRotateLeft(vecType<T, P> const& In, int Shift)
/device/google/cuttlefish/host/commands/cvd/
Dserver_client.cpp101 SharedFD RequestWithStdio::In() const { in In() function in cuttlefish::RequestWithStdio