Home
last modified time | relevance | path

Searched defs:ns (Results 1 – 23 of 23) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/shared/timeutils/
A Dtimeutils.h82 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 Dproc_ns.c100 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 Dpppol2tp.c344 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 Dppp.c1126 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 Drom_wps_os.h22 #define os_realloc(p, os, ns) WPS_realloc(((u8*)(p)),(os),(ns)) argument
/AliOS-Things-master/components/posix/src/
A Dtimer.c44 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 Dhal_timer.h137 #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 Dtiffsplit.c237 tstrip_t s, ns = TIFFNumberOfStrips(in); in cpStrips() local
A Dthumbnail.c309 tstrip_t s, ns = TIFFNumberOfStrips(in); in cpStrips() local
602 tstrip_t s, ns = TIFFNumberOfStrips(in); in generateThumbnail() local
A Dfax2ps.c204 tstrip_t s, ns; in printTIF() local
A Dtiffcp.c984 tstrip_t s, ns = TIFFNumberOfStrips(in); in DECLAREcpFunc() local
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dtimepng.c233 long ns = after.tv_nsec - before.tv_nsec; in perform_one_test() local
/AliOS-Things-master/components/uvoice/audio/
A Daudio_stream.h42 struct noise_suppression *ns; member
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmphalport.c137 uint64_t ns = tv.tv_sec * 1000000000ULL; in mp_hal_time_ns() local
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_lfs.c131 uint64_t ns = timeutils_nanoseconds_since_epoch_to_nanoseconds_since_1970(mp_hal_time_ns()); in lfs_get_mtime() local
A Dvfs_lfsx.c364 uint64_t ns = 0; in MP_VFS_LFSx() local
/AliOS-Things-master/components/sensor/hal/
A Dgps_parse.c29 char ns; member
/AliOS-Things-master/components/csi/csi1/include/drv/
A Deth_mac.h91 uint32_t ns; ///< Nano seconds member
/AliOS-Things-master/components/freetype/src/truetype/
A Dttgxvar.c622 FT_Var_Named_Style* ns; in TT_Get_MM_Var() local
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_system.c436 long long ns; in aos_now() local
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.c1959 BYTE ns[8], c; local
3002 BYTE ns; local
/AliOS-Things-master/components/fatfs/src/
A Dff.c1831 BYTE ns[8], c; local
2865 BYTE ns; local
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.c27757 JSValue specifierString, ret, func_obj, err, ns; in js_dynamic_import_job() local

Completed in 133 milliseconds