Lines Matching defs:lost
714 bool lost;
770 lost = false;
772 lost = dbc != *data_block_counter;
781 lost = dbc != ((*data_block_counter + dbc_interval) & 0xff);
784 if (lost) {
923 bool lost;
928 lost = (next_cycle != cycle);
929 if (lost) {
936 lost = (next_cycle != cycle);
937 if (!lost) {
954 lost = (compare_ohci_cycle_count(safe_cycle, cycle) < 0);
956 if (lost) {