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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid0.c85 mdk_rdev_t *smallest, *rdev1, *rdev2, *rdev; local
146 smallest = NULL;
173 if (!smallest || (rdev1->size <smallest->size))
174 smallest = rdev1;
183 zone->size = smallest->size * cnt;
186 current_offset = smallest->size;
197 smallest = NULL;
209 if (!smallest || (rdev->size <smallest
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A D4xm.c544 int smallest[2]= {0, 0}; local
550 min_freq[1]= min_freq[0]; smallest[1]= smallest[0];
551 min_freq[0]= frequency[i];smallest[0]= i;
553 min_freq[1]= frequency[i];smallest[1]= i;
560 flag[ smallest[0] ]= 0;
561 flag[ smallest[1] ]= 1;
562 up[ smallest[0] ]=
563 up[ smallest[1] ]= j;
564 frequency[ smallest[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-useradd509 The numerical value of the user's ID. This value must be unique, unless the -o option is used. The value must be nonnegative. The default is to use the smallest ID value greater than 1000 and greater than every other user.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_attr_leaf.c1697 int before, after, smallest, entsize; local
1718 * find smallest free region in case we need to replace it,
1726 smallest = XFS_ATTR_LEAF_MAPSIZE - 1;
1745 smallest = i;
1751 * or replace the smallest region.
1772 * Replace smallest region (if it is smaller than free'd entry)
1774 map = &hdr->freemap[smallest];
1785 smallest = 1;
1787 smallest = 0;
1813 if (smallest) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_phy.c1527 u32 smallest, tmp; local
1531 smallest = bcm43xx_phy_lo_g_singledeviation(bcm, 0);
1536 if (tmp < smallest) {
1537 smallest = tmp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/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 240 milliseconds