Searched refs:smallest (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid0.c99 mdk_rdev_t *smallest, *rdev1, *rdev2, *rdev, **dev; local
170 smallest = NULL;
206 if (!smallest || (rdev1->sectors < smallest->sectors))
207 smallest = rdev1;
216 zone->zone_end = smallest->sectors * cnt;
230 zone->dev_start = smallest->sectors;
231 smallest = NULL;
246 if (!smallest || rdev->sectors < smallest
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A D4xm.c568 int smallest[2]= {0, 0}; local
574 min_freq[1]= min_freq[0]; smallest[1]= smallest[0];
575 min_freq[0]= frequency[i];smallest[0]= i;
577 min_freq[1]= frequency[i];smallest[1]= i;
584 flag[ smallest[0] ]= 0;
585 flag[ smallest[1] ]= 1;
586 up[ smallest[0] ]=
587 up[ smallest[1] ]= j;
588 frequency[ smallest[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A D4xm.c652 int smallest[2] = { 0, 0 }; local
660 smallest[1] = smallest[0];
662 smallest[0] = i;
665 smallest[1] = i;
673 flag[smallest[0]] = 0;
674 flag[smallest[1]] = 1;
675 up[smallest[0]] =
676 up[smallest[1]] = j;
677 frequency[smallest[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dutil.S475 | ;smallest +ext denorm
477 | ;smallest +sgl denorm
479 | ;smallest +dbl denorm
533 leal EXT_PSML,%a1 |answer is negative smallest denorm
548 leal EXT_PSML,%a1 |answer is positive smallest denorm
565 leal DBL_PSML,%a1 |answer is smallest denormalized negative
580 leal DBL_PSML,%a1 |answer is smallest denormalized negative
597 leal SGL_PSML,%a1 |answer is smallest denormalized negative
612 leal SGL_PSML,%a1 |answer is smallest denormalized positive
H A Dscale.S206 | mode is rp, and the zero is positive, return smallest denorm.
207 | If the mode is rm, and the zero is negative, return smallest
231 | The rounding mode changed the zero to a smallest denorm. Call
269 bras sm_dnrm |return smallest denorm
277 bra sm_dnrm |return smallest denorm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_deshake.c124 * chooses the most likely shift by the smallest difference in blocks.
132 int smallest = INT_MAX; local
144 if (diff < smallest) {
145 smallest = diff;
156 if (diff < smallest) {
157 smallest = diff;
174 if (diff < smallest) {
175 smallest = diff;
183 if (smallest > 512) {
188 //av_log(NULL, AV_LOG_ERROR, "%d\n", smallest);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D02-bitpacking.tex25 smallest integer storage representation offered by a platform. On
30 size that is a grouped multiple of this smallest size.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_attr_leaf.c1648 int before, after, smallest, entsize; local
1669 * find smallest free region in case we need to replace it,
1677 smallest = XFS_ATTR_LEAF_MAPSIZE - 1;
1696 smallest = i;
1702 * or replace the smallest region.
1723 * Replace smallest region (if it is smaller than free'd entry)
1725 map = &hdr->freemap[smallest];
1736 smallest = 1;
1738 smallest = 0;
1764 if (smallest) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dphy.c1357 u32 smallest; local
1362 smallest = b43legacy_phy_lo_g_singledeviation(dev, 0);
1367 if (tmp < smallest) {
1368 smallest = tmp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddcpsg.cpp734 // 'the proportion of the smallest X or Y dimension'
735 double smallest = width < height ? width : height; local
736 radius = (-radius * smallest);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddc.cpp958 // 'the proportion of the smallest X or Y dimension'
962 double smallest = (width < height) ? width : height; local
963 radius = (- radius * smallest);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/svg/
H A Ddcsvg.tex315 the absolute value is assumed to be the {\it proportion} of the smallest
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbody.tex640 Reduce the code exhibiting the problem to the smallest program possible
H A Dre_syntax.tex58 smallest number rather than the largest number of matches (see \helpref{Matching}{wxresynmatching})}
H A Ddc.tex476 the absolute value is assumed to be the {\it proportion} of the smallest
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dfpsp.S962 # multiply operation is the smallest possible normalized number
995 # multiply operation is the smallest possible normalized number
1023 # multiply operation is the smallest possible normalized number
8496 mov.l (%a0),%d3 # D3 is exponent of smallest norm. #
14839 # result is equal to the smallest normalized number in the selected precision
14859 # ok, so now the result has a exponent equal to the smallest normalized
15292 # result is equal to the smallest normalized number in the selected precision
15312 # ok, so now the result has a exponent equal to the smallest normalized
15861 # plus two, then set the smallest exponent to a very small value as a #
20258 ori.l &0x00800000,%d1 # make smallest sg
[all...]
H A Dpfpsp.S961 # multiply operation is the smallest possible normalized number
994 # multiply operation is the smallest possible normalized number
1022 # multiply operation is the smallest possible normalized number
5407 # plus two, then set the smallest exponent to a very small value as a #
7159 ori.l &0x00800000,%d1 # make smallest sgl
7205 ori.l &0x00800000,%d1 # make smallest sgl
7252 ori.l &0x00800000,%d1 # make smallest sgl
11270 # result is equal to the smallest normalized number in the selected precision
11290 # ok, so now the result has a exponent equal to the smallest normalized
11723 # result is equal to the smallest normalize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm1269 is the smallest key greater than or equal to the specified key,

Completed in 399 milliseconds