Searched +refs:diff +refs:removed (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/vim-55/runtime/syntax/
H A Dbzr.vim12 " for idea of diff highlighting
23 syn include @Diff syntax/diff.vim
26 syn match bzrRemoved "^removed:$" contained
H A Dvim.vim30 syn keyword vimOption contained al antialias autochdir background balloondelay bexpr bk bs casemap cf cink cmdheight colorcolumn completefunc copyindent cryptmethod cspc cul def diff display edcompatible endofline errorformat fcl fdm fex filetype fo foldlevelstart formatexpr ft gfw gtt guipty hh hkmap ic imc imsearch indentkeys isf isprint km lbr list lsp makeprg maxmem mh mmp more mouses mzq nuw opfunc patchexpr pfn popt printfont pumheight redrawtime rightleft rtp sbo scrolljump sel shell shelltype showbreak si smartcase softtabstop spelllang sps sta su swb syntax tagbsearch tb term textwidth timeoutlen tm tr ttm ttyscroll udir updatecount vdir viewdir wa wd wi wildmode winfixwidth wiw wrap writedelay
132 " Augroup : vimAugroupError removed because long augroups caused sync'ing problems. {{{2
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Ddnssec.h28 #include <dns/diff.h>
308 dns_dnsseckeylist_t *removed, dns_name_t *origin,
309 dns_ttl_t ttl, dns_diff_t *diff, isc_boolean_t allzsk,
316 * add it to 'keys', and place a dns_difftuple into 'diff' so
319 * - If so, and if the metadata says it should be removed:
320 * remove it from 'keys', and place a dns_difftuple into 'diff' so
321 * the key can be removed from the DNSKEY set. if 'removed' is non-NULL,
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dlibmicro.c639 "usecs/call (outliers removed)");
1353 int removed; local
1356 removed = remove_outliers(b->ba_data, b->ba_batches,
1358 b->ba_outliers += removed;
1359 b->ba_batches -= removed;
1362 } while (removed != 0 && b->ba_batches > 40);
1376 double diff; local
1431 diff = data[i] - mean;
1432 std += diff * diff;
1579 int diff = y[i] - y[i-1]; local
[all...]
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_socache_shmcb.c98 /* Used to mark explicitly-removed socache entries */
99 unsigned char removed; member in struct:__anon6161
238 int diff; local
240 diff = memcmp(data + dest_offset, src, buf_size - dest_offset);
241 if (diff) {
242 return diff;
683 if (idx->removed)
688 /* not removed and not expired yet, we're done iterating */
697 "expiring %u and reclaiming %u removed socache entries",
705 unsigned int diff local
[all...]
/macosx-10.10/vim-55/runtime/
H A Dscripts.vim191 " - "diff" in first line (context diff)
193 " - "--- " in first line and "+++ " in second line (unified diff).
194 " - "*** " in first line and "--- " in second line (context diff).
195 " - "# It was generated by makepatch " in the second line (makepatch diff).
197 " - "=== ", line of "=", "---", "+++ " (SVK diff)
198 " - "=== ", "--- ", "+++ " (bzr diff, common case)
199 " - "=== (removed|added|renamed|modified)" (bzr diff, alternative)
200 elseif s:line1 =~ '^\(diff\>\|Onl
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Ddnssec.c36 #include <dns/diff.h>
1326 * metadata indicating they should be deactivated or removed.
1572 publish_key(dns_diff_t *diff, dns_dnsseckey_t *key, dns_name_t *origin, argument
1606 dns_diff_appendminimal(diff, &tuple);
1614 remove_key(dns_diff_t *diff, dns_dnsseckey_t *key, dns_name_t *origin, argument
1631 dns_diff_appendminimal(diff, &tuple);
1641 * If 'removed' is not NULL, any keys that are being removed from
1646 dns_dnsseckeylist_t *removed, dns_name_t *origin,
1647 dns_ttl_t ttl, dns_diff_t *diff, isc_boolean_
1645 dns_dnssec_updatekeys(dns_dnsseckeylist_t *keys, dns_dnsseckeylist_t *newkeys, dns_dnsseckeylist_t *removed, dns_name_t *origin, dns_ttl_t ttl, dns_diff_t *diff, isc_boolean_t allzsk, isc_mem_t *mctx, void (*report)(const char *, ...)) argument
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-xtensa.c480 relocations may be removed by GC. */
975 for the section being removed. */
2252 removed linkonce sections, or sections discarded by a linker
2341 entries within each input section may have been removed during
2436 /* Clear the removed bytes. */
2874 the first entry is removed. */
2895 /* Clear the removed bytes. */
4216 is being removed (e.g., when an L32R is being removed due to a CALLX
4539 removed <
4601 compute_removed_action_diff(const text_action *ta, asection *sec, bfd_vma offset, int removed, int removable_space) argument
4649 text_action_add(text_action_list *l, text_action_t action, asection *sec, bfd_vma offset, int removed) argument
4690 text_action_add_literal(text_action_list *l, text_action_t action, const r_reloc *loc, const literal_value *value, int removed) argument
4729 int removed = 0; local
4760 int removed = 0; local
6742 int removed = (longcall_count - j) * 3 & (align - 1); local
6981 int removed; local
7197 int removed = 0; local
8172 int removed = 0; local
8408 removed_literal *removed; local
8497 removed_literal *removed; local
8930 bfd_vma diff = new_offset - val.r_rel.target_offset; local
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclUnixChan.c1352 int bestIdx, bestDiff, i, diff;
1364 diff = speeds[i].baud - baud;
1365 if (diff < 0) {
1366 diff = -diff;
1368 if (diff < bestDiff) {
1370 bestDiff = diff;
3386 int removed = 0;
3392 removed = 1;
3403 if (!removed) {
1338 int bestIdx, bestDiff, i, diff; local
3346 int removed = 0; local
[all...]
/macosx-10.10/rsync-45/rsync/
H A Dtech_report.tex215 the 2.0.0 release, 19 files had been removed and 25 files had been
218 A ``diff'' of the two tar files using the standard GNU diff utility
239 time it takes to run ``diff'' on the two files.\footnote{The wall
241 running SunOS, using rsh over loopback for communication. GNU diff
262 transferred was also considerably less than the size of the diff file
263 that would have been transferred if the diff/patch method of updating
288 diff between the two releases is 4155 lines long totalling 120 kB.
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js695 var diff = cur.line.height - height;
697 if (diff > .001 || diff < -.001) {
2149 var index = findViewIndex(cm, oldN), diff, view = cm.display.view;
2157 diff = (n + view[index].size) - oldN;
2160 diff = n - oldN;
2162 oldN += diff; newN += diff;
2914 // of the scroll event is removed from the scrollable element.
3450 change.removed
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js695 var diff = cur.line.height - height;
697 if (diff > .001 || diff < -.001) {
2149 var index = findViewIndex(cm, oldN), diff, view = cm.display.view;
2157 diff = (n + view[index].size) - oldN;
2160 diff = n - oldN;
2162 oldN += diff; newN += diff;
2914 // of the scroll event is removed from the scrollable element.
3450 change.removed
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeItem.c2688 * Items are removed from their parent and freed.
2954 TreeItem item, /* Item being removed. */
3030 * cover the current item being removed.
3737 * The item(s) are removed from the TreeCtrl.itemSpansHash to
5806 int diff, zeros; local
5839 diff = 0;
5841 if (diff == 0) {
5842 diff = UCHAR(*left) - UCHAR(*right);
5855 if (diff != 0) {
5856 return diff;
7986 int removed = FALSE; local
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim314 " 06/08/07 : removed call to NetrwSafeOptions(), either placed
329 " call Decho("fo=".&fo.(exists("&acd")? " acd=".&acd : " acd doesn't exist")." diff=".&l:diff)
344 let {a:vt}netrw_diffkeep = &l:diff
404 if exists("{a:vt}netrw_diffkeep") |let &l:diff = {a:vt}netrw_diffkeep |unlet {a:vt}netrw_diffkeep |endif
441 " call Decho("diff=".&l:diff." win#".winnr()." w:netrw_diffkeep=".(exists("w:netrw_diffkeep")? w:netrw_diffkeep : "doesn't exist"))
513 echomsg "removed one copy of netrw from <".diddir.">"
515 echomsg "removed ".diddel." copies of netrw"
2138 " call Decho("removed al
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c1560 ** (in other words, if files can be added, removed, and renamed within
10023 ** a UNIQUE constraint violation are removed so that the new insert or
19136 etByte flag_rtz; /* True if trailing zeros should be removed */
20394 ** UTF-16 string stored in *pMem. If one is present, it is removed and
20464 ** UTF-8. Miscoded characters are removed.
21967 HashElem* elem, /* The element to be removed from the pH */
22028 ** element corresponding to "key" is removed from the hash table.
25457 ** created or removed, we have to look at our own internal record of the
50230 int removed = 0; local
128827 float diff = FABS(right-left); local
129152 float diff = local
[all...]

Completed in 362 milliseconds