Searched refs:swap (Results 226 - 250 of 463) sorted by relevance

1234567891011>>

/macosx-10.10.1/vim-55/runtime/macros/
H A Deditexisting.vim13 " 2. When a file is edited and a swap file exists for it, try finding that
81 " Setup for handling the situation that an existing swap file is found.
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_sect.h172 boolean_t swap)
/macosx-10.10.1/JavaScriptCore-7600.1.17/yarr/
H A DYarrInterpreter.h350 m_allParenthesesInfo.swap(parenthesesInfoToAdopt);
353 m_userCharacterClasses.swap(pattern.m_userCharacterClasses);
/macosx-10.10.1/gpt-12/
H A Dmigrate.c101 uuid_t swap = GPT_ENT_TYPE_FREEBSD_SWAP; local
102 le_uuid_enc(&ent->ent_type, &swap);
103 utf8_to_utf16("FreeBSD swap partition",
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DBitVectorTest.cpp92 std::swap(Alt, Vec);
97 std::swap(Copy, Vec);
/macosx-10.10.1/swig-12/Lib/std/
H A D_std_deque.i40 void swap(deque<T> &x);
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/
H A DTODO.txt42 * row/column swap (maybe only in terms of visual remapping)
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DDeque.h59 void swap(Deque<T, inlineCapacity>&);
299 swap(copy);
323 inline void Deque<T, inlineCapacity>::swap(Deque<T, inlineCapacity>& other)
328 std::swap(m_start, other.m_start);
329 std::swap(m_end, other.m_end);
330 m_buffer.swap(other.m_buffer, 0, 0);
H A DHashTable.h360 void swap(HashTable&);
1177 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::swap(HashTable& other) function in class:WTF::HashTable
1182 std::swap(m_table, other.m_table);
1183 std::swap(m_tableSize, other.m_tableSize);
1184 std::swap(m_tableSizeMask, other.m_tableSizeMask);
1185 std::swap(m_keyCount, other.m_keyCount);
1186 std::swap(m_deletedCount, other.m_deletedCount);
1189 m_stats.swap(other.m_stats);
1199 swap(tmp);
H A DRefPtrHashMap.h61 void swap(HashMap&);
120 inline void HashMap<RefPtr<T>, U, V, W, X>::swap(HashMap& other) function in class:WTF::HashMap
122 m_impl.swap(other.m_impl);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dreva.vim48 syn keyword revastack drop nip dup over tuck swap rot -rot ?dup pick roll
49 syn keyword revastack 2drop 2nip 2dup 2over 2swap 2rot 3drop
95 Builtin ++ -- , -2drop -2nip -link -swap . .2x .classes .contexts .funcs .libs .needs .r
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Didl.c1054 int swap = 0; local
1079 /* Else swap so that b is the range, a is a list */
1083 swap = 1;
1124 if (swap)
1349 ID ida, idb, tmp, swap = 0; local
1371 swap = idb;
1390 if ( swap ) {
1391 b[b[0]] = swap;
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstl_deque.h1193 * Note that the global std::swap() function is specialized such that
1194 * std::swap(d1,d2) will feed to this function.
1197 swap(deque& __x) function in class:deque
1199 std::swap(this->_M_impl._M_start, __x._M_impl._M_start);
1200 std::swap(this->_M_impl._M_finish, __x._M_impl._M_finish);
1201 std::swap(this->_M_impl._M_map, __x._M_impl._M_map);
1202 std::swap(this->_M_impl._M_map_size, __x._M_impl._M_map_size);
1600 /// See std::deque::swap().
1603 swap(deque<_Tp,_Alloc>& __x, deque<_Tp,_Alloc>& __y) function
1604 { __x.swap(__
[all...]
H A Dstl_tree.h658 swap(_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __t);
804 swap(_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x, function
806 { __x.swap(__y); }
923 swap(_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __t) function in class:_Rb_tree
952 std::swap(_M_root(),__t._M_root());
953 std::swap(_M_leftmost(),__t._M_leftmost());
954 std::swap(_M_rightmost(),__t._M_rightmost());
959 // No need to swap header's color as it does not change.
960 std::swap(this->_M_impl._M_node_count, __t._M_impl._M_node_count);
961 std::swap(thi
[all...]
H A Dstl_bvector.h681 swap(vector<bool, _Alloc>& __x) function in class:vector
683 std::swap(this->_M_impl._M_start, __x._M_impl._M_start);
684 std::swap(this->_M_impl._M_finish, __x._M_impl._M_finish);
685 std::swap(this->_M_impl._M_end_of_storage,
696 swap(reference __x, reference __y) function in class:vector
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSoundFile.c573 if (s->swap) *r = Snack_SwapShort(*r);
577 if (s->swap) *is = Snack_SwapLong(*is);
581 if (s->swap) *fs = (float) Snack_SwapFloat(*fs);
585 if (s->swap) *fd = (float) Snack_SwapDouble(*fd);
604 if (s->swap) {
749 if (s->inByteOrder == SNACK_NATIVE && s->swap) {
1190 s->swap = 0;
1198 s->swap = 1;
1246 s->swap = 0;
1251 s->swap
[all...]
H A DjkSound.c572 s->swap = 0;
574 s->swap = 1;
582 s->swap = 1;
584 s->swap = 0;
969 if (s->swap) {
975 if (s->swap) {
1324 if (s->swap) {
1330 if (s->swap) {
1429 "swap",
1612 s->swap
[all...]
/macosx-10.10.1/apr-32/apr/apr/tables/
H A Dapr_tables.c1007 apr_table_entry_t *swap = values[i]; local
1009 values[i + 1] = swap;
1018 apr_table_entry_t **swap; local
1076 swap = values_tmp;
1078 values = swap;
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DLiveInterval.cpp119 std::swap(i, j);
120 std::swap(ie, je);
162 std::swap(I, J);
163 std::swap(IE, JE);
660 std::swap(V1, V2);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp141 void swap(RenamePassData &RHS) { function in class:__anon10460::RenamePassData
142 std::swap(BB, RHS.BB);
143 std::swap(Pred, RHS.Pred);
144 Values.swap(RHS.Values);
556 RPD.swap(RenamePassWorkList.back());
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextfind_commands.c419 int swap = ISSWAPPEDMACHO(farch->magic); local
420 archinfo = NXGetArchInfoFromCpuType(CondSwapInt32(swap, farch->cputype),
421 CondSwapInt32(swap, farch->cpusubtype));
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp410 // If the LHS has a foldable shift and the RHS does not, then swap it to the
417 std::swap(Op0, Op1);
418 std::swap(Op0Opc, Op1Opc);
419 std::swap(TargetMask, InsertMask);
425 std::swap(Op0, Op1);
426 std::swap(Op0Opc, Op1Opc);
427 std::swap(TargetMask, InsertMask);
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drep075.tcl42 set prep {swap}
44 set prep {dbrecover swap resolve recover envrecover}
212 # If we are doing a swap, swap roles between master and client
234 if { $prep == "swap" } {
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Launcher/mac/
H A DDynamicLinkerEnvironmentExtractor.mm31 #include <mach-o/swap.h>
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Bitcode/
H A DBitstreamWriter.h229 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);
266 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);

Completed in 341 milliseconds

1234567891011>>