/external/openssl/crypto/lhash/ |
lhash.c | 48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 69 * the 'table' was 'contract()ed', making some entries 83 * 1.6 eay - Fixed an invalid pointers in contract/expand 27/07/92 111 static void contract(_LHASH *lh); 243 contract(lh); 366 static void contract(_LHASH *lh) function
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatRect.h | 22 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 98 void contract(const FloatSize& size) { m_size -= size; } function in class:WebCore::FloatRect 99 void contract(float dw, float dh) { m_size.expand(-dw, -dh); } function in class:WebCore::FloatRect
|
IntRect.h | 21 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 93 void contract(const IntSize& size) { m_size -= size; } function in class:WebCore::IntRect 94 void contract(int dw, int dh) { m_size.expand(-dw, -dh); } function in class:WebCore::IntRect
|
LayoutRect.h | 26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 101 void contract(const LayoutSize& size) { m_size -= size; } function in class:WebCore::LayoutRect 102 void contract(const LayoutBoxExtent& box) function in class:WebCore::LayoutRect 107 void contract(LayoutUnit dw, LayoutUnit dh) { m_size.expand(-dw, -dh); } function in class:WebCore::LayoutRect
|
/external/chromium_org/third_party/openssl/openssl/crypto/lhash/ |
lhash.c | 48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 69 * the 'table' was 'contract()ed', making some entries 83 * 1.6 eay - Fixed an invalid pointers in contract/expand 27/07/92 219 static void contract(_LHASH *lh); 353 /* Do not contract the array if the table is being iterated on. */ 357 contract(lh); 416 * contract() call will double/halve the size of the array, 421 contract(lh); 491 static void contract(_LHASH *lh) function
|