Home
last modified time | relevance | path

Searched refs:cond_state (Results 1 – 4 of 4) sorted by relevance

/external/libcups/ppdc/
Dppdc-source.cxx61 cond_state = PPDC_COND_NORMAL; in ppdcSource()
783 if (cond_state) in get_duplex()
2006 if (!(cond_state & PPDC_COND_SKIP)) in get_token()
2459 cond_state |= PPDC_COND_SKIP; in scan_file()
2487 cond_state = PPDC_COND_NORMAL; in scan_file()
2491 cond_state = PPDC_COND_SKIP; in scan_file()
2517 cond_state = PPDC_COND_NORMAL; in scan_file()
2521 cond_state = PPDC_COND_SKIP; in scan_file()
2541 cond_state = PPDC_COND_NORMAL; in scan_file()
2545 cond_state = PPDC_COND_SKIP; in scan_file()
[all …]
Dppdc.h470 int cond_state, // Cummulative conditional state variable
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond_test.cc117 StateMap::CondState cond_state; in TEST_F() local
118 auto joined_or = JoinCondStatesMerge(m, /*src=*/nullptr, &cond_state); in TEST_F()
Dfunctionalize_cond.cc105 string DebugString(StateMap::CondId cond_state) { in DebugString() argument
106 if (cond_state == nullptr || cond_state->empty()) return "{}"; in DebugString()
110 absl::StrJoin(*cond_state, ", ", in DebugString()