Searched refs:coalesce (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDIO.cpp46 static const char coalesce[4][4] = { local
52 if ( cmd < EVLEVEL ) // coalesce EVNOP thru EVMOVE only
53 cmd = coalesce[oldcmd & 3][cmd & 3];
/macosx-10.9.5/JavaScriptCore-7537.78.1/
H A DKeywordLookupGenerator.py111 def coalesce(self): member in class:Trie
114 t = v.coalesce()
218 trie.coalesce()
/macosx-10.9.5/xar-202/xar/test/
H A Dheap39 echo "Checking --coalesce-heap heap archiving"
45 ${XAR} --coalesce-heap -cf ../h.xar .
/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Ddsm_p.h289 private void coalesce (dsm_handle, error_status_t *);
H A Ddsm.c219 dsh->coalesced = false; /* no coalesce yet */
346 the free pool; if that fails we try a coalesce pass (merge adjacent
358 coalesce the database while these are held because presumably the
384 coalesce(dsh, st); /* coalesce adjacent free blocks */
691 coalesce operation. We maintain a small cache of valid marker values,
1336 requires i/o to stably fragment the block and again to coalesce
1378 /** coalesce
1387 private void coalesce(dsh, st) function
1400 been committed with a write (or free), then we should not coalesce,
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Dmkconstants.rb603 TCP_NODELAY nil Don't delay sending to coalesce packets
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el933 "character_length" "coalesce" "convert" "count" "current_date"
1034 "chr" "coalesce" "compose" "concat" "convert" "corr" "cos" "cosh"
1250 "center" "char_length" "chr" "coalesce" "col_description" "convert"
1416 "cascade" "case" "check" "checkpoint" "close" "clustered" "coalesce"
1467 "avg" "case" "cast" "ceiling" "char" "charindex" "coalesce"
1563 "bit_xor" "both" "cast" "char_length" "character_length" "coalesce"
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmysql.vim129 syn region mysqlOperator start="coalesce(" end=")" contains=ALL
H A Dsqlanywhere.vim59 syn keyword sqlFunction char_length coalesce dateformat datetime degrees exp
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebPageProxy.cpp1312 static WebWheelEvent coalesce(const WebWheelEvent& a, const WebWheelEvent& b) function in namespace:WebKit
1342 event = coalesce(event, firstEvent);

Completed in 331 milliseconds