HomeSort by relevance Sort by last modified time
    Searched refs:Store (Results 26 - 50 of 379) sorted by null

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mipsr6@24k-triple-stores-2-llsc.d 4 #name: 24K: Triple Store (Range Check, sc)
24k-triple-stores-6.d 3 #name: 24K: Triple Store (Store Macro Check)
24k-triple-stores-6.s 0 # Store macros
micromips@24k-triple-stores-11.d 3 #name: 24K: Triple Store (gprel relocs)
mipsr6@24k-triple-stores-2.d 4 #name: 24K: Triple Store (Range Check)
24k-triple-stores-2.d 3 #name: 24K: Triple Store (Range Check)
24k-triple-stores-5.d 3 #name: 24K: Triple Store (Mix byte/half/word size check)
  /external/v8/test/unittests/compiler/
control-equivalence-unittest.cc 26 Store(graph()->start());
64 return Store(graph()->NewNode(common()->Branch(), Value(), control));
68 return Store(graph()->NewNode(common()->IfTrue(), control));
72 return Store(graph()->NewNode(common()->IfFalse(), control));
76 return Store(graph()->NewNode(common()->Merge(1), control));
80 return Store(graph()->NewNode(common()->Merge(2), control1, control2));
84 return Store(graph()->NewNode(common()->Loop(2), control, control));
88 return Store(graph()->NewNode(common()->End(1), control));
92 Node* Store(Node* node) {
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h 74 // Flag whether the insn is a load or a store.
75 bool Load, Store;
81 void setStore(bool f = true) { Store = f; };
89 bool mayStore() const { return (Store); };
150 SHUFFLE_ERROR_STORES, ///< No free slots for store insns.
156 SHUFFLE_ERROR_STORE_LOAD_CONFLICT, ///< store/load conflict
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
CollectionStore.java 9 * A simple collection backed store.
12 implements Store<T>, Iterable<T>
19 * @param collection - initial contents for the store, this is copied.
  /external/google-breakpad/src/processor/
address_map-inl.h 48 bool AddressMap<AddressType, EntryType>::Store(const AddressType &address,
53 BPLOG(INFO) << "Store failed, address " << HexString(address) <<
map_serializers_unittest.cc 165 address_map_.Store(1, 2);
166 address_map_.Store(3, 6);
187 address_map_.Store(-6, 2);
188 address_map_.Store(-4, 3);
189 address_map_.Store(8, 5);
190 address_map_.Store(123, 8);
364 // Store child1.
366 // Store child2.
368 // Store grandchild1.
370 // Store grandchild2
    [all...]
  /external/v8/src/crankshaft/
typing.h 35 typedef v8::internal::NestedEffects<int, kNoVar> Store;
44 Store store_;
  /external/llvm/lib/IR/
Metadata.cpp 86 auto &Store = Context.pImpl->MetadataAsValues;
87 return Store.lookup(MD);
93 auto &Store = Context.pImpl->MetadataAsValues;
96 Store.erase(this->MD);
101 auto *&Entry = Store[MD];
279 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata;
280 auto I = Store.find(V);
281 if (I == Store.end())
288 Store.erase(I);
302 auto &Store = Context.pImpl->ValuesAsMetadata
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedData.java 31 import org.bouncycastle.util.Store;
41 * Store certStore = s.getCertificates();
291 * Return any X.509 certificate objects in this SignedData structure as a Store of X509CertificateHolder objects.
293 * @return a Store of X509CertificateHolder objects.
295 public Store getCertificates()
301 * Return any X.509 CRL objects in this SignedData structure as a Store of X509CRLHolder objects.
303 * @return a Store of X509CRLHolder objects.
305 public Store getCRLs()
311 * Return any X.509 attribute certificate objects in this SignedData structure as a Store of X509AttributeCertificateHolder objects.
313 * @return a Store of X509AttributeCertificateHolder objects
    [all...]
CMSSignedGenerator.java 29 import org.bouncycastle.util.Store;
124 * @param certStore the store containing the certificates to be included.
128 Store certStore)
147 * @param crlStore the store containing the CRLs to be included.
151 Store crlStore)
160 * @param attrCert the store containing the certificates to be included.
173 * @param attrStore the store containing the certificates to be included.
177 Store attrStore)
198 // * Add a Store of otherRevocationData to the CRL set to be included with the generated SignedData message.
201 // * @param otherRevocationInfos a Store of otherRevocationInfo data to add
    [all...]
