Home
last modified time | relevance | path

Searched refs:extraction (Results 1 – 25 of 6641) sorted by relevance

12345678910>>...266

/dports/www/youtube_dl/youtube-dl/
H A DChangeLog218 * Improve extraction
572 * [twitcasting] Fix format extraction and improve info extraction (#24868)
736 * [nrk] Fix extraction
838 * [lrt] Fix extraction
847 * [cnbc] Fix extraction
1268 * [nrl] Fix extraction
1412 * [fox9] Fix extraction
2235 format extraction
2700 * [adn] Fix extraction
2777 extraction (#16475)
[all …]
/dports/lang/pocl/pocl-1.8/examples/ViennaCL/
H A Dmatrix_vector-test-opencl.stdout24 Row extraction from matrix
25 Column extraction from matrix
37 Row extraction from matrix
38 Column extraction from matrix
50 Row extraction from matrix
63 Row extraction from matrix
76 Row extraction from matrix
89 Row extraction from matrix
102 Row extraction from matrix
115 Row extraction from matrix
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/dsa/
H A Docelot.h143 static inline void ocelot_xfh_get_rew_val(void *extraction, u64 *rew_val) in ocelot_xfh_get_rew_val() argument
145 packing(extraction, rew_val, 116, 85, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_rew_val()
148 static inline void ocelot_xfh_get_len(void *extraction, u64 *len) in ocelot_xfh_get_len() argument
152 packing(extraction, &llen, 84, 79, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_len()
153 packing(extraction, &wlen, 78, 71, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_len()
158 static inline void ocelot_xfh_get_src_port(void *extraction, u64 *src_port) in ocelot_xfh_get_src_port() argument
160 packing(extraction, src_port, 46, 43, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_src_port()
165 packing(extraction, qos_class, 19, 17, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_qos_class()
168 static inline void ocelot_xfh_get_tag_type(void *extraction, u64 *tag_type) in ocelot_xfh_get_tag_type() argument
170 packing(extraction, tag_type, 16, 16, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_tag_type()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/dsa/
H A Docelot.h143 static inline void ocelot_xfh_get_rew_val(void *extraction, u64 *rew_val) in ocelot_xfh_get_rew_val() argument
145 packing(extraction, rew_val, 116, 85, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_rew_val()
148 static inline void ocelot_xfh_get_len(void *extraction, u64 *len) in ocelot_xfh_get_len() argument
152 packing(extraction, &llen, 84, 79, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_len()
153 packing(extraction, &wlen, 78, 71, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_len()
158 static inline void ocelot_xfh_get_src_port(void *extraction, u64 *src_port) in ocelot_xfh_get_src_port() argument
160 packing(extraction, src_port, 46, 43, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_src_port()
165 packing(extraction, qos_class, 19, 17, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_qos_class()
168 static inline void ocelot_xfh_get_tag_type(void *extraction, u64 *tag_type) in ocelot_xfh_get_tag_type() argument
170 packing(extraction, tag_type, 16, 16, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_tag_type()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/dsa/
H A Docelot.h143 static inline void ocelot_xfh_get_rew_val(void *extraction, u64 *rew_val) in ocelot_xfh_get_rew_val() argument
145 packing(extraction, rew_val, 116, 85, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_rew_val()
148 static inline void ocelot_xfh_get_len(void *extraction, u64 *len) in ocelot_xfh_get_len() argument
152 packing(extraction, &llen, 84, 79, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_len()
153 packing(extraction, &wlen, 78, 71, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_len()
158 static inline void ocelot_xfh_get_src_port(void *extraction, u64 *src_port) in ocelot_xfh_get_src_port() argument
160 packing(extraction, src_port, 46, 43, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_src_port()
165 packing(extraction, qos_class, 19, 17, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_qos_class()
168 static inline void ocelot_xfh_get_tag_type(void *extraction, u64 *tag_type) in ocelot_xfh_get_tag_type() argument
170 packing(extraction, tag_type, 16, 16, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_tag_type()
[all …]
/dports/www/matomo/piwik/plugins/CustomDimensions/Dimension/
H A DExtractions.php29 foreach ($this->extractions as $extraction) {
31 if (!is_array($extraction)) {
35 if (count($extraction) !== 2
36 || !array_key_exists('dimension', $extraction)
37 || !array_key_exists('pattern', $extraction)) {
42 $extraction = new Extraction($extraction['dimension'], $extraction['pattern']);
43 $extraction->check();
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/security/impl/
H A DCredentialCriteria.cpp151 void CredentialCriteria::setKeyInfo(const KeyInfo* keyInfo, int extraction) in setKeyInfo() argument
156 if (!keyInfo || !extraction) in setKeyInfo()
159 int types = (extraction & KEYINFO_EXTRACTION_KEY) ? Credential::RESOLVE_KEYS : 0; in setKeyInfo()
164 if (extraction & KEYINFO_EXTRACTION_KEYNAMES) { in setKeyInfo()
176 void CredentialCriteria::setNativeKeyInfo(DSIGKeyInfoList* keyInfo, int extraction) in setNativeKeyInfo() argument
181 if (!keyInfo || !extraction) in setNativeKeyInfo()
184 int types = (extraction & KEYINFO_EXTRACTION_KEY) ? Credential::RESOLVE_KEYS : 0; in setNativeKeyInfo()
189 if (extraction & KEYINFO_EXTRACTION_KEYNAMES) { in setNativeKeyInfo()
196 void CredentialCriteria::setSignature(const Signature& sig, int extraction) in setSignature() argument
201 return setKeyInfo(k, extraction); in setSignature()
[all …]
/dports/math/scilab-toolbox-swt/swt/macros/help_from_sci/
H A Dwkeep.sci2 // signal extraction
11 // type: extraction manner, 'l' for left, 'r' for right, and 'c' for center
12 // FIRST: index integer from which extraction starts.
14 // indexVector : row and column index integer vector from which extraction starts.
15 // Y : extraction result
17extraction. For vector extraction, extractions will be aligned to the right, left or center based…
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/vect/
H A Dvect-100.c9 struct extraction struct
21 struct extraction *p; in main1() argument
23 p = (struct extraction *) malloc (sizeof (struct extraction)); in main1()
47 struct extraction *p; in main2()
48 p = (struct extraction *) malloc (sizeof (struct extraction)); in main2()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vect/
H A Dvect-100.c9 struct extraction struct
21 struct extraction *p; in main1() argument
23 p = (struct extraction *) malloc (sizeof (struct extraction)); in main1()
47 struct extraction *p; in main2()
48 p = (struct extraction *) malloc (sizeof (struct extraction)); in main2()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/vect/
H A Dvect-100.c9 struct extraction struct
21 struct extraction *p; in main1() argument
23 p = (struct extraction *) malloc (sizeof (struct extraction)); in main1()
47 struct extraction *p; in main2()
48 p = (struct extraction *) malloc (sizeof (struct extraction)); in main2()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/vect/
H A Dvect-100.c9 struct extraction struct
21 struct extraction *p; in main1() argument
23 p = (struct extraction *) malloc (sizeof (struct extraction)); in main1()
47 struct extraction *p; in main2()
48 p = (struct extraction *) malloc (sizeof (struct extraction)); in main2()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vect/
H A Dvect-100.c9 struct extraction struct
21 struct extraction *p; in main1() argument
23 p = (struct extraction *) malloc (sizeof (struct extraction)); in main1()
47 struct extraction *p; in main2()
48 p = (struct extraction *) malloc (sizeof (struct extraction)); in main2()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vect/
H A Dvect-100.c9 struct extraction struct
21 struct extraction *p; in main1() argument
23 p = (struct extraction *) malloc (sizeof (struct extraction)); in main1()
47 struct extraction *p; in main2()
48 p = (struct extraction *) malloc (sizeof (struct extraction)); in main2()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/vect/
H A Dvect-100.c9 struct extraction struct
21 struct extraction *p; in main1() argument
23 p = (struct extraction *) malloc (sizeof (struct extraction)); in main1()
47 struct extraction *p; in main2()
48 p = (struct extraction *) malloc (sizeof (struct extraction)); in main2()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/vect/
H A Dvect-100.c9 struct extraction struct
21 struct extraction *p; in main1() argument
23 p = (struct extraction *) malloc (sizeof (struct extraction)); in main1()
47 struct extraction *p; in main2()
48 p = (struct extraction *) malloc (sizeof (struct extraction)); in main2()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/vect/
H A Dvect-100.c9 struct extraction struct
21 struct extraction *p; in main1() argument
23 p = (struct extraction *) malloc (sizeof (struct extraction)); in main1()
47 struct extraction *p; in main2()
48 p = (struct extraction *) malloc (sizeof (struct extraction)); in main2()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vect/
H A Dvect-100.c9 struct extraction struct
21 struct extraction *p; in main1() argument
23 p = (struct extraction *) malloc (sizeof (struct extraction)); in main1()
47 struct extraction *p; in main2()
48 p = (struct extraction *) malloc (sizeof (struct extraction)); in main2()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/vect/
H A Dvect-100.c9 struct extraction struct
21 struct extraction *p; in main1() argument
23 p = (struct extraction *) malloc (sizeof (struct extraction)); in main1()
47 struct extraction *p; in main2()
48 p = (struct extraction *) malloc (sizeof (struct extraction)); in main2()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/vect/
H A Dvect-100.c9 struct extraction struct
21 struct extraction *p; in main1() argument
23 p = (struct extraction *) malloc (sizeof (struct extraction)); in main1()
47 struct extraction *p; in main2()
48 p = (struct extraction *) malloc (sizeof (struct extraction)); in main2()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/vect/
H A Dvect-100.c9 struct extraction struct
21 struct extraction *p; in main1() argument
23 p = (struct extraction *) malloc (sizeof (struct extraction)); in main1()
47 struct extraction *p; in main2()
48 p = (struct extraction *) malloc (sizeof (struct extraction)); in main2()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/vect/
H A Dvect-100.c9 struct extraction struct
21 struct extraction *p; in main1() argument
23 p = (struct extraction *) malloc (sizeof (struct extraction)); in main1()
47 struct extraction *p; in main2()
48 p = (struct extraction *) malloc (sizeof (struct extraction)); in main2()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/vect/
H A Dvect-100.c9 struct extraction struct
21 struct extraction *p; in main1() argument
23 p = (struct extraction *) malloc (sizeof (struct extraction)); in main1()
47 struct extraction *p; in main2()
48 p = (struct extraction *) malloc (sizeof (struct extraction)); in main2()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/vect/
H A Dvect-100.c9 struct extraction struct
21 struct extraction *p; in main1() argument
23 p = (struct extraction *) malloc (sizeof (struct extraction)); in main1()
47 struct extraction *p; in main2()
48 p = (struct extraction *) malloc (sizeof (struct extraction)); in main2()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/vect/
H A Dvect-100.c9 struct extraction struct
21 struct extraction *p; in main1() argument
23 p = (struct extraction *) malloc (sizeof (struct extraction)); in main1()
47 struct extraction *p; in main2()
48 p = (struct extraction *) malloc (sizeof (struct extraction)); in main2()

12345678910>>...266