Home
last modified time | relevance | path

Searched refs:skip (Results 476 - 500 of 2175) sorted by relevance

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

/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/
H A Dtask_ext.h40 static inline int skip(task_handle &handle) in skip() function
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H A Dstacktrace.c22 trace->skip += 2; in save_stack_trace()
/kernel/linux/linux-6.6/arch/microblaze/kernel/
H A Dstacktrace.c22 trace->skip += 2; in save_stack_trace()
H A Dhead.S113 beqid r5, skip /* Skip if NULL pointer */
121 beqid r2, skip /* Skip if no data */
128 skip: label
/kernel/linux/linux-5.10/tools/include/linux/
H A Dstacktrace.h10 int skip; member
/third_party/node/test/parallel/
H A Dtest-cluster-disconnect-unshared-udp.js27 common.skip('on windows, because clustered dgram is ENOTSUP');
H A Dtest-crypto-classes.js6 common.skip('missing crypto');
H A Dtest-crypto-dh-odd-key.js25 common.skip('missing crypto');
H A Dtest-https-server-request-timeout.js5 common.skip('missing crypto');
H A Dtest-https-server-headers-timeout.js5 common.skip('missing crypto');
H A Dtest-tls-client-default-ciphers.js25 common.skip('missing crypto');
H A Dtest-tls-clientcertengine-unsupported.js6 common.skip('missing crypto');
H A Dtest-tls-keyengine-unsupported.js6 common.skip('missing crypto');
H A Dtest-tls-reduced-SECLEVEL-in-cipher.js5 common.skip('missing crypto');
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dvalhall.c.py116 % if op.name not in skip:
176 print(Template(template).render(immediates = immediates, instructions = instructions, skip = SKIP, exact = exact_op, typesize = typesize))
/third_party/rust/crates/clap/tests/derive/
H A Dmain.rs31 mod skip; modules
/third_party/python/Lib/test/
H A Dtest_check_c_globals.py19 @unittest.skip('activate this once all the globals have been resolved')
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_op.cpp390 auto skip = op->skip; in Map() local
394 ptr += skip; in Map()
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H A Dptrace.c274 * Returning -1 will skip the syscall execution. We want in do_syscall_trace_enter()
276 * the skip label below. in do_syscall_trace_enter()
288 goto skip; in do_syscall_trace_enter()
298 goto skip; in do_syscall_trace_enter()
316 skip: in do_syscall_trace_enter()
/kernel/linux/linux-5.10/tools/perf/util/
H A Ddsos.c295 bool (skip)(struct dso *dso, int parm), int parm) in __dsos__fprintf_buildid()
303 if (skip && skip(pos, parm)) in __dsos__fprintf_buildid()
/kernel/linux/linux-5.10/fs/btrfs/
H A Duuid-tree.c332 goto skip; in btrfs_uuid_tree_iterate()
340 goto skip; in btrfs_uuid_tree_iterate()
379 skip: in btrfs_uuid_tree_iterate()
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/
H A Dvisl-trace-vp9.h137 "skip %s\n"
165 __print_array(__entry->h.skip,
166 ARRAY_SIZE(__entry->h.skip),
167 sizeof(__entry->h.skip[0])),
/kernel/linux/linux-6.6/fs/btrfs/
H A Duuid-tree.c334 goto skip; in btrfs_uuid_tree_iterate()
342 goto skip; in btrfs_uuid_tree_iterate()
381 skip: in btrfs_uuid_tree_iterate()
/kernel/linux/linux-6.6/drivers/staging/media/imx/
H A Dimx-media-fim.c35 #define FIM_CL_NUM_SKIP_DEF 2 /* skip 2 frames after restart */
97 struct v4l2_ctrl *skip = fim->ctrl[FIM_CL_NUM_SKIP]; in reset_fim() local
106 fim->num_skip = skip->cur.val; in reset_fim()
114 fim->num_skip = skip->val; in reset_fim()
295 .min = 0, /* skip no frames */
296 .max = 256, /* skip 256 frames */
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dalternative.h165 ".skip -(((" alt_rlen(num) ")-(" alt_slen ")) > 0) * " \
185 ".skip -((" alt_max_short(alt_rlen(num1), alt_rlen(num2)) " - (" alt_slen ")) > 0) * " \
193 ".skip -((" alt_max_short(alt_max_short(alt_rlen(n1), alt_rlen(n2)), alt_rlen(n3)) \
376 * @newinstr. ".skip" directive takes care of proper instruction padding
383 .skip -(((144f-143f)-(141b-140b)) > 0) * ((144f-143f)-(141b-140b)),0x90
421 .skip -((alt_max_2(new_len1, new_len2) - (old_len)) > 0) * \
443 .skip -((alt_max_3(new_len1, new_len2, new_len3) - (old_len)) > 0) * \

Completed in 13 milliseconds

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