Home
last modified time | relevance | path

Searched defs:value2 (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dsensors_priv.h41 uint64_t value2; member
DsyscallDo.h99 …l eOsSensorSignalInternalEvt(uint32_t handle, uint32_t intEvtNum, uint32_t value1, uint64_t value2) in eOsSensorSignalInternalEvt()
/device/google/contexthub/firmware/os/core/
Dsensors.c536 bool sensorSignalInternalEvt(uint32_t handle, uint32_t intEvtNum, uint32_t value1, uint64_t value2) in sensorSignalInternalEvt()
DosApi.c104 uint64_t value2 = (((uint64_t)value2_hi) << 32) + value2_lo; in osExpApiSensorSignal() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DVertexAttributeTest.cpp1940 GLfloat value2 = static_cast<GLfloat>(count) * 2; in TEST_P() local
1977 GLfloat value2 = static_cast<GLfloat>(count) * 3; in TEST_P() local
/device/generic/vulkan-cereal/third-party/googletest/googlemock/test/
Dgmock-matchers_test.cc4930 NotCopyable value2(2); in TEST() local