Searched refs:diff (Results 201 - 225 of 890) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr002/
H A Dchk.def42 diff $t1 $t2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/
H A DMakefile.am51 -rm -f *.raw *.flac *.oga *.ogg *.cmp *.aiff *.wav *.diff *.log *.cue core
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/
H A Drelease.sh16 git diff "v$PREV_VERSION..v$VERSION" | bzip2 > "$TMPDIR/$PATCH"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_je2db61 diff -q -I "\$\Id:" $DBSRC/$f $DBSRC/$f.sed.out || \
71 diff -q -I "\$\Id:" $DBTEST/$f $DBTEST/$f.sed.out || \
81 diff -q -I "\$\Id:" $DBEXAMPLES/$f $DBEXAMPLES/$f.sed.out || \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dblacklist.c81 int diff; local
84 diff = 0;
87 while (isxdigit(**cp) && (diff <= max_digit)) {
95 diff++;
98 if ((diff < min_digit) || (diff > max_digit) || (*val > max_val))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dlang-perl-152 : ${DIFF=diff}
85 : ${DIFF=diff}
96 : ${DIFF=diff}
H A Dlang-python-141 : ${DIFF=diff}
67 : ${DIFF=diff}
86 : ${DIFF=diff}
H A Dlang-python-253 : ${DIFF=diff}
86 : ${DIFF=diff}
105 : ${DIFF=diff}
H A Dlang-sh50 : ${DIFF=diff}
78 : ${DIFF=diff}
117 : ${DIFF=diff}
H A Dlang-tcl43 : ${DIFF=diff}
69 : ${DIFF=diff}
90 : ${DIFF=diff}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dumem.c225 umem->mm->locked_vm -= umem->diff;
239 unsigned long diff; local
249 diff = PAGE_ALIGN(umem->length + umem->offset) >> PAGE_SHIFT;
263 umem->diff = diff;
271 current->mm->locked_vm -= diff;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/bench/
H A Dsched-messaging.c273 struct timeval start, stop, diff; local
311 timersub(&stop, &start, &diff);
321 diff.tv_sec,
322 (unsigned long) (diff.tv_usec/1000));
325 printf("%lu.%03lu\n", diff.tv_sec,
326 (unsigned long) (diff.tv_usec/1000));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vlan/
H A Dvlan_test.pl167 my $diff = $n - $p;
169 print "Done adding $num_if VLAN interfaces in $diff seconds.\n";
189 my $diff = $n - $p;
190 print "Done deleting $num_if VLAN interfaces in $diff seconds.\n";
217 $diff = $n - $p;
218 print "Done adding/removing 2 VLAN interfaces $tmp times in $diff seconds.\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/
H A DMakefile.am27 lib/argmatch.h.diff \
37 lib/error.h.diff \
40 lib/exitfail.h.diff \
45 lib/fnmatch.c.diff \
46 lib/fnmatch_loop.c.diff \
48 lib/getopt.in.h.diff \
50 lib/gl_array_list.h.diff \
51 lib/gl_linkedhash_list.h.diff \
221 lib/linebreak.c.diff \
225 lib/obstack.h.diff \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtopluniv.cpp430 void wxApplyResize(wxInteractiveMoveData& data, const wxPoint& diff) argument
434 data.m_rect.x += diff.x;
435 data.m_rect.width -= diff.x;
439 data.m_rect.width += diff.x;
443 data.m_rect.y += diff.y;
444 data.m_rect.height -= diff.y;
448 data.m_rect.height += diff.y;
484 wxPoint diff = wxGetMousePosition() - m_data.m_pos; local
486 m_data.m_rect.Offset(diff);
492 wxPoint diff local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_app.c313 * Assumes already checked proto==IPPROTO_TCP and diff!=0.
316 unsigned flag, __u32 seq, int diff)
322 vseq->delta += diff;
332 int diff; local
361 if (!app->pkt_out(app, cp, skb, &diff))
367 if (diff != 0)
369 IP_VS_CONN_F_OUT_SEQ, seq, diff);
407 int diff; local
436 if (!app->pkt_in(app, cp, skb, &diff))
442 if (diff !
315 vs_seq_update(struct ip_vs_conn *cp, struct ip_vs_seq *vseq, unsigned flag, __u32 seq, int diff) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg722enc.c155 int diff = av_clip_int16(xhigh - state->s_predictor); local
157 /* = diff >= 0 ? (diff < pred) + 2 : diff >= -pred */
158 return ((diff ^ (diff >> (sizeof(diff)*8-1))) < pred) + 2*(diff >= 0);
163 int diff = av_clip_int16(xlow - state->s_predictor); local
164 /* = diff >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dg722enc.c143 int diff = av_clip_int16(xhigh - state->s_predictor); local
145 /* = diff >= 0 ? (diff < pred) + 2 : diff >= -pred */
146 return ((diff ^ (diff >> (sizeof(diff)*8-1))) < pred) + 2*(diff >= 0);
151 int diff = av_clip_int16(xlow - state->s_predictor); local
152 /* = diff >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cpuidle/
H A Dcpuidle.c153 s64 diff; local
162 diff = ktime_to_us(ktime_sub(t2, t1));
163 if (diff > INT_MAX)
164 diff = INT_MAX;
166 ret = (int) diff;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_vegas.c199 u32 rtt, diff; local
227 diff = tp->snd_cwnd * (rtt-vegas->baseRTT) / vegas->baseRTT;
229 if (diff > gamma && tp->snd_cwnd <= tp->snd_ssthresh) {
253 if (diff > beta) {
260 } else if (diff < alpha) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-i2s-pcm.c137 unsigned int diff; local
141 diff = sport_curr_offset_tx(sport);
142 frames = bytes_to_frames(substream->runtime, diff);
144 diff = sport_curr_offset_rx(sport);
145 frames = bytes_to_frames(substream->runtime, diff);
H A Dbf5xx-tdm-pcm.c142 unsigned int diff; local
146 diff = sport_curr_offset_tx(sport);
147 frames = diff / (8*4); /* 32 bytes per frame */
149 diff = sport_curr_offset_rx(sport);
150 frames = diff / (8*4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/test/
H A Dtestsuite.c479 #define TEST_STRTO_X(type,fmt,func,str,base,res,diff,rrnoo) do {\
485 if (diff >= 0) { \
486 _ep = &_s[diff]; \
497 str, diff, base, res, _v, rrnoo, errno); \
505 str, diff, base, res, _v); \
514 str, diff, base, res, _v, _ep, _p, (int)(diff - (_ep - _p)), diff); \
523 #define TEST_STRTOLL(str,base,res,diff,errnoo) TEST_STRTO_X(int64_t, "%lld", strtoll,str,base,res,diff,errno
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dscrolwin.cpp162 int diff = (*posOld - pos)*pixelsPerLine; local
163 m_targetWindow->ScrollWindow(orient == wxHORIZONTAL ? diff : 0,
164 orient == wxHORIZONTAL ? 0 : diff);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Drelay6_parser.c79 int diff; local
80 diff =(int) (mesg->pstart - mesg->pointer_start);
82 if ((((int) mesg->datalength) - diff) >= ref)

Completed in 186 milliseconds

1234567891011>>