/AliOS-Things-master/components/py_engine/engine/shared/timeutils/ |
A D | timeutils.h | 82 static inline mp_uint_t timeutils_seconds_since_epoch_from_nanoseconds_since_1970(uint64_t ns) { in timeutils_seconds_since_epoch_from_nanoseconds_since_1970() 86 static inline uint64_t timeutils_nanoseconds_since_epoch_to_nanoseconds_since_1970(uint64_t ns) { in timeutils_nanoseconds_since_epoch_to_nanoseconds_since_1970() 100 static inline mp_uint_t timeutils_seconds_since_epoch_from_nanoseconds_since_1970(uint64_t ns) { in timeutils_seconds_since_epoch_from_nanoseconds_since_1970() 104 static inline int64_t timeutils_nanoseconds_since_epoch_to_nanoseconds_since_1970(int64_t ns) { in timeutils_nanoseconds_since_epoch_to_nanoseconds_since_1970()
|
/AliOS-Things-master/components/uvoice/audio/process/ |
A D | proc_ns.c | 100 int noise_suppression_process(struct noise_suppression *ns, in noise_suppression_process() 157 int noise_suppression_create(struct noise_suppression *ns, in noise_suppression_create() 229 int noise_suppression_release(struct noise_suppression *ns) in noise_suppression_release()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | pppol2tp.c | 344 u16_t hflags, hlen, len=0, tunnel_id=0, session_id=0, ns=0, nr=0, offset=0; in pppol2tp_input() local 483 …ol2tp_dispatch_control_packet(pppol2tp_pcb *l2tp, u16_t port, struct pbuf *p, u16_t ns, u16_t nr) { in pppol2tp_dispatch_control_packet() 875 static err_t pppol2tp_send_scccn(pppol2tp_pcb *l2tp, u16_t ns) { in pppol2tp_send_scccn() 926 static err_t pppol2tp_send_icrq(pppol2tp_pcb *l2tp, u16_t ns) { in pppol2tp_send_icrq() 975 static err_t pppol2tp_send_iccn(pppol2tp_pcb *l2tp, u16_t ns) { in pppol2tp_send_iccn() 1022 static err_t pppol2tp_send_zlb(pppol2tp_pcb *l2tp, u16_t ns) { in pppol2tp_send_zlb() 1051 static err_t pppol2tp_send_stopccn(pppol2tp_pcb *l2tp, u16_t ns) { in pppol2tp_send_stopccn()
|
A D | ppp.c | 1126 ip_addr_t ns; in sdns() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/rom/ |
A D | rom_wps_os.h | 22 #define os_realloc(p, os, ns) WPS_realloc(((u8*)(p)),(os),(ns)) argument
|
/AliOS-Things-master/components/posix/src/ |
A D | timer.c | 44 static inline struct timespec nanosecond_to_timespec(int64_t ns) in nanosecond_to_timespec() 57 int64_t ns = 0; in timespec_abs_to_relate() local
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | hal_timer.h | 137 #define NS_TO_FAST_TICKS(ns) ((uint32_t)(ns) * (CONFIG_FAST_SYSTICK_HZ / 1000 / 100) / 10 / … argument
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffsplit.c | 237 tstrip_t s, ns = TIFFNumberOfStrips(in); in cpStrips() local
|
A D | thumbnail.c | 309 tstrip_t s, ns = TIFFNumberOfStrips(in); in cpStrips() local 602 tstrip_t s, ns = TIFFNumberOfStrips(in); in generateThumbnail() local
|
A D | fax2ps.c | 204 tstrip_t s, ns; in printTIF() local
|
A D | tiffcp.c | 984 tstrip_t s, ns = TIFFNumberOfStrips(in); in DECLAREcpFunc() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | timepng.c | 233 long ns = after.tv_nsec - before.tv_nsec; in perform_one_test() local
|
/AliOS-Things-master/components/uvoice/audio/ |
A D | audio_stream.h | 42 struct noise_suppression *ns; member
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | mphalport.c | 137 uint64_t ns = tv.tv_sec * 1000000000ULL; in mp_hal_time_ns() local
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | vfs_lfs.c | 131 uint64_t ns = timeutils_nanoseconds_since_epoch_to_nanoseconds_since_1970(mp_hal_time_ns()); in lfs_get_mtime() local
|
A D | vfs_lfsx.c | 364 uint64_t ns = 0; in MP_VFS_LFSx() local
|
/AliOS-Things-master/components/sensor/hal/ |
A D | gps_parse.c | 29 char ns; member
|
/AliOS-Things-master/components/csi/csi1/include/drv/ |
A D | eth_mac.h | 91 uint32_t ns; ///< Nano seconds member
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttgxvar.c | 622 FT_Var_Named_Style* ns; in TT_Get_MM_Var() local
|
/AliOS-Things-master/components/amp_adapter/platform/linux/ |
A D | aos_system.c | 436 long long ns; in aos_now() local
|
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/ |
A D | ff.c | 1959 BYTE ns[8], c; local 3002 BYTE ns; local
|
/AliOS-Things-master/components/fatfs/src/ |
A D | ff.c | 1831 BYTE ns[8], c; local 2865 BYTE ns; local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.c | 27757 JSValue specifierString, ret, func_obj, err, ns; in js_dynamic_import_job() local
|