Searched refs:time (Results 26 - 50 of 152) sorted by relevance
1234567
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
H A D | timerfd.h | 8 #include <time.h>
|
H A D | timeb.h | 14 time_t time; member
|
H A D | procfs.h | 7 #include <sys/time.h>
|
H A D | acct.h | 9 #include <time.h>
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
H A D | hi_gv.h | 22 #include <sys/time.h>
|
H A D | hi_condition.h | 21 #include <time.h>
|
H A D | hi_gv_clock.h | 20 #include <time.h> 45 /* User set time information by text , */ 47 /* User set time information by time format , */
|
H A D | hi_mutex.h | 20 #include <time.h>
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | OsWrapper.h | 22 #include <time.h>
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_wow.h | 50 #define calc_time_test_func(time) ((0xffffffff - (time)) * 256 / 50000)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/cipher/ |
H A D | drv_osal_lib.h | 57 #define crypto_queue_wait_timeout(x, con, time) hi_sem_wait(x, time)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | time.h | 2 * @defgroup time Time 14 #include "sys/time.h" 68 * @ingroup time 70 * This function gets the current time as an integer number of microseconds. 78 * #clock_t This function returns the current time as an integer number of microseconds. 81 * <ul><li>time.h</li></ul> 84 * strptime | time | times | utime 90 * @ingroup time 92 * This function gets the value of time in seconds since the Epoch(1970-01-01 00:00:00 UTC). 100 * #time_t On success, this function shall return the value of time i [all...] |
H A D | aio.h | 10 #include <time.h>
|
H A D | threads.h | 5 #include <time.h>
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | sntp.h | 88 * @param[out] time the time of server if lwip_sntp_start return successfully. [N/A] 102 * 3. If this API return successfully, and param time is not NULL, 103 * then 'time' will be the time obtain from sntp server.\n 110 int lwip_sntp_start(int server_num, char **sntp_server, struct timeval *time);
|
H A D | sntp_opts.h | 41 #include <time.h> 82 * May contain multiple server names (For example, "pool.ntp.org","second.time.server") 99 * SNTP macro to change system time in seconds 100 * Define SNTP_SET_SYSTEM_TIME_US(sec, us) to set the time in microseconds instead of this one 102 * SNTP macro to change system time and/or the update the RTC clock 108 /** SNTP macro to change system time including microseconds */ 156 * server whose synchronization source has expired for a very long time. 199 * SNTP macro to get system time, used with SNTP_CHECK_RESPONSE >= 2
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_osk_time.c | 19 #include <linux/time.h>
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_uc_fw_abi.h | 62 u32 time; member
|
/device/soc/rockchip/rk3588/hardware/rga/include/ |
H A D | GrallocOps.h | 36 #include <time.h>
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_osk_time.c | 18 #include <linux/time.h>
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/mkp/src/ |
H A D | cmpi_log.c | 61 /* All the mode use the same one buffer. so the time order can be record. */ 122 osal_timeval_t time; in log_get_time() local 123 osal_gettimeofday(&time); in log_get_time() 124 return time.tv_sec * 1000000LLU + time.tv_usec; in log_get_time()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | pkt_builder.py | 22 import time
namespace 424 t1 = time.time()
437 print('TOTAL TIME:%ss'%str(time.time() - t1))
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | hi_time.c | 23 #include <time.h>
|
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/ |
H A D | drv_rtc.h | 32 #include <time.h> 39 RTC_ERROR_TIME = (DRV_ERROR_SPECIFIC + 1), ///<invalid data time 97 \param[in] rtctime pointer to rtc time 105 \param[out] rtctime pointer to rtc time 135 \param[in] rtctime time to wake up
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/arch/ |
H A D | cc.h | 37 #include <sys/time.h>
|
Completed in 11 milliseconds
1234567