CMSSignedHelper.java 35 import org.bouncycastle.util.Store;
166 Store getCertificates(ASN1Set certSet)
188 Store getAttributeCertificates(ASN1Set certSet)
210 Store getCRLs(ASN1Set crlSet)
232 // Store getOtherRevocationInfo(ASN1ObjectIdentifier otherRevocationInfoFormat, ASN1Set crlSet)
  /external/v8/src/compiler/
machine-operator.cc 490 #define STORE(Type) \
491 struct Store##Type##Operator : public Operator1<StoreRepresentation> { \
492 explicit Store##Type##Operator(WriteBarrierKind write_barrier_kind) \
496 "Store", 3, 1, 1, 0, 1, 0, \
500 struct Store##Type##NoWriteBarrier##Operator final
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
ExtendedPKIXParameters.java 4 import org.bouncycastle.util.Store;
231 * a {@link Store}.
243 if (!(i.next() instanceof Store))
247 + "of type org.bouncycastle.util.Store.");
255 * Adds a Bouncy Castle {@link Store} to find CRLs, certificates, attribute
263 * If <code>store</code> is <code>null</code> it is ignored.
265 * @param store The store to add.
268 public void addStore(Store store)
    [all...]
  /external/webrtc/webrtc/video/
report_block_stats_unittest.cc 135 stats.Store(RtcpReportBlockToRtcpStatistics(block1_1_), kRemoteSsrc, kSsrc1);
138 stats.Store(RtcpReportBlockToRtcpStatistics(block1_2_), kRemoteSsrc, kSsrc1);
141 stats.Store(RtcpReportBlockToRtcpStatistics(block1_3_), kRemoteSsrc, kSsrc1);
  /external/libavc/common/arm/
ih264_inter_pred_chroma_a9q.s 115 stmfd sp!, {r4-r12, r14} @store register values to stack
173 vst1.8 {q7}, [r1], r3 @ Store dest row
189 vst1.8 {q7}, [r1], r3 @ Store dest row
214 vst1.8 {d6}, [r1], r3 @ Store dest row
223 vst1.8 {d6}, [r1], r3 @ Store dest row
239 vst1.32 d4[0], [r1], r3 @ Store dest row0
246 vst1.32 d8[0], [r1], r3 @ Store dest row1
  /external/llvm/lib/Analysis/
Delinearization.cpp 76 else if (StoreInst *Store = dyn_cast<StoreInst>(&Inst))
77 return Store->getPointerOperand();
  /external/skia/platform_tools/android/tests/expectations/tool/
Android.mk 42 # Store skia's resources in the directory structure that the Android testing
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 17 package com.android.email.mail.store.imap;
19 import com.android.email.mail.Store;
29 = String.format(Locale.US, "BODY.PEEK[]<0.%d>", Store.FETCH_BODY_SANE_SUGGESTED_SIZE);
82 public static final String STORE = "STORE";
90 public static final String UID_STORE = "UID STORE";
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 32 // base+displacement+index for load and store operands
168 // Return true on success and if the result had no index. Store the
308 // Try to use scatter instruction Opcode to implement store Store.
309 SDNode *tryScatter(StoreSDNode *Store, unsigned Opcode);
311 // Return true if Load and Store are loads and stores of the same size
320 bool canUseBlockOperation(StoreSDNode *Store, LoadSDNode *Load) const;
322 // N is a (store (load Y), X) pattern. Return true if it can use an MVC
326 // N is a (store (op (load A[0]), (load A[1])), X) pattern. Return true
    [all...]

Completed in 532 milliseconds

12 3 4 5 6 7 8 91011>>