Home
last modified time | relevance | path

Searched refs:skip (Results 251 - 275 of 2175) sorted by relevance

1...<<11121314151617181920>>...87

/third_party/node/test/parallel/
H A Dtest-tls-enable-trace.js4 if (!common.hasCrypto) common.skip('missing crypto');
18 return common.skip('no SSL_trace() compiled into openssl');
H A Dtest-icu-env.js9 common.skip('system ICU');
22 common.skip('small ICU');
26 common.skip('ICU too old');
H A Dtest-repl-reverse-search.js189 skip: !process.features.inspector,
286 const { expected, skip } = opts;
289 if (skip) {
/third_party/node/test/addons/openssl-client-cert-engine/
H A Dtest.js6 common.skip('missing crypto');
15 common.skip('no client cert engine');
/third_party/node/test/async-hooks/
H A Dtest-graph.signal.js5 common.skip('no signals on Windows');
7 common.skip('No signal handling available in Workers');
H A Dtest-graph.tls-write.js5 common.skip('missing crypto');
8 common.skip('IPv6 support required');
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DDictionaryData.java48 int skip = skipFlip.charAt(i) - 36; in unpackDictionaryData()
50 offset += skip; in unpackDictionaryData()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Drc4.c16 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip() argument
38 for (k = 0; k < skip; k++) { in rc4_skip()
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Drc4.c16 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip() argument
38 for (k = 0; k < skip; k++) { in rc4_skip()
/kernel/linux/linux-6.6/net/sctp/
H A Dstream_interleave.c1166 struct sctp_fwdtsn_skip *skip; in sctp_validate_fwdtsn() local
1173 sctp_walk_fwdtsn(skip, chunk) in sctp_validate_fwdtsn()
1174 if (ntohs(skip->stream) >= incnt) in sctp_validate_fwdtsn()
1182 struct sctp_ifwdtsn_skip *skip; in sctp_validate_iftsn() local
1189 sctp_walk_ifwdtsn(skip, chunk) in sctp_validate_iftsn()
1190 if (ntohs(skip->stream) >= incnt) in sctp_validate_iftsn()
1244 struct sctp_fwdtsn_skip *skip; in sctp_handle_fwdtsn() local
1247 sctp_walk_fwdtsn(skip, chunk) in sctp_handle_fwdtsn()
1248 sctp_ulpq_skip(ulpq, ntohs(skip->stream), ntohs(skip in sctp_handle_fwdtsn()
1281 struct sctp_ifwdtsn_skip *skip; sctp_handle_iftsn() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/
H A Ds5p-sss.c347 * @skip: Skip offset in req->src for current op
367 unsigned int skip; member
1044 scatterwalk_map_and_copy(buf + ctx->bufcnt, sg, ctx->skip, in s5p_hash_copy_sgs()
1051 ctx->skip = 0; in s5p_hash_copy_sgs()
1065 * source sg into it, adjusting begin and/or end for skip offset and
1074 unsigned int skip = ctx->skip, n = sg_nents(sg); in s5p_hash_copy_sg_lists() local
1099 while (sg && skip >= sg->length) { in s5p_hash_copy_sg_lists()
1100 skip -= sg->length; in s5p_hash_copy_sg_lists()
1105 len = sg->length - skip; in s5p_hash_copy_sg_lists()
1145 unsigned int skip = ctx->skip, nbytes = new_len, n = 0; s5p_hash_prepare_sgs() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/
H A Ds5p-sss.c348 * @skip: Skip offset in req->src for current op
368 unsigned int skip; member
1041 scatterwalk_map_and_copy(buf + ctx->bufcnt, sg, ctx->skip, in s5p_hash_copy_sgs()
1048 ctx->skip = 0; in s5p_hash_copy_sgs()
1062 * source sg into it, adjusting begin and/or end for skip offset and
1071 unsigned int skip = ctx->skip, n = sg_nents(sg); in s5p_hash_copy_sg_lists() local
1096 while (sg && skip >= sg->length) { in s5p_hash_copy_sg_lists()
1097 skip -= sg->length; in s5p_hash_copy_sg_lists()
1102 len = sg->length - skip; in s5p_hash_copy_sg_lists()
1142 unsigned int skip = ctx->skip, nbytes = new_len, n = 0; s5p_hash_prepare_sgs() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Ddb_ability.cpp130 uint32_t skip = 0; in GetAbilityItem() local
131 // dbAbility_ bit[0..len] : low-->high, skip range 0..7 in GetAbilityItem()
132 for (uint32_t pos = iter->first; pos < (iter->first + iter->second); pos++, skip++) { in GetAbilityItem()
134 data += (static_cast<uint8_t>(dbAbility_[pos])) << skip; in GetAbilityItem()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dstacktrace.c26 if (trace->skip > 0) { in consume_entry()
27 trace->skip--; in consume_entry()
91 trace->skip += 7; in save_stack_trace_regs()
/kernel/linux/linux-5.10/tools/testing/selftests/livepatch/
H A Dfunctions.sh19 # skip(msg) - testing can't proceed
21 function skip() { function
31 echo "skip all tests: must be run as root" >&2
152 skip "unable to load module ${mod}, verify CONFIG_TEST_LIVEPATCH=m and run self-tests as root"
168 skip "unable to load module ${mod}, verify CONFIG_TEST_LIVEPATCH=m and run self-tests as root"
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/s390x/
H A Dtprot.c143 bool skip; in perform_next_stage() local
151 * In order to skip these tests we detect this inside the guest in perform_next_stage()
153 skip = tests[*i].addr < (void *)4096 && in perform_next_stage()
156 if (!skip) { in perform_next_stage()
/third_party/curl/tests/unit/
H A Dunit1607.c62 /* In builds without IPv6 support CURLOPT_RESOLVE should skip over those
64 static const char skip = 0; variable
68 #define IPV6ONLY(x) &skip
156 if(tests[i].address[j] == &skip)
/third_party/glslang/Test/
H A Dvalidate-shaders.sh36 echo " --skip-ok do not print successful validations"
37 echo " --skip-comperr do not print compilation errors"
38 echo " --skip-valerr do not print validation errors"
39 echo " --quiet synonym for --skip-ok --skip-comperr --skip-valerr --no-summary"
52 echo " $(basename $0) --skip-ok --skip-comperr hlsl.*"
163 --skip-ok) opt_stat_ok=false; shift;;
164 --skip
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DRange.cpp104 void AddressRange::skip(DataExtractor &Data, uint64_t &Offset) { in skip() function in AddressRange
109 uint64_t AddressRanges::skip(DataExtractor &Data, uint64_t &Offset) { in skip() function in AddressRanges
112 AddressRange::skip(Data, Offset); in skip()
/third_party/skia/src/core/
H A DSkArenaAlloc.cpp42 int32_t skip; in SkipPod() local
43 memmove(&skip, objEnd, sizeof(int32_t)); in SkipPod()
44 return objEnd - skip; in SkipPod()
128 // Install a skip footer if needed, thus terminating a run of POD data. The calling code is in allocObjectWithFooter()
/third_party/python/Lib/unittest/
H A Dutil.py19 skip = len(s) - prefixlen - suffixlen
20 if skip > _PLACEHOLDER_LEN:
21 s = '%s[%d chars]%s' % (s[:prefixlen], skip, s[len(s) - suffixlen:])
/kernel/linux/linux-5.10/lib/
H A Dscatterlist.c914 * @skip: Number of bytes to skip before copying
922 size_t buflen, off_t skip, bool to_buffer) in sg_copy_buffer()
935 if (!sg_miter_skip(&miter, skip)) in sg_copy_buffer()
997 * @skip: Number of bytes to skip before copying
1003 const void *buf, size_t buflen, off_t skip) in sg_pcopy_from_buffer()
1005 return sg_copy_buffer(sgl, nents, (void *)buf, buflen, skip, false); in sg_pcopy_from_buffer()
1015 * @skip: Number of bytes to skip befor
921 sg_copy_buffer(struct scatterlist *sgl, unsigned int nents, void *buf, size_t buflen, off_t skip, bool to_buffer) sg_copy_buffer() argument
1002 sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents, const void *buf, size_t buflen, off_t skip) sg_pcopy_from_buffer() argument
1020 sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents, void *buf, size_t buflen, off_t skip) sg_pcopy_to_buffer() argument
1036 sg_zero_buffer(struct scatterlist *sgl, unsigned int nents, size_t buflen, off_t skip) sg_zero_buffer() argument
[all...]
/third_party/pcre2/pcre2/
H A DRunTest221 skip=
300 skip="$skip `expr "$1" : '~\([0-9]*\)*$'`"
367 test8=skip
368 test16=skip
369 test32=skip
474 for i in $skip; do eval do$i=no; done
485 skip) continue;;
/third_party/toybox/toys/pending/
H A Dcrond.c123 static void fillarray(char *dst, int start, int end, int skip) in fillarray() argument
131 if (!skip) skip = 1; in fillarray()
135 sk = skip; in fillarray()
151 int start, end, skip = 0; in parse_and_fillarray() local
156 if ((skip = getval(ptr, min, (min ? max: max-1))) < 0) goto ERROR; in parse_and_fillarray()
162 fillarray(dst, 0, max-1, skip); in parse_and_fillarray()
186 fillarray(dst, start, end, skip); in parse_and_fillarray()

Completed in 25 milliseconds

1...<<11121314151617181920>>...87