/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/ |
H A D | 9-2.c | 48 struct itimerspec its; in main() local [all...] |
H A D | 9-1.c | 41 struct itimerspec its; in main() local [all...] |
H A D | 2-1.c | 40 struct itimerspec its; in main() local [all...] |
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/timers/ |
H A D | twoevtimers.c | 46 struct itimerspec its; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/ |
H A D | 5-1.c | 49 struct itimerspec its; in main() local
|
H A D | 5-2.c | 49 struct itimerspec its; in main() local
|
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
H A D | adaptor.hpp | 57 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 D | timer.c | 69 struct itimerspec its = { { 0, 0 }, { 0, 0 } }; in libinput_timer_arm_timer_fd() local
|
/third_party/benchmark/test/ |
H A D | user_counters_test.cc | 53 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 D | aaccoder_twoloop.h | 107 int its = 0; in search_for_quantizers_twoloop() local [all...] |
H A D | aacenc.c | 565 int i, its, ch, w, chans, tag, start_ch, ret, frame_bits; in aac_encode_frame() local
|
H A D | aaccoder.c | 404 int its = 0; in search_for_quantizers_fast() local
|
/third_party/curl/docs/examples/ |
H A D | ephiperfifo.c | 146 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 D | tst_timer.h | 329 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 D | zipfile.py | 23 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
|