Home
last modified time | relevance | path

Searched refs:check_index (Results 1 – 1 of 1) sorted by relevance

/linux/lib/842/
H A D842_compress.c134 #define check_index(p, b, n) \ macro
391 match = check_index(p, 2, b >> 1); in check_template()
393 match = check_index(p, 4, b >> 2); in check_template()
395 match = check_index(p, 8, 0); in check_template()