Home
last modified time | relevance | path

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

/third_party/ltp/testcases/lib/
Dtst_net.sh413 local counter host_id host_range is_counter max_host_id min_host_id net_id prefix= tmp type
449 [ "$is_counter" ] && min_host_id=1 || min_host_id=0
452 [ "$is_counter" ] && max_host_id=$((default_max - 1)) || max_host_id=$default_max
471 if [ "$is_counter" ]; then
/third_party/mesa3d/src/mapi/glapi/gen/
DglX_proto_recv.py230 …if param.is_counter or param.is_image() or param.is_output or param.name in f.count_parameter_list…
280 elif param.is_counter or param.name in f.count_parameter_list:
DglX_proto_size.py603 if p.is_counter:
Dgl_XML.py447 self.is_counter = is_attr_true( element, 'counter' )