Home
last modified time | relevance | path

Searched defs:value2 (Results 1 – 8 of 8) 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/marlin/liblight/
Dlights.c140 write_double_int(char const* path, int value1, int value2) in write_double_int()
/device/google/wahoo/liblight/
Dlights.c140 write_double_int(char const* path, int value1, int value2) in write_double_int()
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_bl1_setup.c174 unsigned int pmc_value, value1, value2; in bus_idle_clear() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_weakref.py982 def check_popitem(self, klass, key1, value1, key2, value2): argument
1008 def check_setdefault(self, klass, key, value1, value2): argument
/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