Searched defs:dst_bytes (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/tools/testing/selftests/vDSO/ |
D | vdso_test_chacha.c | 37 static void reference_chacha20_blocks(uint8_t *dst_bytes, const uint32_t *key, uint32_t *counter, s… in reference_chacha20_blocks() 77 void __weak __arch_chacha20_blocks_nostack(uint8_t *dst_bytes, const uint32_t *key, uint32_t *count… in __arch_chacha20_blocks_nostack()
|
/linux-6.12.1/sound/core/oss/ |
D | linear.c | 37 unsigned int dst_bytes; /* byte size of destination format */ member 119 int src_le, dst_le, src_bytes, dst_bytes; in init_data() local
|
/linux-6.12.1/arch/powerpc/kernel/vdso/ |
D | vgetrandom-chacha.S | 10 #define dst_bytes r3 macro
|
/linux-6.12.1/drivers/target/ |
D | target_core_xcopy.c | 620 u32 dst_bytes) in target_xcopy_write_destination()
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_dp_aux.c | 46 static void intel_dp_aux_unpack(u32 src, u8 *dst, int dst_bytes) in intel_dp_aux_unpack()
|
/linux-6.12.1/arch/x86/kvm/ |
D | kvm_emulate.h | 46 u8 dst_bytes; /* size of destination operand */ member
|
/linux-6.12.1/drivers/gpu/drm/gma500/ |
D | cdv_intel_dp.c | 556 unpack_aux(uint32_t src, uint8_t *dst, int dst_bytes) in unpack_aux()
|