| /openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/ |
| H A D | vega12_processpptables.c | 323 uint16_t classification, uint16_t classification2) 327 if (classification & ATOM_PPLIB_CLASSIFICATION_BOOT) 330 if (classification & ATOM_PPLIB_CLASSIFICATION_THERMAL) 333 if (classification & ATOM_PPLIB_CLASSIFICATION_LIMITEDPOWERSOURCE) 336 if (classification & ATOM_PPLIB_CLASSIFICATION_REST) 339 if (classification & ATOM_PPLIB_CLASSIFICATION_FORCED) 342 if (classification & ATOM_PPLIB_CLASSIFICATION_ACPI) 364 power_state->classification.bios_index = entry_index; 391 if (!result && (power_state->classification.flags &
|
| H A D | pp_psm.c | 90 if (state->classification.flags & PP_StateClassificationFlag_Boot) { in psm_init_power_state_table() 98 if (state->classification.flags & PP_StateClassificationFlag_Uvd) in psm_init_power_state_table() 135 if (state->classification.ui_label & ui_label) { in psm_get_ui_state() 156 if (state->classification.flags & flag) { in psm_get_state_by_classification() 230 if ((*state)->classification.ui_label & label_id) in psm_set_user_performance_state()
|
| H A D | processpptables.c | 620 USHORT classification, in make_classification_flags() argument 625 if (classification & ATOM_PPLIB_CLASSIFICATION_BOOT) in make_classification_flags() 628 if (classification & ATOM_PPLIB_CLASSIFICATION_THERMAL) in make_classification_flags() 631 if (classification & in make_classification_flags() 635 if (classification & ATOM_PPLIB_CLASSIFICATION_REST) in make_classification_flags() 638 if (classification & ATOM_PPLIB_CLASSIFICATION_FORCED) in make_classification_flags() 641 if (classification & ATOM_PPLIB_CLASSIFICATION_3DPERFORMANCE) in make_classification_flags() 645 if (classification & ATOM_PPLIB_CLASSIFICATION_OVERDRIVETEMPLATE) in make_classification_flags() 648 if (classification & ATOM_PPLIB_CLASSIFICATION_UVDSTATE) in make_classification_flags() 651 if (classification in make_classification_flags() [all...] |
| H A D | process_pptables_v1_0.c | 1263 uint16_t classification, uint16_t classification2) in make_classification_flags() argument 1267 if (classification & ATOM_PPLIB_CLASSIFICATION_BOOT) in make_classification_flags() 1270 if (classification & ATOM_PPLIB_CLASSIFICATION_THERMAL) in make_classification_flags() 1273 if (classification & ATOM_PPLIB_CLASSIFICATION_LIMITEDPOWERSOURCE) in make_classification_flags() 1276 if (classification & ATOM_PPLIB_CLASSIFICATION_REST) in make_classification_flags() 1279 if (classification & ATOM_PPLIB_CLASSIFICATION_FORCED) in make_classification_flags() 1282 if (classification & ATOM_PPLIB_CLASSIFICATION_ACPI) in make_classification_flags() 1381 power_state->classification.bios_index = entry_index; in get_powerplay_table_entry_v1_0() 1406 if (!result && (power_state->classification.flags & in get_powerplay_table_entry_v1_0()
|
| H A D | vega10_processpptables.c | 1266 uint16_t classification, uint16_t classification2) in make_classification_flags() argument 1270 if (classification & ATOM_PPLIB_CLASSIFICATION_BOOT) in make_classification_flags() 1273 if (classification & ATOM_PPLIB_CLASSIFICATION_THERMAL) in make_classification_flags() 1276 if (classification & ATOM_PPLIB_CLASSIFICATION_LIMITEDPOWERSOURCE) in make_classification_flags() 1279 if (classification & ATOM_PPLIB_CLASSIFICATION_REST) in make_classification_flags() 1282 if (classification & ATOM_PPLIB_CLASSIFICATION_FORCED) in make_classification_flags() 1285 if (classification & ATOM_PPLIB_CLASSIFICATION_ACPI) in make_classification_flags() 1307 power_state->classification.bios_index = entry_index; in vega10_get_powerplay_table_entry() 1334 if (!result && (power_state->classification.flags & in vega10_get_powerplay_table_entry()
|
| H A D | smu7_hwmgr.c | 3339 request_ps->classification.ui_label); in smu7_apply_state_adjust_rules() 3613 power_state->classification.ui_label = in smu7_get_pp_table_entry_callback_func_v1() 3617 power_state->classification.flags = classification_flag; in smu7_get_pp_table_entry_callback_func_v1() 3620 power_state->classification.temporary_state = false; in smu7_get_pp_table_entry_callback_func_v1() 3621 power_state->classification.to_be_deleted = false; in smu7_get_pp_table_entry_callback_func_v1() 3726 if (state->classification.flags & PP_StateClassificationFlag_ACPI) in smu7_get_pp_table_entry_v1() 3735 switch (state->classification.ui_label) { in smu7_get_pp_table_entry_v1() 3874 if (state->classification.flags & PP_StateClassificationFlag_ACPI) in smu7_get_pp_table_entry_v0() 3883 switch (state->classification.ui_label) { in smu7_get_pp_table_entry_v0()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 467 const ClassifyRefs &classification; member in __anonb5d9aead0511::TransferFunctions 474 const ClassifyRefs &classification, in TransferFunctions() argument 477 classification(classification), objCNoRet(ac.getASTContext()), in TransferFunctions() 743 switch (classification.get(dr)) { in VisitDeclRefExpr() 841 const ClassifyRefs &classification, in runOnBlock() argument 859 TransferFunctions tf(vals, cfg, block, ac, classification, handler); in runOnBlock() 928 ClassifyRefs classification(ac); in runUninitializedVariablesAnalysis() local 929 cfg.VisitBlockStmts(classification); in runUninitializedVariablesAnalysis() 952 classification, wasAnalyzed, PBH); in runUninitializedVariablesAnalysis() 965 runOnBlock(block, cfg, ac, vals, classification, wasAnalyzed, handler); in runUninitializedVariablesAnalysis()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | StackSafetyAnalysis.rst | 46 We expect that users can tolerate false classification of variables as 48 can't accept false 'safe' classification which may cause sanitizers to miss actual
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | cofflink.c | 211 enum coff_symbol_classification classification; in coff_link_check_ar_symbols() local 215 classification = bfd_coff_classify_symbol (abfd, &sym); in coff_link_check_ar_symbols() 216 if (classification == COFF_SYMBOL_GLOBAL in coff_link_check_ar_symbols() 217 || classification == COFF_SYMBOL_COMMON) in coff_link_check_ar_symbols() 329 enum coff_symbol_classification classification; in coff_link_add_symbols() local 334 classification = bfd_coff_classify_symbol (abfd, &sym); in coff_link_add_symbols() 335 if (classification != COFF_SYMBOL_LOCAL) in coff_link_add_symbols() 359 switch (classification) in coff_link_add_symbols() 436 && (classification == COFF_SYMBOL_GLOBAL in coff_link_add_symbols() 437 || classification == COFF_SYMBOL_PE_SECTION) in coff_link_add_symbols() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | cofflink.c | 213 enum coff_symbol_classification classification; in coff_link_check_ar_symbols() local 217 classification = bfd_coff_classify_symbol (abfd, &sym); in coff_link_check_ar_symbols() 218 if (classification == COFF_SYMBOL_GLOBAL in coff_link_check_ar_symbols() 219 || classification == COFF_SYMBOL_COMMON) in coff_link_check_ar_symbols() 331 enum coff_symbol_classification classification; in coff_link_add_symbols() local 336 classification = bfd_coff_classify_symbol (abfd, &sym); in coff_link_add_symbols() 337 if (classification != COFF_SYMBOL_LOCAL) in coff_link_add_symbols() 361 switch (classification) in coff_link_add_symbols() 438 && (classification == COFF_SYMBOL_GLOBAL in coff_link_add_symbols() 439 || classification == COFF_SYMBOL_PE_SECTION) in coff_link_add_symbols() [all …]
|
| /openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/inc/ |
| H A D | power_state.h | 156 struct PP_StateClassificationBlock classification; member
|
| /openbsd-src/gnu/usr.bin/cvs/ |
| H A D | DEVEL-CVS | 35 classification which the group finds helpful.
|
| /openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/ |
| H A D | amd_powerplay.c | 487 switch (state->classification.ui_label) { in pp_dpm_get_current_power_state() 498 if (state->classification.flags & PP_StateClassificationFlag_Boot) in pp_dpm_get_current_power_state() 623 switch (state->classification.ui_label) { in pp_dpm_get_pp_num_states() 634 if (state->classification.flags & PP_StateClassificationFlag_Boot) in pp_dpm_get_pp_num_states()
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | 5400.md | 11 ;; based on the define attribute RTL for the "type" classification.
|
| H A D | 5500.md | 13 ;; based on the define attribute RTL for the "type" classification.
|
| H A D | sr71k.md | 121 ;; based on the define attribute RTL for the "type" classification.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | 5500.md | 13 ;; based on the define attribute RTL for the "type" classification.
|
| H A D | 5400.md | 11 ;; based on the define attribute RTL for the "type" classification.
|
| H A D | sr71k.md | 121 ;; based on the define attribute RTL for the "type" classification.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
| H A D | DXIL.td | 58 dxil_category category; // classification for this instruction
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| H A D | porting.texi | 86 * Character types:: Implementing character classification. 231 character classification, analogous to that provided by the C libraries 237 some very basic information about character classification. The libstdc++-v3
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| H A D | porting.texi | 82 * Character types:: Implementing character classification. 247 character classification, analogous to that provided by the C libraries 253 some very basic information about character classification. The libstdc++-v3
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/ |
| H A D | Changes | 173 * Fix the isFOO character type classification macros to work properly on 186 * Make all the character classification isFOO macros work on EBCDIC 188 * Added isFOO_A synonyms for all character classification isFOO
|
| /openbsd-src/sys/dev/pci/drm/amd/pm/swsmu/smu12/ |
| H A D | renoir_ppt.c | 629 switch (smu_dpm_ctx->dpm_current_power_state->classification.ui_label) { in renoir_get_current_power_state() 640 …if (smu_dpm_ctx->dpm_current_power_state->classification.flags & SMU_STATE_CLASSIFICATION_FLAG_BOO… in renoir_get_current_power_state()
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | type_traits | 33 // Primary classification traits: 49 // Secondary classification traits:
|