Home
last modified time | relevance | path

Searched refs:count_down (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/libcxx/test/libcxx/thread/
Dlatch.availability.verify.cpp26 latch.count_down(); // expected-error {{is unavailable}} in main()
27 latch.count_down(3); // expected-error {{is unavailable}} in main()
/external/llvm-project/libcxx/test/std/thread/thread.latch/
Dcount_down.pass.cpp35 l.count_down(); in main()
37 l.count_down(); in main()
Dtry_wait.pass.cpp34 l.count_down(); in main()
/external/llvm-project/libcxx/include/
Dlatch30 void count_down(ptrdiff_t __update = 1);
79 void count_down(ptrdiff_t __update = 1)
101 count_down(__update);
/external/webp/src/enc/
Diterator_enc.c66 void VP8IteratorSetCountDown(VP8EncIterator* const it, int count_down) { in VP8IteratorSetCountDown() argument
67 it->count_down_ = it->count_down0_ = count_down; in VP8IteratorSetCountDown()
Dvp8i_enc.h275 void VP8IteratorSetCountDown(VP8EncIterator* const it, int count_down);
/external/llvm/test/CodeGen/X86/
Dmasked-iv-safe.ll39 ; CHECK-LABEL: count_down
44 define void @count_down(double* %d, i64 %n) nounwind {
Dmasked-iv-unsafe.ll37 define void @count_down(double* %d, i64 %n) nounwind {
/external/llvm-project/llvm/test/CodeGen/X86/
Dmasked-iv-safe.ll53 define void @count_down(double* %d, i64 %n) nounwind {
54 ; CHECK-LABEL: count_down:
Dmasked-iv-unsafe.ll60 define void @count_down(double* %d, i64 %n) nounwind {
61 ; CHECK-LABEL: count_down: