Searched defs:is_done (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dlithium-codegen.h76 bool is_done() const { return status_ == DONE; } function in class:v8::internal::BASE_EMBEDDED
H A Dhydrogen-gvn.cc698 // returns a state where "is_done() == true".
723 bool is_done() { return dominated_index_ >= length_; } function in class:v8::internal::BASE_EMBEDDED::GvnBasicBlockState
762 while (result != NULL && result->is_done()) {
H A Dlithium.h726 bool is_done() const { return status_ == DONE; } function in class:v8::internal::BASE_EMBEDDED
/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_act.c986 BOOLEAN is_done = TRUE; local
994 is_done = FALSE;
998 return is_done;
/external/blktrace/
H A Dblkparse.c295 #define is_done() (*(volatile int *)(&done)) macro
2048 if (is_done() && !force && !pipeline)
2159 while (!is_done() && events < rb_batch) {
2321 for (i = 0; !is_done() && pci->fd >= 0 && i < rb_batch; i++) {
2532 while (!is_done() && ms_head && handle(ms_head))
H A Dblktrace.c169 volatile int status, is_done; member in struct:tracer
541 while (!tp->is_done && !tracers_run)
1691 if (tp->is_done)
1695 if (errno != EAGAIN || tp->is_done)
1760 if (tp->is_done)
1764 if (errno != EAGAIN || tp->is_done)
1801 while (!tp->is_done) {
1884 tp->is_done = 1;

Completed in 244 milliseconds