Home
last modified time | relevance | path

Searched refs:magic_number (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c429 const u32 magic_number = (u32)IO_read_bits(in, 32); in decode_frame() local
430 if (magic_number == ZSTD_MAGIC_NUMBER) { in decode_frame()
1380 const u32 magic_number = (u32)IO_read_bits(&in, 32); in ZSTD_get_decompressed_size() local
1382 if (magic_number == ZSTD_MAGIC_NUMBER) { in ZSTD_get_decompressed_size()
1445 const u32 magic_number = IO_read_bits(&in, 32); in parse_dictionary() local
1446 if (magic_number != 0xEC30A437) { in parse_dictionary()
/freebsd/sys/dev/ocs_fc/
H A Docs_ioctl.c756 if ((ocs_be32toh(fw_image->magic_number) != OCS_HW_OBJECT_G5) && in ocs_sys_fwupgrade()
757 (ocs_be32toh(fw_image->magic_number) != OCS_HW_OBJECT_G6)) { in ocs_sys_fwupgrade()
760 ocs_be32toh(fw_image->magic_number), fw->datasize); in ocs_sys_fwupgrade()
H A Docs_hw.h1397 uint32_t magic_number; member
/freebsd/contrib/ee/
H A Dnew_curse.c1065 int magic_number = 0; in INFO_PARSE() local
1081 magic_number = Get_int(); in INFO_PARSE()
1085 if (magic_number != 282) in INFO_PARSE()
1090 magic_number = Get_int(); in INFO_PARSE()
1091 if (magic_number != 282) in INFO_PARSE()