Searched refs:slack (Results 1 - 5 of 5) sorted by path

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex772 heap operations later functions will have to perform in the future. If \textbf{MP\_PREC} is set correctly the slack
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c1333 static UInt8 *getNextFrame(DeviceDescription *deviceDescriptionPtr, IsochComponentInstancePtr client, int slack, int waiting) argument
1377 //syslog(LOG_INFO, "Waiting for next IDHWrite, %d DCL blocks free\n", slack);
1378 if(slack < 3) {
1392 static int fillDCLGroup(DeviceDescription *deviceDescriptionPtr, IsochComponentInstancePtr client, int group, int slack) argument
1403 dataPtr = getNextFrame(deviceDescriptionPtr, client, slack, true);
1445 dataPtr = getNextFrame(deviceDescriptionPtr, client, slack, false);
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkNotebook.c465 slack = 0; local
472 int adj = delta + (i < remainder) + slack;
476 slack = 0;
478 slack = adj - (minTabWidth - tab->width);
H A DttkTreeview.c423 int slack; /* Slack space (see Resizing section) */ member in struct:__anon13585
763 * slack invariant: TreeWidth(tree) + slack = treeArea.width
786 tv->tree.slack = tv->tree.treeArea.width - TreeWidth(tv);
790 * When resizing columns, distribute extra space to 'slack' first,
791 * and only adjust column widths if 'slack' goes to zero.
797 int newSlack = tv->tree.slack + extra;
799 if ( (newSlack < 0 && 0 <= tv->tree.slack)
800 || (newSlack > 0 && 0 >= tv->tree.slack))
802 tv->tree.slack
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dampl.vim96 syn match amplDotSuffix "\h\w*\.\(init0\|ldual\|slack\|udual\)"hs=e-5

Completed in 274 milliseconds