Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec.h122 _update, _final, _vers) \ argument
129 .update = _update, \
/f-stack/freebsd/arm/allwinner/clkng/
H A Daw_clk.h287 _update, \ argument
316 .update_shift = _update, \
/f-stack/tools/libxo/xohtml/external/
H A Djquery.qtip.js581 ;PROTOTYPE._update = function(content, element, reposition) { function in PROTOTYPE
598 return self._update(c, element);
600 return self._update(e, element);
631 this._update(content, this.elements.content, reposition);
635 if(this._update(content, this.elements.title, reposition) === FALSE) {