Home
last modified time | relevance | path

Searched defs:demand (Results 1 – 7 of 7) sorted by relevance

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DPublisherRequestStressTest.kt74 private var demand = 0L // only updated from reqPool in <lambda>() variable
/external/tensorflow/tensorflow/core/framework/
Drun_handler_util.cc98 int demand = std::max( in ComputeInterOpSchedulingRanges() local
/external/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp74 RegisterDemand get_demand_before(RegisterDemand demand, aco_ptr<Instruction>& instr, aco_ptr<Instru… in get_demand_before()
Daco_scheduler.cpp893 RegisterDemand demand; in schedule_program() local
Daco_spill.cpp714 RegisterDemand demand = ctx.register_demand[block_idx][idx]; in get_demand_before() local
/external/ppp/pppd/
Doptions.c105 bool demand = 0; /* do dial-on-demand */ variable
/external/jsoncpp/src/lib_json/
Djson_value.cpp1094 Value* Value::demand(char const* begin, char const* end) { in demand() function in Json::Value