Searched refs:method (Results 1 – 6 of 6) sorted by relevance
/lib/reed_solomon/ |
D | test_rslib.c | 21 enum method { enum 262 struct wspace *ws, int method) in test_uc() argument 277 switch (method) { in test_uc() 300 if (method != IN_PLACE) { in test_uc() 314 int len, int trials, int method) in ex_rs_helper() argument 327 pr_info(" %s\n", desc[method]); in ex_rs_helper() 331 test_uc(rs, len, errs, eras, trials, &stat, ws, method); in ex_rs_helper() 338 if (method != IN_PLACE) in ex_rs_helper()
|
/lib/zlib_deflate/ |
D | deflate.c | 191 int method, in zlib_deflateInit2() argument 219 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED || in zlib_deflateInit2() 276 s->method = (Byte)method; in zlib_deflateInit2()
|
D | defutil.h | 82 Byte method; /* STORED (for zip only) or DEFLATED */ member
|
D | deftree.c | 865 s->method = STORED;
|
/lib/ |
D | inflate.c | 1198 char method; in gunzip() local 1205 method = NEXTBYTE(); in gunzip() 1214 if (method != 8) { in gunzip()
|
D | Kconfig.debug | 856 This option provides a debug method which can be used to test
|