Searched refs:endian (Results 1 - 25 of 66) sorted by relevance

123

/osnet-11/usr/src/grub/grub2/include/grub/zfs/
H A Dzio_checksum.h27 grub_zfs_endian_t endian, zio_cksum_t *);
28 extern void fletcher_2 (const void *, grub_uint64_t, grub_zfs_endian_t endian,
30 extern void fletcher_4 (const void *, grub_uint64_t, grub_zfs_endian_t endian,
H A Dzfs.h141 grub_zfs_endian_t endian);
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs_fletcher.c42 fletcher_2(const void *buf, grub_uint64_t size, grub_zfs_endian_t endian, argument
51 a0 += grub_zfs_to_cpu64 (ip[0], endian);
52 a1 += grub_zfs_to_cpu64 (ip[1], endian);
57 zcp->zc_word[0] = grub_cpu_to_zfs64 (a0, endian);
58 zcp->zc_word[1] = grub_cpu_to_zfs64 (a1, endian);
59 zcp->zc_word[2] = grub_cpu_to_zfs64 (b0, endian);
60 zcp->zc_word[3] = grub_cpu_to_zfs64 (b1, endian);
64 fletcher_4 (const void *buf, grub_uint64_t size, grub_zfs_endian_t endian, argument
73 a += grub_zfs_to_cpu32 (ip[0], endian);;
79 zcp->zc_word[0] = grub_cpu_to_zfs64 (a, endian);
[all...]
H A Dzfs.c162 grub_zfs_endian_t endian, zio_cksum_t *zcp);
177 grub_zfs_endian_t endian; member in struct:dnode_end
284 grub_zfs_endian_t endian) = NULL;
350 static grub_err_t zio_read_data (blkptr_t * bp, grub_zfs_endian_t endian,
353 grub_zfs_endian_t endian, void *buf,
377 grub_zfs_endian_t endian __attribute__ ((unused)),
406 grub_zfs_endian_t endian,
424 ci->ci_func (buf, size, endian, &actual_cksum);
429 ci->ci_func (buf, size, endian, &actual_cksum);
505 grub_zfs_endian_t endian local
405 zio_checksum_verify(zio_cksum_t zc, grub_uint32_t checksum, grub_zfs_endian_t endian, char *buf, grub_size_t size) argument
568 get_psize(blkptr_t * bp, grub_zfs_endian_t endian) argument
575 dva_get_offset(const dva_t *dva, grub_zfs_endian_t endian) argument
1838 read_dva(const dva_t *dva, grub_zfs_endian_t endian, struct grub_zfs_data *data, void *buf, grub_size_t len) argument
1868 zio_read_gang_data(blkptr_t * bp, grub_zfs_endian_t endian, void *buf, struct grub_zfs_data *data) argument
1888 zio_read_gang(blkptr_t * bp, grub_zfs_endian_t endian, dva_t * dva, void *buf, struct grub_zfs_data *data) argument
1946 zio_read_common(blkptr_t * bp, dva_t *dva, grub_zfs_endian_t endian, void *buf, struct grub_zfs_data *data) argument
1971 zio_read_data(blkptr_t * bp, grub_zfs_endian_t endian, void *buf, struct grub_zfs_data *data) argument
2012 zio_read(blkptr_t *bp, grub_zfs_endian_t endian, void **buf, grub_size_t *size, struct grub_zfs_data *data) argument
2149 grub_zfs_endian_t endian; local
2203 mzap_lookup(mzap_phys_t * zapobj, grub_zfs_endian_t endian, int objsize, const char *name, grub_uint64_t * value, int case_insensitive) argument
2228 mzap_value_search(mzap_phys_t *zapobj, grub_zfs_endian_t endian, int objsize, char *name, grub_uint64_t *value) argument
2252 mzap_iterate(mzap_phys_t * zapobj, grub_zfs_endian_t endian, int objsize, int NESTED_FUNC_ATTR (*hook) (const char *name, grub_uint64_t val)) argument
2341 zap_leaf_array_equal(zap_leaf_phys_t * l, grub_zfs_endian_t endian, int blksft, int chunk, grub_size_t array_len, const char *buf, int case_insensitive) argument
2369 zap_leaf_array_get(zap_leaf_phys_t * l, grub_zfs_endian_t endian, int blksft, int chunk, grub_size_t array_len, char *buf) argument
2401 zap_leaf_lookup(zap_leaf_phys_t * l, grub_zfs_endian_t endian, int blksft, grub_uint64_t h, const char *name, grub_uint64_t * value, int case_insensitive) argument
2459 zap_verify(zap_phys_t *zap, grub_zfs_endian_t endian) argument
2531 grub_zfs_endian_t endian; local
2647 grub_zfs_endian_t endian; local
2697 grub_zfs_endian_t endian; local
2741 grub_zfs_endian_t endian; local
2802 grub_zfs_endian_t endian; local
2847 grub_zfs_endian_t endian; local
[all...]
H A Dzfs_sha256.c112 grub_zfs_endian_t endian, zio_cksum_t *zcp)
136 endian);
138 endian);
140 endian);
142 endian);
111 zio_checksum_SHA256(const void *buf, grub_uint64_t size, grub_zfs_endian_t endian, zio_cksum_t *zcp) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.xs22 enc_unpack(pTHX_ U8 **sp,U8 *e,STRLEN size,U8 endian)
27 croak("Partial character %c",(char) endian);
29 switch(endian) {
41 if (endian == 'v')
47 croak("Unknown endian %c",(char) endian);
55 enc_pack(pTHX_ SV *result,STRLEN size,U8 endian,UV value)
58 switch(endian) {
78 croak("Unknown endian %c",(char) endian);
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dprobe.h24 #include <parted/endian.h>
H A Dreloc.h23 #include <parted/endian.h>
H A Dreloc_plus.h23 #include <parted/endian.h>
H A Dadvfs.h23 #include <parted/endian.h>
H A Dfile.h23 #include <parted/endian.h>
H A Dadvfs_plus.h23 #include <parted/endian.h>
H A Dfile_plus.h23 #include <parted/endian.h>
H A Dcache.h24 #include <parted/endian.h>
H A Djournal.h23 #include <parted/endian.h>
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_byteorder.c25 #include <endian.h>
66 "illegal byte order, only big and little-endian supported");
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dbyteorder64.c34 #error Use ISA-dependent byteorder64.c only on a 32-bit little-endian machine.
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c33 #error Use ISA-specific byteorder.s on a little-endian machine.
40 * byte order is the same as the network byte order (big endian).
41 * On little endian machines, these functions byte swap.
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c33 #error Use ISA-specific byteorder.s on a little-endian machine.
40 * byte order is the same as the network byte order (big endian).
41 * On little endian machines, these functions byte swap.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMakefile.PL112 if (! ((*up == 1 << (8*i)) || /* big-endian */
113 (*up == 1 << (8*(3-i))) /* little-endian */
/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Dinterface.c25 #include <parted/endian.h>
/osnet-11/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs.c22 #include <parted/endian.h>
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h60 # include <endian.h>
63 # include <machine/endian.h>
73 similarily - as big endian. See definition of "WORDS_BIGENDIAN" in
80 Ignore "PDP endian" machines, this code doesn't support them
177 * Little endian <==> big endian 32-bit swap macros.
204 * Little endian <==> big endian 16-bit swap macros.
/osnet-11/usr/src/lib/libparted/
H A DMakefile56 endian.h \
/osnet-11/usr/src/lib/libparted/common/libparted/fs/xfs/
H A Dxfs.c22 #include <parted/endian.h>

Completed in 99 milliseconds

123