Searched refs:mlen (Results 1 – 2 of 2) sorted by relevance
48 int mlen = (src[0] >> (NBBY - MATCH_BITS)) + MATCH_MIN; in lzjb_decompress() local53 while (--mlen >= 0 && dst < d_end) in lzjb_decompress()
38 int mlen; in device_tree_node_compatible() local41 mlen = strlen(match); in device_tree_node_compatible()
Completed in 3 milliseconds