Home
last modified time | relevance | path

Searched full:smallest (Results 1 – 25 of 761) sorted by relevance

12345678910>>...31

/kernel/linux/linux-6.6/include/linux/
Dmin_heap.h38 void *left, *right, *parent, *smallest; in min_heapify() local
47 smallest = parent; in min_heapify()
48 if (func->less(left, smallest)) in min_heapify()
49 smallest = left; in min_heapify()
53 if (func->less(right, smallest)) in min_heapify()
54 smallest = right; in min_heapify()
56 if (smallest == parent) in min_heapify()
58 func->swp(smallest, parent); in min_heapify()
59 if (smallest == left) in min_heapify()
/kernel/linux/linux-5.10/include/linux/
Dmin_heap.h38 void *left, *right, *parent, *smallest; in min_heapify() local
47 smallest = parent; in min_heapify()
48 if (func->less(left, smallest)) in min_heapify()
49 smallest = left; in min_heapify()
53 if (func->less(right, smallest)) in min_heapify()
54 smallest = right; in min_heapify()
56 if (smallest == parent) in min_heapify()
58 func->swp(smallest, parent); in min_heapify()
59 if (smallest == left) in min_heapify()
/kernel/linux/linux-6.6/drivers/md/
Draid0.c67 struct md_rdev *smallest, *rdev1, *rdev2, *rdev, **dev; in create_strip_zones() local
157 smallest = NULL; in create_strip_zones()
194 if (!smallest || (rdev1->sectors < smallest->sectors)) in create_strip_zones()
195 smallest = rdev1; in create_strip_zones()
204 zone->zone_end = smallest->sectors * cnt; in create_strip_zones()
217 zone->dev_start = smallest->sectors; in create_strip_zones()
218 smallest = NULL; in create_strip_zones()
235 if (!smallest || rdev->sectors < smallest->sectors) { in create_strip_zones()
236 smallest = rdev; in create_strip_zones()
237 pr_debug("md/raid0:%s: (%llu) is smallest!.\n", in create_strip_zones()
[all …]
/kernel/linux/linux-5.10/drivers/md/
Draid0.c69 struct md_rdev *smallest, *rdev1, *rdev2, *rdev, **dev; in create_strip_zones() local
161 smallest = NULL; in create_strip_zones()
198 if (!smallest || (rdev1->sectors < smallest->sectors)) in create_strip_zones()
199 smallest = rdev1; in create_strip_zones()
208 zone->zone_end = smallest->sectors * cnt; in create_strip_zones()
221 zone->dev_start = smallest->sectors; in create_strip_zones()
222 smallest = NULL; in create_strip_zones()
239 if (!smallest || rdev->sectors < smallest->sectors) { in create_strip_zones()
240 smallest = rdev; in create_strip_zones()
241 pr_debug("md/raid0:%s: (%llu) is smallest!.\n", in create_strip_zones()
[all …]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
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
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
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
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
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
/kernel/linux/linux-5.10/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_buffer.c188 * latency, use the smallest setting between the 2. It means choosing the
189 * smallest latency but this is not as simple as choosing the smallest watermark
191 * 1) compute gyro and accel latencies and choose the smallest value.
198 * dividing this computed latency by the smallest period, which corresponds
229 /* compute the smallest latency that is a multiple of both */ in inv_icm42600_buffer_update_watermark()
/kernel/linux/linux-6.6/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_buffer.c189 * latency, use the smallest setting between the 2. It means choosing the
190 * smallest latency but this is not as simple as choosing the smallest watermark
192 * 1) compute gyro and accel latencies and choose the smallest value.
199 * dividing this computed latency by the smallest period, which corresponds
230 /* compute the smallest latency that is a multiple of both */ in inv_icm42600_buffer_update_watermark()
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
Dlibfdt_env.h80 * smallest.
83 * Output: length of the string or max_count (the smallest of the two)
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
Dlibfdt_env.h80 * smallest.
83 * Output: length of the string or max_count (the smallest of the two)
/kernel/linux/linux-5.10/drivers/input/mouse/
Dbyd.c147 * 0 - 7 : smallest to largest width
152 * 0 - 9 : smallest to largest height
157 * 1 - 6 : smallest to largest
162 * 0 - 7 : smallest to largest width
167 * 0 - 9 : smallest to largest height
/kernel/linux/linux-6.6/drivers/input/mouse/
Dbyd.c147 * 0 - 7 : smallest to largest width
152 * 0 - 9 : smallest to largest height
157 * 1 - 6 : smallest to largest
162 * 0 - 7 : smallest to largest width
167 * 0 - 9 : smallest to largest height
/kernel/linux/linux-5.10/fs/jffs2/
DKconfig175 Tries all compressors and chooses the one which has the smallest
181 Tries all compressors and chooses the one which has the smallest
/kernel/linux/linux-6.6/fs/jffs2/
DKconfig175 Tries all compressors and chooses the one which has the smallest
181 Tries all compressors and chooses the one which has the smallest
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/
Dnmsis_gcc.h97 /** \brief Request smallest possible alignment. */
102 /** \brief Request smallest possible alignment for a structure. */
107 /** \brief Request smallest possible alignment for a union. */
/kernel/linux/linux-6.6/lib/zlib_deflate/
Ddeftree.c288 #define SMALLEST 1 macro
293 * Remove the smallest element from the heap and recreate the heap with
298 top = s->heap[SMALLEST]; \
299 s->heap[SMALLEST] = s->heap[s->heap_len--]; \
300 pqdownheap(s, tree, SMALLEST); \
313 * exchanging a node with the smallest of its two sons if necessary, stopping
326 /* Set j to the smallest of the two sons: */ in pqdownheap()
334 /* Exchange v with the smallest son */ in pqdownheap()
497 * heap[SMALLEST]. The sons of heap[n] are heap[2*n] and heap[2*n+1]. in build_tree()
536 m = s->heap[SMALLEST]; /* m = node of next least frequency */ in build_tree()
[all …]
/kernel/linux/linux-5.10/lib/zlib_deflate/
Ddeftree.c288 #define SMALLEST 1 macro
293 * Remove the smallest element from the heap and recreate the heap with
298 top = s->heap[SMALLEST]; \
299 s->heap[SMALLEST] = s->heap[s->heap_len--]; \
300 pqdownheap(s, tree, SMALLEST); \
313 * exchanging a node with the smallest of its two sons if necessary, stopping
326 /* Set j to the smallest of the two sons: */ in pqdownheap()
334 /* Exchange v with the smallest son */ in pqdownheap()
497 * heap[SMALLEST]. The sons of heap[n] are heap[2*n] and heap[2*n+1]. in build_tree()
536 m = s->heap[SMALLEST]; /* m = node of next least frequency */ in build_tree()
[all …]
/kernel/linux/linux-6.6/arch/x86/math-emu/
Dfpu_emu.h31 #define EXP_OVER Const(0x4000) /* smallest invalid large exponent */
33 #define EXP_WAY_UNDER Const(-0x6000) /* Below the smallest denormal, but
39 #define EXTENDED_Emin (-0x3ffe) /* smallest valid exponent */
/kernel/linux/linux-5.10/arch/x86/math-emu/
Dfpu_emu.h31 #define EXP_OVER Const(0x4000) /* smallest invalid large exponent */
33 #define EXP_WAY_UNDER Const(-0x6000) /* Below the smallest denormal, but
39 #define EXTENDED_Emin (-0x3ffe) /* smallest valid exponent */
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb.c13 * are the smallest unit programmable into the underlying
83 /* Find smallest link percentage */ in ixgbe_dcb_calculate_tc_credits()
99 * larger than the max frame size so here we find the smallest in ixgbe_dcb_calculate_tc_credits()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb.c13 * are the smallest unit programmable into the underlying
83 /* Find smallest link percentage */ in ixgbe_dcb_calculate_tc_credits()
99 * larger than the max frame size so here we find the smallest in ixgbe_dcb_calculate_tc_credits()
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dsi470x.rst39 - Si4708: Smallest FM receivers
40 - Si4709: Smallest FM receivers, RDS Support
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dregulator.yaml19 description: smallest voltage consumers may set
28 description: smallest current consumers may set

12345678910>>...31