HomeSort by relevance Sort by last modified time
    Searched defs:Copy (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/llvm/include/llvm/ADT/
BitVector.h 87 /// BitVector copy ctor.
166 BitWord Copy = Bits[WordPos];
168 Copy &= ~0L << BitPos;
170 if (Copy != 0) {
172 return WordPos * BITWORD_SIZE + CountTrailingZeros_32((uint32_t)Copy);
174 return WordPos * BITWORD_SIZE + CountTrailingZeros_64(Copy);
SmallBitVector.h 147 /// SmallBitVector copy ctor.
372 SmallBitVector Copy = RHS;
373 Copy.resize(size());
374 getPointer()->operator&=(*Copy.getPointer());
386 SmallBitVector Copy = RHS;
387 Copy.resize(size());
388 getPointer()->operator|=(*Copy.getPointer());
400 SmallBitVector Copy = RHS;
401 Copy.resize(size());
402 getPointer()->operator^=(*Copy.getPointer())
    [all...]
  /external/llvm/lib/Target/PTX/
PTXISelLowering.cpp 327 SDValue Copy = DAG.getCopyToReg(Chain, dl, Reg, OutVals[i]/*, Flag*/);
330 Chain = DAG.getNode(PTXISD::WRITE_PARAM, dl, MVT::Other, Copy, OutReg);
  /external/valgrind/unittest/
linear_solver.h 70 inline void Copy(const Vector & from) {
260 m_by_curr.Copy(perf_m.MultiplyRight(current));
262 derivative.Copy(perf_m.MultiplyLeft(stats_v - m_by_curr));
298 stats_est.Copy(perf_m.MultiplyRight(current));
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.h 44 Copy,
  /external/chromium/chrome/browser/chromeos/frame/
browser_view.cc 321 void BrowserView::Copy() {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arcsort.h 5 // You may obtain a copy of the License at
92 : CacheImpl<A>(opts), fst_(fst.Copy()), comp_(comp) {
101 : fst_(impl.fst_->Copy()), comp_(impl.comp_) {
233 virtual ArcSortFst<A, C> *Copy() const {
complement.h 5 // You may obtain a copy of the License at
57 explicit ComplementFstImpl(const Fst<A> &fst) : fst_(fst.Copy()) {
148 virtual ComplementFst<A> *Copy() const {
const-fst.h 5 // You may obtain a copy of the License at
269 // Get a copy of this ConstFst
270 virtual ConstFst<A> *Copy() const {
encode.h 5 // You may obtain a copy of the License at
219 // Copy constructor but setting the type, typically to DECODE
353 virtual EncodeFst<A> *Copy() const { return new EncodeFst(*this); }
377 virtual DecodeFst<A> *Copy() const { return new DecodeFst(*this); }
relabel.h 5 // You may obtain a copy of the License at
168 : CacheImpl<A>(opts), fst_(fst.Copy()),
195 : CacheImpl<A>(opts), fst_(fst.Copy()),
384 virtual RelabelFst<A> *Copy() const {
symbol-table.h 5 // You may obtain a copy of the License at
164 // Create a reference counted copy.
175 // create a reference counted copy
176 SymbolTable* Copy() const {
326 // Constructor creates a refcounted copy of underlying implementation
factor-weight.h 5 // You may obtain a copy of the License at
163 : CacheImpl<A>(opts), fst_(fst.Copy()), delta_(opts.delta),
386 virtual FactorWeightFst<A, F> *Copy() const {
rmepsilon.h 5 // You may obtain a copy of the License at
333 fst_(fst.Copy()),
475 virtual RmEpsilonFst<A> *Copy() const {
synchronize.h 5 // You may obtain a copy of the License at
73 : CacheImpl<A>(opts), fst_(fst.Copy()) {
369 virtual SynchronizeFst<A> *Copy() const {
453 opts.gc_limit = 0; // Cache only the last state for fastest copy.
  /external/v8/src/
regexp-macro-assembler-irregexp.cc 443 Copy(array->GetDataStartAddress());
453 void RegExpMacroAssemblerIrregexp::Copy(Address a) {
  /external/webkit/Source/WebCore/platform/
Cursor.h 144 Copy,
  /hardware/ril/mock-ril/src/cpp/
node_buffer.cpp 8 * Permission is hereby granted, free of charge, to any person obtaining a copy
11 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
361 // var bytesCopied = buffer.copy(target, targetStart, sourceStart, sourceEnd);
362 Handle<Value> Buffer::Copy(const Arguments &args) {
363 DBG("Buffer::Copy(args) E");
369 DBG("Buffer::Copy(args) X arg[0] not buffer");
382 DBG("Buffer::Copy(args) X end < start");
388 DBG("Buffer::Copy(args) X targetStart bad");
394 DBG("Buffer::Copy(args) X base source start");
400 DBG("Buffer::Copy(args) X bad source")
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.cc 218 void BookmarkModel::Copy(const BookmarkNode* node,
  /external/chromium/chrome/browser/ui/panels/
panel.cc 310 void Panel::Copy() {
  /external/webkit/Source/WebKit/wx/
WebFrame.cpp 424 void wxWebFrame::Copy()
427 m_impl->frame->editor()->copy();
  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
typedefs.h 6 ** You may obtain a copy of the License at
195 #define Copy voAWB_Copy
  /external/chromium/base/
file_util_proxy.cc 15 // Performs common checks for move and copy.
17 // checks are passed (so that the copy/move correctly overwrites the
30 // It is an error to try to copy/move an entry into its child.
50 // It is an error to copy/move an entry into the same path.
55 // It is an error to copy/move an entry to a non-empty directory.
56 // Otherwise the copy/move attempt must overwrite the destination, but
57 // the file_util's Copy or Move method doesn't perform overwrite
59 // TODO(kinuko): may be better to change the file_util::{Copy,Move}.
807 bool FileUtilProxy::Copy(scoped_refptr<MessageLoopProxy> message_loop_proxy,
  /external/chromium/chrome/browser/automation/
automation_provider.cc 322 IPC_MESSAGE_HANDLER(AutomationMsg_Copy, Copy)
656 void AutomationProvider::Copy(int tab_handle) {
663 view->Copy();
    [all...]
  /external/llvm/lib/CodeGen/
TailDuplication.cpp 269 MachineInstr *Copy = Copies[i];
270 if (!Copy->isCopy())
272 unsigned Dst = Copy->getOperand(0).getReg();
273 unsigned Src = Copy->getOperand(1).getReg();
276 // Copy is the only use. Do trivial copy propagation here.
278 Copy->eraseFromParent();
342 // block (which is why we need to copy the information).
372 /// ProcessPHI - Process PHI node in TailBB by turning it into a copy in PredBB.
389 // Insert a copy from source to the end of the block. The def register is th
    [all...]

Completed in 808 milliseconds

12 3 4