Home
last modified time | relevance | path

Searched defs:its (Results 51 - 65 of 65) sorted by relevance

123

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
H A D9-2.c48 struct itimerspec its; in main() local
[all...]
H A D9-1.c41 struct itimerspec its; in main() local
[all...]
H A D2-1.c40 struct itimerspec its; in main() local
[all...]
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/timers/
H A Dtwoevtimers.c46 struct itimerspec its; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
H A D5-1.c49 struct itimerspec its; in main() local
H A D5-2.c49 struct itimerspec its; in main() local
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dadaptor.hpp57 iterator_adaptor(F f, std::tuple<Is...> &&its) : in iterator_adaptor() argument
68 tuple::map(preincs(), its); in operator ++() local
96 tuple::map(predecs(), its); in operator --() local
109 tuple::map(advances_by(n), its); operator +=() local
165 std::tuple<Is...> its; global() member in clover::detail::iterator_adaptor
[all...]
/third_party/libinput/src/
H A Dtimer.c69 struct itimerspec its = { { 0, 0 }, { 0, 0 } }; in libinput_timer_arm_timer_fd() local
/third_party/benchmark/test/
H A Duser_counters_test.cc53 double its = e.NumIterations(); in CheckSimple() local
409 double its = e.NumIterations(); in CheckIterationInvariant() local
458 double its = e.NumIterations(); in CheckIsIterationInvariantRate() local
502 double its = e.NumIterations(); in CheckAvgIterations() local
548 double its = e.NumIterations(); CheckAvgIterationsRate() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Daaccoder_twoloop.h107 int its = 0; in search_for_quantizers_twoloop() local
[all...]
H A Daacenc.c565 int i, its, ch, w, chans, tag, start_ch, ret, frame_bits; in aac_encode_frame() local
H A Daaccoder.c404 int its = 0; in search_for_quantizers_fast() local
/third_party/curl/docs/examples/
H A Dephiperfifo.c146 struct itimerspec its; in multi_timer_cb() local
204 struct itimerspec its; event_cb() local
468 struct itimerspec its; main() local
[all...]
/third_party/ltp/include/
H A Dtst_timer.h329 static inline int sys_timer_gettime(kernel_timer_t timerid, void *its) in sys_timer_gettime() argument
334 static inline int sys_timer_gettime64(kernel_timer_t timerid, void *its) in sys_timer_gettime64() argument
339 static inline int sys_timer_settime(kernel_timer_t timerid, int flags, void *its, in sys_timer_settime() argument
345 static inline int sys_timer_settime64(kernel_timer_t timerid, int flags, void *its, in sys_timer_settime64() argument
351 static inline int sys_timerfd_gettime(int fd, void *its) in sys_timerfd_gettime() argument
356 sys_timerfd_gettime64(int fd, void *its) sys_timerfd_gettime64() argument
361 sys_timerfd_settime(int fd, int flags, void *its, void *old_its) sys_timerfd_settime() argument
367 sys_timerfd_settime64(int fd, int flags, void *its, void *old_its) sys_timerfd_settime64() argument
452 tst_its_get_interval_sec(struct tst_its its) tst_its_get_interval_sec() argument
468 tst_its_get_interval_nsec(struct tst_its its) tst_its_get_interval_nsec() argument
484 tst_its_set_interval_sec(struct tst_its *its, long long sec) tst_its_set_interval_sec() argument
502 tst_its_set_interval_nsec(struct tst_its *its, long long nsec) tst_its_set_interval_nsec() argument
520 tst_its_get_value_sec(struct tst_its its) tst_its_get_value_sec() argument
536 tst_its_get_value_nsec(struct tst_its its) tst_its_get_value_nsec() argument
552 tst_its_set_value_sec(struct tst_its *its, long long sec) tst_its_set_value_sec() argument
570 tst_its_set_value_nsec(struct tst_its *its, long long nsec) tst_its_set_value_nsec() argument
733 tst_its_set_interval_from_us(struct tst_its *its, long long usec) tst_its_set_interval_from_us() argument
744 tst_its_set_value_from_us(struct tst_its *its, long long usec) tst_its_set_value_from_us() argument
755 tst_its_set_interval_from_ts(struct tst_its *its, struct tst_ts ts) tst_its_set_interval_from_ts() argument
764 tst_its_set_value_from_ts(struct tst_its *its, struct tst_ts ts) tst_its_set_value_from_ts() argument
[all...]
/third_party/python/Lib/
H A Dzipfile.py23 import zlib # We may need its compression method namespace
30 import bz2 # We may need its compression method namespace
35 import lzma # We may need its compression method namespace

Completed in 13 milliseconds

123