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

/linux-master/drivers/md/
H A Draid0.c67 struct md_rdev *smallest, *rdev1, *rdev2, *rdev, **dev; local
157 smallest = NULL;
194 if (!smallest || (rdev1->sectors < smallest->sectors))
195 smallest = rdev1;
204 zone->zone_end = smallest->sectors * cnt;
217 zone->dev_start = smallest->sectors;
218 smallest = NULL;
235 if (!smallest || rdev->sectors < smallest
[all...]
/linux-master/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
/linux-master/lib/lz4/
H A Dlz4_compress.c864 const BYTE *smallest = (const BYTE *) source; local
871 if ((streamPtr->dictSize > 0) && (smallest > dictEnd))
872 smallest = dictEnd;
874 LZ4_renormDictT(streamPtr, smallest);
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c2056 int smallest; local
2080 * find smallest free region in case we need to replace it,
2087 smallest = XFS_ATTR_LEAF_MAPSIZE - 1;
2105 smallest = i;
2111 * or replace the smallest region.
2127 * Replace smallest region (if it is smaller than free'd entry)
2129 if (ichdr.freemap[smallest].size < entsize) {
2130 ichdr.freemap[smallest].base = be16_to_cpu(entry->nameidx);
2131 ichdr.freemap[smallest].size = entsize;
2139 smallest
[all...]
/linux-master/drivers/net/ethernet/sun/
H A Dsunvnet_common.c1786 int smallest = 0; local
1795 smallest = i;
1798 if (vp->q_used[i] < vp->q_used[smallest])
1799 smallest = i;
1803 vp->q_used[smallest]++;
1804 port->q_index = smallest;
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmr.c662 struct mlx5_cache_ent *cur, *smallest = NULL; local
666 * Find the smallest ent with order >= requested_order.
672 smallest = cur;
681 return (smallest &&
682 smallest->rb_key.access_mode == rb_key.access_mode &&
683 smallest->rb_key.access_flags == rb_key.access_flags &&
684 smallest->rb_key.ats == rb_key.ats) ?
685 smallest :
/linux-master/fs/btrfs/
H A Dtree-mod-log.c475 bool smallest)
493 } else if (!smallest) {
500 /* We want the node with the smallest seq */
516 * This returns the element from the log with the smallest time sequence
473 __tree_mod_log_search(struct btrfs_fs_info *fs_info, u64 start, u64 min_seq, bool smallest) argument
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dphy.c1332 u32 smallest; local
1337 smallest = b43legacy_phy_lo_g_singledeviation(dev, 0);
1342 if (tmp < smallest) {
1343 smallest = tmp;
/linux-master/arch/x86/boot/
H A Dheader.S418 # has been achieved. The smallest block type encoding is always used.
/linux-master/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...]

Completed in 282 milliseconds