Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dfitblk_original.c124 #define MARGIN 8 /* amount to back off for completion */ macro
208 inf.avail_in = size - MARGIN; /* assure stream will complete */ in main()
H A Dfitblk.c136 #define MARGIN 8 /* amount to back off for completion */ macro
227 inf.avail_in = size - MARGIN; /* assure stream will complete */ in main()
/f-stack/tools/libxo/xohtml/external/
H A Djquery.qtip.js1933 MARGIN = 'margin', variable
2363 position[MARGIN+'-' + b] = -Math.round(size[ precedance === Y ? 0 : 1 ] / 2) + userOffset;
2429 css[MARGIN+'-left'] = shift.x = offset[MARGIN+'-left'] - adjust.left;
2445 css[MARGIN+'-top'] = shift.y = offset[MARGIN+'-top'] - adjust.top;