Home
last modified time | relevance | path

Searched defs:ms (Results 1 - 25 of 228) sorted by relevance

12345678910

/third_party/curl/src/
H A Dtool_sleep.c46 void tool_go_sleep(long ms) in tool_go_sleep() argument
/third_party/skia/tools/timer/
H A DTimer.cpp9 SkString HumanizeMs(double ms) { in HumanizeMs() argument
[all...]
/third_party/lwip/src/core/
H A Dsys.c135 sys_msleep(u32_t ms) in sys_msleep() argument
/third_party/jerryscript/tests/jerry/
H A Ddate-setters.js15 var ms = 1; variable
[all...]
/third_party/curl/lib/
H A Dtimediff.c37 struct timeval *curlx_mstotv(struct timeval *tv, timediff_t ms) in curlx_mstotv() argument
[all...]
/third_party/musl/src/thread/
H A Dpthread_cond_timeout_np.c18 int pthread_cond_timeout_np(pthread_cond_t *cond, pthread_mutex_t *mutex, unsigned int ms) in pthread_cond_timeout_np() argument
H A Dpthread_mutex_lock_timeout_np.c20 int pthread_mutex_lock_timeout_np(pthread_mutex_t* mutex_interface, unsigned int ms) in pthread_mutex_lock_timeout_np() argument
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_mutex_lock_timeout_np.c20 int pthread_mutex_lock_timeout_np(pthread_mutex_t* mutex_interface, unsigned int ms) in pthread_mutex_lock_timeout_np() argument
H A Dpthread_cond_timeout_np.c18 int pthread_cond_timeout_np(pthread_cond_t *cond, pthread_mutex_t *mutex, unsigned int ms) in pthread_cond_timeout_np() argument
/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dsha1dgst.c28 int ossl_sha1_ctrl(SHA_CTX *sha1, int cmd, int mslen, void *ms) in ossl_sha1_ctrl() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dlegacy_md5_sha1.c22 static int md5_sha1_int_ctrl(EVP_MD_CTX *ctx, int cmd, int mslen, void *ms) in md5_sha1_int_ctrl() argument
/third_party/openssl/crypto/evp/
H A Dlegacy_md5_sha1.c22 static int md5_sha1_int_ctrl(EVP_MD_CTX *ctx, int cmd, int mslen, void *ms) in md5_sha1_int_ctrl() argument
/third_party/openssl/crypto/sha/
H A Dsha1dgst.c28 int ossl_sha1_ctrl(SHA_CTX *sha1, int cmd, int mslen, void *ms) in ossl_sha1_ctrl() argument
/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/
H A Depoll_pwait03.c25 unsigned int ms = usec / USEC_PER_MSEC; in sample_fn() local
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-misc.c34 lws_msleep(unsigned int ms) in lws_msleep() argument
/third_party/libdrm/etnaviv/
H A Detnaviv_pipe.c29 drm_public int etna_pipe_wait(struct etna_pipe *pipe, uint32_t timestamp, uint32_t ms) in etna_pipe_wait() argument
/third_party/jerryscript/targets/zephyr/src/
H A Djerry-port.c57 int64_t ms = k_uptime_get(); in jerry_port_get_current_time() local
/third_party/ltp/lib/
H A Dtst_timer.c40 int tst_timer_expired_ms(long long ms) in tst_timer_expired_ms() argument
/third_party/musl/src/string/
H A Dwcsstr.c9 size_t l, ip, jp, k, p, ms, p0, mem, mem0; in twoway_wcsstr() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dthrd_yield.c20 #define ms (1000.0) macro
/third_party/node/deps/openssl/openssl/crypto/md5/
H A Dmd5_sha1.c41 int ossl_md5_sha1_ctrl(MD5_SHA1_CTX *mctx, int cmd, int mslen, void *ms) in ossl_md5_sha1_ctrl() argument
/third_party/openssl/crypto/md5/
H A Dmd5_sha1.c41 int ossl_md5_sha1_ctrl(MD5_SHA1_CTX *mctx, int cmd, int mslen, void *ms) in ossl_md5_sha1_ctrl() argument
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/samples/
H A DSkottieSample.java38 public void render(Canvas canvas, long ms, float left, float top, float right, float bottom) { in render() argument
H A DRuntimeSample.java37 public void render(Canvas canvas, long ms, float left, float top, float right, float bottom) { in render() argument
/third_party/ffmpeg/libavformat/
H A Dvplayerdec.c48 int hh, mm, ss, ms, n, len; in read_ts() local

Completed in 5 milliseconds

12345678910