/openbmc/qemu/replay/ |
H A D | replay-debugging.c | 143 QEMUSnapshotInfo *nearest = NULL; in replay_find_nearest_snapshot() local 164 && (!nearest || nearest->icount < sn_tab[i].icount)) { in replay_find_nearest_snapshot() 165 nearest = &sn_tab[i]; in replay_find_nearest_snapshot() 169 if (nearest) { in replay_find_nearest_snapshot() 170 ret = g_strdup(nearest->name); in replay_find_nearest_snapshot() 171 *snapshot_icount = nearest->icount; in replay_find_nearest_snapshot()
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | slog2.S | 34 | Notes: Default means round-to-nearest mode, no floating-point 49 | Notes: Default means round-to-nearest mode, no floating-point 63 | Notes: Default means round-to-nearest mode, no floating-point 78 | Notes: Default means round-to-nearest mode, no floating-point
|
H A D | stanh.S | 40 | 6. (|X| >= 50 log2) Tanh(X) = +-1 (round to nearest). Thus, we
|
H A D | setox.S | 79 | Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). 81 | 2.2 N := round-to-nearest-integer( X * 64/log2 ). 89 | N := round-to-nearest-integer(Z)
|
H A D | decbin.S | 83 | to nearest, minus, and plus, respectively. The tables include
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-388-clearfog.dts | 19 /* CON2, nearest CPU, USB2 only. */ 26 /* Port 2, Lane 0. CON2, nearest CPU. */
|
H A D | armada-388-clearfog.dtsi | 56 /* CON3, nearest power. */ 73 /* Port 1, Lane 0. CON3, nearest power. */
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | numastat.rst | 52 implementation actually treats one of the nearest nodes with memory as the 55 numa_foreign statistics of the nearest node.
|
/openbmc/linux/Documentation/hwmon/ |
H A D | max31827.rst | 83 will always be rounded down to the nearest possible value, for negative numbers 84 the user-input will always be rounded up to the nearest possible value.
|
H A D | adt7470.rst | 76 The PWM frequency is rounded to the nearest one of:
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | sii902x.c | 546 u8 i, nearest = 0; in sii902x_select_mclk_div() local 554 nearest = i; in sii902x_select_mclk_div() 560 *i2s_config_reg |= nearest << 4; in sii902x_select_mclk_div() 562 return sii902x_mclk_div_table[nearest]; in sii902x_select_mclk_div()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | cx24123.c | 430 u32 exp, nearest = 0; in cx24123_int_log2() local 435 for (exp = 1; div > exp; nearest++) in cx24123_int_log2() 438 return nearest; in cx24123_int_log2()
|
/openbmc/qemu/qapi/ |
H A D | replay.json | 105 # replaying the execution. The command automatically loads nearest
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | armada-388-clearfog.dts | 134 /* Port 1, Lane 0. CONN3, nearest power. */ 139 /* Port 2, Lane 0. CONN2, nearest CPU. */
|
/openbmc/linux/Documentation/arch/xtensa/ |
H A D | mmu.rst | 62 5. The parent-bus-address value is rounded down to the nearest 256MB boundary
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-s-hw-freq-seek.rst | 92 driver selects the nearest value that is supported by the device.
|
/openbmc/linux/Documentation/arch/arm/nwfpe/ |
H A D | todo.rst | 41 The IEEE standard defines 4 rounding modes. Round to nearest is the
|
H A D | netwinder-fpe.rst | 15 default = round to nearest
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | reexport.rst | 38 bytes, rounded up to the nearest multiple of four bytes.
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-kvm.txt | 120 size is rounded up to have nearest pages power of two value.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-tty | 153 the RX trigger is changed to the nearest lower value for the
|
/openbmc/linux/Documentation/admin-guide/perf/ |
H A D | hisi-pmu.rst | 86 etc, it is mainly helpful to find that the data source is nearest from the CPU
|
/openbmc/linux/Documentation/driver-api/pci/ |
H A D | p2pdma.rst | 101 If more than one provider is supported, the one nearest to all the clients will
|
/openbmc/qemu/fpu/ |
H A D | softfloat-parts.c.inc | 792 /* compute nearest rounded result to 2.23 bits */ 817 /* Compute nearest rounded result */ 858 /* Compute nearest rounded result */
|
/openbmc/qemu/docs/system/ |
H A D | replay.rst | 211 Reverse step loads the nearest snapshot and replays the execution until
|