Home
last modified time | relevance | path

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 Dtimerfd.h8 #include <time.h>
H A Dtimeb.h14 time_t time; member
H A Dprocfs.h7 #include <sys/time.h>
H A Dacct.h9 #include <time.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dhi_gv.h22 #include <sys/time.h>
H A Dhi_condition.h21 #include <time.h>
H A Dhi_gv_clock.h20 #include <time.h>
45 /* User set time information by text , */
47 /* User set time information by time format , */
H A Dhi_mutex.h20 #include <time.h>
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DOsWrapper.h22 #include <time.h>
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_wow.h50 #define calc_time_test_func(time) ((0xffffffff - (time)) * 256 / 50000)
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/cipher/
H A Ddrv_osal_lib.h57 #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 Dtime.h2 * @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 Daio.h10 #include <time.h>
H A Dthreads.h5 #include <time.h>
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dsntp.h88 * @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 Dsntp_opts.h41 #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 Dmali_osk_time.c19 #include <linux/time.h>
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw_abi.h62 u32 time; member
/device/soc/rockchip/rk3588/hardware/rga/include/
H A DGrallocOps.h36 #include <time.h>
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_time.c18 #include <linux/time.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/mkp/src/
H A Dcmpi_log.c61 /* 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 Dpkt_builder.py22 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 Dhi_time.c23 #include <time.h>
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/
H A Ddrv_rtc.h32 #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 Dcc.h37 #include <sys/time.h>

Completed in 11 milliseconds

1234567