Home
last modified time | relevance | path

Searched refs:pOutput (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/frontends/nine/
Dauthenticatedchannel9.h57 void *pOutput );
63 D3DAUTHENTICATEDCHANNEL_CONFIGURE_OUTPUT *pOutput );
Dauthenticatedchannel9.c55 void *pOutput ) in NineAuthenticatedChannel9_Query() argument
64 D3DAUTHENTICATEDCHANNEL_CONFIGURE_OUTPUT *pOutput ) in NineAuthenticatedChannel9_Configure() argument
Dnine_lock.c105 void *pOutput ) in LockAuthenticatedChannel9_Query() argument
109 r = NineAuthenticatedChannel9_Query(This, InputSize, pInput, OutputSize, pOutput); in LockAuthenticatedChannel9_Query()
118 D3DAUTHENTICATEDCHANNEL_CONFIGURE_OUTPUT *pOutput ) in LockAuthenticatedChannel9_Configure() argument
122 r = NineAuthenticatedChannel9_Configure(This, InputSize, pInput, pOutput); in LockAuthenticatedChannel9_Configure()
/external/aac/libSBRdec/src/
Dpvc_dec.cpp666 const int lengthOutputVector, FIXP_DBL *pOutput, in expandPredEsg() argument
673 pOutput[k] = predEsg[ksg]; in expandPredEsg()
679 pOutput[k] = predEsg[ksg]; in expandPredEsg()
Dpvc_dec.h235 const int lengthOutputVector, FIXP_DBL *pOutput,
/external/mesa3d/src/amd/addrlib/src/r800/
Degbaddrlib.cpp2483 CoordFromBankPipe* pOutput ///< [out] pointer to extracted x/y bits in ComputeSurfaceCoord2DFromBankPipe()
2636 pOutput->xBits = xBit; in ComputeSurfaceCoord2DFromBankPipe()
2637 pOutput->yBits = yBit; in ComputeSurfaceCoord2DFromBankPipe()
2639 pOutput->xBit3 = xBit3; in ComputeSurfaceCoord2DFromBankPipe()
2640 pOutput->xBit4 = xBit4; in ComputeSurfaceCoord2DFromBankPipe()
2641 pOutput->xBit5 = xBit5; in ComputeSurfaceCoord2DFromBankPipe()
2642 pOutput->yBit3 = yBit3; in ComputeSurfaceCoord2DFromBankPipe()
2643 pOutput->yBit4 = yBit4; in ComputeSurfaceCoord2DFromBankPipe()
2644 pOutput->yBit5 = yBit5; in ComputeSurfaceCoord2DFromBankPipe()
2645 pOutput->yBit6 = yBit6; in ComputeSurfaceCoord2DFromBankPipe()
Degbaddrlib.h288 CoordFromBankPipe *pOutput) const;
/external/aac/libAACdec/src/
Dusacdec_lpc.cpp722 int CLpc_DecodeAVQ(HANDLE_FDK_BITSTREAM hBs, FIXP_DBL *pOutput, int nk_mode, in CLpc_DecodeAVQ() argument
734 FDKmemclear(&pOutput[i + l * 8], 8 * sizeof(FIXP_DBL)); in CLpc_DecodeAVQ()
756 if (RE8_dec(qn[l], I, kv, &pOutput[i + l * 8]) != 0) { in CLpc_DecodeAVQ()
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c797 run_installscript(char *pathname, int argc, char **argv, char **pOutput) in run_installscript() argument
805 *pOutput = NULL; in run_installscript()
835 *pOutput = malloc(out_buf_size+1); in run_installscript()
836 if (*pOutput) { in run_installscript()
839 ReadFile(redirected, *pOutput, out_buf_size, &nread, NULL); in run_installscript()
840 (*pOutput)[nread] = '\0'; in run_installscript()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c756 run_installscript(char *pathname, int argc, char **argv, char **pOutput) in run_installscript() argument
764 *pOutput = NULL; in run_installscript()
794 *pOutput = malloc(out_buf_size+1); in run_installscript()
795 if (*pOutput) { in run_installscript()
798 ReadFile(redirected, *pOutput, out_buf_size, &nread, NULL); in run_installscript()
799 (*pOutput)[nread] = '\0'; in run_installscript()
/external/llvm-project/llvm/test/CodeGen/Thumb2/
Dmve-float16regloops.ll946 %pOutput.0149 = phi half* [ %pDst, %while.body.lr.ph ], [ %add.ptr23, %while.body ]
973 %20 = bitcast half* %pOutput.0149 to <8 x half>*
975 %add.ptr23 = getelementptr inbounds half, half* %pOutput.0149, i32 4
988 %pOutput.0.lcssa = phi half* [ %scevgep158, %while.end.loopexit ], [ %pDst, %if.then ]
1015 %34 = bitcast half* %pOutput.0.lcssa to <8 x half>*
1262 %pOutput.0218 = phi half* [ %pDst, %while.body.lr.ph ], [ %add.ptr81, %while.end ]
1432 %75 = bitcast half* %pOutput.0218 to <8 x half>*
1434 %add.ptr81 = getelementptr inbounds half, half* %pOutput.0218, i32 4
Dmve-float32regloops.ll914 %pOutput.0149 = phi float* [ %pDst, %while.body.lr.ph ], [ %add.ptr23, %while.body ]
941 %20 = bitcast float* %pOutput.0149 to <4 x float>*
943 %add.ptr23 = getelementptr inbounds float, float* %pOutput.0149, i32 4
956 %pOutput.0.lcssa = phi float* [ %scevgep158, %while.end.loopexit ], [ %pDst, %if.then ]
983 %34 = bitcast float* %pOutput.0.lcssa to <4 x float>*
1218 %pOutput.0218 = phi float* [ %pDst, %while.body.lr.ph ], [ %add.ptr81, %while.end ]
1388 %75 = bitcast float* %pOutput.0218 to <4 x float>*
1390 %add.ptr81 = getelementptr inbounds float, float* %pOutput.0218, i32 4
/external/aac/libSACdec/src/
Dsac_bitdec.cpp1285 SCHAR *pOutput, /* Output */ in mapFrequency() argument
1300 pOutput[j] = value; in mapFrequency()
/external/mesa3d/include/D3D9/
Dd3d9.h576 …3DAuthenticatedChannel9 *This, UINT InputSize, const void *pInput, UINT OutputSize, void *pOutput);
577 …nel9 *This, UINT InputSize, const void *pInput, D3DAUTHENTICATEDCHANNEL_CONFIGURE_OUTPUT *pOutput);