Home
last modified time | relevance | path

Searched +defs:magic +defs:h (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/file/src/
H A Dfile.h210 uint16_t h; member
223 struct magic { struct
233 #define TEXTTEST 0x40 /* for passing to file_softmagic */ argument
237 uint8_t cont_level; /* level of ">" */
238 uint8_t factor;
241 uint8_t reln; /* relation (0=eq, '>'=gt, etc) */
242 uint8_t vallen; /* length of string value, if any */
243 uint8_t type; /* comparison type (FILE_*) */
244 uint8_t in_type; /* type of indirection */
329 uint8_t in_op; /* operator for indirection */
[all …]
H A Dapprentice.c101 struct magic *magic[MAGIC_SETS]; member
2630 int quad = 0, h; in check_format_type() local
3479 uint32_t h[2 + MAGIC_SETS]; in apprentice_compile() member
3572 byteswap(struct magic *magic, uint32_t nmagic) in byteswap()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dstreebog.h81 u64 h[STREEBOG_BLOCK_U64_SIZE]; member
87 word_t magic; member
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cpio.c178 int magic; member
365 const void *h, *hl; in archive_read_format_cpio_read_header() local
543 const void *h; in find_newc_header() local
605 const void *h; in header_newc() local
690 is_afio_large(const char *h, size_t len) in is_afio_large()
713 const void *h; in find_odc_header() local
791 const void *h; in header_odc() local
860 const void *h; in header_afiol() local
912 const void *h; in header_bin_le() local
957 const void *h; in header_bin_be() local
H A Darchive_read_support_format_tar.c64 char magic[6]; /* For POSIX: "ustar\0" */ member
91 char magic[8]; /* "ustar \0" (note blank/blank/null at end) */ member
374 const char *h; in archive_read_format_tar_bid() local
716 const char *h; in tar_read_header() local
992 checksum(struct archive_read *a, const void *h) in checksum()
1067 struct archive_entry *entry, const void *h, int64_t *unconsumed) in header_Solaris_ACL()
1171 struct archive_entry *entry, const void *h, int64_t *unconsumed) in header_gnu_longlink()
1205 struct archive_entry *entry, const void *h, int64_t *unconsumed) in header_gnu_longname()
1226 struct archive_entry *entry, const void *h, int64_t *unconsumed) in header_volume()
1287 struct archive_string *as, const void *h, int64_t *unconsumed) in read_body_to_string()
[all …]
H A Darchive_read_support_format_iso9660.c323 int magic; member
601 isNull(const unsigned char *h, unsigned offset, unsigned bytes) in isNull()
616 isBootRecord(const unsigned char *h) in isBootRecord()
631 isVolumePartition(struct iso9660 *iso9660, const unsigned char *h) in isVolumePartition()
657 isVDSetTerminator(const unsigned char *h) in isVDSetTerminator()
676 isJolietSVD(struct iso9660 *iso9660, const unsigned char *h) in isJolietSVD()
725 isSVD(const unsigned char *h) in isSVD()
784 isEVD(const unsigned char *h) in isEVD()
862 isPVD(struct iso9660 *iso9660, const unsigned char *h) in isPVD()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Dittnotify_config.h335 unsigned char magic[8]; member
357 #define NEW_THREAD_INFO_W(gptr,h,h_tail,t,s,n) { \ argument
374 #define NEW_THREAD_INFO_A(gptr,h,h_tail,t,s,n) { \ argument
391 #define NEW_DOMAIN_W(gptr,h,h_tail,name) { \ argument
407 #define NEW_DOMAIN_A(gptr,h,h_tail,name) { \ argument
423 #define NEW_STRING_HANDLE_W(gptr,h,h_tail,name) { \ argument
438 #define NEW_STRING_HANDLE_A(gptr,h,h_tail,name) { \ argument
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h451 unsigned char magic[8]; global() member
476 NEW_THREAD_INFO_W(gptr,h,h_tail,t,s,n) global() argument
494 NEW_THREAD_INFO_A(gptr,h,h_tail,t,s,n) global() argument
512 NEW_DOMAIN_W(gptr,h,h_tail,name) global() argument
529 NEW_DOMAIN_A(gptr,h,h_tail,name) global() argument
546 NEW_STRING_HANDLE_W(gptr,h,h_tail,name) global() argument
562 NEW_STRING_HANDLE_A(gptr,h,h_tail,name) global() argument
578 NEW_COUNTER_W(gptr,h,h_tail,name,domain,type) global() argument
596 NEW_COUNTER_A(gptr,h,h_tail,name,domain,type) global() argument
614 NEW_HISTOGRAM_W(gptr,h,h_tail,domain,name,x_type,y_type) global() argument
632 NEW_HISTOGRAM_A(gptr,h,h_tail,domain,name,x_type,y_type) global() argument
[all...]
/freebsd/contrib/libpcap/
H A Dsavefile.c484 uint8_t magic[4]; in pcap_fopen_offline_with_tstamp_precision() local
649 struct pcap_pkthdr h; in pcapint_offline_read() local
H A Dsf-pcap.c219 pcap_check_header(const uint8_t *magic, FILE *fp, u_int precision, char *errbuf, in pcap_check_header()
820 pcap_dump(u_char *user, const struct pcap_pkthdr *h, const u_char *sp) in pcap_dump()
/freebsd/stand/efi/loader/
H A Dframebuffer.c514 efifb_gop_get_edid(EFI_HANDLE h) in efifb_gop_get_edid()
516 const uint8_t magic[] = EDID_MAGIC; in efifb_gop_get_edid() local
/freebsd/sbin/savecore/
H A Dsavecore.c162 printheader(xo_handle_t *xo, const struct kerneldumpheader *h, in printheader()
490 compare_magic(const struct kerneldumpheader *kdh, const char *magic) in compare_magic()
/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.cpp35 SectionChunk::SectionChunk(ObjFile *f, const coff_section *h, Kind k) in SectionChunk()
753 uint32_t magic = support::endian::read32le(data.data()); in consumeDebugMagic() local
/freebsd/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c650 unsigned long magic; member
722 static const struct swrap_file_hdr h; in socket_wrapper_pcap_file() local
/freebsd/contrib/libucl/src/
H A Ducl_util.c300 char *t = str, *h = str; local
433 char *t = str, *h = str; local
2793 char magic[4]; /* safety check */ member
/freebsd/sys/dev/usb/video/
H A Duvideo.c1936 int i, w, h, diff, diff_best, size_want, size_is; in uvideo_find_res() local
2629 uint8_t magic[] = { 0x11, 0x22, 0x33, 0x44, 0xde, 0xad, 0xbe, in uvideo_vs_decode_stream_header_isight() local
/freebsd/sys/contrib/xen/arch-x86/hvm/
H A Dsave.h39 uint32_t magic; /* Must be HVM_FILE_MAGIC */ member
280 static inline int _hvm_hw_fix_cpu(void *h, uint32_t size) { in _hvm_hw_fix_cpu()
/freebsd/libexec/rtld-elf/
H A Drtld.c345 #define LD_UTRACE(e, h, mb, ms, r, n) \ argument
1882 Elf32_Word h = 0; in elf_hash() local
1898 uint32_t h; in gnu_hash() local
2151 uint32_t magic; /* Magic number */ in gethints() local
/freebsd/sys/dev/bce/
H A Dif_bce.c2894 u32 magic, csum; in bce_nvram_test() local
7903 int h; in bce_hash_maddr() local
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DTpm20.h1208 TPM_GENERATED magic; member
1504 TPM2B_ECC_PARAMETER h; member
/freebsd/contrib/unbound/daemon/
H A Dremote.c2212 hashvalue_type h; in do_cache_remove() local
4303 char magic[7]; in handle_req() local
/freebsd/contrib/sqlite3/
H A Dsqlite3.c15440 unsigned int h; /* hash for pKey */ member
25530 int h, m; /* Hour and minutes */ member
25668 int h, m, s; in parseHhMmSs() local
26410 int Y,M,D,h,m,x; in parseModifier() local
26935 int h = x.h; in strftimeFunc() local
36840 u8 h = 0; in sqlite3StrIHash() local
37146 u64 h, d1; in sqlite3Fp2Convert10() local
38267 SQLITE_PRIVATE u8 sqlite3HexToInt(int h){ in sqlite3HexToInt()
38702 unsigned int h = 0; in strHash() local
38806 unsigned int h; /* The computed hash */ in findElementWithHash() local
[all …]