Home
last modified time | relevance | path

Searched refs:tbps (Results 1 – 25 of 69) sorted by relevance

123

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/thermal/
H A Dthermal_of.c78 struct __thermal_bind_params *tbps; member
216 tbp = data->tbps + i; in of_thermal_bind()
251 tbp = data->tbps + i; in of_thermal_unbind()
931 tz->tbps = kcalloc(tz->num_tbps, sizeof(*tz->tbps), GFP_KERNEL); in thermal_of_build_thermal_zone()
932 if (!tz->tbps) { in thermal_of_build_thermal_zone()
939 ret = thermal_of_populate_bind_params(gchild, &tz->tbps[i++], in thermal_of_build_thermal_zone()
952 struct __thermal_bind_params *tbp = tz->tbps + i; in thermal_of_build_thermal_zone()
961 kfree(tz->tbps); in thermal_of_build_thermal_zone()
980 tbp = tz->tbps + i; in of_thermal_free_zone()
988 kfree(tz->tbps); in of_thermal_free_zone()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/thermal/
H A Dthermal_of.c78 struct __thermal_bind_params *tbps; member
216 tbp = data->tbps + i; in of_thermal_bind()
251 tbp = data->tbps + i; in of_thermal_unbind()
931 tz->tbps = kcalloc(tz->num_tbps, sizeof(*tz->tbps), GFP_KERNEL); in thermal_of_build_thermal_zone()
932 if (!tz->tbps) { in thermal_of_build_thermal_zone()
939 ret = thermal_of_populate_bind_params(gchild, &tz->tbps[i++], in thermal_of_build_thermal_zone()
952 struct __thermal_bind_params *tbp = tz->tbps + i; in thermal_of_build_thermal_zone()
961 kfree(tz->tbps); in thermal_of_build_thermal_zone()
980 tbp = tz->tbps + i; in of_thermal_free_zone()
988 kfree(tz->tbps); in of_thermal_free_zone()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/thermal/
H A Dthermal_of.c78 struct __thermal_bind_params *tbps; member
216 tbp = data->tbps + i; in of_thermal_bind()
251 tbp = data->tbps + i; in of_thermal_unbind()
931 tz->tbps = kcalloc(tz->num_tbps, sizeof(*tz->tbps), GFP_KERNEL); in thermal_of_build_thermal_zone()
932 if (!tz->tbps) { in thermal_of_build_thermal_zone()
939 ret = thermal_of_populate_bind_params(gchild, &tz->tbps[i++], in thermal_of_build_thermal_zone()
952 struct __thermal_bind_params *tbp = tz->tbps + i; in thermal_of_build_thermal_zone()
961 kfree(tz->tbps); in thermal_of_build_thermal_zone()
980 tbp = tz->tbps + i; in of_thermal_free_zone()
988 kfree(tz->tbps); in of_thermal_free_zone()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/runtime/
H A Dderived-type.h123 std::size_t tbps, const TypeBoundProcedure *tbp, std::size_t sz) in DerivedType() argument
125 components_{cs}, component_{ca}, typeBoundProcedures_{tbps},
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/runtime/
H A Dderived-type.h123 std::size_t tbps, const TypeBoundProcedure *tbp, std::size_t sz) in DerivedType() argument
125 components_{cs}, component_{ca}, typeBoundProcedures_{tbps},
/dports/devel/f18/f18-1688bef/runtime/
H A Dderived-type.h129 std::size_t tbps, const TypeBoundProcedure *tbp, std::size_t sz) in DerivedType() argument
131 components_{cs}, component_{ca}, typeBoundProcedures_{tbps},
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dtypeinfo01.f9043 type :: tbps type
50 class(tbps), intent(in) :: x
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dtypeinfo01.f9041 type :: tbps type
48 class(tbps), intent(in) :: x
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dtypeinfo01.f9043 type :: tbps type
50 class(tbps), intent(in) :: x
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dtypeinfo01.f9041 type :: tbps type
48 class(tbps), intent(in) :: x
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dtypeinfo01.f9043 type :: tbps type
50 class(tbps), intent(in) :: x
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/test/Semantics/
H A Dtypeinfo01.f9043 type :: tbps type
50 class(tbps), intent(in) :: x
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Djlf_tuplejoblist.cpp663 TupleBPS* tbps = dynamic_cast<TupleBPS*>(bps); in addProjectStepsToBps() local
665 if (tbps != NULL && tbps->getBOP() == BOP_AND && exp1.size() == 0) in addProjectStepsToBps()
666 lastTupleId = tbps->getLastTupleId(); in addProjectStepsToBps()
806 tbps->setJobInfo(&jobInfo); in addExpresssionStepsToBps()
807 tbps->setFirstStepType(SCAN); in addExpresssionStepsToBps()
810 tbps->setBPP(pcss.get()); in addExpresssionStepsToBps()
812 bps = tbps; in addExpresssionStepsToBps()
1002 bps = tbps; in combineJobStepsByTable()
1193 thjs->setLargeSideBPS(tbps); in combineJobStepsByTable()
1197 tbps->incWaitToRunStepCnt(); in combineJobStepsByTable()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Djlf_tuplejoblist.cpp663 TupleBPS* tbps = dynamic_cast<TupleBPS*>(bps); in addProjectStepsToBps() local
665 if (tbps != NULL && tbps->getBOP() == BOP_AND && exp1.size() == 0) in addProjectStepsToBps()
666 lastTupleId = tbps->getLastTupleId(); in addProjectStepsToBps()
806 tbps->setJobInfo(&jobInfo); in addExpresssionStepsToBps()
807 tbps->setFirstStepType(SCAN); in addExpresssionStepsToBps()
810 tbps->setBPP(pcss.get()); in addExpresssionStepsToBps()
812 bps = tbps; in addExpresssionStepsToBps()
1002 bps = tbps; in combineJobStepsByTable()
1193 thjs->setLargeSideBPS(tbps); in combineJobStepsByTable()
1197 tbps->incWaitToRunStepCnt(); in combineJobStepsByTable()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/fortran/
H A Dsymbol.c2960 chg_syms.tbps = vNULL; in gfc_new_undo_checkpoint()
3032 cs.tbps.release (); in free_undo_change_set_data()
3090 latest_undo_chgset->previous->tbps.safe_splice (latest_undo_chgset->tbps); in gfc_drop_last_undo_checkpoint()
3168 latest_undo_chgset->tbps.truncate (0); in gfc_restore_last_undo_checkpoint()
3243 FOR_EACH_VEC_ELT (latest_undo_chgset->tbps, i, tbp) in gfc_commit_symbols()
3245 latest_undo_chgset->tbps.truncate (0); in gfc_commit_symbols()
4470 latest_undo_chgset->tbps.safe_push (result); in gfc_get_typebound_proc()
/dports/lang/gnat_util/gcc-6-20180516/gcc/fortran/
H A Dsymbol.c3268 chg_syms.tbps = vNULL; in gfc_new_undo_checkpoint()
3343 cs.tbps.release (); in free_undo_change_set_data()
3401 latest_undo_chgset->previous->tbps.safe_splice (latest_undo_chgset->tbps); in gfc_drop_last_undo_checkpoint()
3476 latest_undo_chgset->tbps.truncate (0); in gfc_restore_last_undo_checkpoint()
3551 FOR_EACH_VEC_ELT (latest_undo_chgset->tbps, i, tbp) in gfc_commit_symbols()
3553 latest_undo_chgset->tbps.truncate (0); in gfc_commit_symbols()
4792 latest_undo_chgset->tbps.safe_push (result); in gfc_get_typebound_proc()
/dports/lang/gcc48/gcc-4.8.5/gcc/fortran/
H A Dsymbol.c2924 chg_syms.tbps = vNULL; in gfc_new_undo_checkpoint()
2996 cs.tbps.release (); in free_undo_change_set_data()
3054 latest_undo_chgset->previous->tbps.safe_splice (latest_undo_chgset->tbps); in gfc_drop_last_undo_checkpoint()
3132 latest_undo_chgset->tbps.truncate (0); in gfc_restore_last_undo_checkpoint()
3207 FOR_EACH_VEC_ELT (latest_undo_chgset->tbps, i, tbp) in gfc_commit_symbols()
3209 latest_undo_chgset->tbps.truncate (0); in gfc_commit_symbols()
4845 latest_undo_chgset->tbps.safe_push (result); in gfc_get_typebound_proc()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/fortran/
H A Dsymbol.c2924 chg_syms.tbps = vNULL; in gfc_new_undo_checkpoint()
2996 cs.tbps.release (); in free_undo_change_set_data()
3054 latest_undo_chgset->previous->tbps.safe_splice (latest_undo_chgset->tbps); in gfc_drop_last_undo_checkpoint()
3132 latest_undo_chgset->tbps.truncate (0); in gfc_restore_last_undo_checkpoint()
3207 FOR_EACH_VEC_ELT (latest_undo_chgset->tbps, i, tbp) in gfc_commit_symbols()
3209 latest_undo_chgset->tbps.truncate (0); in gfc_commit_symbols()
4845 latest_undo_chgset->tbps.safe_push (result); in gfc_get_typebound_proc()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/fortran/
H A Dsymbol.c3268 chg_syms.tbps = vNULL; in gfc_new_undo_checkpoint()
3343 cs.tbps.release (); in free_undo_change_set_data()
3401 latest_undo_chgset->previous->tbps.safe_splice (latest_undo_chgset->tbps); in gfc_drop_last_undo_checkpoint()
3476 latest_undo_chgset->tbps.truncate (0); in gfc_restore_last_undo_checkpoint()
3551 FOR_EACH_VEC_ELT (latest_undo_chgset->tbps, i, tbp) in gfc_commit_symbols()
3553 latest_undo_chgset->tbps.truncate (0); in gfc_commit_symbols()
4792 latest_undo_chgset->tbps.safe_push (result); in gfc_get_typebound_proc()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dsymbol.c3521 chg_syms.tbps = vNULL; in gfc_new_undo_checkpoint()
3596 cs.tbps.release (); in free_undo_change_set_data()
3654 latest_undo_chgset->previous->tbps.safe_splice (latest_undo_chgset->tbps); in gfc_drop_last_undo_checkpoint()
3729 latest_undo_chgset->tbps.truncate (0); in gfc_restore_last_undo_checkpoint()
3804 FOR_EACH_VEC_ELT (latest_undo_chgset->tbps, i, tbp) in gfc_commit_symbols()
3806 latest_undo_chgset->tbps.truncate (0); in gfc_commit_symbols()
5071 latest_undo_chgset->tbps.safe_push (result); in gfc_get_typebound_proc()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/fortran/
H A Dsymbol.c3511 chg_syms.tbps = vNULL; in gfc_new_undo_checkpoint()
3586 cs.tbps.release (); in free_undo_change_set_data()
3644 latest_undo_chgset->previous->tbps.safe_splice (latest_undo_chgset->tbps); in gfc_drop_last_undo_checkpoint()
3719 latest_undo_chgset->tbps.truncate (0); in gfc_restore_last_undo_checkpoint()
3794 FOR_EACH_VEC_ELT (latest_undo_chgset->tbps, i, tbp) in gfc_commit_symbols()
3796 latest_undo_chgset->tbps.truncate (0); in gfc_commit_symbols()
5060 latest_undo_chgset->tbps.safe_push (result); in gfc_get_typebound_proc()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dsymbol.c3521 chg_syms.tbps = vNULL; in gfc_new_undo_checkpoint()
3596 cs.tbps.release (); in free_undo_change_set_data()
3654 latest_undo_chgset->previous->tbps.safe_splice (latest_undo_chgset->tbps); in gfc_drop_last_undo_checkpoint()
3729 latest_undo_chgset->tbps.truncate (0); in gfc_restore_last_undo_checkpoint()
3804 FOR_EACH_VEC_ELT (latest_undo_chgset->tbps, i, tbp) in gfc_commit_symbols()
3806 latest_undo_chgset->tbps.truncate (0); in gfc_commit_symbols()
5071 latest_undo_chgset->tbps.safe_push (result); in gfc_get_typebound_proc()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/fortran/
H A Dsymbol.c3521 chg_syms.tbps = vNULL; in gfc_new_undo_checkpoint()
3596 cs.tbps.release (); in free_undo_change_set_data()
3654 latest_undo_chgset->previous->tbps.safe_splice (latest_undo_chgset->tbps); in gfc_drop_last_undo_checkpoint()
3729 latest_undo_chgset->tbps.truncate (0); in gfc_restore_last_undo_checkpoint()
3804 FOR_EACH_VEC_ELT (latest_undo_chgset->tbps, i, tbp) in gfc_commit_symbols()
3806 latest_undo_chgset->tbps.truncate (0); in gfc_commit_symbols()
5071 latest_undo_chgset->tbps.safe_push (result); in gfc_get_typebound_proc()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dsymbol.c3521 chg_syms.tbps = vNULL; in gfc_new_undo_checkpoint()
3596 cs.tbps.release (); in free_undo_change_set_data()
3654 latest_undo_chgset->previous->tbps.safe_splice (latest_undo_chgset->tbps); in gfc_drop_last_undo_checkpoint()
3729 latest_undo_chgset->tbps.truncate (0); in gfc_restore_last_undo_checkpoint()
3804 FOR_EACH_VEC_ELT (latest_undo_chgset->tbps, i, tbp) in gfc_commit_symbols()
3806 latest_undo_chgset->tbps.truncate (0); in gfc_commit_symbols()
5071 latest_undo_chgset->tbps.safe_push (result); in gfc_get_typebound_proc()
/dports/lang/gcc8/gcc-8.5.0/gcc/fortran/
H A Dsymbol.c3524 chg_syms.tbps = vNULL; in gfc_new_undo_checkpoint()
3599 cs.tbps.release (); in free_undo_change_set_data()
3657 latest_undo_chgset->previous->tbps.safe_splice (latest_undo_chgset->tbps); in gfc_drop_last_undo_checkpoint()
3732 latest_undo_chgset->tbps.truncate (0); in gfc_restore_last_undo_checkpoint()
3807 FOR_EACH_VEC_ELT (latest_undo_chgset->tbps, i, tbp) in gfc_commit_symbols()
3809 latest_undo_chgset->tbps.truncate (0); in gfc_commit_symbols()
5086 latest_undo_chgset->tbps.safe_push (result); in gfc_get_typebound_proc()

123