Home
last modified time | relevance | path

Searched defs:to (Results 251 – 275 of 40010) sorted by relevance

1...<<11121314151617181920>>...1601

/dports/databases/galera/galera-release_25.3.35/galerautils/src/
H A Dgu_convert.hpp27 TO convert (const FROM& from, const TO& to) in convert()
45 long long convert (const unsigned long long& from, const long long& to) in convert()
59 const unsigned long long& to) in convert()
71 long convert (const unsigned long& from, const long& to) in convert()
84 unsigned long convert (const long& from, const unsigned long& to) in convert()
96 int convert (const unsigned int& from, const int& to) in convert()
109 unsigned int convert (const int& from, const unsigned int& to) in convert()
/dports/dns/idnkit/idnkit-1.0-src/include/mdn/
H A Dapi.h67 #define mdn_localtoutf8(from, to, tolen) \ argument
69 #define mdn_delimitermap(from, to, tolen) \ argument
71 #define mdn_localmap(from, to, tolen) \ argument
73 #define mdn_nameprep(from, to, tolen) \ argument
75 #define mdn_utf8toidn(from, to, tolen) \ argument
77 #define mdn_idntoutf8(from, to, tolen) \ argument
79 #define mdn_utf8tolocal(from, to, tolen) \ argument
82 #define mdn_localtoidn(from, to, tolen) \ argument
84 #define mdn_idntolocal(from, to, tolen) \ argument
/dports/dns/bind911/bind-9.11.37/contrib/idn/idnkit-1.0-src/include/mdn/
H A Dapi.h67 #define mdn_localtoutf8(from, to, tolen) \ argument
69 #define mdn_delimitermap(from, to, tolen) \ argument
71 #define mdn_localmap(from, to, tolen) \ argument
73 #define mdn_nameprep(from, to, tolen) \ argument
75 #define mdn_utf8toidn(from, to, tolen) \ argument
77 #define mdn_idntoutf8(from, to, tolen) \ argument
79 #define mdn_utf8tolocal(from, to, tolen) \ argument
82 #define mdn_localtoidn(from, to, tolen) \ argument
84 #define mdn_idntolocal(from, to, tolen) \ argument
/dports/lang/fpc-source/fpc-3.2.2/packages/morphunits/src/
H A Dasl.pas136 ASLFR_IntuiMsgFunc = ASL_TB + 70; // Function to handle IntuiMessages in to() function
256 ASLFO_FilterFunc = ASL_TB + 49; // Function to filter fonts in to() function
270 ASLFO_IntuiMsgFunc = ASL_TB + 70; // Function to handle IntuiMessages in to() function
376 ASLSM_IntuiMsgFunc = ASL_TB + 70; // Function to handle IntuiMessages in to() function
402 ASLSM_FilterFunc = ASL_TB + 122; // Function to filter mode id's in to() function
/dports/lang/fpc-source/fpc-3.2.2/packages/os4units/src/
H A Dasl.pas70 ASLFR_IntuiMsgFunc = ASL_Dummy + 70; // (PHook) function to handle IntuiMessages in to() function
192 ASLFO_IntuiMsgFunc = ASL_Dummy + 70; // function to handle IntuiMessages in to() function
230 ASLFO_FilterFunc = ASL_Dummy + 49; // function to filter fonts in to() function
316 ASLSM_IntuiMsgFunc = ASL_Dummy + 70; // function to handle IntuiMessages in to() function
360 ASLSM_FilterFunc = ASL_Dummy + 122; // function to filter mode id's in to() function
/dports/lang/fpc-source/fpc-3.2.2/packages/arosunits/src/
H A Dasl.pas70 ASLFR_IntuiMsgFunc = ASL_TB + 70; // function to handle IntuiMessages in to() function
191 ASLFO_IntuiMsgFunc = ASL_TB + 70; // function to handle IntuiMessages in to() function
229 ASLFO_FilterFunc = ASL_TB + 49; // function to filter fonts in to() function
315 ASLSM_IntuiMsgFunc = ASL_TB + 70; // function to handle IntuiMessages in to() function
359 ASLSM_FilterFunc = ASL_TB + 122; // function to filter mode id's in to() function
/dports/devel/R-cran-blob/blob/R/
H A Dcast.R11 vec_cast.blob <- function(x, to, ...) UseMethod("vec_cast.blob") argument
15 vec_cast.blob.default <- function(x, to, ...) vec_default_cast(x, to, ...) argument
19 vec_cast.blob.blob <- function(x, to, ...) x argument
23 vec_cast.blob.list <- function(x, to, ...) blob(!!!x) argument
27 vec_cast.blob.vctrs_list_of <- function(x, to, ...) { argument
33 vec_cast.blob.integer <- function(x, to, ...) { argument
40 vec_cast.blob.raw <- function(x, to, ...) blob(x) argument
44 vec_cast.blob.character <- function(x, to, ...) blob(!!!lapply(x, charToRaw)) argument
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clocksource/
H A Dtimer-stm32.c78 static int stm32_timer_of_bits_get(struct timer_of *to) in stm32_timer_of_bits_get()
99 static void stm32_clock_event_disable(struct timer_of *to) in stm32_clock_event_disable()
112 static void stm32_timer_start(struct timer_of *to) in stm32_timer_start()
119 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_shutdown() local
129 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_next_event() local
146 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_periodic() local
155 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_oneshot() local
165 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_handler() local
188 static void __init stm32_timer_set_width(struct timer_of *to) in stm32_timer_set_width()
231 static int __init stm32_clocksource_init(struct timer_of *to) in stm32_clocksource_init()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clocksource/
H A Dtimer-stm32.c78 static int stm32_timer_of_bits_get(struct timer_of *to) in stm32_timer_of_bits_get()
99 static void stm32_clock_event_disable(struct timer_of *to) in stm32_clock_event_disable()
112 static void stm32_timer_start(struct timer_of *to) in stm32_timer_start()
119 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_shutdown() local
129 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_next_event() local
146 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_periodic() local
155 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_oneshot() local
165 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_handler() local
188 static void __init stm32_timer_set_width(struct timer_of *to) in stm32_timer_set_width()
231 static int __init stm32_clocksource_init(struct timer_of *to) in stm32_clocksource_init()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clocksource/
H A Dtimer-stm32.c78 static int stm32_timer_of_bits_get(struct timer_of *to) in stm32_timer_of_bits_get()
99 static void stm32_clock_event_disable(struct timer_of *to) in stm32_clock_event_disable()
112 static void stm32_timer_start(struct timer_of *to) in stm32_timer_start()
119 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_shutdown() local
129 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_next_event() local
146 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_periodic() local
155 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_oneshot() local
165 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_handler() local
188 static void __init stm32_timer_set_width(struct timer_of *to) in stm32_timer_set_width()
231 static int __init stm32_clocksource_init(struct timer_of *to) in stm32_clocksource_init()
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/graph/specs/
H A Dtime_region_manager.test.ts52 const to = dateTime('2018-01-01T23:59:00+01:00'); constant
60 const to = dateTime('2018-01-01T23:59:00+01:00'); constant
69 const to = dateTime('2018-01-01T23:59:00+01:00'); constant
101 const to = dateTime('2018-01-03T23:59+01:00'); constant
128 const to = dateTime('2018-02-03T23:59+01:00'); constant
155 const to = dateTime('2018-12-03T23:59+01:00'); constant
182 const to = dateTime('2018-12-04T08:00+01:00'); constant
209 const to = dateTime('2018-01-22T08:27:00+01:00'); constant
236 const to = dateTime('2018-01-22T08:27:00+01:00'); constant
263 const to = dateTime('2018-01-22T08:27:00+01:00'); constant
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/
H A DIndexRangeUnitTest.java24 public void testCorrectConstruction(final int from, final int to) { in testCorrectConstruction()
27 Assert.assertEquals(range.getEnd(), to); in testCorrectConstruction() local
31 public void testSize(final int from, final int to) { in testSize()
37 public void testValidLength(final int from, final int to) { in testValidLength()
47 public void testForEach(final int from, final int to) { in testForEach()
59 public void testMapToDouble(final int from, final int to) { in testMapToDouble()
66 public void testMapToInteger(final int from, final int to) { in testMapToInteger()
73 public void testSum(final int from, final int to) { in testSum()
80 public void testFilter(final int from, final int to) { in testFilter()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/List/
H A DSubList.java57 public void testAdd(List<Integer> list, int from, int to) { in testAdd()
67 public void testModAdd(List<Integer> list, int from, int to) { in testModAdd()
75 public void testUnmodAdd(List<Integer> list, int from, int to) { in testUnmodAdd()
81 public void testAddAtPos(List<Integer> list, int from, int to) { in testAddAtPos()
108 public void testClear(List<Integer> list, int from, int to) { in testClear()
117 public void testModClear(List<Integer> list, int from, int to) { in testModClear()
131 public void testEquals(List<Integer> list, int from, int to) { in testEquals()
164 public void testGet(List<Integer> list, int from, int to) { in testGet()
172 public void testModGet(List<Integer> list, int from, int to) { in testModGet()
179 public void testIndexOf(List<Integer> list, int from, int to) { in testIndexOf()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/List/
H A DSubList.java57 public void testAdd(List<Integer> list, int from, int to) { in testAdd()
67 public void testModAdd(List<Integer> list, int from, int to) { in testModAdd()
75 public void testUnmodAdd(List<Integer> list, int from, int to) { in testUnmodAdd()
81 public void testAddAtPos(List<Integer> list, int from, int to) { in testAddAtPos()
108 public void testClear(List<Integer> list, int from, int to) { in testClear()
117 public void testModClear(List<Integer> list, int from, int to) { in testModClear()
131 public void testEquals(List<Integer> list, int from, int to) { in testEquals()
164 public void testGet(List<Integer> list, int from, int to) { in testGet()
172 public void testModGet(List<Integer> list, int from, int to) { in testModGet()
179 public void testIndexOf(List<Integer> list, int from, int to) { in testIndexOf()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/List/
H A DSubList.java57 public void testAdd(List<Integer> list, int from, int to) { in testAdd()
67 public void testModAdd(List<Integer> list, int from, int to) { in testModAdd()
75 public void testUnmodAdd(List<Integer> list, int from, int to) { in testUnmodAdd()
81 public void testAddAtPos(List<Integer> list, int from, int to) { in testAddAtPos()
108 public void testClear(List<Integer> list, int from, int to) { in testClear()
117 public void testModClear(List<Integer> list, int from, int to) { in testModClear()
131 public void testEquals(List<Integer> list, int from, int to) { in testEquals()
164 public void testGet(List<Integer> list, int from, int to) { in testGet()
172 public void testModGet(List<Integer> list, int from, int to) { in testModGet()
179 public void testIndexOf(List<Integer> list, int from, int to) { in testIndexOf()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/List/
H A DSubList.java57 public void testAdd(List<Integer> list, int from, int to) { in testAdd()
67 public void testModAdd(List<Integer> list, int from, int to) { in testModAdd()
75 public void testUnmodAdd(List<Integer> list, int from, int to) { in testUnmodAdd()
81 public void testAddAtPos(List<Integer> list, int from, int to) { in testAddAtPos()
108 public void testClear(List<Integer> list, int from, int to) { in testClear()
117 public void testModClear(List<Integer> list, int from, int to) { in testModClear()
131 public void testEquals(List<Integer> list, int from, int to) { in testEquals()
164 public void testGet(List<Integer> list, int from, int to) { in testGet()
172 public void testModGet(List<Integer> list, int from, int to) { in testModGet()
179 public void testIndexOf(List<Integer> list, int from, int to) { in testIndexOf()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/List/
H A DSubList.java57 public void testAdd(List<Integer> list, int from, int to) { in testAdd()
67 public void testModAdd(List<Integer> list, int from, int to) { in testModAdd()
75 public void testUnmodAdd(List<Integer> list, int from, int to) { in testUnmodAdd()
81 public void testAddAtPos(List<Integer> list, int from, int to) { in testAddAtPos()
108 public void testClear(List<Integer> list, int from, int to) { in testClear()
117 public void testModClear(List<Integer> list, int from, int to) { in testModClear()
131 public void testEquals(List<Integer> list, int from, int to) { in testEquals()
164 public void testGet(List<Integer> list, int from, int to) { in testGet()
172 public void testModGet(List<Integer> list, int from, int to) { in testModGet()
179 public void testIndexOf(List<Integer> list, int from, int to) { in testIndexOf()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/List/
H A DSubList.java57 public void testAdd(List<Integer> list, int from, int to) { in testAdd()
67 public void testModAdd(List<Integer> list, int from, int to) { in testModAdd()
75 public void testUnmodAdd(List<Integer> list, int from, int to) { in testUnmodAdd()
81 public void testAddAtPos(List<Integer> list, int from, int to) { in testAddAtPos()
108 public void testClear(List<Integer> list, int from, int to) { in testClear()
117 public void testModClear(List<Integer> list, int from, int to) { in testModClear()
131 public void testEquals(List<Integer> list, int from, int to) { in testEquals()
164 public void testGet(List<Integer> list, int from, int to) { in testGet()
172 public void testModGet(List<Integer> list, int from, int to) { in testModGet()
179 public void testIndexOf(List<Integer> list, int from, int to) { in testIndexOf()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/List/
H A DSubList.java57 public void testAdd(List<Integer> list, int from, int to) { in testAdd()
67 public void testModAdd(List<Integer> list, int from, int to) { in testModAdd()
75 public void testUnmodAdd(List<Integer> list, int from, int to) { in testUnmodAdd()
81 public void testAddAtPos(List<Integer> list, int from, int to) { in testAddAtPos()
108 public void testClear(List<Integer> list, int from, int to) { in testClear()
117 public void testModClear(List<Integer> list, int from, int to) { in testModClear()
131 public void testEquals(List<Integer> list, int from, int to) { in testEquals()
164 public void testGet(List<Integer> list, int from, int to) { in testGet()
172 public void testModGet(List<Integer> list, int from, int to) { in testModGet()
179 public void testIndexOf(List<Integer> list, int from, int to) { in testIndexOf()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/List/
H A DSubList.java57 public void testAdd(List<Integer> list, int from, int to) { in testAdd()
67 public void testModAdd(List<Integer> list, int from, int to) { in testModAdd()
75 public void testUnmodAdd(List<Integer> list, int from, int to) { in testUnmodAdd()
81 public void testAddAtPos(List<Integer> list, int from, int to) { in testAddAtPos()
108 public void testClear(List<Integer> list, int from, int to) { in testClear()
117 public void testModClear(List<Integer> list, int from, int to) { in testModClear()
131 public void testEquals(List<Integer> list, int from, int to) { in testEquals()
164 public void testGet(List<Integer> list, int from, int to) { in testGet()
172 public void testModGet(List<Integer> list, int from, int to) { in testModGet()
179 public void testIndexOf(List<Integer> list, int from, int to) { in testIndexOf()
[all …]
/dports/math/fastops/fastops-1.0.0/fastops/avx/
H A Dops_avx.cpp7 void ExpAvx(const float* from, size_t size, float* to) { in ExpAvx()
12 void ExpAvx(const double* from, size_t size, double* to) { in ExpAvx()
17 void LogAvx(const float* from, size_t size, float* to) { in LogAvx()
22 void LogAvx(const double* from, size_t size, double* to) { in LogAvx()
27 void SigmoidAvx(const float* from, size_t size, float* to) { in SigmoidAvx()
32 void SigmoidAvx(const double* from, size_t size, double* to) { in SigmoidAvx()
37 void TanhAvx(const float* from, size_t size, float* to) { in TanhAvx()
42 void TanhAvx(const double* from, size_t size, double* to) { in TanhAvx()
/dports/math/fastops/fastops-1.0.0/fastops/
H A Dfastops.cpp11 void Exp(const float* from, size_t size, float* to) { in Exp()
22 void Exp(const double* from, size_t size, double* to) { in Exp()
33 void Log(const float* from, size_t size, float* to) { in Log()
44 void Log(const double* from, size_t size, double* to) { in Log()
55 void Sigmoid(const float* from, size_t size, float* to) { in Sigmoid()
66 void Sigmoid(const double* from, size_t size, double* to) { in Sigmoid()
77 void Tanh(const float* from, size_t size, float* to) { in Tanh()
88 void Tanh(const double* from, size_t size, double* to) { in Tanh()
/dports/math/fastops/fastops-1.0.0/fastops/avx2/
H A Dops_avx2.cpp7 void ExpAvx2(const float* from, size_t size, float* to) { in ExpAvx2()
12 void ExpAvx2(const double* from, size_t size, double* to) { in ExpAvx2()
17 void LogAvx2(const float* from, size_t size, float* to) { in LogAvx2()
22 void LogAvx2(const double* from, size_t size, double* to) { in LogAvx2()
27 void SigmoidAvx2(const float* from, size_t size, float* to) { in SigmoidAvx2()
32 void SigmoidAvx2(const double* from, size_t size, double* to) { in SigmoidAvx2()
37 void TanhAvx2(const float* from, size_t size, float* to) { in TanhAvx2()
42 void TanhAvx2(const double* from, size_t size, double* to) { in TanhAvx2()
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/coreunits/
H A Dasl.pas163 ASLFR_IntuiMsgFunc = ASL_TB + 70; // Function to handle IntuiMessages in to() function
284 ASLFO_FilterFunc = ASL_TB + 49; // Function to filter fonts in to() function
298 ASLFO_IntuiMsgFunc = ASL_TB + 70; // Function to handle IntuiMessages in to() function
398 ASLSM_IntuiMsgFunc = ASL_TB + 70; // Function to handle IntuiMessages in to() function
424 ASLSM_FilterFunc = ASL_TB + 122; // Function to filter mode id's in to() function
/dports/devel/php-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/timeout/
H A DAllTests.java181 TimeoutPrx to = TimeoutPrxHelper.uncheckedCast(obj.ice_timeout(100 * mult)); in allTests() local
200 TimeoutPrx to = TimeoutPrxHelper.uncheckedCast(obj.ice_timeout(2000 * mult)); in allTests() local
223 TimeoutPrx to = TimeoutPrxHelper.uncheckedCast(obj.ice_timeout(250)); in allTests() local
242 TimeoutPrx to = TimeoutPrxHelper.uncheckedCast(obj.ice_timeout(1000 * mult)); in allTests() local
259 TimeoutPrx to = TimeoutPrxHelper.uncheckedCast(obj.ice_invocationTimeout(100)); in allTests() local
286 TimeoutPrx to = TimeoutPrxHelper.uncheckedCast(obj.ice_invocationTimeout(100)); in allTests() local
296 TimeoutPrx to = TimeoutPrxHelper.uncheckedCast(obj.ice_invocationTimeout(1000 * mult)); in allTests() local
305 … TimeoutPrx to = TimeoutPrxHelper.uncheckedCast(obj.ice_invocationTimeout(-2).ice_timeout(250)); in allTests() local
353 TimeoutPrx to = TimeoutPrxHelper.uncheckedCast(obj.ice_timeout(250 * mult)); in allTests() local
403 TimeoutPrx to = TimeoutPrxHelper.uncheckedCast(comm.stringToProxy(sref)); in allTests() local
[all …]

1...<<11121314151617181920>>...1601