Searched refs:swap (Results 251 - 275 of 393) sorted by relevance

<<111213141516

/freebsd-10.0-release/sys/dev/lge/
H A Dif_lge.c247 lge_read_eeprom(sc, dest, off, cnt, swap)
252 int swap;
260 if (swap)
/freebsd-10.0-release/sys/dev/wb/
H A Dif_wb.c323 wb_read_eeprom(sc, dest, off, cnt, swap)
328 int swap;
336 if (swap)
/freebsd-10.0-release/usr.bin/dc/
H A Dbcode.c76 static void swap(void);
209 { 'r', swap },
554 swap(void) function
/freebsd-10.0-release/contrib/binutils/bfd/
H A Darchive.c788 bfd_vma (*swap) (const void *);
807 swap = bfd_getb32;
823 swap = bfd_getl32;
860 carsyms->file_offset = swap ((bfd_byte *) rawptr);
H A Decoff.c482 /* Read in and swap the important symbolic information for an ECOFF
597 /* I don't want to always swap all the data, because it will just
604 the symbols, so we swap them here. */
3911 const struct ecoff_debug_swap * const swap =
3942 READ (external_dnr, cbDnOffset, idnMax, swap->external_dnr_size, void *);
3943 READ (external_pdr, cbPdOffset, ipdMax, swap->external_pdr_size, void *);
3944 READ (external_sym, cbSymOffset, isymMax, swap->external_sym_size, void *);
3945 READ (external_opt, cbOptOffset, ioptMax, swap->external_opt_size, void *);
3949 READ (external_fdr, cbFdOffset, ifdMax, swap->external_fdr_size, void *);
3950 READ (external_rfd, cbRfdOffset, crfd, swap
3901 const struct ecoff_debug_swap * const swap = local
[all...]
/freebsd-10.0-release/contrib/compiler-rt/BlocksRuntime/
H A Druntime.c81 #error unknown atomic compare-and-swap primitive
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dov_tree_map_.hpp218 swap(PB_DS_CLASS_C_DEC&);
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_.hpp210 swap(PB_DS_CLASS_C_DEC&);
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp102 std::swap(o1, o2);
H A DScalarEvolutionExpander.cpp772 if (isa<Constant>(Sum)) std::swap(Sum, W);
814 if (isa<Constant>(Prod)) std::swap(Prod, W);
1089 // SavedIncLoops.swap(PostIncLoops), but we generally have a single element,
1090 // so it's not worth implementing SmallPtrSet::swap.
1667 std::swap(OrigPhiRef, Phi);
1668 std::swap(OrigInc, IsomorphicInc);
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp244 std::swap(RegMap[RegNo], RegMap[RegOnTop]);
249 std::swap(Stack[RegMap[RegOnTop]], Stack[StackTop-1]);
899 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]);
900 std::swap(RegMap[KReg], RegMap[DReg]);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp432 std::swap(CallSites[i--], CallSites[--FirstCallInSCC]);
528 // swap/pop_back for efficiency, but do not use it if doing so would
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1057 std::swap(Y, Z);
1059 std::swap(W, X);
1061 std::swap(Y, Z);
1062 std::swap(W, X);
H A DInstCombineSelect.cpp505 std::swap(FalseVal, TrueVal);
906 std::swap(NewTrueOp, NewFalseOp);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp333 std::swap(Exit, NewHeader);
/freebsd-10.0-release/contrib/llvm/tools/lldb/tools/driver/
H A DIOChannel.cpp599 cmd.swap(m_command_queue.front());
/freebsd-10.0-release/sbin/routed/
H A Dtable.c1820 struct rt_spare swap; local
1838 swap = rt->rt_spares[0];
1841 if (swap.rts_metric == HOPCNT_INFINITY) {
1844 *rts = swap;
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgdbarch.c89 /* per-architecture swap-regions */
90 struct gdbarch_swap *swap; member in struct:gdbarch
282 /*per-architecture data-pointers and swap regions */
5476 void *swap; member in struct:gdbarch_swap
5520 struct gdbarch_swap **curr = &current_gdbarch->swap;
5530 (*curr)->swap = gdbarch_obstack_zalloc (current_gdbarch,
5547 for (curr = old_gdbarch->swap;
5551 memcpy (curr->swap, curr->source->data, curr->source->sizeof_data);
5564 for (curr = new_gdbarch->swap;
5567 memcpy (curr->source->data, curr->swap, cur
[all...]
H A Dmdebugread.c416 const struct ecoff_debug_swap *swap,
420 debug_swap = swap;
440 + info->symbolic_header.ifdMax * swap->external_fdr_size);
442 for (; fdr_src < fdr_end; fdr_src += swap->external_fdr_size, fdr_ptr++)
443 (*swap->swap_fdr_in) (objfile->obfd, fdr_src, fdr_ptr);
1415 We must byte-swap the AX entries before we use them; BIGEND says whether
2321 /* Pass 0 over external syms: swap them in. */
4109 structures, so we swap them all first. */
4740 const struct ecoff_debug_swap *swap, asection *sec)
4757 if (!(*swap
410 mdebug_build_psymtabs(struct objfile *objfile, const struct ecoff_debug_swap *swap, struct ecoff_debug_info *info) argument
4727 elfmdebug_build_psymtabs(struct objfile *objfile, const struct ecoff_debug_swap *swap, asection *sec) argument
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dstl_algobase.h93 swap(_Tp& __a, _Tp& __b) function
128 swap(*__a, *__b);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp827 ArrayIndexVars.swap(LSI->ArrayIndexVars);
828 ArrayIndexStarts.swap(LSI->ArrayIndexStarts);
H A DSemaTemplateInstantiateDecl.cpp2924 VTableUses.swap(SavedVTableUses);
2925 PendingInstantiations.swap(SavedPendingInstantiations);
2996 VTableUses.swap(SavedVTableUses);
3001 PendingInstantiations.swap(SavedPendingInstantiations);
3100 VTableUses.swap(SavedVTableUses);
3101 PendingInstantiations.swap(SavedPendingInstantiations);
3136 VTableUses.swap(SavedVTableUses);
3142 PendingInstantiations.swap(SavedPendingInstantiations);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp138 // to see this). So we need to create a temporary vector and swap the
145 m_die_array.swap(tmp_array);
284 // space. So here we copy and swap to make sure we don't have any extra
290 exact_size_die_array.swap (m_die_array);
/freebsd-10.0-release/contrib/ofed/libmthca/src/
H A Dqp.c167 htonll(wr->wr.atomic.swap);
535 htonll(wr->wr.atomic.swap);
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c2177 u_int swap; local
2179 swap = hv0;
2181 hv1 = swap;
3427 u_short swap; local
3579 swap = frnat.fin_data[0];
3581 frnat.fin_data[1] = swap;
3598 swap = frnat.fin_data[0];
3600 frnat.fin_data[1] = swap;

Completed in 532 milliseconds

<<111213141516