REDROOM
PHP 8.5.2
Path:
Logout
Edit File
Size: 954 B
Close
//lib/modules/6.8.0-100-generic/build/include/linux/raid/xor.h
Text
Base64
/* 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
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
detect.h
181 B
lrw-r--r--
2024-03-10 20:38:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
pq.h
5.83 KB
lrw-r--r--
2024-03-10 20:38:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
xor.h
954 B
lrw-r--r--
2024-03-10 20:38:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).