Searched refs:value2 (Results 1 – 11 of 11) sorted by relevance
/device/google/contexthub/firmware/os/inc/ |
D | sensors_priv.h | 41 uint64_t value2; member
|
D | syscallDo.h | 99 …l eOsSensorSignalInternalEvt(uint32_t handle, uint32_t intEvtNum, uint32_t value1, uint64_t value2) in eOsSensorSignalInternalEvt() argument 101 uint32_t value2_lo = value2; in eOsSensorSignalInternalEvt() 102 uint32_t value2_hi = value2 >> 32; in eOsSensorSignalInternalEvt()
|
D | sensors.h | 263 bool sensorSignalInternalEvt(uint32_t handle, uint32_t intEvtNum, uint32_t value1, uint64_t value2);
|
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/ |
D | hikey960_bl1_setup.c | 174 unsigned int pmc_value, value1, value2; in bus_idle_clear() local 183 value2 = (unsigned int)mmio_read_32(PMC_NOC_POWER_IDLE_REG); in bus_idle_clear() 184 if (((value1 & value) == 0) && ((value2 & value) == 0)) in bus_idle_clear()
|
/device/google/contexthub/firmware/os/core/ |
D | sensors.c | 482 s->currentLatency = evt->value2; in sensorInternalFwStateChanged() 528 s->currentLatency = evt->value2; in sensorInternalRateChanged() 536 bool sensorSignalInternalEvt(uint32_t handle, uint32_t intEvtNum, uint32_t value1, uint64_t value2) in sensorSignalInternalEvt() argument 550 evt->value2 = value2; in sensorSignalInternalEvt()
|
D | osApi.c | 104 uint64_t value2 = (((uint64_t)value2_hi) << 32) + value2_lo; in osExpApiSensorSignal() local 106 *retValP = (uintptr_t)sensorSignalInternalEvt(handle, intEvtNum, value1, value2); in osExpApiSensorSignal()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_weakref.py | 982 def check_popitem(self, klass, key1, value1, key2, value2): argument 985 weakdict[key2] = value2 992 self.assertTrue(v is value2) 998 self.assertTrue(v is value2) 1008 def check_setdefault(self, klass, key, value1, value2): argument 1009 self.assertTrue(value1 is not value2, 1019 o = weakdict.setdefault(key, value2)
|
D | test_sys.py | 106 typ2, value2, traceback2 = sys.exc_info() 110 self.assertTrue(value1 is value2)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/ |
D | test_email_renamed.py | 2529 value2 = 'more text' 2531 value1, value2) 2534 eq(msg.get('Next-Header'), value2)
|
D | test_email.py | 2682 value2 = 'more text' 2684 value1, value2) 2687 eq(msg.get('Next-Header'), value2)
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/ |
D | UefiShellLevel1CommandsLib.uni | 171 " for %a in value1 value2\r\n"
|