Home
last modified time | relevance | path

Searched refs:const_header (Results 1 – 24 of 24) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/krypto/
H A Dencfile.c242 const KEncFileHeader const_header variable
278 if (memcmp (&header, &const_header, sizeof (header)) == 0) in KEncFileV1HeaderRead()
315 if (memcmp (&header, &const_header, sizeof (header.file_sig)) != 0) in KEncFileV1HeaderRead()
367 rc = KEncFileV1BufferWrite (self, 0, &const_header, sizeof (const_header), in KEncFileV1HeaderWrite()
371 if (num_writ != sizeof (const_header)) in KEncFileV1HeaderWrite()
1882 if ((memcmp (header, &const_header, buffer_size) == 0) || in KFileIsEnc_v1()
H A Dencfilev2.c295 const KEncFileHeader const_header variable
354 if (memcmp (header.file_sig, const_header.file_sig, in KEncFileHeaderRead()
424 : (self->bswap ? &const_bswap_header : &const_header); in KEncFileHeaderWrite()
426 head = self->bswap ? &const_bswap_header : &const_header; in KEncFileHeaderWrite()
2567 if ((memcmp (buffer, &const_header.file_sig, sizeof const_header.file_sig ) != 0) && in KFileIsEnc_v2()
2579 if (header.byte_order == const_header.byte_order) in KFileIsEnc_v2()
2618 if (memcmp (buffer, &const_header_sra.file_sig, sizeof const_header.file_sig ) != 0) in KFileIsSraEnc()
2628 if (header.byte_order == const_header.byte_order) in KFileIsSraEnc()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/krypto/
H A Dencfile.c242 const KEncFileHeader const_header variable
278 if (memcmp (&header, &const_header, sizeof (header)) == 0) in KEncFileV1HeaderRead()
315 if (memcmp (&header, &const_header, sizeof (header.file_sig)) != 0) in KEncFileV1HeaderRead()
367 rc = KEncFileV1BufferWrite (self, 0, &const_header, sizeof (const_header), in KEncFileV1HeaderWrite()
371 if (num_writ != sizeof (const_header)) in KEncFileV1HeaderWrite()
1882 if ((memcmp (header, &const_header, buffer_size) == 0) || in KFileIsEnc_v1()
H A Dencfilev2.c295 const KEncFileHeader const_header variable
354 if (memcmp (header.file_sig, const_header.file_sig, in KEncFileHeaderRead()
424 : (self->bswap ? &const_bswap_header : &const_header); in KEncFileHeaderWrite()
426 head = self->bswap ? &const_bswap_header : &const_header; in KEncFileHeaderWrite()
2567 if ((memcmp (buffer, &const_header.file_sig, sizeof const_header.file_sig ) != 0) && in KFileIsEnc_v2()
2579 if (header.byte_order == const_header.byte_order) in KFileIsEnc_v2()
2618 if (memcmp (buffer, &const_header_sra.file_sig, sizeof const_header.file_sig ) != 0) in KFileIsSraEnc()
2628 if (header.byte_order == const_header.byte_order) in KFileIsSraEnc()
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dvmdk.c752 VMDKSESparseConstHeader const_header; in vmdk_open_se_sparse() local
762 assert(sizeof(const_header) == SECTOR_SIZE); in vmdk_open_se_sparse()
764 ret = bdrv_pread(file, 0, &const_header, sizeof(const_header)); in vmdk_open_se_sparse()
774 ret = check_se_sparse_const_header(&const_header, errp); in vmdk_open_se_sparse()
782 const_header.volatile_header_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
799 const_header.capacity, in vmdk_open_se_sparse()
800 const_header.grain_dir_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
802 const_header.grain_dir_size * in vmdk_open_se_sparse()
804 const_header.grain_table_size * in vmdk_open_se_sparse()
806 const_header.grain_size, in vmdk_open_se_sparse()
[all …]
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dvmdk.c753 VMDKSESparseConstHeader const_header; in vmdk_open_se_sparse() local
763 assert(sizeof(const_header) == SECTOR_SIZE); in vmdk_open_se_sparse()
765 ret = bdrv_pread(file, 0, &const_header, sizeof(const_header)); in vmdk_open_se_sparse()
775 ret = check_se_sparse_const_header(&const_header, errp); in vmdk_open_se_sparse()
783 const_header.volatile_header_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
800 const_header.capacity, in vmdk_open_se_sparse()
801 const_header.grain_dir_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
803 const_header.grain_dir_size * in vmdk_open_se_sparse()
805 const_header.grain_table_size * in vmdk_open_se_sparse()
807 const_header.grain_size, in vmdk_open_se_sparse()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dvmdk.c752 VMDKSESparseConstHeader const_header; in vmdk_open_se_sparse() local
762 assert(sizeof(const_header) == SECTOR_SIZE); in vmdk_open_se_sparse()
764 ret = bdrv_pread(file, 0, &const_header, sizeof(const_header)); in vmdk_open_se_sparse()
774 ret = check_se_sparse_const_header(&const_header, errp); in vmdk_open_se_sparse()
782 const_header.volatile_header_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
799 const_header.capacity, in vmdk_open_se_sparse()
800 const_header.grain_dir_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
802 const_header.grain_dir_size * in vmdk_open_se_sparse()
804 const_header.grain_table_size * in vmdk_open_se_sparse()
806 const_header.grain_size, in vmdk_open_se_sparse()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dvmdk.c752 VMDKSESparseConstHeader const_header; in vmdk_open_se_sparse() local
762 assert(sizeof(const_header) == SECTOR_SIZE); in vmdk_open_se_sparse()
764 ret = bdrv_pread(file, 0, &const_header, sizeof(const_header)); in vmdk_open_se_sparse()
774 ret = check_se_sparse_const_header(&const_header, errp); in vmdk_open_se_sparse()
782 const_header.volatile_header_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
799 const_header.capacity, in vmdk_open_se_sparse()
800 const_header.grain_dir_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
802 const_header.grain_dir_size * in vmdk_open_se_sparse()
804 const_header.grain_table_size * in vmdk_open_se_sparse()
806 const_header.grain_size, in vmdk_open_se_sparse()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dvmdk.c752 VMDKSESparseConstHeader const_header; in vmdk_open_se_sparse() local
762 assert(sizeof(const_header) == SECTOR_SIZE); in vmdk_open_se_sparse()
764 ret = bdrv_pread(file, 0, &const_header, sizeof(const_header)); in vmdk_open_se_sparse()
774 ret = check_se_sparse_const_header(&const_header, errp); in vmdk_open_se_sparse()
782 const_header.volatile_header_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
799 const_header.capacity, in vmdk_open_se_sparse()
800 const_header.grain_dir_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
802 const_header.grain_dir_size * in vmdk_open_se_sparse()
804 const_header.grain_table_size * in vmdk_open_se_sparse()
806 const_header.grain_size, in vmdk_open_se_sparse()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dvmdk.c752 VMDKSESparseConstHeader const_header; in vmdk_open_se_sparse() local
762 assert(sizeof(const_header) == SECTOR_SIZE); in vmdk_open_se_sparse()
764 ret = bdrv_pread(file, 0, &const_header, sizeof(const_header)); in vmdk_open_se_sparse()
774 ret = check_se_sparse_const_header(&const_header, errp); in vmdk_open_se_sparse()
782 const_header.volatile_header_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
799 const_header.capacity, in vmdk_open_se_sparse()
800 const_header.grain_dir_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
802 const_header.grain_dir_size * in vmdk_open_se_sparse()
804 const_header.grain_table_size * in vmdk_open_se_sparse()
806 const_header.grain_size, in vmdk_open_se_sparse()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dvmdk.c752 VMDKSESparseConstHeader const_header; in vmdk_open_se_sparse() local
762 assert(sizeof(const_header) == SECTOR_SIZE); in vmdk_open_se_sparse()
764 ret = bdrv_pread(file, 0, &const_header, sizeof(const_header)); in vmdk_open_se_sparse()
774 ret = check_se_sparse_const_header(&const_header, errp); in vmdk_open_se_sparse()
782 const_header.volatile_header_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
799 const_header.capacity, in vmdk_open_se_sparse()
800 const_header.grain_dir_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
802 const_header.grain_dir_size * in vmdk_open_se_sparse()
804 const_header.grain_table_size * in vmdk_open_se_sparse()
806 const_header.grain_size, in vmdk_open_se_sparse()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dvmdk.c752 VMDKSESparseConstHeader const_header; in vmdk_open_se_sparse() local
762 assert(sizeof(const_header) == SECTOR_SIZE); in vmdk_open_se_sparse()
764 ret = bdrv_pread(file, 0, &const_header, sizeof(const_header)); in vmdk_open_se_sparse()
774 ret = check_se_sparse_const_header(&const_header, errp); in vmdk_open_se_sparse()
782 const_header.volatile_header_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
799 const_header.capacity, in vmdk_open_se_sparse()
800 const_header.grain_dir_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
802 const_header.grain_dir_size * in vmdk_open_se_sparse()
804 const_header.grain_table_size * in vmdk_open_se_sparse()
806 const_header.grain_size, in vmdk_open_se_sparse()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/freedreno/ir3/
H A Dir3_parser.y504 | const_header
524 const_header: T_A_CONST '(' T_CONSTANT ')' const_val ',' const_val ',' const_val ',' const_val…
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_parser.y650 | const_header
672 const_header: T_A_CONST '(' T_CONSTANT ')' const_val ',' const_val ',' const_val ',' const_val…
/dports/graphics/libosmesa/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_parser.y650 | const_header
672 const_header: T_A_CONST '(' T_CONSTANT ')' const_val ',' const_val ',' const_val ',' const_val…
/dports/graphics/mesa-libs/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_parser.y650 | const_header
672 const_header: T_A_CONST '(' T_CONSTANT ')' const_val ',' const_val ',' const_val ',' const_val…
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_parser.y650 | const_header
672 const_header: T_A_CONST '(' T_CONSTANT ')' const_val ',' const_val ',' const_val ',' const_val…
/dports/graphics/mesa-dri/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_parser.y650 | const_header
672 const_header: T_A_CONST '(' T_CONSTANT ')' const_val ',' const_val ',' const_val ',' const_val…
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_parser.y650 | const_header
672 const_header: T_A_CONST '(' T_CONSTANT ')' const_val ',' const_val ',' const_val ',' const_val…
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_parser.y650 | const_header
672 const_header: T_A_CONST '(' T_CONSTANT ')' const_val ',' const_val ',' const_val ',' const_val…
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_parser.y650 | const_header
672 const_header: T_A_CONST '(' T_CONSTANT ')' const_val ',' const_val ',' const_val ',' const_val…
/dports/lang/clover/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_parser.y650 | const_header
672 const_header: T_A_CONST '(' T_CONSTANT ')' const_val ',' const_val ',' const_val ',' const_val…
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/freedreno/ir3/
H A Dir3_parser.y694 | const_header
716 const_header: T_A_CONST '(' T_CONSTANT ')' const_val ',' const_val ',' const_val ',' const_val…
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/tools/partitioner/
H A Dhecmw_partition.c5840 static int const_header(const struct hecmwST_local_mesh *global_mesh, in const_header() function
5917 rtc = const_header(global_mesh, local_mesh); in const_global_info()