Searched full:transformed (Results 1 – 25 of 54) sorted by relevance
123
/linux-6.12.1/arch/x86/math-emu/ |
D | poly_atan.c | 55 u_char transformed, inverted, sign1, sign2; in poly_atan() local 100 transformed = 1; in poly_atan() 111 argSignif.msw = 0; /* Make the transformed arg -> 0.0 */ in poly_atan() 128 transformed = 0; in poly_atan() 174 if (transformed) { in poly_atan()
|
/linux-6.12.1/include/net/caif/ |
D | cfpkt.h | 207 * nativepkt - The native packet to be transformed to a CAIF packet 213 * pkt - The CAIF packet to be transformed into a "native" packet. 214 * @return The native packet transformed from a CAIF packet.
|
/linux-6.12.1/Documentation/rust/ |
D | testing.rst | 19 get transformed into KUnit tests. 68 For the kernel, however, these tests get transformed into KUnit test suites.
|
/linux-6.12.1/include/sound/sof/ |
D | channel_map.h | 50 * multiple external entities are transformed).
|
/linux-6.12.1/arch/riscv/kvm/ |
D | vcpu_insn.c | 475 * @htinst: Transformed encoding of the load instruction 495 * transformed instruction or custom instruction. in kvm_riscv_vcpu_mmio_load() 597 * @htinst: Transformed encoding of the store instruction 621 * transformed instruction or custom instruction. in kvm_riscv_vcpu_mmio_store()
|
/linux-6.12.1/Documentation/driver-api/tty/ |
D | index.rst | 26 processing, and more. The transformed characters are passed further to
|
/linux-6.12.1/tools/testing/selftests/rcutorture/bin/ |
D | kvm-transform.sh | 16 # The transformed qemu-cmd file is on standard output.
|
D | kvm-again.sh | 203 # Extract settings from the last qemu-cmd file transformed above.
|
/linux-6.12.1/drivers/gpu/drm/bridge/ |
D | panel.c | 337 * from the bridge that can be transformed to panel bridge. 340 * @bridge: The drm_bridge to be transformed to panel bridge.
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | baikal,bt1-ccu-pll.yaml | 16 connected with an external fixed rate oscillator, which signal is transformed
|
D | baikal,bt1-ccu-div.yaml | 16 connected with an external fixed rate oscillator, which signal is transformed
|
/linux-6.12.1/Documentation/trace/rv/ |
D | deterministic_automata.rst | 132 This DOT format can be transformed into a bitmap or vectorial image
|
/linux-6.12.1/Documentation/locking/ |
D | seqlock.rst | 222 the next iteration marker), the lockless read is transformed to a
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | colorspaces.rst | 49 the CIE XYZ colorspace is transformed to the normalized CIE xyY
|
/linux-6.12.1/drivers/media/test-drivers/vicodec/ |
D | codec-fwht.c | 252 /* we'll need more than 8 bits for the transformed coefficients */ in fwht() 385 /* we'll need more than 8 bits for the transformed coefficients */ in fwht16() 470 * we'll need more than 8 bits for the transformed coefficients in ifwht()
|
/linux-6.12.1/Documentation/virt/kvm/ |
D | ppc-pv.rst | 141 The "ld" and "std" instructions are transformed to "lwz" and "stw" instructions
|
/linux-6.12.1/tools/power/pm-graph/ |
D | sleepgraph.8 | 14 This data is transformed into a device timeline and an optional
|
/linux-6.12.1/drivers/char/tpm/ |
D | tpm-interface.c | 167 * transformed, so when we restore the header we also have to in tpm_transmit()
|
/linux-6.12.1/scripts/basic/ |
D | fixdep.c | 69 * The transformed dependency snipped is written to stdout.
|
/linux-6.12.1/Documentation/admin-guide/mm/damon/ |
D | usage.rst | 343 The time quota is internally transformed to a size quota. Between the 344 transformed size quota and user-specified size quota, smaller one is applied.
|
/linux-6.12.1/LICENSES/dual/ |
D | CC-BY-4.0 | 88 arranged, transformed, or otherwise modified in a manner requiring
|
/linux-6.12.1/include/linux/ |
D | crypto.h | 270 * of the smallest possible unit which can be transformed with
|
D | ethtool.h | 169 * @input_xfrm: Defines how the input data is transformed. Valid values are one 695 * @input_xfrm: Defines how the input data is transformed. Valid values are one
|
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
D | ruc.c | 256 * Ensure OPA GIDs are transformed to IB gids in hfi1_make_ruc_header_16B()
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | timestamping.c | 204 /* skip deprecated HW transformed */ in printpacket()
|
123