Home
last modified time | relevance | path

Searched refs:Tindex (Results 1 – 25 of 80) sorted by relevance

1234

/dports/games/openttd/openttd-12.1/src/core/
H A Dsmallstack_type.hpp21 template<typename Titem, typename Tindex, Tindex Tgrowth_step, Tindex Tmax_size>
43 inline Tindex Create() in Create()
45 Tindex index = this->FindFirstFree(); in Create()
58 inline void Destroy(Tindex index) in Destroy()
66 inline Tindex FindFirstFree() in FindFirstFree()
68 Tindex index = this->first_free; in FindFirstFree()
83 Tindex first_unused;
84 Tindex first_free;
94 template <typename Titem, typename Tindex>
96 Tindex next; ///< Pool index of next item.
[all …]
H A Dpool_type.hpp80 template <class Titem, typename Tindex, size_t Tgrowth_step, size_t Tmax_size, PoolType Tpool_type …
83 static_assert((uint64)(Tmax_size - 1) >> 8 * sizeof(Tindex) == 0);
233 template <struct Pool<Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero> *Tpool>
235 Tindex index; ///< Index of this pool item
238 typedef struct Pool<Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero> Pool;
H A Dpool_func.hpp22 …template <class Titem, typename Tindex, size_t Tgrowth_step, size_t Tmax_size, PoolType Tpool_type…
23 type Pool<Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero>
122 item->index = (Tindex)(uint)index; in DEFINE_POOL_METHOD()
/dports/cad/opencascade/opencascade-7.6.0/src/Convert/
H A DConvert_CompPolynomialToPoles.cxx81 Standard_Integer Tindex, multiplicities ; in Convert_CompPolynomialToPoles() local
85 for (ii = 1, Tindex = TrueIntervals->Lower() ; in Convert_CompPolynomialToPoles()
86 ii <= NumCurves + 1 ; ii++,Tindex++ ) { in Convert_CompPolynomialToPoles()
134 Standard_Integer Tindex ; in Convert_CompPolynomialToPoles() local
138 for (ii = 1, Tindex = TrueIntervals.Lower() ; in Convert_CompPolynomialToPoles()
139 ii <= NumCurves + 1 ; ii++,Tindex++ ) { in Convert_CompPolynomialToPoles()
215 index, Tindex, Pindex, in Perform() local
244 Tindex = TrueIntervals.Lower()+1; in Perform()
256 index++; Tindex++; Pindex++; in Perform()
263 normalized_value /= TrueIntervals(Tindex) in Perform()
[all …]
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_1821.c83 static GOOD_OR_BAD OW_r_templimit(_FLOAT * T, const int Tindex, const struct parsedname *pn);
84 static GOOD_OR_BAD OW_w_templimit(const _FLOAT T, const int Tindex, const struct parsedname *pn);
380 static GOOD_OR_BAD OW_r_templimit(_FLOAT * T, const int Tindex, const struct parsedname *pn) in OW_r_templimit() argument
386 TRXN_WRITE1(&p[Tindex]), in OW_r_templimit()
397 static GOOD_OR_BAD OW_w_templimit(const _FLOAT T, const int Tindex, const struct parsedname *pn) in OW_w_templimit() argument
407 TRXN_WRITE1(&p[Tindex]), in OW_w_templimit()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/qmgr/
H A DQmgrMain.cpp3222 Uint32 Tindex; in execPREP_FAILREQ() local
3223 for (Tindex = 0; Tindex < MAX_NDB_NODES; Tindex++) { in execPREP_FAILREQ()
3261 for (Tindex = 0; Tindex <= guard0; Tindex++) { in execPREP_FAILREQ()
3294 UintR Tindex = 0; in execCLOSE_COMCONF() local
3295 for(Tindex = 0; Tindex < MAX_NDB_NODES; Tindex++){ in execCLOSE_COMCONF()
3313 for (Tindex = 0; Tindex <= guard0; Tindex++) { in execCLOSE_COMCONF()
3337 for (Tindex = 1; Tindex < MAX_NDB_NODES; Tindex++) { in execCLOSE_COMCONF()
3338 cfailedNodes[Tindex] = cprepFailedNodes[Tindex]; in execCLOSE_COMCONF()
3353 for (Tindex = 0; Tindex <= guard0; Tindex++) { in execCLOSE_COMCONF()
3356 ccommitFailedNodes[Tindex] = cprepFailedNodes[Tindex]; in execCLOSE_COMCONF()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsinput.adb524 Tindex : Source_File_Index; variable
537 Tindex := Template (Sindex);
538 while Instantiation (Tindex) /= No_Location loop
539 Tindex := Template (Tindex);
542 return S - Source_First (Sindex) + Source_First (Tindex);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsinput.adb524 Tindex : Source_File_Index;
537 Tindex := Template (Sindex);
538 while Instantiation (Tindex) /= No_Location loop
539 Tindex := Template (Tindex);
542 return S - Source_First (Sindex) + Source_First (Tindex);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/snmp/src/compile/
H A Dsnmpc.erl547 name_assign = Tindex},
583 Tindex,Tunits,Tline,
590 test_table(NameOfTable,Taccess,Kind,Tindex,Tline),
591 {Tfather,Tsubindex} = Tindex,
627 name_assign = Tindex},
665 Tindex,Tunits,Tline,
674 test_table(NameOfTable,Taccess,Kind,Tindex,Tline),
675 {Tfather,Tsubindex} = Tindex,
711 name_assign = Tindex}, Tline},
744 Tindex,Tunits,Tline,
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/src/compile/
H A Dsnmpc.erl547 name_assign = Tindex},
583 Tindex,Tunits,Tline,
590 test_table(NameOfTable,Taccess,Kind,Tindex,Tline),
591 {Tfather,Tsubindex} = Tindex,
627 name_assign = Tindex},
665 Tindex,Tunits,Tline,
674 test_table(NameOfTable,Taccess,Kind,Tindex,Tline),
675 {Tfather,Tsubindex} = Tindex,
711 name_assign = Tindex}, Tline},
744 Tindex,Tunits,Tline,
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/src/compile/
H A Dsnmpc.erl547 name_assign = Tindex},
583 Tindex,Tunits,Tline,
590 test_table(NameOfTable,Taccess,Kind,Tindex,Tline),
591 {Tfather,Tsubindex} = Tindex,
627 name_assign = Tindex},
665 Tindex,Tunits,Tline,
674 test_table(NameOfTable,Taccess,Kind,Tindex,Tline),
675 {Tfather,Tsubindex} = Tindex,
711 name_assign = Tindex}, Tline},
744 Tindex,Tunits,Tline,
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/snmp/src/compile/
H A Dsnmpc.erl544 name_assign = Tindex},
580 Tindex,Tunits,Tline,
587 test_table(NameOfTable,Taccess,Kind,Tindex,Tline),
588 {Tfather,Tsubindex} = Tindex,
624 name_assign = Tindex},
662 Tindex,Tunits,Tline,
671 test_table(NameOfTable,Taccess,Kind,Tindex,Tline),
672 {Tfather,Tsubindex} = Tindex,
708 name_assign = Tindex}, Tline},
741 Tindex,Tunits,Tline,
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/src/compile/
H A Dsnmpc.erl547 name_assign = Tindex},
583 Tindex,Tunits,Tline,
590 test_table(NameOfTable,Taccess,Kind,Tindex,Tline),
591 {Tfather,Tsubindex} = Tindex,
627 name_assign = Tindex},
665 Tindex,Tunits,Tline,
674 test_table(NameOfTable,Taccess,Kind,Tindex,Tline),
675 {Tfather,Tsubindex} = Tindex,
711 name_assign = Tindex}, Tline},
744 Tindex,Tunits,Tline,
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/src/compile/
H A Dsnmpc.erl547 name_assign = Tindex},
583 Tindex,Tunits,Tline,
590 test_table(NameOfTable,Taccess,Kind,Tindex,Tline),
591 {Tfather,Tsubindex} = Tindex,
627 name_assign = Tindex},
665 Tindex,Tunits,Tline,
674 test_table(NameOfTable,Taccess,Kind,Tindex,Tline),
675 {Tfather,Tsubindex} = Tindex,
711 name_assign = Tindex}, Tline},
744 Tindex,Tunits,Tline,
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/src/compile/
H A Dsnmpc.erl547 name_assign = Tindex},
583 Tindex,Tunits,Tline,
590 test_table(NameOfTable,Taccess,Kind,Tindex,Tline),
591 {Tfather,Tsubindex} = Tindex,
627 name_assign = Tindex},
665 Tindex,Tunits,Tline,
674 test_table(NameOfTable,Taccess,Kind,Tindex,Tline),
675 {Tfather,Tsubindex} = Tindex,
711 name_assign = Tindex}, Tline},
744 Tindex,Tunits,Tline,
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dsinput.adb612 Tindex : Source_File_Index; variable
625 Tindex := Template (Sindex);
626 while Instantiation (Tindex) /= No_Location loop
627 Tindex := Template (Tindex);
630 return S - Source_First (Sindex) + Source_First (Tindex);
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dsinput.adb612 Tindex : Source_File_Index; variable
625 Tindex := Template (Sindex);
626 while Instantiation (Tindex) /= No_Location loop
627 Tindex := Template (Tindex);
630 return S - Source_First (Sindex) + Source_First (Tindex);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dsinput.adb734 Tindex : Source_File_Index; variable
747 Tindex := Template (Sindex);
748 while Instantiation (Tindex) /= No_Location loop
749 Tindex := Template (Tindex);
752 return S - Source_First (Sindex) + Source_First (Tindex);
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dsinput.adb618 Tindex : Source_File_Index; variable
631 Tindex := Template (Sindex);
632 while Instantiation (Tindex) /= No_Location loop
633 Tindex := Template (Tindex);
636 return S - Source_First (Sindex) + Source_First (Tindex);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dsinput.adb736 Tindex : Source_File_Index; variable
749 Tindex := Template (Sindex);
750 while Instantiation (Tindex) /= No_Location loop
751 Tindex := Template (Tindex);
754 return S - Source_First (Sindex) + Source_First (Tindex);
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dsinput.adb618 Tindex : Source_File_Index; variable
631 Tindex := Template (Sindex);
632 while Instantiation (Tindex) /= No_Location loop
633 Tindex := Template (Tindex);
636 return S - Source_First (Sindex) + Source_First (Tindex);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dsinput.adb590 Tindex : Source_File_Index; variable
603 Tindex := Template (Sindex);
604 while Instantiation (Tindex) /= No_Location loop
605 Tindex := Template (Tindex);
608 return S - Source_First (Sindex) + Source_First (Tindex);
/dports/lang/gnat_util/gnat_util/
H A Dsinput.adb612 Tindex : Source_File_Index; variable
625 Tindex := Template (Sindex);
626 while Instantiation (Tindex) /= No_Location loop
627 Tindex := Template (Tindex);
630 return S - Source_First (Sindex) + Source_First (Tindex);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dsinput.adb734 Tindex : Source_File_Index; variable
747 Tindex := Template (Sindex);
748 while Instantiation (Tindex) /= No_Location loop
749 Tindex := Template (Tindex);
752 return S - Source_First (Sindex) + Source_First (Tindex);
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dsinput.adb734 Tindex : Source_File_Index; variable
747 Tindex := Template (Sindex);
748 while Instantiation (Tindex) /= No_Location loop
749 Tindex := Template (Tindex);
752 return S - Source_First (Sindex) + Source_First (Tindex);

1234