Home
last modified time | relevance | path

Searched refs:hl (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c90 (CAST(uint32_t, (p)->hl[3])<<24)| \
91 (CAST(uint32_t, (p)->hl[2])<<16)| \
92 (CAST(uint32_t, (p)->hl[1])<<8)| \
93 (CAST(uint32_t, (p)->hl[0])))
95 (CAST(uint32_t, (p)->hl[0])<<24)| \
96 (CAST(uint32_t, (p)->hl[1])<<16)| \
97 (CAST(uint32_t, (p)->hl[2])<<8)| \
98 (CAST(uint32_t, (p)->hl[3])))
100 (CAST(uint32_t, (p)->hl[1])<<24)| \
102 (CAST(uint32_t, (p)->hl[3])<<8)| \
[all …]
H A Dfile.h183 uint8_t hl[4]; /* 4 bytes of a fixed-endian "long" */ member
/PHP-8.3/docs/
H A Drelease-process.md1045 [Send emails from a different address or alias]: https://support.google.com/mail/answer/22370?hl=en

Completed in 21 milliseconds