Searched refs:unaligned_int (Results 1 – 2 of 2) sorted by relevance
370 typedef ZEND_SET_ALIGNED(1, unsigned int unaligned_int); typedef375 do { *((unaligned_int *)cp) = (unsigned int)(x); cp+=4; } while (0)
65 typedef ZEND_SET_ALIGNED(1, int unaligned_int); typedef1059 int x = *((unaligned_int*) &input[inputpos]); in PHP_FUNCTION()
Completed in 13 milliseconds