/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/ |
DFAPacketizer.h | 16 // the packetizing mechanism, the input is the set of instruction classes for 18 // consumption for a given set of instructions in a packet. A transition 89 const unsigned *SET);
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/ |
DFAPacketizer.h | 16 // the packetizing mechanism, the input is the set of instruction classes for 18 // consumption for a given set of instructions in a packet. A transition 89 const unsigned *SET);
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/ |
DFAPacketizer.h | 16 // the packetizing mechanism, the input is the set of instruction classes for 18 // consumption for a given set of instructions in a packet. A transition 89 const unsigned *SET);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
DFAPacketizer.h | 16 // the packetizing mechanism, the input is the set of instruction classes for 18 // consumption for a given set of instructions in a packet. A transition 89 const unsigned *SET);
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/ |
DFAPacketizer.h | 16 // the packetizing mechanism, the input is the set of instruction classes for 18 // consumption for a given set of instructions in a packet. A transition 89 const unsigned *SET);
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/ |
DFAPacketizer.h | 16 // the packetizing mechanism, the input is the set of instruction classes for 18 // consumption for a given set of instructions in a packet. A transition 89 const unsigned *SET);
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/ |
DFAPacketizer.h | 16 // the packetizing mechanism, the input is the set of instruction classes for 18 // consumption for a given set of instructions in a packet. A transition 89 const unsigned *SET);
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
DFAPacketizer.h | 16 // the packetizing mechanism, the input is the set of instruction classes for 18 // consumption for a given set of instructions in a packet. A transition 89 const unsigned *SET);
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
IRunUtil.java | 271 * Set as interruptible after some waiting time. 291 * By Default, unsetting is higher priority: meaning if an attempt to set a variable with the 301 SET,
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
ContributionBinding.java | 37 import java.util.Set; 60 Set<DependencyRequest> implicitDependencies() { 73 /** Represents set bindings. */ 74 SET, 85 case SET: 87 return ContributionType.SET; 241 Set<ContributionType> types = EnumSet.noneOf(ContributionType.class); 258 Set<ContributionBinding> mapBindings) { 276 indexMapBindingsByAnnotationType(Set<ContributionBinding> mapBindings) {
|
ProductionBinding.java | 27 import java.util.Set; 61 Set<DependencyRequest> implicitDependencies() { 82 case SET: 84 return ContributionType.SET;
|
/external/tpm2/ |
Session.c | 37 // Set oldestSaveContext to a value indicating none assigned 93 // Find the oldest session in context ID data and set it in 237 // open slot in contextArray, set contextArray to the slot. 357 session->attributes.isPolicy = SET; 359 session->attributes.isTrialPolicy = SET; 366 // Set up session parameter encryption algorithm 399 session->attributes.isBound = SET; 407 session->attributes.isLockoutBound = (session->attributes.isDaBound == SET) 442 // if the caller wants the context counter, set it 451 // Set the contextID for the contextArra [all...] |
Commit.c | 75 // Set up P2 if s2 and Y2 are provided 96 // set p2.x = hash(s2) mod p 103 if(eccKey->attributes.publicOnly == SET)
|
Policy_spt.c | 39 // If authTimeout is set (expiration != 0... 63 // If the cpHash has already been set, then this input value 115 // to do here is copy it and set the iscoHashDefined attribute 119 session->attributes.iscpHashDefined = SET; 124 // If the timeout has not been set, then set it to the new value
|
Entity.c | 37 // only if the associated enable is SET. 97 if(session->attributes.isPolicy == SET) 318 // This function returns the Name associated with a handle. It will set name to the Name and return the size 352 // b) An NV index belongs to TPM_RH_PLATFORM if TPMA_NV_PLATFORMCREATE, is SET, 389 if(nvIndex.publicArea.attributes.TPMA_NV_PLATFORMCREATE == SET)
|
/bionic/libc/bionic/ |
fts.c | 64 #define SET(opt) (sp->fts_options |= (opt)) 97 SET(FTS_NOCHDIR); 152 * finished the node before the root(s); set p->fts_info to FTS_INIT 168 SET(FTS_NOCHDIR); 190 * actually enter the directory until after the preorder visit, set 269 /* Set current node pointer. */ 327 * to make the names come out right, and set the parent errno 329 * Set the FTS_DONTCHDIR flag so that when we logically change 364 SET(FTS_STOP); 403 * Done; free everything up and set errno to 0 so the use [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
ecofflink.c | 599 #define SET(name, indx) \ 606 SET (".text", scText); 607 SET (".data", scData); 608 SET (".bss", scBss); 609 SET (".sdata", scSData); 610 SET (".sbss", scSBss); 612 SET (".rdata", scRData); 613 SET (".rodata", scRData); 614 SET (".init", scInit); 615 SET (".fini", scFini) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1TaggedObject.java | 204 case BERTags.SET:
|
ASN1InputStream.java | 181 case SET: 266 case SET:
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
KeyTest.java | 28 import java.util.Set; 47 import static dagger.Provides.Type.SET; 159 TypeElement setElement = elements.getTypeElement(Set.class.getCanonicalName()); 176 @Provides(type = SET) String provideString() { 180 @Provides(type = SET_VALUES) Set<String> provideStrings() { 247 TypeElement setElement = elements.getTypeElement(Set.class.getCanonicalName()); 264 @Produces(type = Produces.Type.SET) String produceString() { 268 @Produces(type = Produces.Type.SET) ListenableFuture<String> produceFutureString() { 272 @Produces(type = Produces.Type.SET_VALUES) Set<String> produceStrings() { 277 ListenableFuture<Set<String>> produceFutureStrings() [all...] |
/external/llvm/lib/CodeGen/ |
DFAPacketizer.cpp | 16 // the packetizing mechanism, the input is the set of instruction classes for 18 // consumption for a given set of instructions in a packet. A transition 61 const unsigned *SET): 63 DFAStateEntryTable(SET) {
|
/toolchain/binutils/binutils-2.25/opcodes/ |
sh-opc.h | 203 /* Return a mask with bits LO to HI (inclusive) set. */ 259 #define SH_VALID_BASE_ARCH_SET(SET) (((SET) & arch_sh_base_mask) != 0) 260 #define SH_VALID_MMU_ARCH_SET(SET) (((SET) & arch_sh_mmu_mask) != 0) 261 #define SH_VALID_CO_ARCH_SET(SET) (((SET) & arch_sh_co_mask) != 0) 262 #define SH_VALID_ARCH_SET(SET) \ 263 (SH_VALID_BASE_ARCH_SET (SET) \ 264 && SH_VALID_MMU_ARCH_SET (SET) \ [all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/ |
Rtc.c | 92 UINT8 SET : 1; // 0 - Normal operation. 1 - Updates inhibited
228 // Set the Time/Date/Daylight Savings values.
243 // If we are in 12 hour mode and PM is set, then set bit 7 of the Hour field.
538 RegisterB.Bits.SET = 1;
558 RegisterB.Bits.SET = 0;
567 // Set the variable that containts the TimeZone and Daylight fields
685 // Just support set alarm time within 24 hours
718 RegisterB.Bits.SET = 1;
725 // Set RTC alarm time [all...] |
/external/clang/lib/Analysis/ |
LiveVariables.cpp | 128 template <typename SET> 129 SET mergeSets(SET A, SET B) { 133 for (typename SET::iterator it = B.begin(), ei = B.end(); it != ei; ++it) { 247 static void AddLiveStmt(llvm::ImmutableSet<const Stmt *> &Set, 250 Set = F.add(Set, LookThroughStmt(S));
|
/external/libpng/contrib/tools/ |
pngcp.c | 290 /* struct display options, these are set when the command line is read */ 394 unsigned int errset; /* error_return is set */ 461 * options were set on the command line. 655 * text chunks, so they get replicated, but only the new set gets written 707 * Set an option to a value (Value) 709 * Set an option to a bitmask constructed from the values (List) 724 /* If the setjmp buffer is set the code is asking for an option index; this 740 if (dp->entry[i]) /* option was set on command line */ 909 * and there must be a valid entry to return. next_opt will set dp->nsp to 911 * set dp->stack[s].end to true [all...] |