/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_internal.c | 419 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 D | rkvdec-vp9.c | 76 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 D | YAMLParser.cpp | 397 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 D | hid-picolcd_debugfs.c | 193 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 D | hid-picolcd_debugfs.c | 193 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 D | sram.c | 98 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 D | stacktrace.c | 55 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 D | test_core_reloc_type_id.c | 15 bool skip; member 111 data.skip = true; in test_core_type_id()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | stacktrace.c | 55 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 D | mlxfw_mfa2_tlv_multi.c | 62 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 D | mlxfw_mfa2_tlv_multi.c | 62 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 D | v4l2-vp9.h | 49 * @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 D | netfilter_netdev.h | 133 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 D | basic_asm.h | 97 .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 D | test_core_reloc_type_id.c | 15 bool skip; member 111 data.skip = true; in test_core_type_id()
|
/third_party/node/test/parallel/ |
H A D | test-fs-mkdir-recursive-eaccess.js | 10 common.skip('as this test should not be run as `root`'); 13 common.skip('IBMi has a different access permission mechanism');
|
H A D | test-https-client-renegotiation-limit.js | 25 common.skip('missing crypto'); 28 common.skip('node compiled without OpenSSL CLI.');
|
H A D | test-https-foafssl.js | 25 common.skip('missing crypto'); 28 common.skip('node compiled without OpenSSL CLI.');
|
H A D | test-tls-client-renegotiation-limit.js | 25 common.skip('missing crypto'); 28 common.skip('node compiled without OpenSSL CLI.');
|
H A D | test-tls-dhe.js | 26 common.skip('missing crypto'); 29 common.skip('missing openssl-cli');
|
H A D | test-tls-enable-trace-cli.js | 4 if (!common.hasCrypto) common.skip('missing crypto'); 18 return common.skip('no SSL_trace() compiled into openssl');
|
/third_party/node/test/sequential/ |
H A D | test-tls-session-timeout.js | 26 common.skip('node compiled without OpenSSL CLI.'); 29 common.skip('missing crypto');
|
/third_party/node/test/addons/openssl-key-engine/ |
H A D | test.js | 6 common.skip('missing crypto'); 15 common.skip('no client cert engine');
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_opt_message_preload.c | 117 .skip = I->skip, in bi_opt_message_preload()
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_import.py | 49 self.skip = "absolute_import" in tree.future_features 52 if self.skip:
|