Home
last modified time | relevance | path

Searched full:pstate (Results 51 - 75 of 79) sorted by relevance

1234

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp999 TAG_LOGI(AAFwkTag::APPMGR, "appState: %{public}d, pState: %{public}d, bundle: %{public}s, ability: %{public}s", in AbilityForeground()
2080 TAG_LOGI(AAFwkTag::APPMGR, "window id empty: %{public}d, pState: %{public}d, cState: %{public}d", in OnWindowVisibilityChanged()
H A Dapp_mgr_service_inner.cpp1236 TAG_LOGI(AAFwkTag::APPMGR, "app backgrounded: %{public}s, pState: %{public}d", appRecord->GetBundleName().c_str(), in ApplicationBackgrounded()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h782 // Executing an instruction updates PSTATE.BTYPE, as described in the table
784 // * PSTATE.BTYPE is 00, or
786 // PSTATE.BTYPE (as described in the table below), or
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3057 auto PState = AArch64PState::lookupPStateByName(Tok.getString()); in tryParseSysReg() local
3059 if (PState && PState->haveFeatures(getSTI().getFeatureBits())) in tryParseSysReg()
3060 PStateImm = PState->Encoding; in tryParseSysReg()
4377 return Error(Loc, "expected writable system register or pstate"); in showMatchError()
/third_party/elfutils/tests/
H A Drun-readelf-mixed-corenote.sh303 pc: 0x0000000000400548, pstate: 0x0000000060000000, fpvalid: 1
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h425 struct PState : SysAlias{ struct
/third_party/cups-filters/utils/
H A Dcups-browsed.c5161 ipp_pstate_t pstate = IPP_PRINTER_IDLE; in is_disabled() local
5195 pstate = IPP_PRINTER_IDLE; in is_disabled()
5207 pstate = (ipp_pstate_t)ippGetInteger(attr, 0); in is_disabled()
5226 switch (pstate) { in is_disabled()
6156 ipp_pstate_t pstate = IPP_PRINTER_IDLE; in on_job_state() local
6337 pstate = IPP_PRINTER_IDLE; in on_job_state()
6346 pstate = IPP_PRINTER_IDLE; in on_job_state()
6356 pstate = (ipp_pstate_t)ippGetInteger(attr, 0); in on_job_state()
6376 switch (pstate) { in on_job_state()
6434 if (pstate in on_job_state()
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c2239 struct pipe_sampler_state pstate; member
2275 cso->pstate = *state; in crocus_create_sampler_state()
2347 struct pipe_sampler_state *state = &cso->pstate; in crocus_upload_sampler_state()
2648 if (state->pstate.seamless_cube_map && in crocus_upload_sampler_states()
9152 if (samp->pstate.min_img_filter != PIPE_TEX_FILTER_NEAREST &&
9153 samp->pstate.mag_img_filter != PIPE_TEX_FILTER_NEAREST) {
9154 if (samp->pstate.wrap_s == PIPE_TEX_WRAP_CLAMP)
9156 if (samp->pstate.wrap_t == PIPE_TEX_WRAP_CLAMP)
9158 if (samp->pstate.wrap_r == PIPE_TEX_WRAP_CLAMP)
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/
H A Dmod.rs150 pub pstate: ::c_ulonglong,
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs57 pub pstate: ::c_ulonglong,
/third_party/skia/platform_tools/android/bin/linux/
H A Dperfhostlibpthread.so.0 _Jv_RegisterClasses sem_post pthread_attr_init sem_init pthread_mutex_unlock pthread_create raise pthread_attr_setstacksize __errno_location fork nanosleep waitpid pthread_mutex_lock lseek64 ...
/third_party/libdrm/amdgpu/
H A Damdgpu.h948 * \param out_flags - \c [out] output current stable pstate
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c7371 enum radeon_ctx_pstate pstate = enable ? RADEON_CTX_PSTATE_PEAK : RADEON_CTX_PSTATE_NONE; in radv_thread_trace_set_pstate() local
7374 /* pstate is per-device; setting it for one ctx is sufficient. in radv_thread_trace_set_pstate()
7378 return ws->ctx_set_pstate(device->hw_ctx[i], pstate) >= 0; in radv_thread_trace_set_pstate()
/third_party/libdrm/tests/amdgpu/
H A Dbasic_tests.c91 { "Stable pstate Test", amdgpu_stable_pstate_test },
/third_party/rust/crates/libc/src/
H A Dpsp.rs4024 pub fn sceNetApctlGetState(pstate: *mut ApctlState) -> i32; in sceNetApctlGetState()
/third_party/mesa3d/docs/relnotes/
H A D22.2.0.rst859 - radv: Add pstate locking for perfcounters.
5712 - radv: Only set pstate for the first hw_ctx.
/third_party/sqlite/src/
H A Dsqlite3.c211657 RbuState *pState = rbuLoadState(p); global() local
211813 rbuSetupCheckpoint(sqlite3rbu *p, RbuState *pState) global() argument
212606 rbuSetupOal(sqlite3rbu *p, RbuState *pState) global() argument
212790 RbuState *pState = 0; global() local
[all...]
/third_party/mesa3d/
H A D.pick_status.json25636 "description": "radv: acquire pstate on-demand when capturing with RGP",
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td1345 // Instructions to modify PSTATE, no input reg
/third_party/libabigail/tests/data/test-diff-suppr/
H A Dtest45-abi-wl.xml10542 <var-decl name='pstate' type-id='type-id-7' visibility='default' filepath='arch/arm64/include/uapi/asm/ptrace.h' line='78' column='1'/>
10556 <var-decl name='pstate' type-id='type-id-274' visibility='default' filepath='arch/arm64/include/asm/ptrace.h' line='166' column='1'/>
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
H A DAArch64GenSubtargetInfo.inc327 { "uaops", "Enable v8.2 UAO PState", AArch64::FeaturePsUAO, { { { 0x0ULL, 0x0ULL, 0x0ULL, } } } },
[all...]
H A DAArch64GenAsmMatcher.inc1271 case Feature_HasPsUAOBit: return "ARM v8.2 UAO PState extension (psuao)";
[all...]
/third_party/libabigail/tests/data/test-diff-filter/
H A Dtest-PR27569-v1.abi[all...]
H A Dtest-PR27569-v0.abi[all...]
/third_party/NuttX/
H A DReleaseNotes19606 - apps/nshlib: Do not dereference NULL 'pstate' in nsh_console.c.
[all...]

Completed in 402 milliseconds

1234