Home
last modified time | relevance | path

Searched refs:obj_len (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/objects/
Dobj_dat.pl110 my %obj_len;
142 $obj_len{$obj{$nid{$i}}} = $length;
212 my $A = $obj_len{$obj{$nid{$a}}};
213 my $B = $obj_len{$obj{$nid{$b}}};
/third_party/boost/libs/icl/test/
Dtest_laws.hpp295 , typename Type::difference_type& obj_len in check_length_complementarity() argument
300 obj_len = icl::length(object); in check_length_complementarity()
303 BOOST_CHECK_EQUAL(obj_len + obj_dist, hull_len); in check_length_complementarity()
304 return obj_len + obj_dist == hull_len; in check_length_complementarity()
311 DiffT obj_len, obj_dist, hull_len; in has_length_complementarity() local
312 return check_length_complementarity(object, obj_len, obj_dist, hull_len); in has_length_complementarity()
/third_party/mesa3d/src/freedreno/vulkan/
Dmsm_kgsl.h1398 unsigned int obj_len; member