Home
last modified time | relevance | path

Searched refs:be32 (Results 1 – 25 of 2894) sorted by relevance

12345678910>>...116

/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/libflash/
H A Dffs.h127 be32 base;
128 be32 size;
129 be32 pid;
130 be32 id;
131 be32 type;
132 be32 flags;
133 be32 actual;
134 be32 resvd[4];
187 be32 magic;
188 be32 version;
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/libflash/
H A Dffs.h127 be32 base;
128 be32 size;
129 be32 pid;
130 be32 id;
131 be32 type;
132 be32 flags;
133 be32 actual;
134 be32 resvd[4];
187 be32 magic;
188 be32 version;
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/libflash/
H A Dffs.h124 be32 base;
125 be32 size;
126 be32 pid;
127 be32 id;
128 be32 type;
129 be32 flags;
130 be32 actual;
131 be32 resvd[4];
183 be32 magic;
184 be32 version;
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/libflash/
H A Dffs.h127 be32 base;
128 be32 size;
129 be32 pid;
130 be32 id;
131 be32 type;
132 be32 flags;
133 be32 actual;
134 be32 resvd[4];
187 be32 magic;
188 be32 version;
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/libflash/
H A Dffs.h127 be32 base;
128 be32 size;
129 be32 pid;
130 be32 id;
131 be32 type;
132 be32 flags;
133 be32 actual;
134 be32 resvd[4];
187 be32 magic;
188 be32 version;
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libflash/
H A Dffs.h113 be32 base;
114 be32 size;
115 be32 pid;
116 be32 id;
117 be32 type;
118 be32 flags;
119 be32 actual;
120 be32 resvd[4];
173 be32 magic;
174 be32 version;
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/libflash/
H A Dffs.h127 be32 base;
128 be32 size;
129 be32 pid;
130 be32 id;
131 be32 type;
132 be32 flags;
133 be32 actual;
134 be32 resvd[4];
187 be32 magic;
188 be32 version;
[all …]
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dufs.c73 if(be32(sb->fs_magic)==UFS_MAGIC && be32(sb->fs_size) > 0 && in test_ufs()
74 …(be32(sb->fs_fsize)==512 || be32(sb->fs_fsize)==1024 || be32(sb->fs_fsize)==2048 || be32(sb->fs_fs… in test_ufs()
88 …(be32(sb->fs_fsize)==512 || be32(sb->fs_fsize)==1024 || be32(sb->fs_fsize)==2048 || be32(sb->fs_fs… in test_ufs()
127 partition->part_size = (uint64_t)be32(sb->fs_size)*be32(sb->fs_fsize); in recover_ufs()
130 …log_info("fs_size %lu, fs_fsize %lu\n",(long unsigned)be32(sb->fs_size),(long unsigned)be32(sb->fs… in recover_ufs()
131 log_info("fs_sblkno %lu\n", (long unsigned)be32(sb->fs_sblkno)); in recover_ufs()
139 log_info("fs_sblkno %lu\n", (long unsigned)be32(sb->fs_sblkno)); in recover_ufs()
186 if(be32(sb->fs_magic)==UFS_MAGIC) in set_ufs_info()
189 partition->blocksize=be32(sb->fs_fsize); in set_ufs_info()
202 if(be32(sb->fs_magic)==UFS2_MAGIC) in set_ufs_info()
[all …]
H A Dfile_raf.c68 …if((const uint32_t)be32(raf->jpg_offset)!=0 && (const uint32_t)be32(raf->jpg_offset)<sizeof(struct… in header_check_raf()
70 …if((const uint32_t)be32(raf->cfa_offset)!=0 && (const uint32_t)be32(raf->cfa_offset)<sizeof(struct… in header_check_raf()
72 …if((const uint32_t)be32(raf->cfa_header_offset)!=0 && (const uint32_t)be32(raf->cfa_header_offset)… in header_check_raf()
74 size=(uint64_t)be32(raf->jpg_offset)+be32(raf->jpg_size); in header_check_raf()
75 tmp=(uint64_t)be32(raf->cfa_offset)+be32(raf->cfa_size); in header_check_raf()
78 tmp=(uint64_t)be32(raf->cfa_header_offset)+be32(raf->cfa_header_size); in header_check_raf()
H A Dfile_tiff_be.c98 be32(*tiff_next_diroff)>0) in find_tag_from_tiff_header_be()
116 if(be32(entry_strip_offsets->tdir_count) != be32(entry_strip_bytecounts->tdir_count)) in parse_strip_be()
139 const uint64_t tmp=be32(offsetp[i]) + be32(sizep[i]); in parse_strip_be()
215 (long unsigned)be32(entry->tdir_count), in tiff_be_makernote()
216 (long unsigned)be32(entry->tdir_offset), in tiff_be_makernote()
227 if(be32(entry->tdir_count)==1) in tiff_be_makernote()
320 (long unsigned)be32(entry->tdir_count), in header_check_tiff_be()
321 (long unsigned)be32(entry->tdir_offset), in header_check_tiff_be()
386 else if(be32(entry->tdir_count) > 1) in header_check_tiff_be()
395 const unsigned int nbr=(be32(entry->tdir_count)<32?be32(entry->tdir_count):32); in header_check_tiff_be()
[all …]
H A Dmd.c61 be32(sb1->major_version)==1 && in check_MD()
86 be32(sb1->major_version)==1 && in check_MD()
116 be32(sb->major_version)==0 && in check_MD()
148 be32(sb1->major_version)==1 && in check_MD()
310 if(be32(sb->major_version)==0) in set_MD_info_be()
322 if(be32(sb->disks[i].major)!=0 && be32(sb->disks[i].minor)!=0) in set_MD_info_be()
330 if(be32(sb->disks[i].major)==be32(sb->this_disk.major) && in set_MD_info_be()
331 be32(sb->disks[i].minor)==be32(sb->this_disk.minor)) in set_MD_info_be()
344 (unsigned int)be32(sb1->level), in set_MD_info_be()
405 if(be32(sb->major_version)==0) in test_MD_be()
[all …]
H A Dfile_au.c59 if((const uint32_t)be32(au->offset) >= sizeof(struct header_au_s) && in header_check_au()
60 be32(au->encoding)>0 && be32(au->encoding)<=27 && in header_check_au()
61 be32(au->channels)>0 && be32(au->channels)<=256) in header_check_au()
63 if(be32(au->size)!=0xffffffff) in header_check_au()
65 if(be32(au->offset)+be32(au->size) < 111) in header_check_au()
70 file_recovery_new->calculated_file_size=(uint64_t)be32(au->offset)+be32(au->size); in header_check_au()
H A Dfile_woff.c65 const uint64_t length=(uint64_t)be32(woff->length); in header_check_woff()
66 if((uint32_t)be32(woff->length) < sizeof(struct WOFFHeader)) in header_check_woff()
68 …if((uint32_t)be32(woff->metaOffset) > 0 && (uint32_t)be32(woff->metaOffset) < sizeof(struct WOFFHe… in header_check_woff()
70 …if((uint32_t)be32(woff->privOffset) > 0 && (uint32_t)be32(woff->privOffset) < sizeof(struct WOFFHe… in header_check_woff()
72 if((uint64_t)be32(woff->metaOffset) + (uint64_t)be32(woff->metaLength) > length || in header_check_woff()
73 (uint64_t)be32(woff->privOffset) + (uint64_t)be32(woff->privLength) > length) in header_check_woff()
H A Dhfsp.c41 partition->blocksize=be32(vh->blocksize); in set_HFSP_info()
85 part_size=(uint64_t)be32(vh->total_blocks)*be32(vh->blocksize); in recover_HFSP()
121 if (be32(vh->free_blocks) > be32(vh->total_blocks)) in test_HFSP()
124 if (be32(vh->blocksize)<512 || in test_HFSP()
125 ((be32(vh->blocksize)-1) & be32(vh->blocksize))!=0) in test_HFSP()
157 log_info("blocksize %u\n",(unsigned) be32(vh->blocksize)); in test_HFSP()
158 log_info("total_blocks %u\n",(unsigned) be32(vh->total_blocks)); in test_HFSP()
159 log_info("free_blocks %u\n",(unsigned) be32(vh->free_blocks)); in test_HFSP()
H A Dfile_hdf.c90 log_info("size=%u next=%lu\n", size, be32(ddh.next)); in file_check_hdf()
96 be16(p->tag), be16(p->ref), be32(p->offset), be32(p->length)); in file_check_hdf()
98 if((unsigned)be32(p->offset)!=(unsigned)(-1) && in file_check_hdf()
99 file_size < (uint64_t)be32(p->offset) + (uint64_t)be32(p->length)) in file_check_hdf()
100 file_size = (uint64_t)be32(p->offset) + (uint64_t)be32(p->length); in file_check_hdf()
103 offset=be32(ddh.next); in file_check_hdf()
H A Dfile_cow.c85 file_recovery_new->time=be32(header->mtime); in header_check_qcow1()
104 log_info("magic %lu\n", be32(header->magic)); in header_check_qcow2()
105 log_info("version %lu\n", be32(header->version)); in header_check_qcow2()
107 log_info("backing_file_size %lu\n", be32(header->backing_file_size)); in header_check_qcow2()
108 log_info("cluster_bits %lu\n", be32(header->cluster_bits)); in header_check_qcow2()
110 log_info("crypt_method %lu\n", be32(header->crypt_method)); in header_check_qcow2()
111 …log_info("l1_size %lu\n", be32(header->l1_size)); /* XXX: save number of clusters instead ? … in header_check_qcow2()
114 log_info("refcount_table_clusters %lu\n", be32(header->refcount_table_clusters)); in header_check_qcow2()
115 log_info("nb_snapshots %lu\n", be32(header->nb_snapshots)); in header_check_qcow2()
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfs/types/hfs/
H A DHFSVolumeFinderInfo.struct2 be32 blessedSystemFolder;
3 be32 startupApplicationParentFolder;
4 be32 openFolderList;
5 be32 alternateMacOSBlessedSystemFolder;
6 be32 reserved;
7 be32 alternateMacOSXBlessedSystemFolder;
/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Dhash_u5.c32 be32 be32 = cpu_to_be32(hu5->buf >> (hu5->num_bits-32)); in hash_u5() local
33 sha256_update(&hu5->hash, &be32, sizeof(be32)); in hash_u5()
42 be32 be32 = cpu_to_be32(hu5->buf << (32 - hu5->num_bits)); in hash_u5_done() local
44 sha256_update(&hu5->hash, &be32, (hu5->num_bits + 7) / 8); in hash_u5_done()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/common/
H A Ddhcp.h29 be32 xid;
32 be32 client_ip;
33 be32 your_ip;
34 be32 server_ip;
35 be32 relay_ip;
48 be32 xid;
51 be32 client_ip;
52 be32 your_ip;
53 be32 server_ip;
54 be32 relay_ip;
/dports/net/hostapd/hostapd-2.9/src/common/
H A Ddhcp.h45 be32 xid;
48 be32 client_ip;
49 be32 your_ip;
50 be32 server_ip;
51 be32 relay_ip;
64 be32 xid;
67 be32 client_ip;
68 be32 your_ip;
69 be32 server_ip;
70 be32 relay_ip;
/dports/net/hostapd-devel/hostap-14ab4a816/src/common/
H A Ddhcp.h45 be32 xid;
48 be32 client_ip;
49 be32 your_ip;
50 be32 server_ip;
51 be32 relay_ip;
64 be32 xid;
67 be32 client_ip;
68 be32 your_ip;
69 be32 server_ip;
70 be32 relay_ip;
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddhcp.h45 be32 xid;
48 be32 client_ip;
49 be32 your_ip;
50 be32 server_ip;
51 be32 relay_ip;
64 be32 xid;
67 be32 client_ip;
68 be32 your_ip;
69 be32 server_ip;
70 be32 relay_ip;
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/common/
H A Ddhcp.h45 be32 xid;
48 be32 client_ip;
49 be32 your_ip;
50 be32 server_ip;
51 be32 relay_ip;
64 be32 xid;
67 be32 client_ip;
68 be32 your_ip;
69 be32 server_ip;
70 be32 relay_ip;
/dports/net/hostapd/hostapd-2.9/src/eap_common/
H A Deap_ttls.h13 be32 avp_code;
14 be32 avp_length; /* 8-bit flags, 24-bit length;
21 be32 avp_code;
22 be32 avp_length; /* 8-bit flags, 24-bit length;
24 be32 vendor_id;
/dports/net/hostapd-devel/hostap-14ab4a816/src/eap_common/
H A Deap_ttls.h13 be32 avp_code;
14 be32 avp_length; /* 8-bit flags, 24-bit length;
21 be32 avp_code;
22 be32 avp_length; /* 8-bit flags, 24-bit length;
24 be32 vendor_id;

12345678910>>...116