Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.c641 uint8_t *last_p = (uint8_t *) ptr + last_bit / 8; in zend_ffi_bit_field_read() local
648 if (p == last_p) { in zend_ffi_bit_field_read()
662 while (p < last_p) { in zend_ffi_bit_field_read()
668 if (p == last_p) { in zend_ffi_bit_field_read()
702 uint8_t *last_p = (uint8_t *) ptr + last_bit / 8; in zend_ffi_zval_to_bit_field() local
707 if (p == last_p) { in zend_ffi_zval_to_bit_field()
723 while (p < last_p) { in zend_ffi_zval_to_bit_field()
729 if (p == last_p) { in zend_ffi_zval_to_bit_field()

Completed in 21 milliseconds