Searched +refs:diff +refs:mode (Results 1 - 25 of 215) sorted by relevance

123456789

/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducnvbocu.cpp212 /* Faster versions of packDiff() for single-byte-encoded diff values. */
214 /** Is a diff value encodable in a single byte? */
215 #define DIFF_IS_SINGLE(diff) (BOCU1_REACH_NEG_1<=(diff) && (diff)<=BOCU1_REACH_POS_1)
217 /** Encode a diff value in a single byte. */
218 #define PACK_SINGLE_DIFF(diff) (BOCU1_MIDDLE+(diff))
220 /** Is a diff value encodable in two bytes? */
221 #define DIFF_IS_DOUBLE(diff) (BOCU1_REACH_NEG_
285 packDiff(int32_t diff) argument
398 int32_t prev, c, diff; local
651 int32_t prev, c, diff; local
867 int32_t diff, count; local
947 int32_t prev, count, diff, c; local
1169 int32_t prev, count, diff, c; local
[all...]
/macosx-10.10/vim-55/src/po/
H A Dcleanup.vim7 " Disable diff mode, because it makes this very slow
8 let s:was_diff = &diff
18 setl diff
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/starsync/
H A Dstarsync.tcl20 set data [rpc $url [vfs::zip -mode c [kit2cat $path <F/$v::vers> $id]]]
31 [rpc $url [vfs::zip -mode c [kit2cat $path <D/$v::vers> $id $fake]]]
42 set db [memvfs <diff> $data]
45 foreach x [glob -nocomplain -tails -directory <diff> -join $curr *] {
46 set t [file join <diff> $x]
63 vfs::unmount <diff>
71 memvfs <diff> $data
74 foreach x [glob -nocomplain -tails -directory <diff> -join $curr *] {
75 set t [file join <diff> $x]
85 vfs::unmount <diff>
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/tty/
H A Dlib_twait.c130 * The file-descriptors are specified by the mode:
136 * Experimental: if NCURSES_WGETCH_EVENTS is defined, (mode & 4) determines
140 * We return a mask that corresponds to the mode (e.g., 2 for mouse activity).
147 int mode,
173 TR(TRACE_IEVENT, ("start twait: %d milliseconds, mode: %d",
174 milliseconds, mode));
177 if (mode & 4) {
196 if ((mode & 4) && evl)
204 if ((mode & 4) && evl)
208 if (mode
146 _nc_timed_wait(SCREEN *sp, int mode, int milliseconds, int *timeleft EVENTLIST_2nd(_nc_eventlist * evl)) argument
382 long diff = (returntime - starttime); local
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGResourceContainer.cpp68 void RenderSVGResourceContainer::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
70 RenderSVGHiddenContainer::styleDidChange(diff, oldStyle);
90 void RenderSVGResourceContainer::markAllClientsForInvalidation(InvalidationMode mode) argument
96 bool needsLayout = mode == LayoutAndBoundariesInvalidation;
97 bool markForInvalidation = mode != ParentOnlyInvalidation;
106 markClientForInvalidation(*client, mode);
124 void RenderSVGResourceContainer::markClientForInvalidation(RenderObject& client, InvalidationMode mode) argument
128 switch (mode) {
H A DRenderSVGRoot.cpp302 void RenderSVGRoot::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
304 if (diff == StyleDifferenceLayout)
306 RenderReplaced::styleDidChange(diff, oldStyle);
307 SVGResourcesCache::clientStyleChanged(*this, diff, style());
380 void RenderSVGRoot::mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState& transformState, MapCoordinatesFlags mode, bool* wasFixed) const argument
382 ASSERT(mode & ~IsFixed); // We should have no fixed content in the SVG rendering tree.
383 ASSERT(mode & UseTransforms); // mapping a point through SVG w/o respecting trasnforms is useless.
385 RenderReplaced::mapLocalToContainer(repaintContainer, transformState, mode | ApplyContainerFlip, wasFixed);
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_timer.c122 #define TCP_SET_TIMER_MODE(mode, i) do { \
124 (mode) |= TCP_TIMERLIST_10MS_MODE; \
126 (mode) |= TCP_TIMERLIST_100MS_MODE; \
128 (mode) |= TCP_TIMERLIST_500MS_MODE; \
190 * Zero Window Probe mode.
208 * quick mode even though all connections are idle. In this state, the
214 &timer_fastmode_idlemax, 0, "Maximum idle generations in fast mode");
265 * in fast mode will happen no faster than 100 ms, the delayed ack timer
279 static u_int32_t tcp_run_conn_timer(struct tcpcb *tp, u_int16_t *mode);
1297 need_to_resched_timerlist(u_int32_t runtime, u_int16_t mode) argument
1300 int32_t diff; local
1369 int32_t diff; local
1633 u_int16_t mode = te->mode; local
1708 int32_t diff; local
1749 uint16_t i, lo_index = TCPT_NONE, mode = 0; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/unix/tools/
H A Dbuildutil.tcl50 if {[lsearch {.orig .diff .rej} [file extension $sourceFile]] >= 0} {
68 # Fixup the mode.
73 if {$sourceStat(mode) & 0100} {
/macosx-10.10/gnutar-453/gnutar/src/
H A Dextract.c80 mode_t mode; member in struct:delayed_set_stat
150 /* If restoring permissions, restore the mode for FILE_NAME from
163 mode_t mode; local
168 mode = stat_info->st_mode;
170 /* If we created the file and it has a mode that we set already
171 with O_CREAT, then its mode is often set correctly already.
172 But if we are changing ownership, the mode's group and and
174 likely that the mode is OK now. Also, on many hosts, some
178 && ! (mode & ~ (0 < same_owner_option ? S_IRWXU : MODE_RWX)))
203 mode
224 struct timespec diff; local
471 int mode; local
683 mode_t mode; local
764 open_output_file(char *file_name, int typeflag, mode_t mode) argument
813 mode_t mode = current_stat_info.stat.st_mode & MODE_RWX & ~ current_umask; local
1096 mode_t mode = current_stat_info.stat.st_mode & ~ current_umask; local
1120 mode_t mode = current_stat_info.stat.st_mode & ~ current_umask; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dfstat.test37 } {atime ctime dev gid ino mode mtime nlink size tty type uid}
47 list $stat(nlink) $stat(size) [expr $stat(mode)&0777] $stat(type) \
67 } {atime ctime dev gid ino mode mtime nlink size tty type uid}
77 [expr [keylget stat mode ]&0777] [keylget stat type]
124 set diff [expr {[fstat $fh size] - $oldsize}]
126 set diff
146 foreach type {dev ino mode nlink uid gid size atime mtime ctime tty
167 } {1 {Got "foo", expected one of "atime", "ctime", "dev", "gid", "ino", "mode", "mtime", "nlink", "size", "tty", "type", "uid", "remotehost", or "localhost"}}
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A Drdial.tcl48 # 20100626: incorrect "rotation direction" in vertical mode repaired
313 method drag {w coord {mode 0}} {
319 set diff [expr {$coord-$ovalue}]
321 set diff [expr {$ovalue-$coord}]
323 if {$mode<0} {
324 set diff [expr {$diff*$options(-slow)}]
325 } elseif {$mode>0} {
326 set diff [expr {$diff*
[all...]
/macosx-10.10/rsync-45/rsync/
H A Dflist.c140 permstring(permbuf, f->mode);
143 if (preserve_links && S_ISLNK(f->mode)) {
244 static int to_wire_mode(mode_t mode) argument
248 if (S_ISLNK(mode))
249 return (mode & ~(_S_IFMT)) | 0120000;
252 return mode;
255 static mode_t from_wire_mode(int mode) argument
258 if ((mode & (_S_IFMT)) == 0120000)
259 return (mode & ~(_S_IFMT)) | _S_IFLNK;
261 return mode;
316 static mode_t mode; local
496 static mode_t mode; local
1507 int diff, mid, mid_up; local
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclUnixChan.c244 ClientData instanceData, int mode));
255 long offset, int mode, int *errorCode));
261 Tcl_WideInt offset, int mode, int *errorCode));
266 int mode));
294 CONST char *mode, int *speedPtr, int *parityPtr,
306 int mode));
325 FileBlockModeProc, /* Set blocking or non-blocking mode.*/
358 FileBlockModeProc, /* Set blocking or non-blocking mode.*/
383 TcpBlockModeProc, /* Set blocking or non-blocking mode.*/
404 * Sets the device into blocking or non-blocking mode
1338 int bestIdx, bestDiff, i, diff; local
3003 int mode = 0; /* compiler warning (used before set). */ local
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dicuzdump.cpp151 int32_t diff = (int32_t)(hit - lot); local
152 if (diff <= tick) {
155 UDate medt = lot + ((diff / 2) / tick) * tick;
370 ios::openmode mode = ios::out; local
372 mode |= ios::binary;
388 ofstream* fout = new ofstream(path.str().c_str(), mode);
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixChan.c201 static int FileBlockModeProc(ClientData instanceData, int mode);
211 int mode, int *errorCode);
215 Tcl_WideInt offset, int mode, int *errorCode);
218 static int TcpBlockModeProc(ClientData data, int mode);
242 static int TtyParseMode(Tcl_Interp *interp, const char *mode,
252 int mode);
270 FileBlockModeProc, /* Set blocking or non-blocking mode.*/
296 FileBlockModeProc, /* Set blocking or non-blocking mode.*/
322 TcpBlockModeProc, /* Set blocking or non-blocking mode.*/
343 * Sets the device into blocking or non-blocking mode
349 FileBlockModeProc( ClientData instanceData, int mode) argument
519 FileSeekProc( ClientData instanceData, long offset, int mode, int *errorCodePtr) argument
580 FileWideSeekProc( ClientData instanceData, Tcl_WideInt offset, int mode, int *errorCodePtr) argument
1181 int bestIdx, bestDiff, i, diff; local
1459 TtyParseMode( Tcl_Interp *interp, const char *mode, int *speedPtr, int *parityPtr, int *dataPtr, int *stopPtr) argument
1615 TclpOpenFileChannel( Tcl_Interp *interp, Tcl_Obj *pathPtr, int mode, int permissions) argument
1745 Tcl_MakeFileChannel( ClientData handle, int mode) argument
1807 TcpBlockModeProc( ClientData instanceData, int mode) argument
2669 MakeTcpClientChannelMode( ClientData sock, int mode) argument
2838 int mode = 0; /* compiler warning (used before set). */ local
[all...]
/macosx-10.10/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa-dtoa.c48 * mode 0 renders 1e23 as 1e23 rather than 9.999999999999999e22.
78 (d0, mode, ndigits, decpt, sign, rve)
79 double d0; int mode, ndigits, *decpt, *sign; char **rve;
81 (double d0, int mode, int ndigits, int *decpt, int *sign, char **rve)
90 mode:
94 e.g. with IEEE P754 arithmetic , mode 0 gives
95 1e23 whereas mode 1 gives 9.999999999999999e22.
104 round-nearest mode) with the tests of mode 0 to
109 6-9 ==> Debugging modes similar to mode
[all...]
H A Dgdtoa-gdtoa.c91 * mode 0 renders 1e23 as 1e23 rather than 9.999999999999999e22.
114 (fpi, be, bits, kindp, mode, ndigits, decpt, rve)
116 int *kindp, mode, ndigits, *decpt; char **rve;
118 (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve)
127 mode:
131 e.g. with IEEE P754 arithmetic , mode 0 gives
132 1e23 whereas mode 1 gives 9.999999999999999e22.
141 4 <= mode <= 9 ==> same return as mode
142 2 + (mode
[all...]
/macosx-10.10/gpatch-3/patch/
H A Dcommon.h71 # define mkdir(name, mode) ((mkdir) (name))
199 enum diff enum
209 XTERN enum diff diff_type;
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTable.c1525 * Refreshes an area of the table based on the mode.
1537 TableRefresh(register Table *tablePtr, int row, int col, int mode)
1548 if (mode & CELL) {
1550 TableInvalidate(tablePtr, x, y, w, h, mode);
1552 } else if (mode & ROW) {
1554 if ((mode & INV_FILL) && row < tablePtr->topRow) {
1556 TableInvalidateAll(tablePtr, mode);
1561 (mode&INV_FILL)?Tk_Height(tablePtr->tkwin):h, mode);
1563 } else if (mode
1536 TableRefresh(register Table *tablePtr, int row, int col, int mode) argument
3066 diff, unpreset, lastUnpreset, pad, lastPad, numPixels, local
[all...]
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkGrab.c167 TkWindow *destPtr, int mode, int leaveEvents,
1156 MovePointer2(sourcePtr, destPtr, mode, leaveEvents, enterEvents)
1163 int mode; /* Mode for enter/leave events, such as
1195 event.xcrossing.mode = mode;
1257 * display that have mode NotifyGrab or NotifyUngrab and
1298 * for a display that has mode NotifyGrab or NotifyUngrab and
1316 int mode, diff;
1319 * The diff caculatio
1305 int mode, diff; local
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkGrab.c158 int mode, int leaveEvents, int EnterEvents);
1146 int mode, /* Mode for enter/leave events, such as
1176 event.xcrossing.mode = mode;
1237 * FocusOut events in the event queue for a display that have mode
1278 * mode NotifyGrab or NotifyUngrab and have a serial number no less than
1296 int mode, diff;
1299 * The diff caculation is trickier than it may seem. Don't forget that
1304 diff
1131 MovePointer2( TkWindow *sourcePtr, TkWindow *destPtr, int mode, int leaveEvents, int enterEvents) argument
1285 int mode, diff; local
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js72 if (typeof doc == "string") doc = new Doc(doc, options.mode);
86 modeGen: 0, // bumped when mode/overlay changes, used to invalidate highlighting info
88 suppressEdits: false, // used to disable editing during key handlers when in readOnly mode
248 cm.doc.mode = CodeMirror.getMode(cm.options, cm.doc.modeOption);
695 var diff = cur.line.height - height;
697 if (diff > .001 || diff < -.001) {
826 // classes because the mode may output tokens that influence these
1387 if (cm.doc.mode.startState && cm.doc.frontier < cm.display.viewTo)
1396 var state = copyState(doc.mode, getStateBefor
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js72 if (typeof doc == "string") doc = new Doc(doc, options.mode);
86 modeGen: 0, // bumped when mode/overlay changes, used to invalidate highlighting info
88 suppressEdits: false, // used to disable editing during key handlers when in readOnly mode
248 cm.doc.mode = CodeMirror.getMode(cm.options, cm.doc.modeOption);
695 var diff = cur.line.height - height;
697 if (diff > .001 || diff < -.001) {
826 // classes because the mode may output tokens that influence these
1387 if (cm.doc.mode.startState && cm.doc.frontier < cm.display.viewTo)
1396 var state = copyState(doc.mode, getStateBefor
[all...]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclCmdIL.c60 int sortMode; /* The sort mode. One of SORTMODE_* values
2747 int i, match, mode, index, result, listc, length, elemLen;
2776 mode = GLOB;
2826 mode = EXACT;
2829 mode = GLOB;
2852 mode = REGEXP;
2855 mode = SORTED;
2969 if ((enum modes) mode == REGEXP) {
2974 * recompile in "expensive" mode with a place to put error messages.
3055 if ((enum modes) mode
2713 int i, match, mode, index, result, listc, length, elemLen; local
4038 int diff, zeros; local
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclCmdIL.c48 int sortMode; /* The sort mode. One of SORTMODE_*
3225 int i, match, mode, index, result, listc, length, elemLen;
3250 mode = GLOB;
3287 mode = EXACT;
3290 mode = GLOB;
3308 mode = REGEXP;
3311 mode = SORTED;
3343 if ((enum modes) mode == REGEXP) {
3348 * recompile in "expensive" mode with a place to put error messages.
3416 if ((enum modes) mode
3188 int i, match, mode, index, result, listc, length, elemLen; local
4197 int diff, zeros; local
[all...]

Completed in 241 milliseconds

123456789