Searched refs:l1 (Results 1 – 3 of 3) sorted by relevance
/lib/ |
D | string.c | 925 size_t l1, l2; in strstr() local 930 l1 = strlen(s1); in strstr() 931 while (l1 >= l2) { in strstr() 932 l1--; in strstr()
|
D | bch.c | 563 int n = 0, i, l0, l1, l2; in find_poly_deg2_roots() local 569 l1 = bch->a_log_tab[poly->c[1]]; in find_poly_deg2_roots() 573 u = a_pow(bch, l0+l2+2*(GF_N(bch)-l1)); in find_poly_deg2_roots() 590 roots[n++] = modulo(bch, 2*GF_N(bch)-l1- in find_poly_deg2_roots() 592 roots[n++] = modulo(bch, 2*GF_N(bch)-l1- in find_poly_deg2_roots()
|
D | btree.c | 103 static int longcmp(const unsigned long *l1, const unsigned long *l2, size_t n) in longcmp() argument 108 if (l1[i] < l2[i]) in longcmp() 110 if (l1[i] > l2[i]) in longcmp()
|