Home
last modified time | relevance | path

Searched refs:skip (Results 701 - 725 of 2193) sorted by relevance

1...<<21222324252627282930>>...88

/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DUConverterDataReader.java588 //protected int[] readExtIndexes(int skip) throws IOException
589 protected ByteBuffer readExtIndexes(int skip) throws IOException, InvalidFormatException in readExtIndexes() argument
591 ICUBinary.skipBytes(byteBuffer, skip); in readExtIndexes()
/third_party/libunwind/libunwind/tests/
H A Dia64-test-stack-asm.S88 (p6) br.cond.sptk.few .skip
93 .skip: cmp.ne p6, p7 = 0, r8
/third_party/node/test/parallel/
H A Dtest-crypto-cipher-decipher.js5 common.skip('missing crypto');
8 common.skip('not supported in FIPS mode');
H A Dtest-crypto-scrypt.js5 common.skip('missing crypto');
12 common.skip('no scrypt support');
H A Dtest-fs-access.js9 common.skip('as this test should not be run as `root`');
12 common.skip('IBMi has a different access permission mechanism');
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_shader.h156 cfg->var_tex.skip = msg->skip; in pan_pack_message_preload()
/third_party/icu/icu4c/source/test/intltest/
H A Dwindttst.cpp127 // Some locales have had their names change over various OS releases; skip them in the test for now. in testLocales()
136 bool skip = (std::find(std::begin(failingLocaleLCIDs), std::end(failingLocaleLCIDs), lcidRecords[i].lcid) != std::end(failingLocaleLCIDs)); in testLocales() local
137 if (skip && log->logKnownIssue("13119", "Windows '@compat=host' fails on down-level versions of the OS")) { in testLocales()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/
H A Dminimal-ws-client.c234 goto skip; in callback_minimal_broker()
252 skip: in callback_minimal_broker()
/third_party/python/Lib/lib2to3/
H A Dpatcomp.py30 skip = {token.NEWLINE, token.INDENT, token.DEDENT}
34 if type not in skip:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBinaryStreamReader.cpp148 Error BinaryStreamReader::skip(uint32_t Amount) { in skip() function in BinaryStreamReader
157 return skip(NewOffset - Offset); in padToAlignment()
/third_party/rust/crates/memchr/src/memmem/
H A Drabinkarp.rs124 for &b in needle.iter().skip(1) {
139 for &b in needle.iter().rev().skip(1) {
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Drequest.c374 goto skip; in check_should_bypass()
379 goto skip; in check_should_bypass()
394 goto skip; in check_should_bypass()
400 goto skip; in check_should_bypass()
405 goto skip; in check_should_bypass()
445 goto skip; in check_should_bypass()
450 goto skip; in check_should_bypass()
456 skip: in check_should_bypass()
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dgarmin_gps.c472 /* skip: if set, skip incoming data until possible start of in gsp_receive()
475 int skip; in gsp_receive() local
482 skip = garmin_data_p->flags & FLAGS_GSP_SKIP; in gsp_receive()
485 /* dev_dbg(dev, "%s - dle=%d skip=%d size=%d count=%d\n", in gsp_receive()
486 __func__, dleSeen, skip, size, count); */ in gsp_receive()
497 if (skip) { /* start of a new pkt */ in gsp_receive()
498 skip = 0; in gsp_receive()
525 skip = 1; in gsp_receive()
531 } else if (!skip) { in gsp_receive()
[all...]
/kernel/linux/linux-5.10/fs/ubifs/
H A Drecovery.c462 int skip, dlen = le32_to_cpu(ch->len); in no_more_nodes() local
465 skip = ALIGN(offs + UBIFS_CH_SZ, c->max_write_size) - offs; in no_more_nodes()
466 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
476 /* Now we know the corrupt node's length we can skip over it */ in no_more_nodes()
477 skip = ALIGN(offs + dlen, c->max_write_size) - offs; in no_more_nodes()
479 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
481 dbg_rcvry("unexpected data at %d:%d", lnum, offs + skip); in no_more_nodes()
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_fdb.c458 unsigned long maxnum, unsigned long skip) in br_fdb_fillbuf()
478 if (skip) { in br_fdb_fillbuf()
479 --skip; in br_fdb_fillbuf()
779 goto skip; in br_fdb_dump()
782 goto skip; in br_fdb_dump()
789 goto skip; in br_fdb_dump()
792 goto skip; in br_fdb_dump()
801 skip: in br_fdb_dump()
457 br_fdb_fillbuf(struct net_bridge *br, void *buf, unsigned long maxnum, unsigned long skip) br_fdb_fillbuf() argument
/kernel/linux/linux-5.10/net/ceph/
H A Dmon_client.c54 p += sizeof(u16); /* skip version */ in ceph_monmap_decode()
637 int *skip) in get_generic_reply()
648 *skip = 1; in get_generic_reply()
652 *skip = 0; in get_generic_reply()
1331 int *skip) in mon_alloc_msg()
1338 *skip = 0; in mon_alloc_msg()
1346 return get_generic_reply(con, hdr, skip); in mon_alloc_msg()
1352 return get_generic_reply(con, hdr, skip); in mon_alloc_msg()
1366 return NULL; /* ENOMEM--return skip == 0 */ in mon_alloc_msg()
1372 *skip in mon_alloc_msg()
635 get_generic_reply(struct ceph_connection *con, struct ceph_msg_header *hdr, int *skip) get_generic_reply() argument
1329 mon_alloc_msg(struct ceph_connection *con, struct ceph_msg_header *hdr, int *skip) mon_alloc_msg() argument
[all...]
/kernel/linux/linux-6.6/fs/ubifs/
H A Drecovery.c462 int skip, dlen = le32_to_cpu(ch->len); in no_more_nodes() local
465 skip = ALIGN(offs + UBIFS_CH_SZ, c->max_write_size) - offs; in no_more_nodes()
466 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
476 /* Now we know the corrupt node's length we can skip over it */ in no_more_nodes()
477 skip = ALIGN(offs + dlen, c->max_write_size) - offs; in no_more_nodes()
479 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
481 dbg_rcvry("unexpected data at %d:%d", lnum, offs + skip); in no_more_nodes()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dgarmin_gps.c473 /* skip: if set, skip incoming data until possible start of in gsp_receive()
476 int skip; in gsp_receive() local
483 skip = garmin_data_p->flags & FLAGS_GSP_SKIP; in gsp_receive()
486 /* dev_dbg(dev, "%s - dle=%d skip=%d size=%d count=%d\n", in gsp_receive()
487 __func__, dleSeen, skip, size, count); */ in gsp_receive()
498 if (skip) { /* start of a new pkt */ in gsp_receive()
499 skip = 0; in gsp_receive()
526 skip = 1; in gsp_receive()
532 } else if (!skip) { in gsp_receive()
[all...]
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Drequest.c374 goto skip; in check_should_bypass()
379 goto skip; in check_should_bypass()
394 goto skip; in check_should_bypass()
400 goto skip; in check_should_bypass()
405 goto skip; in check_should_bypass()
445 goto skip; in check_should_bypass()
450 goto skip; in check_should_bypass()
456 skip: in check_should_bypass()
/third_party/ffmpeg/libavcodec/
H A Dmotion_est.c408 if(c->skip){ in sad_hpel_motion_search()
912 c->skip=0; in ff_estimate_p_frame_motion()
990 && !c->skip && varc>50<<8 && vard>10<<8){ in ff_estimate_p_frame_motion()
998 && !c->skip){ //FIXME varc/d checks in ff_estimate_p_frame_motion()
1007 if(c->avctx->me_sub_cmp != c->avctx->mb_cmp && !c->skip) in ff_estimate_p_frame_motion()
1011 && !c->skip && varc>50<<8 && vard>10<<8){ in ff_estimate_p_frame_motion()
1019 && !c->skip){ //FIXME varc/d checks in ff_estimate_p_frame_motion()
1079 c->skip=0; in ff_pre_estimate_p_frame_motion()
1168 if(c->avctx->me_sub_cmp != c->avctx->mb_cmp && !c->skip) in estimate_motion_b()
1479 if(c->avctx->me_sub_cmp != c->avctx->mb_cmp && !c->skip) in direct_search()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dfault.h66 u64 skip; member
/kernel/linux/linux-5.10/include/linux/
H A Dstacktrace.h64 unsigned int skip; /* input argument: How many entries to skip */ member
H A Drhashtable-types.h118 * @skip: Number of entries to skip in slot
126 unsigned int skip; member
/kernel/linux/linux-6.6/include/linux/
H A Dstacktrace.h85 unsigned int skip; /* input argument: How many entries to skip */ member
H A Drhashtable-types.h118 * @skip: Number of entries to skip in slot
126 unsigned int skip; member

Completed in 35 milliseconds

1...<<21222324252627282930>>...88