HomeSort by relevance Sort by last modified time
    Searched refs:elp (Results 1 - 4 of 4) sorted by null

  /external/u-boot/include/linux/
bch.h 34 * @elp: error locator polynomial
52 struct gf_poly *elp; member in struct:bch_control
  /external/u-boot/lib/
bch.c 421 struct gf_poly *elp = bch->elp; local
427 memset(elp, 0, GF_POLY_SZ(2*t));
431 elp->deg = 0;
432 elp->c[0] = 1;
435 for (i = 0; (i < t) && (elp->deg <= t); i++) {
438 gf_poly_copy(elp_copy, elp);
444 elp->c[j+k] ^= a_pow(bch, tmp+l);
449 if (tmp > elp->deg) {
450 elp->deg = tmp
    [all...]
  /external/libdrm/intel/
uthash.h 111 /* calculate the hash handle from element address elp */
112 #define HH_FROM_ELMT(tbl,elp) ((UT_hash_handle *)(((char*)(elp)) + ((tbl)->hho)))
    [all...]
  /external/tcpdump/
print-decnet.c 847 print_elist(const char *elp _U_, u_int len _U_)
    [all...]

Completed in 1029 milliseconds