/external/sonivox/arm-wt-22k/lib_src/ |
eas_parser.h | 55 EAS_RESULT (* EAS_CONST pfState)(struct s_eas_data_tag *pEASData, EAS_VOID_PTR pInstData, EAS_STATE *pState);
|
eas_smf.h | 38 EAS_RESULT SMF_State (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_STATE *pState);
|
eas_pcm.h | 181 EAS_RESULT EAS_PEUpdateParams (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch, EAS_I16 gainLeft, EAS_I16 gainRight); 192 * pState - stream handle 196 EAS_RESULT EAS_PELocate (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I32 time); 221 EAS_RESULT EAS_PEUpdateVolume (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume); 231 * pState - pointer to S_PCM_STATE for this stream 236 EAS_RESULT EAS_PEUpdatePitch (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch); 247 * pState - pointer to variable to store state 258 EAS_RESULT EAS_PEState (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_STATE *pState);
|
/frameworks/wilhelm/src/itf/ |
IAndroidBufferQueue.cpp | 394 SLAndroidBufferQueueState *pState) 400 if (NULL == pState) { 407 pState->count = thiz->mState.count; 408 pState->index = thiz->mState.index;
|
/prebuilts/go/darwin-x86/src/runtime/ |
defs_linux_arm64.go | 169 pstate uint64
|
/prebuilts/go/linux-x86/src/runtime/ |
defs_linux_arm64.go | 169 pstate uint64
|
/external/libunwind/src/aarch64/ |
Gresume.c | 114 sc->pstate = uc->uc_mcontext.pstate;
|
/hardware/intel/common/wrs_omxil_core/base/inc/ |
componentbase.h | 177 OMX_OUT OMX_STATETYPE* pState); 180 OMX_OUT OMX_STATETYPE* pState);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
vsbackup.h | 137 STDMETHOD_(HRESULT,GetWriterStatus)(THIS_ UINT iWriter,VSS_ID *pidInstance,VSS_ID *pidWriter,BSTR *pbstrWriter,VSS_WRITER_STATE *pState,HRESULT *pHrResultFailure) PURE; 192 #define IVssBackupComponents_GetWriterStatus(This,iWriter,pidInstance,pidWriter,pbstrWriter,pState,pHrResultFailure) (This)->lpVtbl->GetWriterStatus(This,iWriter,pidInstance,pidWriter,pbstrWriter,pState,pHrResultFailure) 260 STDMETHOD_(HRESULT,GetWriterStatus)(THIS_ UINT iWriter,VSS_ID *pidInstance,VSS_ID *pidWriter,BSTR *pbstrWriter,VSS_WRITER_STATE *pState,HRESULT *pHrResultFailure) PURE; 319 #define IVssBackupComponentsEx_GetWriterStatus(This,iWriter,pidInstance,pidWriter,pbstrWriter,pState,pHrResultFailure) (This)->lpVtbl->GetWriterStatus(This,iWriter,pidInstance,pidWriter,pbstrWriter,pState,pHrResultFailure) [all...] |
/external/aac/libAACdec/src/ |
aacdec_hcrs.cpp | 239 pHcr->nonPcwSideinfo.pState = aStateConstant2State[pSta[codewordOffset]]; 241 while(pHcr->nonPcwSideinfo.pState) { 242 ret = ((STATEFUNC) pHcr->nonPcwSideinfo.pState)(bs, pHcr); 580 ClearBitFromBitfield(&(pHcr->nonPcwSideinfo.pState), 593 ClearBitFromBitfield(&(pHcr->nonPcwSideinfo.pState), [all...] |
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
interrupt-framework-design.md | 73 2. Interrupt exceptions (`PSTATE.I` and `F` bits) are masked during execution 408 masks all interrupts (`PSTATE.DAIF` bits) when it calls 459 1. __CSS=0, TEL3=0__. If `PSTATE.F=0`, Secure-EL1 interrupts will be 463 If `PSTATE.F=1` then Secure-EL1 interrupts will be handled as per the 467 know the state of the system, general purpose and the `PSTATE` registers 477 secure state. They will not be visible to the SP. The `PSTATE.F` bit in 485 1. __CSS=0, TEL3=0__. If `PSTATE.I=0`, non-secure interrupts will be 495 If `PSTATE.I=1` then the non-secure interrupt will pend until execution 499 be visible to the SP. The `PSTATE.I` bit in Secure-EL1/Secure-EL0 will 546 `PSTATE.I` and `PSTATE.F` bits set [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
spark.py | 497 pstate, pparent = pitem
498 k = self.goto(pstate, lhs)
558 pstate, pparent = pitem
559 #k = self.goto(pstate, lhs)
560 k = self.edges.get((pstate, lhs), None)
|
/external/python/cpython2/Parser/ |
spark.py | 497 pstate, pparent = pitem 498 k = self.goto(pstate, lhs) 558 pstate, pparent = pitem 559 #k = self.goto(pstate, lhs) 560 k = self.edges.get((pstate, lhs), None)
|
/external/llvm/test/MC/AArch64/ |
basic-a64-diagnostics.s | [all...] |
armv8.1a-lor.s | 74 // CHECK-ERROR: error: expected writable system register or pstate
|
/device/google/dragon/ |
init.dragon.rc | 133 chown system system /sys/devices/57000000.gpu/pstate 177 write /sys/class/drm/card0/device/pstate auto
|
/external/pdfium/core/fxge/skia/ |
fx_skia_device.cpp | 977 const CFX_GraphStateData* pState, [all...] |
/bionic/libc/include/sys/ |
ucontext.h | 100 #define NGREG 34 /* x0..x30 + sp + pc + pstate */
|
user.h | 244 uint64_t pstate;
|
/development/ndk/platforms/android-21/include/sys/ |
ucontext.h | 82 #define NGREG 34 /* x0..x30 + sp + pc + pstate */
|
user.h | 239 uint64_t pstate;
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/ |
PlatformCpuInfo.h | 166 UINT16 PState; // MSR 0x198 [15:0]
|
/external/elfutils/backends/ |
aarch64_corenote.c | 71 .name = "pstate", .type = ELF_T_XWORD, .format = 'x', \
|
/external/google-breakpad/src/common/android/ |
breakpad_getcontext_unittest.cc | 66 offsetof(ucontext_t,uc_mcontext.pstate));
|
/external/opencv/cv/src/ |
_cvipp.h | [all...] |