Home
last modified time | relevance | path

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

/PHP-8.0/ext/ffi/
H A Dffi.c581 uint8_t *last_p = (uint8_t *) ptr + last_bit / 8; in zend_ffi_bit_field_read() local
588 if (p == last_p) { in zend_ffi_bit_field_read()
602 while (p < last_p) { in zend_ffi_bit_field_read()
608 if (p == last_p) { in zend_ffi_bit_field_read()
642 uint8_t *last_p = (uint8_t *) ptr + last_bit / 8; in zend_ffi_zval_to_bit_field() local
647 if (p == last_p) { in zend_ffi_zval_to_bit_field()
663 while (p < last_p) { in zend_ffi_zval_to_bit_field()
669 if (p == last_p) { in zend_ffi_zval_to_bit_field()

Completed in 21 milliseconds