Searched defs:diff (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dcomvar.sh496 [[ "${foo1[1234]}" == "${foo2[1234]}" ]] || err_exit "test failed\n$(diff -u <( print -r -- "${foo1[1234]}") <(print -r -- "${foo2[1234]}"))."
520 function diff function
529 float mydiff=sw.diff
/ast/src/cmd/pack/
H A Dpack.c174 double diff; local
177 diff = huffisize(hp) - (dsize+huffosize(hp));
179 infile,(100*diff)/((double)huffisize(hp)));
/ast/src/lib/libjcl/
H A Duniq.c41 Dt_t* diff; member in struct:State_s
246 * add name=value to the diff dict
251 diff(const char* name, const char* value, Jcldisc_t* disc) function
256 if (!state.diff)
261 if (!(state.diff = dtopen(&state.diffdisc, Dtoset)))
267 if (u = (Uniq_t*)dtmatch(state.diff, name))
282 dtinsert(state.diff, u);
H A Djcllib.h148 #define diff _jcl_diff macro
167 extern int diff(const char*, const char*, Jcldisc_t*);
/ast/src/cmd/pzip/
H A Dpop.c396 * copy the row by row diff of path to sfstdout
400 diff(int op, const char* path, size_t row) function
558 return diff(op, *argv, row);
/ast/src/lib/libtk/generic/
H A DtkGrab.c1251 int mode, diff;
1254 * The diff caculation is trickier than it may seem. Don't forget
1259 diff = eventPtr->xany.serial - info->serial;
1270 || (diff < 0)) {
1240 int mode, diff; local
H A DtkCanvArc.c760 double vertex[2], pointAngle, diff, dist, newDist;
786 diff = pointAngle - arcPtr->start;
787 diff -= ((int) (diff/360.0) * 360.0);
788 if (diff < 0) {
789 diff += 360.0;
791 angleInRange = (diff <= arcPtr->extent) ||
792 ((arcPtr->extent < 0) && ((diff - 360.0) >= arcPtr->extent));
1567 double diff;
1572 diff
753 double vertex[2], pointAngle, diff, dist, newDist; local
1553 double diff; local
[all...]
H A DtkGrid.c941 int diff = 0; /* Extra pixels needed to add to the layout. */
948 diff = size - slotPtr[slots-1].offset;
954 if (diff == 0) {
968 return(diff > 0 ? diff/2 : 0);
976 if (diff > 0) {
979 slotPtr[slot].offset += diff * weight / totalWeight;
1025 while (diff < 0) {
1049 newDiff = diff;
1052 int maxDiff; /* max diff tha
937 int diff = 0; /* Extra pixels needed to add to the layout. */ local
1599 int diff = layoutPtr[slot].maxOffset - layoutPtr[slot].minOffset; local
[all...]
H A DtkListbox.c671 int index, diff;
681 diff = listPtr->topIndex-index;
682 if (diff > 0) {
683 if (diff <= (listPtr->fullLines/3)) {
689 diff = index - (listPtr->topIndex + listPtr->fullLines - 1);
690 if (diff > 0) {
691 if (diff <= (listPtr->fullLines/3)) {
692 ChangeListboxView(listPtr, listPtr->topIndex + diff);
669 int index, diff; local
/ast/src/cmd/pax/
H A Ddelta.c981 register Vdoff_t diff; local
984 if (diff = off - dp->offset)
989 if (bseek(dp->bp, diff, SEEK_CUR, 0) < 0)
/ast/src/lib/libtk/unix/
H A DtkUnixWm.c2723 int diff, code;
2746 diff = event.xconfigure.serial - serial;
2747 if (diff >= 0) {
3673 int diff;
3816 diff = event.xconfigure.serial - serial;
3817 if (diff >= 0) {
2707 int diff, code; local
3643 int diff; local

Completed in 66 milliseconds