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.c640 uint8_t *last_p = (uint8_t *) ptr + last_bit / 8; in zend_ffi_bit_field_read() local
647 if (p == last_p) { in zend_ffi_bit_field_read()
661 while (p < last_p) { in zend_ffi_bit_field_read()
667 if (p == last_p) { in zend_ffi_bit_field_read()
701 uint8_t *last_p = (uint8_t *) ptr + last_bit / 8; in zend_ffi_zval_to_bit_field() local
706 if (p == last_p) { in zend_ffi_zval_to_bit_field()
722 while (p < last_p) { in zend_ffi_zval_to_bit_field()
728 if (p == last_p) { in zend_ffi_zval_to_bit_field()

Completed in 19 milliseconds