Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/include/linux/raid/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 954 B image not shown  

Quelle  xor.h   Sprache: C

 
/* 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 longunsigned long * __restrict,
       const unsigned long * __restrict);
 void (*do_3)(unsigned longunsigned long * __restrict,
       const unsigned long * __restrict,
       const unsigned long * __restrict);
 void (*do_4)(unsigned longunsigned long * __restrict,
       const unsigned long * __restrict,
       const unsigned long * __restrict,
       const unsigned long * __restrict);
 void (*do_5)(unsigned longunsigned long * __restrict,
       const unsigned long * __restrict,
       const unsigned long * __restrict,
       const unsigned long * __restrict,
       const unsigned long * __restrict);
};

#endif

Messung V0.5
C=100 H=100 G=100

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.