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

  /external/llvm/utils/FileUpdate/
FileUpdate.cpp 12 // unnecessary modifications in a build system.
47 OwningPtr<MemoryBuffer> In;
48 if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFilename.c_str(), In)) {
59 if (Out && In->getBufferSize() == Out->getBufferSize() &&
60 memcmp(In->getBufferStart(), Out->getBufferStart(),
81 OutStream.os().write(In->getBufferStart(), In->getBufferSize());
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InvTransformResidualAndAdd.c 39 * bAC - Indicate whether there is AC coefficients in the coefficients
69 OMX_S16 In[16], Out[16];
87 In[i] = pDequantCoeff [i];
93 In[0] = pDequantCoeff [0];
97 In[i] = 0;
102 armVCM4P10_TransformResidual4x4 (Out, In);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 19 | For | In
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 19 | For | In
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Arguments.h 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
48 inline Arguments0 In()
83 template<typename T1> Arguments1<const T1&> In(const T1& t1)
124 template<typename T1, typename T2> Arguments2<const T1&, const T2&> In(const T1& t1, const T2& t2)
166 template<typename T1, typename T2, typename T3> Arguments3<const T1&, const T2&, const T3&> In(const T1& t1, const T2& t2, const T3 &t3
    [all...]
  /external/llvm/lib/TableGen/
TGLexer.h 45 Bit, Bits, Class, Code, Dag, Def, Defm, Field, In, Int, Let, List,
  /external/protobuf/python/
mox.py 6 # you may not use this file except in compliance with the License.
11 # Unless required by applicable law or agreed to in writing, software
22 Mox works in the record-replay-verify paradigm. When you first create
23 a mock object, it is in record mode. You then programmatically set
25 called on it, with what parameters, what they should return, and in
28 Once you have set up the expected mock behavior, you put it in replay
51 # Put mocks in replay mode
98 for i, m in enumerate(self._expected_methods)])
116 # been in.
192 for mock_obj in self._mock_objects
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 260 /// results in any code being generated and is interesting to optimize out. If
322 /// can be computed by computing V in the smaller type. If V is an instruction,
329 // We can always evaluate constants in another type.
345 // require duplicating the instruction in general, which isn't profitable.
377 // constant amount, we can always perform a SHL in a smaller type.
386 // lshr iff we know that the bits we would otherwise be shifting in are
448 // If this cast is a truncate, evaluting in a different type always
481 // amount is smaller than ASize, it is always safe to do the shift in A's
502 /// in order to eliminate the icmp.
517 Value *In = ICI->getOperand(0)
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 94 /// decoding tree in a certain level. Each case stmt delegates to an inferior
95 /// FilterChooser to decide what further decoding logic to employ, or in another
121 /// The encoding info in the .td files does not specify this meta information,
145 // Keeps track of the last opcode in the filtered bucket.
174 // A special case arises when there's only one entry in the filtered
175 // instructions. In order to unambiguously decode the singleton, we need to
187 // These are states of our finite state machines used in FilterChooser's
198 /// in order to perform the decoding of instructions at the current level.
232 // Links to the FilterChooser above us in the decoding tree.
300 // Returns false if there exists any uninitialized bit value in the range
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 26 typedef enum { Both = 0, In = 1 } ControlledDirection;
149 /* Other variables - not defined in IEEE 802.1X */
175 Boolean initializing; /* in process of initializing state machines */
180 void *sta; /* station context pointer to use in callbacks */
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 35 /// We are in the process of implementing a new TypeLegalization action
573 // Legal, in which case all fp constants are legal, or use isFPImmLegal()
    [all...]
DAGCombiner.cpp 15 // in the LLVM IR and exposed by the various codegen lowering phases.
54 cl::desc("Include global information in alias analysis"));
285 /// Run - runs the dag combiner on all nodes in the work list
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 98 /// isCompared - True if the global's address is used in a comparison.
119 /// track the value stored to it in StoredOnceValue below. This is only
171 /// AnalyzeGlobal - Look at all uses of the global and fill in the GlobalStatus
184 // know to expect it in various places. Just reject early.
422 // Check to see if this ConstantExpr GEP is SRA'able. In particular, we
446 // sub-indices are in-range constants. In particular, consider:
493 /// behavior of the program in a more fine-grained way. We have determined that
517 Constant *In = getAggregateConstantElement(Init,
519 assert(In && "Couldn't get element of initializer?")
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h 10 // AST and rebuilds it, possibly transforming some nodes in the process.
142 /// information was not available elsewhere in the AST.
150 /// information was not available elsewhere in the AST.
164 /// used for reporting diagnostics in types.
222 /// \param NumUnexpanded The number of unexpanded parameter packs in
234 /// \param NumExpansions The number of separate arguments that will be in
240 /// set this value in other cases.
298 /// type, collecting location information in the given builder
334 /// \param NumInputs The number of expressions in \c Inputs.
367 /// nested-name-specifier in a member access expression
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 214 milliseconds