Searched defs:In (Results 1 - 23 of 23) sorted by relevance

/external/llvm/utils/FileUpdate/
H A DFileUpdate.cpp47 OwningPtr<MemoryBuffer> In; local
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());
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml19 | For | In Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml19 | For | In Constructor in type:token
/external/webrtc/src/common_audio/signal_processing/
H A Dresample_fractional.c44 void WebRtcSpl_Resample48khzTo32khz(const WebRtc_Word32 *In, WebRtc_Word32 *Out, argument
58 tmp += kCoefficients48To32[0][0] * In[0];
59 tmp += kCoefficients48To32[0][1] * In[1];
60 tmp += kCoefficients48To32[0][2] * In[2];
61 tmp += kCoefficients48To32[0][3] * In[3];
62 tmp += kCoefficients48To32[0][4] * In[4];
63 tmp += kCoefficients48To32[0][5] * In[5];
64 tmp += kCoefficients48To32[0][6] * In[6];
65 tmp += kCoefficients48To32[0][7] * In[7];
69 tmp += kCoefficients48To32[1][0] * In[
90 WebRtcSpl_Resample32khzTo24khz(const WebRtc_Word32 *In, WebRtc_Word32 *Out, const WebRtc_Word32 K) argument
199 WebRtcSpl_Resample44khzTo32khz(const WebRtc_Word32 *In, WebRtc_Word32 *Out, const WebRtc_Word32 K) argument
[all...]
H A Dresample.c22 static void WebRtcSpl_32khzTo22khzIntToShort(const WebRtc_Word32 *In, WebRtc_Word16 *Out,
25 void WebRtcSpl_32khzTo22khzIntToInt(const WebRtc_Word32 *In, WebRtc_Word32 *Out,
422 void WebRtcSpl_32khzTo22khzIntToInt(const WebRtc_Word32* In, argument
436 Out[0] = ((WebRtc_Word32)In[3] << 15) + (1 << 14);
439 WebRtcSpl_DotProdIntToInt(&In[0], &In[22], kCoefficients32To22[0], &Out[1], &Out[10]);
442 WebRtcSpl_DotProdIntToInt(&In[2], &In[20], kCoefficients32To22[1], &Out[2], &Out[9]);
445 WebRtcSpl_DotProdIntToInt(&In[3], &In[1
464 WebRtcSpl_32khzTo22khzIntToShort(const WebRtc_Word32 *In, WebRtc_Word16 *Out, const WebRtc_Word32 K) argument
[all...]
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DArguments.h48 inline Arguments0 In() function in namespace:CoreIPC
83 template<typename T1> Arguments1<const T1&> In(const T1& t1) function in namespace:CoreIPC
124 template<typename T1, typename T2> Arguments2<const T1&, const T2&> In(const T1& t1, const T2& t2) function in namespace:CoreIPC
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) function in namespace:CoreIPC
209 template<typename T1, typename T2, typename T3, typename T4> Arguments4<const T1&, const T2&, const T3&, const T4&> In(const T1& t1, const T2& t2, const T3 &t3, const T4& t4) function in namespace:CoreIPC
253 template<typename T1, typename T2, typename T3, typename T4, typename T5> Arguments5<const T1&, const T2&, const T3&, const T4&, const T5&> In(const T1& t1, const T2& t2, const T3 &t3, const T4& t4, const T5& t5) function in namespace:CoreIPC
298 template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6> Arguments6<const T1&, const T2&, const T3&, const T4&, const T5&, const T6&> In(const T1& t1, const T2& t2, const T3 &t3, const T4& t4, const T5& t5, const T6& t6) function in namespace:CoreIPC
344 template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7> Arguments7<const T1&, const T2&, const T3&, const T4&, const T5&, const T6&, const T7&> In(const T1& t1, const T2& t2, const T3 &t3, const T4& t4, const T5& t5, const T6& t6, const T7& t7) function in namespace:CoreIPC
389 template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8> Arguments8<const T1&, const T2&, const T3&, const T4&, const T5&, const T6&, const T7&, const T8&> In(const T1& t1, const T2& t2, const T3 &t3, const T4& t4, const T5& t5, const T6& t6, const T7& t7, const T8& t8) function in namespace:CoreIPC
/external/llvm/lib/TableGen/
H A DTGLexer.h45 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator in enum:llvm::tgtok::TokKind
/external/protobuf/python/
H A Dmox.py939 class In(Comparator): class in inherits:Comparator
943 mock_dao.GetUsersInfo(In('expectedUserName')).AndReturn(mock_result)
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h320 SymbolCast(const SymExpr *In, QualType From, QualType To) : argument
321 SymExpr(CastSymbolKind), Operand(In), FromTy(From), ToTy(To) { }
330 const SymExpr *In, QualType From, QualType To) {
332 ID.AddPointer(In);
329 Profile(llvm::FoldingSetNodeID& ID, const SymExpr *In, QualType From, QualType To) argument
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm_i.h20 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon15542
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm_i.h20 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon15766
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm_i.h20 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon15992
/external/clang/include/clang/AST/
H A DComment.h695 ParamCommandCommentBits.Direction = In;
706 In, enumerator in enum:clang::comments::ParamCommandComment::PassDirection
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp118 NOTE: In order for this to not completely fail on the debugger
257 static void getObjCClassCategory(StringRef In, StringRef &Class, argument
259 if (!hasObjCCategory(In)) {
260 Class = In.slice(In.find('[') + 1, In.find(' '));
265 Class = In.slice(In.find('[') + 1, In.find('('));
266 Category = In
270 getObjCMethodName(StringRef In) argument
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp515 Value *In = ICI->getOperand(0);
516 Value *Sh = ConstantInt::get(In->getType(),
517 In->getType()->getScalarSizeInBits()-1);
518 In = Builder->CreateLShr(In, Sh, In->getName()+".lobit");
519 if (In->getType() != CI.getType())
520 In = Builder->CreateIntCast(In, CI.getType(), false/*ZExt*/);
523 Constant *One = ConstantInt::get(In
561 Value *In = ICI->getOperand(0); local
894 Value *In = Builder->CreateAShr(Op0, Sh, Op0->getName()+".lobit"); local
914 Value *In = ICI->getOperand(0); local
967 Value *In = Builder->CreateAShr(Op0, VSh, Op0->getName()+".lobit"); local
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp314 void MergeInTypeForLoadOrStore(Type *In, uint64_t Offset);
384 /// MergeInTypeForLoadOrStore - Add the 'In' type to the accumulated vector type
397 void ConvertToScalarInfo::MergeInTypeForLoadOrStore(Type *In, argument
406 // If the In type is a vector that is the same size as the alloca, see if it
408 if (VectorType *VInTy = dyn_cast<VectorType>(In)) {
411 } else if (In->isFloatTy() || In->isDoubleTy() ||
412 (In->isIntegerTy() && In->getPrimitiveSizeInBits() >= 8 &&
413 isPowerOf2_32(In
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1045 // In non-pic modes, just use the address of a block.
1049 // In PIC mode, if the target supports a GPRel32 directive, use it.
1085 // In dynamic-no-pic mode, assume that known defined values are safe.
1723 SDValue In = Op.getOperand(0); local
1724 switch (In.getOpcode()) {
1734 ConstantSDNode *ShAmt = dyn_cast<ConstantSDNode>(In.getOperand(1));
1737 SDValue Shift = In.getOperand(1);
1753 In.getOperand(0));
H A DDAGCombiner.cpp1003 // In order to avoid a linear scan, we use a set (O(log N)) to hold what the
2368 // vector types from memory. In many cases this allows additional shuffle
5694 // In unsafe math mode, we can fold chains of FADD's of the same value
6378 SDValue In = N0.getOperand(0); local
6379 if (In.getValueType() == VT) return In;
6380 if (VT.bitsLT(In.getValueType()))
6382 In, N0.getOperand(1));
6383 return DAG.getNode(ISD::FP_EXTEND, N->getDebugLoc(), VT, In);
7930 SDValue In local
7993 SDValue In; local
[all...]
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp143 static bool Check(DecodeStatus &Out, DecodeStatus In) { argument
144 switch (In) {
149 Out = In;
152 Out = In;
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp585 // Check to see if this ConstantExpr GEP is SRA'able. In particular, we
609 // sub-indices are in-range constants. In particular, consider:
680 Constant *In = Init->getAggregateElement(i); local
681 assert(In && "Couldn't get element of initializer?");
684 In, GV->getName()+"."+Twine(i),
712 Constant *In = Init->getAggregateElement(i); local
713 assert(In && "Couldn't get element of initializer?");
717 In, GV->getName()+"."+Twine(i),
1511 // fails. In the original code, malloc failing would set the result pointer
1512 // of malloc to null. In thi
[all...]
/external/clang/tools/libclang/
H A DCIndex.cpp5600 static CXVersion convertVersion(VersionTuple In) { argument
5602 if (In.empty())
5605 Out.Major = In.getMajor();
5607 if (llvm::Optional<unsigned> Minor = In.getMinor())
5612 if (llvm::Optional<unsigned> Subminor = In.getSubminor())
/external/clang/lib/Sema/
H A DTreeTransform.h3137 TemplateArgumentLoc In = *First; local
3139 if (In.getArgument().getKind() == TemplateArgument::Pack) {
3149 In.getArgument().pack_begin()),
3151 In.getArgument().pack_end()),
3158 if (In.getArgument().isPackExpansion()) {
3164 = In.getPackExpansionPattern(Ellipsis, OrigNumExpansions,
3240 if (getDerived().TransformTemplateArgument(In, Out))
8796 // In builds with assertions, make sure that we captured everything we
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp286 // In 32-bit mode these are custom lowered. In 64-bit mode F32 and F64
784 // FIXME: In order to prevent SSE instructions being expanded to MMX ones
1373 // In GOT pic mode, each entry in the jump table is emitted as a @GOTOFF
1389 // In 32-bit ELF systems, our jump table entries are formed with @GOTOFF
1825 // In case of tail call optimization mark all arguments mutable. Since they
2262 // Walk the register/memloc assignments, inserting copies/loads. In the case
2448 // In the 64-bit large code model, we have to make all calls
2869 // possible to register allocate for it. In 32-bit, the call address can
3731 // The shuffle result is divided into half A and half B. In tota
5171 SDValue In = N->getOperand(i); local
[all...]

Completed in 712 milliseconds