Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_gdb.c282 typedef IR_SET_ALIGNED(1, uint32_t unaligned_uint32_t); typedef
292 #define DU32(x) (*(unaligned_uint32_t *)p = (x), p += 4)
299 { unaligned_uint32_t *szp_##name = (uint32_t *)p; p += 4; stmt \
/php-src/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 13 milliseconds