Home
last modified time | relevance | path

Searched refs:T_Count (Results 1 – 8 of 8) sorted by relevance

/dports/devel/matreshka/matreshka-0.7.0/source/league/
H A Dmatreshka-internals-unicode.ads89 T_Count : constant := 28; constant
90 N_Count : constant := V_Count * T_Count; -- 588
H A Dmatreshka-internals-unicode-normalization.adb166 and then (Starter_Code - S_Base) mod T_Count = 0;
185 * T_Count;
196 if Current_Code not in T_Base .. T_Base + T_Count - 1 then
396 := V_Base + (C_Index mod N_Count) / T_Count;
398 := T_Base + C_Index mod T_Count;
/dports/devel/alog/libalog-0.6.1/src/
H A Dalog-active_logger.adb198 T_Count : Natural; variable
200 Logger.Backend.Transform_Count (Count => T_Count);
201 return T_Count;
/dports/devel/ada-util/ada-util-b6612400/testutil/ahven/
H A Dutil-xunit.adb118 T_Count : constant Integer := Ahven.Results.Test_Count (Result); constant
129 Ada.Text_IO.Put_Line ("Tests run:" & Integer'Image (T_Count - S_Count)
/dports/biology/fastx-toolkit/fastx_toolkit-0.0.14/galaxy/test-data/
H A Dfastq_stats1.out1 column count min max sum mean Q1 med Q3 IQR lW rW A_Count C_Count G_Count T_Count N_Count Max_count
/dports/devel/alog/libalog-0.6.1/tests/
H A Dtasked_logger_tests.adb221 T_Count : Natural := Natural'Last; variable
227 Log.Transform_Count (Count => T_Count);
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_state.c90 extern void T_Count(objtype*);
670 statetype s_gas2 = {false,SPR42_GRATE,5,T_Count,0,&s_gas2};
H A Drt_actor.c2097 void T_Count(objtype*ob) in T_Count() function