░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/src/linux-azure-headers-6.8.0-1044/include/linux/raid
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: xor.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _XOR_H #define _XOR_H #define MAX_XOR_BLOCKS 4 extern void xor_blocks(unsigned int count, unsigned int bytes, void *dest, void **srcs); struct xor_block_template { struct xor_block_template *next; const char *name; int speed; void (*do_2)(unsigned long, unsigned long * __restrict, const unsigned long * __restrict); void (*do_3)(unsigned long, unsigned long * __restrict, const unsigned long * __restrict, const unsigned long * __restrict); void (*do_4)(unsigned long, unsigned long * __restrict, const unsigned long * __restrict, const unsigned long * __restrict, const unsigned long * __restrict); void (*do_5)(unsigned long, unsigned long * __restrict, const unsigned long * __restrict, const unsigned long * __restrict, const unsigned long * __restrict, const unsigned long * __restrict); }; #endif
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 detect.h
H
181 B
2024-03-10 20:38
EDIT
📄 pq.h
H
5.8 KB
2024-03-10 20:38
EDIT
📄 xor.h
H
954 B
2024-03-10 20:38
EDIT