Searched refs:hl (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 92 (CAST(uint32_t, (p)->hl[3])<<24)| \ 93 (CAST(uint32_t, (p)->hl[2])<<16)| \ 94 (CAST(uint32_t, (p)->hl[1])<<8)| \ 95 (CAST(uint32_t, (p)->hl[0]))) 97 (CAST(uint32_t, (p)->hl[0])<<24)| \ 98 (CAST(uint32_t, (p)->hl[1])<<16)| \ 99 (CAST(uint32_t, (p)->hl[2])<<8)| \ 100 (CAST(uint32_t, (p)->hl[3]))) 102 (CAST(uint32_t, (p)->hl[1])<<24)| \ 104 (CAST(uint32_t, (p)->hl[3])<<8)| \ [all …]
|
H A D | file.h | 193 uint8_t hl[4]; /* 4 bytes of a fixed-endian "long" */ member
|
/php-src/docs/ |
H A D | release-process.md | 1119 [Send emails from a different address or alias]: https://support.google.com/mail/answer/22370?hl=en
|
Completed in 17 milliseconds