HomeSort by relevance Sort by last modified time
    Searched defs:IS (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 5 // This file is distributed under the University of Illinois Open Source
83 // feature string. This is important for setting features that are implied
143 // Extra load is needed for all externally visible.
149 // If this is a strong reference to a definition, it is definitely not
159 // If symbol visibility is hidden, we have a stub for common symbol
167 // If this is a strong reference to a definition, it is definitely not
198 const InstrStage *IS = InstrItins.Stages + itin->FirstStage;
199 allStage1Units |= IS->getUnits()
    [all...]
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 5 // This file is distributed under the University of Illinois Open Source
53 const InstrStage *IS = ItinData->beginStage(idx);
57 for (; IS != E; ++IS) {
58 unsigned StageDepth = CurCycle + IS->getCycles();
60 CurCycle += IS->getNextCycles();
124 for (const InstrStage *IS = ItinData->beginStage(idx),
125 *E = ItinData->endStage(idx); IS != E; ++IS) {
127 // stage is occupied. FIXME it would be more accurate to find th
    [all...]
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 5 // This file is distributed under the University of Illinois Open Source
34 /// parameter values of an intrinsic. If the number of return values is > 1,
37 /// continues from there through the parameter list. This is useful for
41 /// list is only populated when in the context of a target .td file. When
50 /// this list is only populated when in the context of a target .td file.
59 IntrinsicSignature IS;
66 /// This is set to true if the intrinsic is overloaded by its argument
70 /// isCommutative - True if the intrinsic is commutative.
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 5 // This file is distributed under the University of Illinois Open Source
107 // Are we dealing with an ElementRegion? If the element type is
109 // is a variable region then strip off the ElementRegion.
112 // about (char*), etc., is just a form of passing raw bytes.
115 // Checking for 'integral type' is probably too promiscuous, but
136 // FIXME: is this necessary or correct? This handles the non-Region
137 // cases. Is it ever valid to store to these?
151 StoreManager::InvalidatedSymbols IS;
153 // NOTE: Even if RegionsToInvalidate is empty, we may still invalidate
157 &IS, doesInvalidateGlobals(Call))
    [all...]
RegionStore.cpp 5 // This file is distributed under the University of Illinois Open Source
217 /// the value is not specified.
224 /// the array). This is called by ExprEngine when evaluating
241 InvalidatedSymbols &IS,
271 // BindDefault is only used to initialize a region with a default value.
304 /// associated with the object is recycled.
315 /// The high level logic for this method is this:
319 /// else if L is in killset
322 /// if L is on stack or heap
348 /// y's value is retrieved by this method
    [all...]
  /cts/tools/dasm/src/dasm/
sym.java 59 static final int IS = 25;
  /external/bluetooth/glib/glib/
guniprop.c 6 * This library is free software; you can redistribute it and/or
11 * This library is distributed in the hope that it will be useful,
61 #define IS(Type, Class) (((guint)1 << (Type)) & (Class))
66 #define ISALPHA(Type) IS ((Type), \
73 #define ISALDIGIT(Type) IS ((Type), \
83 #define ISMARK(Type) IS ((Type), \
88 #define ISZEROWIDTHTYPE(Type) IS ((Type), \
97 * Determines whether a character is alphanumeric.
101 * Return value: %TRUE if @c is an alphanumeric character
113 * Determines whether a character is alphabetic (i.e. a letter)
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 92 This document is part of the LibTomCrypt package and is hereby released into the public domain.
118 \mysection{What is the LibTomCrypt?}
119 LibTomCrypt is a portable ISO C cryptographic library meant to be a tool set for cryptographers who are
128 \subsection{What the library IS for?}
140 \item It was (still is) good coding practice.
143 The idea is that I am not striving to replace OpenSSL or Crypto++ or Cryptlib or etc. I'm trying to write my
160 arguments to buffer overflows/overruns. It is mostly thread safe and has been clocked on various platforms
173 is write a descriptor and the few support routines required for the device. After that the rest of the
179 unlike libraries like OpenSSL is not tied to direct routines. For instance, in OpenSSL there are CBC bloc
    [all...]
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 183 milliseconds