Searched refs:common_len (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | radtree.c | 422 radstrlen_type common_len, s1_len=0, s2_len=0; in radsel_split() local 423 common_len = bstr_common(r->str, r->len, addstr, addlen); in radsel_split() 424 assert(common_len < r->len); in radsel_split() 425 assert(common_len < addlen); in radsel_split() 432 if(r->len-common_len > 1) { in radsel_split() 434 if(!radsel_prefix_remainder(region, common_len+1, in radsel_split() 440 if(addlen-common_len > 1) { in radsel_split() 441 if(!radsel_prefix_remainder(region, common_len+1, in radsel_split() 450 if(common_len > 0) { in radsel_split() 452 common_len*sizeof(uint8_t)); in radsel_split() [all …]
|
| /netbsd-src/external/bsd/wpa/dist/src/utils/ |
| H A D | edit.c | 397 static int common_len(const char *a, const char *b) in common_len() function 412 int same = common_len(c[0], c[i]); in max_common_length()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | intel_dp.c | 2237 int common_len; in intel_dp_compute_link_config() local 2240 common_len = intel_dp_common_len_rate_limit(intel_dp, in intel_dp_compute_link_config() 2244 WARN_ON(common_len <= 0); in intel_dp_compute_link_config() 2247 limits.max_clock = common_len - 1; in intel_dp_compute_link_config()
|