Home
last modified time | relevance | path

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

/external/v4l-utils/utils/keytable/bpf_protocols/
Draw.c98 bitmap_zero(s->nomatch, MAX_PATTERNS); in bpf_decoder()
123 bitmap_zero(s->nomatch, MAX_PATTERNS); in bpf_decoder()
Dbitmap.h13 static void inline bitmap_zero(unsigned long *bitmap, int bits) in bitmap_zero() function