Home
last modified time | relevance | path

Searched refs:oldValue (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
Dtime.c172 struct itimerspec *restrict oldValue) in timer_settime() argument
203 if (oldValue) { in timer_settime()
204 (VOID)timer_gettime(timerID, oldValue); in timer_settime()
/device/board/hisilicon/hispark_taurus/audio_drivers/codec/hi3516/src/
Dhi3516_codec_impl.c77 uint32_t newValue, newMask, oldValue; in Hi3516CodecRegBitsUpdate() local
87 ret = Hi3516CodecRegBitsRead(&regAttr, &oldValue); in Hi3516CodecRegBitsUpdate()
92 regAttr.value = (oldValue & ~newMask) | (newValue & newMask); in Hi3516CodecRegBitsUpdate()
/device/soc/esp/esp32/components/pthread/
Dpthread.c1478 struct itimerspec *restrict oldValue) in timer_settime() argument
1510 if (oldValue) { in timer_settime()
1511 (VOID)timer_gettime(timerID, oldValue); in timer_settime()