Home
last modified time | relevance | path

Searched refs:TPB (Results 1 – 25 of 119) sorted by relevance

12345

/dports/www/wt/wt-4.6.1/src/Wt/Dbo/backend/ibpp/core/
H A D_tpb.cpp43 const int TPB::BUFFERINCR = 128;
45 void TPB::Grow(int needed) in Grow()
70 void TPB::Insert(char item) in Insert()
76 void TPB::Insert(const std::string& data) in Insert()
85 void TPB::Reset() in Reset()
H A Dtransaction.cpp81 TPB* tpb = mTPBs[index]; in AddReservation()
298 TPB* tpb = new TPB; in AttachDatabaseImpl()
339 TPB* tpb = mTPBs[index]; in DetachDatabaseImpl()
H A D_ibpp.h532 class TPB
549 TPB() : mBuffer(0), mSize(0), mAlloc(0) { } in TPB() function
550 ~TPB() { Reset(); } in ~TPB()
898 std::vector<TPB*> mTPBs; // Tableau de TPB
/dports/devel/py-numba/numba-0.51.2/docs/source/cuda/
H A Dexamples.rst40 TPB = 16
46 sA = cuda.shared.array(shape=(TPB, TPB), dtype=float32)
47 sB = cuda.shared.array(shape=(TPB, TPB), dtype=float32)
60 # The dot product is chunked into dot products of TPB-long vectors.
64 sA[tx, ty] = A[x, ty + i * TPB]
65 sB[tx, ty] = B[tx + i * TPB, y]
71 for j in range(TPB):
/dports/deskutils/tpb/tpb-0.6.4/debian/po/
H A Dde.po30 msgstr "Die Gruppe der TPB Nutzer hat sich ge�ndert"
39 "Die Gruppe der Ger�tedatei, welche von TPB benutzt wird, hat sich ge�ndert. "
40 "Bitte beachten Sie, dass die Benutzer von TPB von der alten Gruppe \"thinkpad"
56 "TPB ben�tigt eine Ger�tedatei um Informationen �ber gedr�ckte Tasten zu "
57 "erhalten. Benutzer, die TPB nutzen k�nnen sollen, m�ssen Mitglied der Gruppe "
64 msgstr "TPB automatisch starten?"
74 "TPB kann automatisch gestartet werden, nachdem X f�r einen Benutzer "
/dports/deskutils/tpb/tpb-0.6.4/debian/
H A Dtpb.xsession1 TPB=/usr/bin/tpb
8 if [ -x $TPB -a "$START_TPB" = true ]; then
9 $TPB -d
/dports/devel/matreshka/matreshka-0.7.0/source/sql/firebird/
H A Dmatreshka-internals-sql_drivers-firebird-databases.adb406 TPB : aliased Isc_String := (1 .. 5 => (Interfaces.C.nul)); variable
416 TPB (1) := Isc_Tpb_Version3;
418 TPB (2) := Isc_Tpb_Write;
421 TPB (3) := Isc_Tpb_Wait;
424 TPB (4) := Isc_Tpb_Rec_Version;
427 TPB (5) := Isc_Tpb_Read_Committed;
440 (Self.DB_Handle'Access, TPB'Length, TPB'Unchecked_Access));
/dports/www/rss-bridge/rss-bridge-2021-04-25/bridges/
H A DThePirateBayBridge.php33 'exampleValue' => '100, 200… See TPB for category number'
60 ) or returnServerError('Could not request TPB.');
68 ) or returnServerError('Could not request TPB.');
77 ) or returnServerError('Could not request TPB.');
85 ) or returnServerError('Could not request TPB.');
/dports/biology/molden/molden5.8/plush/
H A DTPB1 mol="TPB" Charge="0"
/dports/audio/py-mutagen/mutagen-1.42.0/mutagen/id3/
H A D__init__.py50 TPB, TPE1, TPE2, TPE3, TPE4, TPOS, TPRO, TPUB, TRC, TRCK, TRD, TRDA, TRK,
81 TOWN, TP1, TP2, TP3, TP4, TPA, TPB, TPE1, TPE2, TPE3, TPE4, TPOS, TPRO, TPUB,
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/math/ec/
H A DECFieldElement.java787 public static final int TPB = 2; field in ECFieldElement.F2m
869 this.representation = TPB; in F2m()
923 this.representation = TPB; in F2m()
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D1s6q_tpb.sdf112 TPB
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/data/
H A Dsofc.yaml77 The triple phase boundary (TPB) between the metal, oxide, and gas is
80 of the TPB. Note that the site density is in mol/cm. But since no
81 reactions involve TPB species, this parameter is unused.
278 # in this reaction, a proton from the metal crosses the TPB to the
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/math/ec/
H A DECFieldElement.java590 public static final int TPB = 2; field in ECFieldElement.Fp.F2m
645 this.representation = TPB; in F2m()
671 this.representation = (ks.length == 1) ? TPB : PPB; in F2m()
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/src/sqldb/interbase/
H A Dibconnection.pp57 TPB : string; // Transaction parameter buffer
79 function InterpretTransactionParam(S: String; var TPB: AnsiChar; out AValue: String): Boolean;
239 function TIBConnection.InterpretTransactionParam(S: String; var TPB: AnsiChar;
258 TPB:=#0;
272 TPB:=S[8]
280 TPB:=Char(P);
294 LTPB : String; // Local TPB
354 TPB:=Char(Ord(Version)-Ord('0'))+LTPB;
356 … If isc_start_transaction(@Status[0],@TransactionHandle,1,[@DBHandle,Length(TPB),@TPB[1]])<>0 Then
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/src/sqldb/interbase/
H A Dibconnection.pp57 TPB : string; // Transaction parameter buffer
79 function InterpretTransactionParam(S: String; var TPB: AnsiChar; out AValue: String): Boolean;
239 function TIBConnection.InterpretTransactionParam(S: String; var TPB: AnsiChar;
258 TPB:=#0;
272 TPB:=S[8]
280 TPB:=Char(P);
294 LTPB : String; // Local TPB
354 TPB:=Char(Ord(Version)-Ord('0'))+LTPB;
356 … If isc_start_transaction(@Status[0],@TransactionHandle,1,[@DBHandle,Length(TPB),@TPB[1]])<>0 Then
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecT233FieldElement.java195 return ECFieldElement.F2m.TPB; in getRepresentation()
H A DSecT239FieldElement.java195 return ECFieldElement.F2m.TPB; in getRepresentation()
H A DSecT409FieldElement.java196 return ECFieldElement.F2m.TPB; in getRepresentation()
H A DSecT193FieldElement.java195 return ECFieldElement.F2m.TPB; in getRepresentation()
H A DSecT113FieldElement.java195 return ECFieldElement.F2m.TPB; in getRepresentation()
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Tag/
H A DFile_Id3v2.h196 void TPB() {T___();} in TPB() function
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Tag/
H A DFile_Id3v2.h196 void TPB() {T___();} in TPB() function
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Tag/
H A DFile_Id3v2.h196 void TPB() {T___();} in TPB() function
/dports/cad/ngspice_rework/ngspice-35/examples/xspice/table/modelcards/
H A Dmodelcard.nmos95 +CJSWGD = 5E-010 MJSWGD = 0.33 TPB = 0.005 TCJ = 0.001

12345