Home
last modified time | relevance | path

Searched refs:skip (Results 276 - 300 of 2193) sorted by relevance

1...<<11121314151617181920>>...88

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_internal.c419 int ret = -1, skip = 0; in tls_connection_prf() local
424 skip = tls_get_keyblock_size(conn); in tls_connection_prf()
425 if (skip < 0) in tls_connection_prf()
427 tmp_out = os_malloc(skip + out_len); in tls_connection_prf()
437 _out, skip + out_len); in tls_connection_prf()
444 _out, skip + out_len); in tls_connection_prf()
448 os_memcpy(out, _out + skip, out_len); in tls_connection_prf()
449 bin_clear_free(tmp_out, skip); in tls_connection_prf()
/kernel/linux/linux-6.6/drivers/staging/media/rkvdec/
H A Drkvdec-vp9.c76 u8 skip[3]; member
104 u32 skip[3][2]; member
131 u32 skip[3][2]; member
338 memcpy(rkprobs->skip, probs->skip, sizeof(rkprobs->skip)); in init_probs()
840 memcpy((p1)->skip, (p2)->skip, sizeof((p1)->skip)); \
881 u8 skip[ in rkvdec_vp9_done() member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DYAMLParser.cpp397 void skip(uint32_t Distance);
954 void Scanner::skip(uint32_t Distance) { in skip() function in Scanner
1046 // This may skip more than one byte, thus Column is only incremented in skipComment()
1059 skip(1); in scanToNextToken()
1148 skip(3); in scanDocumentIndicator()
1158 skip(1); in scanFlowCollectionStart()
1177 skip(1); in scanFlowCollectionEnd()
1190 skip(1); in scanFlowEntry()
1202 skip(1); in scanBlockEntry()
1217 skip( in scanKey()
1805 void Stream::skip() { skip() function in Stream
2288 bool Document::skip() { skip() function in Document
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-picolcd_debugfs.c193 goto skip; in _picolcd_flash_read()
197 goto skip; in _picolcd_flash_read()
200 goto skip; in _picolcd_flash_read()
207 skip: in _picolcd_flash_read()
248 goto skip; in _picolcd_flash_erase64()
252 goto skip; in _picolcd_flash_erase64()
255 skip: in _picolcd_flash_erase64()
280 goto skip; in _picolcd_flash_write()
284 goto skip; in _picolcd_flash_write()
290 skip in _picolcd_flash_write()
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-picolcd_debugfs.c193 goto skip; in _picolcd_flash_read()
197 goto skip; in _picolcd_flash_read()
200 goto skip; in _picolcd_flash_read()
207 skip: in _picolcd_flash_read()
248 goto skip; in _picolcd_flash_erase64()
252 goto skip; in _picolcd_flash_erase64()
255 skip: in _picolcd_flash_erase64()
280 goto skip; in _picolcd_flash_write()
284 goto skip; in _picolcd_flash_write()
290 skip in _picolcd_flash_write()
[all...]
/kernel/linux/linux-5.10/arch/arm/plat-omap/
H A Dsram.c98 unsigned long skip, int cached) in omap_map_sram()
108 omap_sram_skip = skip; in omap_map_sram()
97 omap_map_sram(unsigned long start, unsigned long size, unsigned long skip, int cached) omap_map_sram() argument
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dstacktrace.c55 if (trace->skip > 0) in __save_stack_trace()
56 trace->skip--; in __save_stack_trace()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_type_id.c15 bool skip; member
111 data.skip = true; in test_core_type_id()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dstacktrace.c55 if (trace->skip > 0) in __save_stack_trace()
56 trace->skip--; in __save_stack_trace()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2_tlv_multi.c62 u16 skip = 0; in mlxfw_mfa2_tlv_multi_child_find() local
71 if (skip++ == index) in mlxfw_mfa2_tlv_multi_child_find()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2_tlv_multi.c62 u16 skip = 0; in mlxfw_mfa2_tlv_multi_child_find() local
71 if (skip++ == index) in mlxfw_mfa2_tlv_multi_child_find()
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-vp9.h49 * @skip: skip probabilities.
72 u8 skip[3]; member
90 * @skip: skip counts.
121 u32 (*skip)[3][2]; member
/kernel/linux/linux-6.6/include/linux/
H A Dnetfilter_netdev.h133 static inline void nf_skip_egress(struct sk_buff *skb, bool skip) in nf_skip_egress() argument
136 skb->nf_skip_egress = skip; in nf_skip_egress()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/
H A Dbasic_asm.h97 .macro OP_REGS op, reg_width, start_reg, end_reg, base_reg, base_reg_offset=0, skip=0 variable
100 \op i, (\reg_width * (i - \skip) + \base_reg_offset)(\base_reg)
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_type_id.c15 bool skip; member
111 data.skip = true; in test_core_type_id()
/third_party/node/test/parallel/
H A Dtest-fs-mkdir-recursive-eaccess.js10 common.skip('as this test should not be run as `root`');
13 common.skip('IBMi has a different access permission mechanism');
H A Dtest-https-client-renegotiation-limit.js25 common.skip('missing crypto');
28 common.skip('node compiled without OpenSSL CLI.');
H A Dtest-https-foafssl.js25 common.skip('missing crypto');
28 common.skip('node compiled without OpenSSL CLI.');
H A Dtest-tls-client-renegotiation-limit.js25 common.skip('missing crypto');
28 common.skip('node compiled without OpenSSL CLI.');
H A Dtest-tls-dhe.js26 common.skip('missing crypto');
29 common.skip('missing openssl-cli');
H A Dtest-tls-enable-trace-cli.js4 if (!common.hasCrypto) common.skip('missing crypto');
18 return common.skip('no SSL_trace() compiled into openssl');
/third_party/node/test/sequential/
H A Dtest-tls-session-timeout.js26 common.skip('node compiled without OpenSSL CLI.');
29 common.skip('missing crypto');
/third_party/node/test/addons/openssl-key-engine/
H A Dtest.js6 common.skip('missing crypto');
15 common.skip('no client cert engine');
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_message_preload.c117 .skip = I->skip, in bi_opt_message_preload()
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_import.py49 self.skip = "absolute_import" in tree.future_features
52 if self.skip:

Completed in 13 milliseconds

1...<<11121314151617181920>>...88