Searched refs:middle (Results 1 - 25 of 30) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/getopt/
H A Dgetopt.c324 int middle = last_nonopt;
355 while (top > middle && middle > bottom)
357 if (top - middle > middle - bottom)
360 int len = middle - bottom;
367 argv[bottom + i] = argv[top - (middle - bottom) + i];
368 argv[top - (middle - bottom) + i] = tem;
369 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i);
377 int len = top - middle;
321 int middle = last_nonopt; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dgetopt.c315 int middle = last_nonopt;
346 while (top > middle && middle > bottom)
348 if (top - middle > middle - bottom)
351 int len = middle - bottom;
358 argv[bottom + i] = argv[top - (middle - bottom) + i];
359 argv[top - (middle - bottom) + i] = tem;
360 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i);
368 int len = top - middle;
312 int middle = last_nonopt; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dvsxxxaa.c218 int left, middle, right; local
249 middle = (buf[0] & 0x02)? 1: 0;
256 left? "L": "l", middle? "M": "m", right? "R": "r");
262 input_report_key (dev, BTN_MIDDLE, middle);
275 int left, middle, right, touch; local
300 middle = (buf[0] & 0x04)? 1: 0;
308 left? "L": "l", middle? "M": "m",
315 input_report_key (dev, BTN_MIDDLE, middle);
328 int left, middle, right; local
360 middle
[all...]
H A Dsynaptics.h87 unsigned int middle:1; member in struct:synaptics_hw_state
H A Dalps.c80 int x, y, z, ges, fin, left, right, middle; local
98 middle = 0;
105 middle = packet[3] & 4;
119 if ((middle = forward && back))
128 input_report_key(dev, BTN_MIDDLE, middle);
H A Dsynaptics.c330 hw->middle = ((buf[0] ^ buf[3]) & 0x01) ? 1 : 0;
455 input_report_key(dev, BTN_MIDDLE, hw.middle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest099.tcl18 # TEST the beginning, one in the middle, and one at the end. Delete
193 # dbc1 at the middle, and dbc2 at the end.
197 set middle [expr $nentries / 2 + 1]
198 set ret [$dbc1 get -set_recno $middle]
204 # At each iteration, delete the first entry, delete the middle
205 # entry, and check the record number for beginning, middle and end.
239 # Calculate the current middle recno and compare to actual.
240 set middle [$dbc1 get -get_recno]
242 error_check_good middle_recno $middle $calcmiddle
244 # Delete middle ite
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dgetopt.c157 int middle = d->__last_nonopt;
188 while (top > middle && middle > bottom)
190 if (top - middle > middle - bottom)
193 int len = middle - bottom;
200 argv[bottom + i] = argv[top - (middle - bottom) + i];
201 argv[top - (middle - bottom) + i] = tem;
202 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i);
210 int len = top - middle;
154 int middle = d->__last_nonopt; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgetopt.c157 int middle = d->__last_nonopt;
188 while (top > middle && middle > bottom)
190 if (top - middle > middle - bottom)
193 int len = middle - bottom;
200 argv[bottom + i] = argv[top - (middle - bottom) + i];
201 argv[top - (middle - bottom) + i] = tem;
202 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i);
210 int len = top - middle;
154 int middle = d->__last_nonopt; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dumul.S149 sll %o4, 12, %o0 ! shift middle bits left 12
H A Dmul.S111 sll %o4, 12, %o0 ! shift middle bits left 12
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DparserInternals.c713 * splitting a character in the middle. In that case do not raise
826 * splitting a character in the middle. In that case do not raise
1872 unsigned long upper, lower, middle; local
1881 middle = 0;
1883 middle = lower + (upper - lower) / 2;
1884 if (node == seq->buffer[middle - 1].node)
1886 else if (node < seq->buffer[middle - 1].node)
1887 upper = middle - 1;
1889 lower = middle + 1;
1893 if (middle
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DparserInternals.c725 * splitting a character in the middle. In that case do not raise
838 * splitting a character in the middle. In that case do not raise
1886 unsigned long upper, lower, middle; local
1895 middle = 0;
1897 middle = lower + (upper - lower) / 2;
1898 if (node == seq->buffer[middle - 1].node)
1900 else if (node < seq->buffer[middle - 1].node)
1901 upper = middle - 1;
1903 lower = middle + 1;
1907 if (middle
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DparserInternals.c713 * splitting a character in the middle. In that case do not raise
826 * splitting a character in the middle. In that case do not raise
1872 unsigned long upper, lower, middle; local
1881 middle = 0;
1883 middle = lower + (upper - lower) / 2;
1884 if (node == seq->buffer[middle - 1].node)
1886 else if (node < seq->buffer[middle - 1].node)
1887 upper = middle - 1;
1889 lower = middle + 1;
1893 if (middle
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex127 is not necessarily the middle sample from that block. If, eg, the
147 program. This is a common case when connecting to the middle
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Daiptek.c310 int mouseButtonMiddle; /* mouse middle btn delivers... */
404 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; local
458 middle = (data[5] & aiptek->curSetting.mouseButtonMiddle) != 0 ? 1 : 0;
461 input_report_key(inputdev, BTN_MIDDLE, middle);
575 middle = (data[5] & aiptek->curSetting.mouseButtonMiddle) != 0 ? 1 : 0;
595 input_report_key(inputdev, BTN_MIDDLE, middle);
672 middle = (data[1] & aiptek->curSetting.mouseButtonMiddle) != 0 ? 1 : 0;
689 input_report_key(inputdev, BTN_MIDDLE, middle);
1605 s = "middle";
1629 } else if (strcmp(buf, "middle")
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_xtree.c898 /* if insert into middle, shift right remaining entries. */
987 /* if insert into middle, shift right remaining entries. */
1156 * if insert into middle, shift right remaining entries
1232 int skip, maxentry, middle, righthalf, n; local
1345 * non-sequential insert (at possibly middle page)
1380 middle = maxentry >> 1;
1381 righthalf = maxentry - middle;
1386 if (skip <= middle) {
1388 memmove(&rp->xad[XTENTRYSTART], &sp->xad[middle],
1392 if (skip < middle)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dhead.S725 | IO_STATE (R_SERIAL0_REC_CTRL, sampling, middle) \
759 | IO_STATE (R_SERIAL1_REC_CTRL, sampling, middle) \
795 | IO_STATE (R_SERIAL3_REC_CTRL, sampling, middle) \
H A Ddebugport.c353 IO_STATE(R_SERIAL0_REC_CTRL, sampling, middle) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Ddes.c793 int i, left, right, middle, cmp_result; local
804 middle = (left + right) / 2;
806 if ( !(cmp_result=working_memcmp(work, weak_keys[middle], 8)) )
810 left = middle + 1;
812 right = middle - 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dh264_deblock_sse2.asm111 ; in: 8 rows of 8 (only the middle 6 pels are used) in %1..%8
348 ; transpose 16x4 -> original space (only the middle 4 rows were changed by the filter)
461 ; transpose 16x4 -> original space (only the middle 4 rows were changed by the filter)
H A Dx86inc.asm112 ; last args then you can just not declare them, but if they're in the middle
465 ; If I insert a permutation in the middle of a function, it should automatically
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c3966 inserting into the middle of the pattern --
5533 int middle = (lower + upper) / 2;
5534 if (middle == lower || middle == upper)
5536 if (offset_buffer[middle] > length)
5537 upper = middle;
5538 else if (offset_buffer[middle] < length)
5539 lower = middle;
5541 return middle;
5516 int middle = (lower + upper) / 2; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_main.c4267 staterr = le32_to_cpu(rx_desc->wb.middle.status_error);
4307 length = le16_to_cpu(rx_desc->wb.middle.length0);
4381 le16_to_cpu(rx_desc->wb.middle.vlan) &
4389 le16_to_cpu(rx_desc->wb.middle.vlan) &
4398 rx_desc->wb.middle.status_error &= cpu_to_le32(~0xFF);
4411 staterr = le32_to_cpu(rx_desc->wb.middle.status_error);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale.c2731 av_log(c, AV_LOG_ERROR, "Slices start in the middle!\n");
2891 double middle= (length-1)*0.5;
2899 double dist= i-middle;

Completed in 402 milliseconds

12