Searched defs:rs (Results 1 – 7 of 7) sorted by relevance
/lib/reed_solomon/ |
D | test_rslib.c | 108 static struct wspace *alloc_ws(struct rs_codec *rs) in alloc_ws() 151 static int get_rcw_we(struct rs_control *rs, struct wspace *ws, in get_rcw_we() 232 struct rs_codec *rs = rsc->codec; in compute_syndrome() local 260 static void test_uc(struct rs_control *rs, int len, int errs, in test_uc() 313 static int ex_rs_helper(struct rs_control *rs, struct wspace *ws, in ex_rs_helper() 349 static int exercise_rs(struct rs_control *rs, struct wspace *ws, in exercise_rs() 366 static void test_bc(struct rs_control *rs, int len, int errs, in test_bc() 407 static int exercise_rs_bc(struct rs_control *rs, struct wspace *ws, in exercise_rs_bc()
|
D | encode_rs.c | 13 struct rs_codec *rs = rsc->codec; variable
|
D | reed_solomon.c | 74 struct rs_codec *rs; in codec_init() local 176 void free_rs(struct rs_control *rs) in free_rs() 218 struct rs_control *rs; in init_rs_internal() local
|
D | decode_rs.c | 13 struct rs_codec *rs = rsc->codec; variable
|
/lib/ |
D | ratelimit.c | 27 int ___ratelimit(struct ratelimit_state *rs, const char *func) in ___ratelimit()
|
D | test_hexdump.c | 74 int gs = groupsize, rs = rowsize; in test_hexdump_prepare_test() local 166 int rs = rowsize, gs = groupsize; in test_hexdump_overflow() local 211 int rs = (get_random_int() % 2 + 1) * 16; in test_hexdump_overflow_set() local
|
/lib/crypto/ |
D | des.c | 65 static const u8 rs[256] = { variable
|