/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | UConverterDataReader.java | 588 //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 D | ia64-test-stack-asm.S | 88 (p6) br.cond.sptk.few .skip 93 .skip: cmp.ne p6, p7 = 0, r8
|
/third_party/node/test/parallel/ |
H A D | test-crypto-cipher-decipher.js | 5 common.skip('missing crypto'); 8 common.skip('not supported in FIPS mode');
|
H A D | test-crypto-scrypt.js | 5 common.skip('missing crypto'); 12 common.skip('no scrypt support');
|
H A D | test-fs-access.js | 9 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 D | pan_shader.h | 156 cfg->var_tex.skip = msg->skip; in pan_pack_message_preload()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | windttst.cpp | 127 // 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 D | minimal-ws-client.c | 234 goto skip; in callback_minimal_broker() 252 skip: in callback_minimal_broker()
|
/third_party/python/Lib/lib2to3/ |
H A D | patcomp.py | 30 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 D | BinaryStreamReader.cpp | 148 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 D | rabinkarp.rs | 124 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 D | request.c | 374 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 D | garmin_gps.c | 472 /* 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 D | recovery.c | 462 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 D | br_fdb.c | 458 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 D | mon_client.c | 54 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 D | recovery.c | 462 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 D | garmin_gps.c | 473 /* 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 D | request.c | 374 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 D | motion_est.c | 408 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 D | fault.h | 66 u64 skip; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | stacktrace.h | 64 unsigned int skip; /* input argument: How many entries to skip */ member
|
H A D | rhashtable-types.h | 118 * @skip: Number of entries to skip in slot 126 unsigned int skip; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | stacktrace.h | 85 unsigned int skip; /* input argument: How many entries to skip */ member
|
H A D | rhashtable-types.h | 118 * @skip: Number of entries to skip in slot 126 unsigned int skip; member
|