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

1 2

  /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, In)) {
59 if (Out && In->getBufferSize() == Out->getBufferSize() &&
60 memcmp(In->getBufferStart(), Out->getBufferStart(),
81 OutStream.os().write(In->getBufferStart(), In->getBufferSize());
  /frameworks/av/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
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GlobalSync.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
40 int [] In = new int [1];
41 In[0] = v;
42 AIn.copyFrom(In);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 5 // Redistribution and use in source and binary forms, with or without
11 // * Redistributions in binary form must reproduce the above
13 // in the documentation and/or other materials provided with the
22 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
27 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
49 // This declares an unsigned long long integer literal in a portable way.
64 // run multiple times, once for each item in some input array. TEST_1D
65 // tests all cases in a single input array. TEST_2D tests all
75 // they are all grater than zero. In case of failure, the exact cas
238 } in; local
    [all...]
  /external/chromium_org/third_party/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/TableGen/
TGLexer.h 46 Bit, Bits, Class, Code, Dag, Def, Foreach, 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...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
78 // For pre-ICS bitcode, we may not have signature information. In that
139 /// Renderscript uses a single structure in which all parameters are passed
146 /* Defined in frameworks/base/libs/rs/rs_hal.h:
149 * const void *in;
162 StructTys.push_back(VoidPtrTy); // const void *in
290 * invokes <NAME>() in a loop with the appropriate parameters.
392 // between two values is given in bytes.
395 // type 'OutTy' in cases where the element type of the allocation allows
    [all...]
  /external/clang/include/clang/AST/
Comment.h 32 /// Describes the syntax that was used in a documentation command.
109 /// spelling in comment (plain <br> would not set this flag).
134 /// Describes the syntax that was used in a documentation command.
148 /// True if direction was specified explicitly in the comment.
300 /// semantics in Doxygen.
698 /// Parameter index in the function declaration.
714 ParamCommandCommentBits.Direction = In;
723 In,
786 /// If this template parameter name was resolved (found in template parameter
787 /// list), then this stores a list of position indexes in all templat
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 267 /// results in any code being generated and is interesting to optimize out. If
329 /// can be computed by computing V in the smaller type. If V is an instruction,
336 // We can always evaluate constants in another type.
352 // require duplicating the instruction in general, which isn't profitable.
384 // constant amount, we can always perform a SHL in a smaller type.
393 // lshr iff we know that the bits we would otherwise be shifting in are
455 // If this cast is a truncate, evaluting in a different type always
488 // amount is smaller than ASize, it is always safe to do the shift in A's
509 /// in order to eliminate the icmp.
524 Value *In = ICI->getOperand(0)
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 20 typedef enum { Both = 0, In = 1 } ControlledDirection;
143 /* Other variables - not defined in IEEE 802.1X */
170 Boolean initializing; /* in process of initializing state machines */
175 void *sta; /* station context pointer to use in callbacks */
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 45 /// Check whether a given call node is in tail position within its function. If
202 /// getJumpTableEncoding - Return the entry encoding for a jump table in the
206 // In non-pic modes, just use the address of a block.
210 // In PIC mode, if the target supports a GPRel32 directive, use it.
242 // Assume that everything is safe in static mode.
246 // In dynamic-no-pic mode, assume that known defined values are safe.
263 /// are any bits set in the constant that are not demanded. If so, shrink the
347 /// return true, returning the original and new nodes in Old and New. Otherwise,
350 /// only be accurate for those bits in the DemandedMask.
405 // If any of the set bits in the RHS are known zero on the LHS, shrin
    [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"));
82 // also in the contents set. All operations are O(log N).
321 /// Run - runs the dag combiner on all nodes in the work list
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 25 // - No function calls in loops.
92 /// Kinds of comparisons in the compare instructions.
133 /// \brief Analyze the statements in a loop to determine if the loop
193 /// The desired flow is: phi ---> bump -+-> comparison-in-latch.
202 /// +-> comparison-in-latch (against upper_bound-bump),
209 /// couldn't be identified, or if the value in the latch's comparison
331 // value that will be added to it in each loop iteration.
423 /// \brief Analyze the statements in a loop to determine if the loop has
427 /// This function iterates over the phi nodes in the loop to check for
428 /// induction variable patterns that are used in the calculation fo
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 80 // Handle operations that are handled in a similar way for all types.
225 // a load-and-extend of a f80 constant (in cases where the constant
226 // would fit in an f80).
245 // We want to use MVC in preference to even a single load/store pair.
253 // than "STC;MVC". Handle the choice in target-specific code instead.
286 // We check specifically for aligned accesses in the few cases where
295 // Punt on globals for now, although they can be used in limited
530 // Value is a value that has been passed to us in the location described by VA
599 // Arguments passed in registers
655 // Likewise the address (in the form of a frame index) of where th
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 14 // The pass is inspired by the work described in the paper:
15 // "Loop-Aware SLP in GCC" by Ira Rosen, Dorit Nuzman, Ayal Zaks.
78 /// A helper class for numbering instructions in multible blocks.
90 // Number the instructions in the block.
127 /// \returns the parent basic block if all of the instructions in \p VL
128 /// are in the same block or null otherwise.
145 /// \returns True if all of the values in \p VL are constants.
153 /// \returns True if all of the values in \p VL are identical.
161 /// \returns The opcode if all of the Instructions in \p VL have the same
176 /// \returns The type that all of the values in \p VL have or null if ther
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 25 In=9, NotIn=10 } cmpop_ty;
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 25 In=9, NotIn=10 } cmpop_ty;
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 107 /// isCompared - True if the global's address is used in a comparison.
128 /// track the value stored to it in StoredOnceValue below. This is only
189 /// AnalyzeGlobal - Look at all uses of the global and fill in the GlobalStatus
202 // know to expect it in various places. Just reject early.
387 // pointers are forgotten, causing an accumulating growth in memory
398 // chain of computation and the store to the global in Dead[n].second.
590 // Check to see if this ConstantExpr GEP is SRA'able. In particular, we
614 // sub-indices are in-range constants. In particular, consider:
661 /// behavior of the program in a more fine-grained way. We have determined tha
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h 10 // AST and rebuilds it, possibly transforming some nodes in the process.
118 /// rather than in the subclass (e.g., lambda closure types).
148 /// information was not available elsewhere in the AST.
156 /// information was not available elsewhere in the AST.
170 /// used for reporting diagnostics in types.
237 /// \param NumExpansions The number of separate arguments that will be in
243 /// set this value in other cases.
301 /// type, collecting location information in the given builder
356 /// \param NumInputs The number of expressions in \c Inputs.
399 /// TransformDefinition. However, in some cases (e.g., lambda expressions)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 99 /// instructions or a simple subregister reference. Idx is an index in the
143 /// simple superregister reference. Idx is an index in the 128 bits
348 // In 32-bit mode these are custom lowered. In 64-bit mode F32 and F64
381 // the optimal thing for SSE vs. the default expansion in the legalizer.
414 // instructions for this in x86. Using the two-result multiply instructions
714 // f32 and f64 in x87.
    [all...]
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 705 milliseconds

1 2