Home
last modified time | relevance | path

Searched defs:which (Results 2576 – 2600 of 19354) sorted by relevance

1...<<101102103104105106107108109110>>...775

/dports/x11/libinput/libinput-1.12.6/src/
H A Dquirks.c1411 quirk_find_prop(struct quirks *q, enum quirk which) in quirk_find_prop()
1424 quirks_has_quirk(struct quirks *q, enum quirk which) in quirks_has_quirk()
1430 quirks_get_int32(struct quirks *q, enum quirk which, int32_t *val) in quirks_get_int32()
1448 quirks_get_uint32(struct quirks *q, enum quirk which, uint32_t *val) in quirks_get_uint32()
1466 quirks_get_double(struct quirks *q, enum quirk which, double *val) in quirks_get_double()
1484 quirks_get_string(struct quirks *q, enum quirk which, char **val) in quirks_get_string()
1502 quirks_get_bool(struct quirks *q, enum quirk which, bool *val) in quirks_get_bool()
1521 enum quirk which, in quirks_get_dimensions()
1541 enum quirk which, in quirks_get_range()
1561 enum quirk which, in quirks_get_tuples()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/jdi/
H A DFinalLocalsTest.java99 private void test(Method method, int which, String name, String expected) { in test()
131 String testCase(Method method, int which) { in testCase()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/testlibrary/
H A DGeneratedClassLoader.java93 private long getBigValue(int which) { in getBigValue()
99 private String getBigString(int which) { in getBigString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/
H A Dcrypto.c188 const char *SSLeay_version(int which) { return OpenSSL_version(which); } in SSLeay_version()
190 const char *OpenSSL_version(int which) { in OpenSSL_version()
/dports/devel/boost-docs/boost_1_72_0/boost/hof/
H A Dfirst_of.hpp142 constexpr const F1& which(std::true_type, const F1& f1, const F2&) noexcept in which() function
148 constexpr const F2& which(std::false_type, const F1&, const F2& f2) noexcept in which() function
/dports/devel/boost-docs/boost_1_72_0/boost/serialization/
H A Dvariant.hpp67 int which = v.which(); in save() local
134 int which; in load() local
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/peripherals/
H A Djoystick.c145 joystick_press( int which, joystick_button button, int press ) in joystick_press()
236 joystick_timex_read( libspectrum_word port GCC_UNUSED, libspectrum_byte which ) in joystick_timex_read()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/machine/
H A D8254pit.c14 void pit8254_w (int which, int offset, int data) in pit8254_w()
43 int pit8254_r (int which, int offset) in pit8254_r()
/dports/devel/hyperscan/boost_1_75_0/boost/serialization/
H A Dvariant.hpp67 int which = v.which(); in save() local
134 int which; in load() local
/dports/devel/hyperscan/boost_1_75_0/boost/hof/
H A Dfirst_of.hpp142 constexpr const F1& which(std::true_type, const F1& f1, const F2&) noexcept in which() function
148 constexpr const F2& which(std::false_type, const F1&, const F2& f2) noexcept in which() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/serialization/
H A Dvariant.hpp67 int which = v.which(); in save() local
134 int which; in load() local
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/iostreams/detail/vc6/
H A Dclose.hpp21 void close(T& t, BOOST_IOS::openmode which) in close()
28 void close(T& t, Sink& snk, BOOST_IOS::openmode which) in close()
/dports/security/libgnome-keyring/libgnome-keyring-3.12.0/library/tests/
H A Dtest-cancel.c83 gint which; member
121 gint which; in test_intense() local
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/iostreams/detail/vc6/
H A Dclose.hpp21 void close(T& t, BOOST_IOS::openmode which) in close()
28 void close(T& t, Sink& snk, BOOST_IOS::openmode which) in close()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/iostreams/detail/vc6/
H A Dclose.hpp21 void close(T& t, BOOST_IOS::openmode which) in close()
28 void close(T& t, Sink& snk, BOOST_IOS::openmode which) in close()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hof/
H A Dfirst_of.hpp142 constexpr const F1& which(std::true_type, const F1& f1, const F2&) noexcept in which() function
148 constexpr const F2& which(std::false_type, const F1&, const F2& f2) noexcept in which() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/serialization/
H A Dvariant.hpp67 int which = v.which(); in save() local
134 int which; in load() local
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hof/
H A Dfirst_of.hpp142 constexpr const F1& which(std::true_type, const F1& f1, const F2&) noexcept in which() function
148 constexpr const F2& which(std::false_type, const F1&, const F2& f2) noexcept in which() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/serialization/
H A Dvariant.hpp67 int which = v.which(); in save() local
134 int which; in load() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/com/sun/jdi/
H A DFinalLocalsTest.java99 private void test(Method method, int which, String name, String expected) { in test()
131 String testCase(Method method, int which) { in testCase()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/testlibrary/
H A DGeneratedClassLoader.java94 private long getBigValue(int which) { in getBigValue()
100 private String getBigString(int which) { in getBigString()
/dports/databases/percona57-server/boost_1_59_0/boost/iostreams/detail/vc6/
H A Dclose.hpp21 void close(T& t, BOOST_IOS::openmode which) in close()
28 void close(T& t, Sink& snk, BOOST_IOS::openmode which) in close()
/dports/databases/xtrabackup/boost_1_59_0/boost/iostreams/detail/vc6/
H A Dclose.hpp21 void close(T& t, BOOST_IOS::openmode which) in close()
28 void close(T& t, Sink& snk, BOOST_IOS::openmode which) in close()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lib/
H A Dudp_uart.c67 const size_t which = udp_uart_lookup(src_port); in handle_uart_data_packet() local
75 const size_t which = udp_uart_lookup(dst_port); in handle_uart_data_packet() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/serialization/
H A Dvariant.hpp67 int which = v.which(); in save() local
134 int which; in load() local

1...<<101102103104105106107108109110>>...775