Searched refs:overlap (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_sockopt.c17 /* Do exclusive ranges overlap? */
18 static inline int overlap(int min1, int max1, int min2, int max2) function
35 && (overlap(ops->set_optmin, ops->set_optmax,
37 || overlap(ops->get_optmin, ops->get_optmax,
39 NFDEBUG("nf_sock overlap: %u-%u/%u-%u v %u-%u/%u-%u\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_both.c406 unsigned long overlap; local
419 overlap = s->init_num - DTLS1_HM_HEADER_LENGTH
425 p + DTLS1_HM_HEADER_LENGTH + overlap,
426 frag->msg_header.frag_len - overlap);
432 *copied = frag->msg_header.frag_len - overlap;
534 unsigned long overlap; local
700 * (3) the one we are expecting next (maybe with overlap)
701 * If it is next one, it may overlap with previously read bytes
726 * possible overlap and copy the fragment.
728 overlap
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dprio_tree.c23 * i.e., selecting a set of stored intervals (vmas) that overlap with (map) a
26 * intervals (vmas) that overlap (map) with the input interval X (the set of
310 * overlap with the input interval X [radix_index, heap_index]. The enumeration
313 * 'm' is the number of prio_tree_nodes that overlap the interval X.
405 static inline int overlap(struct prio_tree_iter *iter, function
438 if (overlap(iter, r_index, h_index))
466 if (overlap(iter, r_index, h_index))
480 if (overlap(iter, r_index, h_index))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvc1.h204 int overlap; ///< overlapped transforms in use member in struct:VC1Context
H A Dvc1.c935 v->overlap = get_bits1(gb); //common
967 v->rangered, v->vstransform, v->overlap, v->s.resync_marker,
1091 v->overlap = get_bits1(gb);
1120 v->fastuvmc, v->extended_mv, v->dquant, v->vstransform, v->overlap, v->quantizer_mode);
1422 if(v->overlap && v->pq <= 8) {
2180 * @param overlap flag indicating that overlap filtering is used
2186 static inline int vc1_i_pred_dc(MpegEncContext *s, int overlap, int pq, int n, argument
2212 if (pq < 9 || !overlap)
2242 * @param overlap fla
2250 vc1_pred_dc(MpegEncContext *s, int overlap, int pq, int n, int a_avail, int c_avail, int16_t **dc_val_ptr, int *dir_ptr) argument
3692 int overlap; local
[all...]
H A Dvdpau.c262 render->info.vc1.overlap = v->overlap;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dmem.c161 * overlap multiple zones yet
164 goto overlap;
175 overlap:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex303 \item overlap/add left-hand output of transform with right-hand output of previous frame
305 \item if not first frame, return results of overlap/add as audio result of current frame
312 later before overlap/add with the next frame. This optimization
358 \captionof{figure}{overlap of two equal-sized windows}
366 \captionof{figure}{overlap of a long and a short window}
492 \paragraph{overlap/add data}
496 the window overlap diagram). At this point, the audio data between the
515 the returned range is not actually overlap. This does not damage
H A Da1-encapsulation-ogg.tex156 the overlap-add span of the first two audio packets.
H A D04-codec.tex407 add/overlap output stage.
587 actually overlap. This does not damage transform orthogonality. Pay
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Du14-34f.c1453 unsigned int input_only = TRUE, overlap = FALSE; local
1514 || (rev && ((sl[n] + ll[n]) > sl[n - 1]))) overlap = TRUE;
1517 if (overlap) sort(pl, il, n_ready, FALSE);
1523 if (overlap) { ovlcount++; seeksorted += iseek / 1024; }
1530 if (link_statistics && (overlap || !(flushcount % link_statistics)))
1539 YESNO(overlap), cpp->xdir);
1542 return overlap;
H A Deata.c2125 unsigned int input_only = 1, overlap = 0; local
2208 overlap = 1;
2211 if (overlap)
2224 if (overlap) {
2239 if (link_statistics && (overlap || !(flushcount % link_statistics)))
2252 YESNO(overlap), cpp->din);
2255 return overlap;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dcpuset.c740 /* If either I or some sibling (!= me) is exclusive, we can't overlap */
2566 * cpuset_excl_nodes_overlap - Do we overlap @p's mem_exclusive ancestors?
2570 * cpusets of tasks @p and current overlap. Used by oom killer to
2580 int overlap = 1; /* do cpusets overlap? */ local
2598 overlap = nodes_intersects(cs1->mems_allowed, cs2->mems_allowed);
2600 return overlap;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S545 # areas may overlap
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid5.c71 * order without overlap. There may be several bio's per stripe+device, and
1260 goto overlap;
1264 goto overlap;
1300 overlap:
2940 * add failed due to overlap. Flush everything
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpcnet32.c548 int new, overlap; local
582 overlap = min(size, lp->rx_ring_size);
583 for (new = 0; new < overlap; new++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c108509 float overlap = 0.0; local
108606 float overlap = 0.0; local
109028 float overlap; local
[all...]

Completed in 354 milliseconds