Searched refs:h_count (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dhost.c176 atomic_set(&host->h_count, 1);
209 BUG_ON(atomic_read(&host->h_count));
412 atomic_inc(&host->h_count);
425 BUG_ON(atomic_read(&host->h_count) < 0);
426 if (atomic_dec_and_test(&host->h_count)) {
523 host->h_name, atomic_read(&host->h_count),
553 if (atomic_read(&host->h_count) || host->h_inuse
556 host->h_name, atomic_read(&host->h_count),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmjpegdec.h75 int h_count[MAX_COMPONENTS]; /* horizontal and vertical count for each component */ member in struct:MJpegDecodeContext
H A Dmjpegdec.c259 s->h_count[i] = get_bits(&s->gb, 4);
262 if (s->h_count[i] > s->h_max)
263 s->h_max = s->h_count[i];
269 if (!s->h_count[i] || !s->v_count[i]) {
272 i, s->h_count[i], s->v_count[i]);
277 i, s->h_count[i], s->v_count[i],
291 /* XXX: also check h_count and v_count */
318 pix_fmt_id = (s->h_count[0] << 28) | (s->v_count[0] << 24) |
319 (s->h_count[1] << 20) | (s->v_count[1] << 16) |
320 (s->h_count[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmjpegdec.h85 int h_count[MAX_COMPONENTS]; /* horizontal and vertical count for each component */ member in struct:MJpegDecodeContext
H A Dmjpegdec.c248 int h_count[MAX_COMPONENTS]; local
303 memset(h_count, 0, sizeof(h_count));
308 h_count[i] = get_bits(&s->gb, 4);
311 if (h_count[i] > s->h_max)
312 s->h_max = h_count[i];
320 if (!h_count[i] || !v_count[i]) {
323 i, h_count[i], v_count[i]);
328 i, h_count[i], v_count[i],
341 || memcmp(s->h_count, h_coun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables-xml.c176 int h_count = 0; local
180 h_count++;
181 if (h_count >= 2) {
182 h_count = 0;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Diptables-xml.c176 int h_count = 0; local
180 h_count++;
181 if (h_count >= 2) {
182 h_count = 0;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Diptables-xml.c185 int h_count = 0; local
189 h_count++;
190 if (h_count >= 2) {
191 h_count = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/lockd/
H A Dlockd.h59 atomic_t h_count; /* reference count */ member in struct:nlm_host

Completed in 190 milliseconds