Searched refs:gs (Results 1 – 1 of 1) sorted by relevance
74 int gs = groupsize, rs = rowsize; in test_hexdump_prepare_test() local84 if (!is_power_of_2(gs) || gs > 8 || (len % gs != 0)) in test_hexdump_prepare_test()85 gs = 1; in test_hexdump_prepare_test()87 if (gs == 8) in test_hexdump_prepare_test()89 else if (gs == 4) in test_hexdump_prepare_test()91 else if (gs == 2) in test_hexdump_prepare_test()98 for (i = 0; i < l / gs; i++) { in test_hexdump_prepare_test()166 int rs = rowsize, gs = groupsize; in test_hexdump_overflow() local181 he = (gs * 2 /* hex */ + 1 /* space */) * len / gs - 1 /* no trailing space */; in test_hexdump_overflow()214 int gs = 1 << i; in test_hexdump_overflow_set() local[all …]
Completed in 2 milliseconds