/frameworks/wilhelm/src/itf/ |
IBufferQueue.cpp | 122 static SLresult IBufferQueue_GetState(SLBufferQueueItf self, SLBufferQueueState *pState) 128 if (NULL == pState) { 141 *pState = state;
|
IRecord.cpp | 50 static SLresult IRecord_GetRecordState(SLRecordItf self, SLuint32 *pState) 55 if (NULL == pState) { 61 *pState = state;
|
IPlay.cpp | 117 static SLresult IPlay_GetPlayState(SLPlayItf self, SLuint32 *pState) 121 if (NULL == pState) { 145 *pState = state;
|
/external/syslinux/core/fs/pxe/ |
http_readdir.c | 392 enum http_readdir_state pstate = st_start; local 418 if (state != pstate) 422 pstate = state; 424 if (pstate != st_start) 425 pstate = st_start;
|
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/ |
arm_math.h | 1073 q7_t *pState; /**< points to the state variable array. The array is of length numTaps+blockSize-1. */ 1083 q15_t *pState; /**< points to the state variable array. The array is of length numTaps+blockSize-1. */ 1093 q31_t *pState; /**< points to the state variable array. The array is of length numTaps+blockSize-1. */ 1103 float32_t *pState; /**< points to the state variable array. The array is of length numTaps+blockSize-1. */ 1128 * @param[in] *pState points to the state buffer. 1136 q7_t * pState, 1173 * @param[in] *pState points to the state buffer. 1183 q15_t * pState, [all...] |
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
depthstencil.h | 119 simdscalar DepthStencilTest(const API_STATE* pState, 126 const SWR_DEPTH_STENCIL_STATE* pDSState = &pState->depthStencilState; 127 const SWR_VIEWPORT* pViewport = &pState->vp[viewportIndex];
|
rasterizer.cpp | 450 INLINE float ComputeBiasFactor(const SWR_RASTSTATE* pState, const SWR_TRIANGLE_DESC* pDesc, const float* z) 452 if (pState->depthFormat == R24_UNORM_X8_TYPELESS) 456 else if (pState->depthFormat == R16_UNORM) 462 SWR_ASSERT(pState->depthFormat == R32_FLOAT); 474 INLINE float ComputeDepthBias(const SWR_RASTSTATE* pState, const SWR_TRIANGLE_DESC* pTri, const float* z) 476 if (pState->depthBias == 0 && pState->slopeScaledDepthBias == 0) 481 float scale = pState->slopeScaledDepthBias; 487 float bias = pState->depthBias; 488 if (!pState->depthBiasPreAdjusted [all...] |
context.h | 392 DRAW_STATE* pState; // Read-only state. Core should not update this outside of API thread. 419 SWR_ASSERT(pDC->pState != nullptr); 421 return pDC->pState->state; 427 SWR_ASSERT(pDC->pState != nullptr); 429 return pDC->pState->pPrivateState;
|
frontend.cpp | 663 const SWR_GS_STATE* pState = &state.gsState; 676 for (uint32_t slot = 0; slot < pState->numInputAttribs; ++slot) 701 if (pState->isSingleStream) 716 for (uint32_t instance = 0; instance < pState->instanceCount; ++instance) 732 switch (pState->outputTopology) 737 default: SWR_ASSERT(false, "Unexpected GS output topology: %d", pState->outputTopology); 752 for (uint32_t instance = 0; instance < pState->instanceCount; ++instance) 773 if (pState->isSingleStream) 776 streamID = pState->singleStreamID; 793 PA_STATE_CUT gsPa(pDC, pBase, numEmittedVerts, pCutBuffer, numEmittedVerts, numAttribs, pState->outputTopology, processCutVerts) [all...] |
/development/ndk/platforms/android-21/arch-arm64/include/asm/ |
ptrace.h | 57 __u64 pstate; member in struct:user_pt_regs
|
/external/llvm/test/MC/Sparc/ |
sparcv9-instructions.s | 139 ! V8-NEXT: wrpr %g6,%i6,%pstate 140 ! V9: wrpr %g6, %fp, %pstate ! encoding: [0x8d,0x91,0x80,0x1e] 141 wrpr %g6,%i6,%pstate 200 ! V8-NEXT: wrpr %g6,255,%pstate 201 ! V9: wrpr %g6, 255, %pstate ! encoding: [0x8d,0x91,0xa0,0xff] 202 wrpr %g6,255,%pstate 261 ! V8-NEXT: rdpr %pstate,%i5 262 ! V9: rdpr %pstate, %i5 ! encoding: [0xbb,0x51,0x80,0x00] 263 rdpr %pstate,%i5
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_pcmdata.h | 134 EAS_RESULT (* EAS_CONST pfInit)(EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState); 135 EAS_RESULT (* EAS_CONST pfDecodeSample)(EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState); 136 EAS_RESULT (* EAS_CONST pfLocate)(EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 time); 154 EAS_RESULT EAS_PESeek (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 *pLocation);
|
eas_dlssynth.c | 45 static void DLS_UpdateEnvelope (S_SYNTH_VOICE *pVoice, S_SYNTH_CHANNEL *pChannel, const S_DLS_ENVELOPE *pEnvParams, EAS_I16 *pValue, EAS_I16 *pIncrement, EAS_U8 *pState); 467 static void DLS_UpdateEnvelope (S_SYNTH_VOICE *pVoice, S_SYNTH_CHANNEL *pChannel, const S_DLS_ENVELOPE *pEnvParams, EAS_I16 *pValue, EAS_I16 *pIncrement, EAS_U8 *pState) 471 switch (*pState) 475 *pState = eEnvelopeStateDelay; 490 *pState = eEnvelopeStateAttack; 511 *pState = eEnvelopeStateHold; 531 *pState = eEnvelopeStateDecay; 551 *pState = eEnvelopeStateSustain; 562 *pState = eEnvelopeStateMuted; 574 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Envelope in invalid state %d\n", *pState); */ } [all...] |
/prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/asm/ |
ptrace.h | 57 __u64 pstate; member in struct:user_pt_regs
|
/prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/asm/ |
ptrace.h | 57 __u64 pstate; member in struct:user_pt_regs
|
/prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/asm/ |
ptrace.h | 57 __u64 pstate; member in struct:user_pt_regs
|
/prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/asm/ |
ptrace.h | 57 __u64 pstate; member in struct:user_pt_regs
|
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/asm/ |
ptrace.h | 57 __u64 pstate; member in struct:user_pt_regs
|
/external/linux-kselftest/tools/testing/selftests/intel_pstate/ |
run.sh | 12 # pstate the cpu is in, and the value of 17 # where the pstate driver may not be working at all. There is the case
|
/hardware/intel/common/utils/ISV/include/ |
isv_omxcomponent.h | 140 OMX_OUT OMX_STATETYPE* pState); 142 OMX_OUT OMX_STATETYPE* pState);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
sensorsapi.h | 518 SensorState *pState) = 0; 601 SensorState *pState); 648 #define ISensor_GetState(This,pState) (This)->lpVtbl->GetState(This,pState) 693 static FORCEINLINE HRESULT ISensor_GetState(ISensor* This,SensorState *pState) { 694 return This->lpVtbl->GetState(This,pState); 794 SensorState *pState); [all...] |
/art/runtime/ |
runtime_common.cc | 140 // Print some of the information from the status register (CPSR on ARMv7, PSTATE on ARMv8). 277 DumpRegister64(os, "pstate", context.pstate); 278 DumpArmStatusRegister(os, context.pstate);
|
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/ |
Facp.aslc | 39 0, // PState control
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Facp/ |
Facp.aslc | 53 PSTATE_CNT, // PState control
|
/external/libhevc/common/ |
ihevc_cabac_tables.h | 130 * @remarks Packing format MPS in lsb and pState in bits[1-6]
|