/third_party/protobuf/python/google/protobuf/internal/ |
H A D | testing_refleaks.py | 121 SkipReferenceLeakChecker = unittest.skip 130 del reason # Don't skip, so don't need a reason.
|
/third_party/rust/crates/memchr/src/memmem/ |
H A D | rarebytes.rs | 69 for (i, &b) in needle.iter().enumerate().skip(2) {
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.cc | 1073 Label skip; in CallRecordWriteStub() local 1074 bnvc(rs, rt, &skip); in CallRecordWriteStub() 1076 bind(&skip); in CallRecordWriteStub() 1084 Label skip; in CallRecordWriteStub() local 1085 bovc(rs, rt, &skip); in CallRecordWriteStub() 1087 bind(&skip); in CallRecordWriteStub() 2860 Label skip; in CallRecordWriteStub() 2861 BranchFalseShortF(&skip); in CallRecordWriteStub() 2863 bind(&skip); in CallRecordWriteStub() 2873 Label skip; in CallRecordWriteStub() 3916 Label skip; CallRecordWriteStub() local 3924 Label skip; CallRecordWriteStub() local 4276 Label skip; CallRecordWriteStub() local 4625 Label skip; CallRecordWriteStub() local 4644 Label skip; CallRecordWriteStub() local [all...] |
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.cc | 104 Label skip; in LoadRoot() local 105 BranchShort(&skip, NegateCondition(cond), src1, src2); in LoadRoot() 108 bind(&skip); in LoadRoot() 2362 Label skip; in BranchTrueF() local 2363 BranchFalseShortF(rs, &skip); in BranchTrueF() 2365 bind(&skip); in BranchTrueF() 2375 Label skip; in BranchFalseF() local 2376 BranchTrueShortF(rs, &skip); in BranchFalseF() 2378 bind(&skip); in BranchFalseF() 2837 Label skip; in Branch() local 2850 Label skip; Branch() local 3105 Label skip; BranchAndLink() local 3113 Label skip; BranchAndLink() local 3216 Label skip; Jump() local 3247 Label skip; Jump() local 3325 Label skip; Call() local 3489 Label skip; DropAndRet() local 3508 Label skip; Drop() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 322 int i, extra = 0, n_cdesc = 0, ret = 0, cache_len, skip = 0; in safexcel_ahash_send_req() local 368 skip = min_t(u64, tmp, extra); in safexcel_ahash_send_req() 372 skip, 0); in safexcel_ahash_send_req() 374 extra -= skip; in safexcel_ahash_send_req() 375 memset(req->cache + cache_len + skip, 0, extra); in safexcel_ahash_send_req() 378 req->cache[cache_len + skip] = 0x80; in safexcel_ahash_send_req() 435 if (unlikely(sglen <= skip)) { in safexcel_ahash_send_req() 436 skip -= sglen; in safexcel_ahash_send_req() 441 if ((queued + skip) <= sglen) in safexcel_ahash_send_req() 444 sglen -= skip; in safexcel_ahash_send_req() [all...] |
/kernel/linux/linux-6.6/net/tls/ |
H A D | tls_sw.c | 338 int skip, len; in tls_clone_plaintext_msg() local 349 skip = prot->prepend_size + msg_pl->sg.size; in tls_clone_plaintext_msg() 351 return sk_msg_clone(sk, msg_pl, msg_en, skip, len); in tls_clone_plaintext_msg() 1788 size_t skip, in process_rx_list() 1798 while (skip && skb) { in process_rx_list() 1806 if (skip < rxm->full_len) in process_rx_list() 1809 skip = skip - rxm->full_len; in process_rx_list() 1816 int chunk = min_t(unsigned int, rxm->full_len - skip, len); in process_rx_list() 1824 err = skb_copy_datagram_msg(skb, rxm->offset + skip, in process_rx_list() 1785 process_rx_list(struct tls_sw_context_rx *ctx, struct msghdr *msg, u8 *control, size_t skip, size_t len, bool is_peek, bool *more) process_rx_list() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | RobustResourceInitTest.cpp | 246 const GLColor &skip); 253 const GLColor &skip); 258 const GLColor &skip); 266 const GLColor &skip); 547 const GLColor &skip) in checkNonZeroPixels() 555 checkFramebufferNonZeroPixels(skipX, skipY, skipWidth, skipHeight, skip); in checkNonZeroPixels() 564 const GLColor &skip) in checkNonZeroPixels3D() 573 checkFramebufferNonZeroPixels(skipX, skipY, skipWidth, skipHeight, skip); in checkNonZeroPixels3D() 580 const GLColor &skip) in checkFramebufferNonZeroPixels() 582 checkCustomFramebufferNonZeroPixels(kWidth, kHeight, skipX, skipY, skipWidth, skipHeight, skip); in checkFramebufferNonZeroPixels() 542 checkNonZeroPixels(GLTexture *texture, int skipX, int skipY, int skipWidth, int skipHeight, const GLColor &skip) checkNonZeroPixels() argument 558 checkNonZeroPixels3D(GLTexture *texture, int skipX, int skipY, int skipWidth, int skipHeight, int textureLayer, const GLColor &skip) checkNonZeroPixels3D() argument 576 checkFramebufferNonZeroPixels(int skipX, int skipY, int skipWidth, int skipHeight, const GLColor &skip) checkFramebufferNonZeroPixels() argument 585 checkCustomFramebufferNonZeroPixels(int fboWidth, int fboHeight, int skipX, int skipY, int skipWidth, int skipHeight, const GLColor &skip) checkCustomFramebufferNonZeroPixels() argument [all...] |
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | mcpm_head.S | 110 @ Otherwise, release the first man lock and skip setup: 138 @ If the outbound gave up before teardown started, skip cluster setup:
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | head.S | 228 beq a4, a5, 1b # skip, empty entry 229 beq a4, a6, 1b # skip, source and dest. are the same
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | scall32-o32.S | 33 lw t1, PT_EPC(sp) # skip syscall on return 35 addiu t1, 4 # skip to next instruction
|
H A D | scall64-o32.S | 34 ld t1, PT_EPC(sp) # skip syscall on return 38 daddiu t1, 4 # skip to next instruction
|
/kernel/linux/linux-5.10/arch/sh/mm/ |
H A D | cache.c | 312 goto skip; in cpu_cache_init() 358 skip: in cpu_cache_init()
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | head_32.S | 42 .skip PAGE_SIZE - empty_zero_page - 1b 303 cmp/eq #0, r0 ! skip clear if set to zero
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | alternative.h | 115 ".skip -(((" alt_rlen(num) ")-(" alt_slen ")) > 0) * " \ 135 ".skip -((" alt_max_short(alt_rlen(num1), alt_rlen(num2)) " - (" alt_slen ")) > 0) * " \ 143 ".skip -((" alt_max_short(alt_max_short(alt_rlen(n1), alt_rlen(n2)), alt_rlen(n3)) \ 325 * @newinstr. ".skip" directive takes care of proper instruction padding 332 .skip -(((144f-143f)-(141b-140b)) > 0) * ((144f-143f)-(141b-140b)),0x90 368 .skip -((alt_max_short(new_len1, new_len2) - (old_len)) > 0) * \
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | scall64-o32.S | 34 ld t1, PT_EPC(sp) # skip syscall on return 38 daddiu t1, 4 # skip to next instruction
|
H A D | scall32-o32.S | 32 lw t1, PT_EPC(sp) # skip syscall on return 34 addiu t1, 4 # skip to next instruction
|
/kernel/linux/linux-6.6/arch/arm/common/ |
H A D | mcpm_head.S | 112 @ Otherwise, release the first man lock and skip setup: 140 @ If the outbound gave up before teardown started, skip cluster setup:
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | head_32.S | 42 .skip PAGE_SIZE - empty_zero_page - 1b 303 cmp/eq #0, r0 ! skip clear if set to zero
|
/kernel/linux/linux-6.6/arch/sh/mm/ |
H A D | cache.c | 320 goto skip; in cpu_cache_init() 366 skip: in cpu_cache_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_gtt.c | 190 goto skip; in setup_scratch_page() 220 skip: in setup_scratch_page()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | netlink.c | 241 goto skip; in rdma_nl_rcv_skb() 247 skip: in rdma_nl_rcv_skb()
|
/kernel/linux/linux-5.10/drivers/thermal/qcom/ |
H A D | qcom-spmi-temp-alarm.c | 216 goto skip; in qpnp_tm_update_critical_trip_temp() 234 skip: in qpnp_tm_update_critical_trip_temp()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_mq.c | 287 arg->count = arg->skip; in mq_walk() 288 for (ntx = arg->skip; ntx < dev->num_tx_queues; ntx++) { in mq_walk()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | sctp.h | 597 struct sctp_fwdtsn_skip skip[]; member 614 struct sctp_ifwdtsn_skip skip[]; member
|
/kernel/linux/linux-5.10/scripts/ |
H A D | leaking_addresses.pl | 410 # True if we should skip this path. 411 sub skip subroutine 492 # skip /proc/PID except /proc/1 496 next if (skip($path)); 623 $index += 2; # skip ': ' 635 $index += 2; # skip ': '
|