Home
last modified time | relevance | path

Searched refs:has_max (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/talk/media/devices/
Ddevicemanager.cc208 bool has_max = GetMaxFormat(device, &video_format); in CreateVideoCapturer() local
209 capturer->set_enable_camera_list(has_max); in CreateVideoCapturer()
210 if (has_max) { in CreateVideoCapturer()
/external/v8/src/wasm/
Dmodule-decoder.cc355 &table->has_max, FLAG_wasm_max_table_size, in DecodeModule()
424 &table->has_max, FLAG_wasm_max_table_size, in DecodeModule()
932 bool* has_max, uint32_t max_maximum, in consume_resizable_limits() argument
937 *has_max = false; in consume_resizable_limits()
944 *has_max = true; in consume_resizable_limits()
958 *has_max = false; in consume_resizable_limits()
Dwasm-module.h106 bool has_max; // true if there is a maximum size. member
Dwasm-module.cc1546 if (table.has_max) { in ProcessImports()
1838 table.has_max ? table.max_size : FLAG_wasm_max_table_size; in ProcessExports()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dquantize_nodes.cc172 const bool has_max = (context.params.count(max_name) != 0); in ExtractRangeFromParams() local
173 *has_range = (has_min || has_max); in ExtractRangeFromParams()
177 if (!has_min || !has_max) { in ExtractRangeFromParams()
/external/v8/src/regexp/
Djsregexp.cc5568 bool has_max = max < RegExpTree::kInfinity; in ToNode() local
5569 bool needs_counter = has_min || has_max; in ToNode()
5598 if (has_max) { in ToNode()