Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_gdb.c287 typedef ZEND_SET_ALIGNED(1, uint32_t unaligned_uint32_t); typedef
297 #define DU32(x) (*(unaligned_uint32_t *)p = (x), p += 4)
304 { unaligned_uint32_t *szp_##name = (uint32_t *)p; p += 4; stmt \
/PHP-8.1/ext/standard/
H A Dmd5.c166 typedef ZEND_SET_ALIGNED(1, uint32_t unaligned_uint32_t); typedef
168 (*(unaligned_uint32_t *)&ptr[(n) * 4])
H A Dpack.c62 typedef ZEND_SET_ALIGNED(1, uint32_t unaligned_uint32_t); typedef
1069 uint32_t x = *((unaligned_uint32_t*) &input[inputpos]); in PHP_FUNCTION()

Completed in 20 milliseconds