Home
last modified time | relevance | path

Searched refs:unaligned_int (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddasm_x86.h370 typedef ZEND_SET_ALIGNED(1, unsigned int unaligned_int); typedef
375 do { *((unaligned_int *)cp) = (unsigned int)(x); cp+=4; } while (0)
/PHP-8.2/ext/standard/
H A Dpack.c65 typedef ZEND_SET_ALIGNED(1, int unaligned_int); typedef
1059 int x = *((unaligned_int*) &input[inputpos]); in PHP_FUNCTION()

Completed in 13 milliseconds