Searched refs:last_p (Results 1 – 1 of 1) sorted by relevance
641 uint8_t *last_p = (uint8_t *) ptr + last_bit / 8; in zend_ffi_bit_field_read() local648 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() local707 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 18 milliseconds