Searched defs:In (Results 1 - 19 of 19) 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_library/main/source/
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, 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/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm_i.h26 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon12870
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm_i.h26 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon13089
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm_i.h26 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon13309
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp88 static bool Check(DecodeStatus &Out, DecodeStatus In) { argument
89 switch (In) {
94 Out = In;
97 Out = In;
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp422 // Check to see if this ConstantExpr GEP is SRA'able. In particular, we
446 // sub-indices are in-range constants. In particular, consider:
517 Constant *In = getAggregateConstantElement(Init, local
519 assert(In && "Couldn't get element of initializer?");
522 In, GV->getName()+"."+Twine(i),
550 Constant *In = getAggregateConstantElement(Init, local
552 assert(In && "Couldn't get element of initializer?");
556 In, GV->getName()+"."+Twine(i),
1337 // fails. In the original code, malloc failing would set the result pointer
1338 // of malloc to null. In thi
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp517 Value *In = ICI->getOperand(0);
518 Value *Sh = ConstantInt::get(In->getType(),
519 In->getType()->getScalarSizeInBits()-1);
520 In = Builder->CreateLShr(In, Sh, In->getName()+".lobit");
521 if (In->getType() != CI.getType())
522 In = Builder->CreateIntCast(In, CI.getType(), false/*ZExt*/);
525 Constant *One = ConstantInt::get(In
566 Value *In = ICI->getOperand(0); local
902 Value *In = Builder->CreateAShr(Op0, Sh, Op0->getName()+".lobit"); local
923 Value *In = ICI->getOperand(0); local
976 Value *In = Builder->CreateAShr(Op0, VSh, Op0->getName()+".lobit"); local
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp275 void MergeInTypeForLoadOrStore(Type *In, uint64_t Offset);
331 /// MergeInTypeForLoadOrStore - Add the 'In' type to the accumulated vector type
344 void ConvertToScalarInfo::MergeInTypeForLoadOrStore(Type *In, argument
353 // If the In type is a vector that is the same size as the alloca, see if it
355 if (VectorType *VInTy = dyn_cast<VectorType>(In)) {
358 } else if (In->isFloatTy() || In->isDoubleTy() ||
359 (In->isIntegerTy() && In->getPrimitiveSizeInBits() >= 8 &&
360 isPowerOf2_32(In
[all...]
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp175 // instructions. In order to unambiguously decode the singleton, we need to
436 // instructions. In order to unambiguously decode the singleton, we need to
1182 // well-known encoding pattern. In such case, we backtrack and scan for the
1278 DagInit *In = Def.getValueAsDag("InOperandList"); local
1281 for (unsigned i = 0; i < In->getNumArgs(); ++i)
1282 InOutOperands.push_back(std::make_pair(In->getArg(i), In->getArgName(i)));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1068 // In non-pic modes, just use the address of a block.
1072 // In PIC mode, if the target supports a GPRel32 directive, use it.
1104 // In dynamic-no-pic mode, assume that known defined values are safe.
1726 SDValue In = Op.getOperand(0); local
1727 switch (In.getOpcode()) {
1737 ConstantSDNode *ShAmt = dyn_cast<ConstantSDNode>(In.getOperand(1));
1740 SDValue Shift = In.getOperand(1);
1756 In.getOperand(0));
H A DDAGCombiner.cpp5599 SDValue In = N0.getOperand(0); local
5600 if (In.getValueType() == VT) return In;
5601 if (VT.bitsLT(In.getValueType()))
5603 In, N0.getOperand(1));
5604 return DAG.getNode(ISD::FP_EXTEND, N->getDebugLoc(), VT, In);
/external/clang/lib/Sema/
H A DTreeTransform.h3034 TemplateArgumentLoc In = *First; local
3036 if (In.getArgument().getKind() == TemplateArgument::Pack) {
3046 In.getArgument().pack_begin()),
3048 In.getArgument().pack_end()),
3055 if (In.getArgument().isPackExpansion()) {
3061 = In.getPackExpansionPattern(Ellipsis, OrigNumExpansions,
3137 if (getDerived().TransformTemplateArgument(In, Out))
8070 // In builds with assertions, make sure that we captured everything we

Completed in 5638 milliseconds