/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | edit.c | 871 int skip = search_skip; in search_find() local 878 if (skip == 0) in search_find() 880 skip--; in search_find()
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | messenger.c | 787 int skip = 0; in con_out_kvec_skip() local 790 skip = con->out_kvec[off + con->out_kvec_left - 1].iov_len; in con_out_kvec_skip() 791 BUG_ON(con->out_kvec_bytes < skip); in con_out_kvec_skip() 793 con->out_kvec_bytes -= skip; in con_out_kvec_skip() 797 return skip; in con_out_kvec_skip() 2354 static int ceph_con_in_msg_alloc(struct ceph_connection *con, int *skip); 2414 int skip = 0; in read_partial_message() local 2418 ret = ceph_con_in_msg_alloc(con, &skip); in read_partial_message() 2422 BUG_ON(!con->in_msg ^ skip); in read_partial_message() 2423 if (skip) { in read_partial_message() 3427 ceph_con_in_msg_alloc(struct ceph_connection *con, int *skip) ceph_con_in_msg_alloc() argument [all...] |
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | M7memcpy.S | 233 ble,pn %xcc, .Lmedl63 ! skip big loop if less than 64 bytes 258 ble,pt %xcc, .Lmedl31 ! to skip if 31 or fewer bytes left 273 ble,pt %xcc, .Lmedl15 ! skip if 15 or fewer bytes left 286 blt,pt %xcc, .Lmedw7 ! skip if 7 or fewer bytes left 302 bnz,pt %xcc, .Lunalignsetup ! branch to skip if not word aligned 319 ble,pt %xcc, .Lmedw31 ! skip big loop if less than 16 369 blt,pn %xcc, .Lmedw7 ! skip if 7 or fewer bytes left 381 blt,pn %xcc, .Lsmallleft3 ! skip if 3 or fewer bytes left
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | M7memcpy.S | 233 ble,pn %xcc, .Lmedl63 ! skip big loop if less than 64 bytes 258 ble,pt %xcc, .Lmedl31 ! to skip if 31 or fewer bytes left 273 ble,pt %xcc, .Lmedl15 ! skip if 15 or fewer bytes left 286 blt,pt %xcc, .Lmedw7 ! skip if 7 or fewer bytes left 302 bnz,pt %xcc, .Lunalignsetup ! branch to skip if not word aligned 319 ble,pt %xcc, .Lmedw31 ! skip big loop if less than 16 369 blt,pn %xcc, .Lmedw7 ! skip if 7 or fewer bytes left 381 blt,pn %xcc, .Lsmallleft3 ! skip if 3 or fewer bytes left
|
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | nls.c | 659 unsigned char skip = false; in exfat_load_upcase_table() local 683 if (skip) { in exfat_load_upcase_table() 685 skip = false; in exfat_load_upcase_table() 689 skip = true; in exfat_load_upcase_table() 714 unsigned char skip = false; in exfat_load_default_upcase_table() local 726 if (skip) { in exfat_load_default_upcase_table() 728 skip = false; in exfat_load_default_upcase_table() 732 skip = true; in exfat_load_default_upcase_table()
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | nls.c | 659 unsigned char skip = false; in exfat_load_upcase_table() local 683 if (skip) { in exfat_load_upcase_table() 685 skip = false; in exfat_load_upcase_table() 689 skip = true; in exfat_load_upcase_table() 714 unsigned char skip = false; in exfat_load_default_upcase_table() local 726 if (skip) { in exfat_load_default_upcase_table() 728 skip = false; in exfat_load_default_upcase_table() 732 skip = true; in exfat_load_default_upcase_table()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | mon_client.c | 53 ceph_decode_skip_string(p, end, e_inval); /* skip mon name */ in decode_mon_info() 96 *p += sizeof(struct ceph_timespec); /* skip last_changed */ in ceph_monmap_decode() 97 *p += sizeof(struct ceph_timespec); /* skip created */ in ceph_monmap_decode() 104 *p += feat_struct_len; /* skip persistent_features */ in ceph_monmap_decode() 111 *p += feat_struct_len; /* skip optional_features */ in ceph_monmap_decode() 133 ceph_decode_skip_string(p, end, e_inval); /* skip mon name */ in ceph_monmap_decode() 708 int *skip) in get_generic_reply() 719 *skip = 1; in get_generic_reply() 723 *skip = 0; in get_generic_reply() 1486 int *skip) in mon_alloc_msg() 706 get_generic_reply(struct ceph_connection *con, struct ceph_msg_header *hdr, int *skip) get_generic_reply() argument 1484 mon_alloc_msg(struct ceph_connection *con, struct ceph_msg_header *hdr, int *skip) mon_alloc_msg() argument [all...] |
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_fdb.c | 791 unsigned long maxnum, unsigned long skip) in br_fdb_fillbuf() 811 if (skip) { in br_fdb_fillbuf() 812 --skip; in br_fdb_fillbuf() 940 goto skip; in br_fdb_dump() 943 goto skip; in br_fdb_dump() 950 goto skip; in br_fdb_dump() 953 goto skip; in br_fdb_dump() 962 skip: in br_fdb_dump() 790 br_fdb_fillbuf(struct net_bridge *br, void *buf, unsigned long maxnum, unsigned long skip) br_fdb_fillbuf() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | flvdec.c | 591 return -1; // if we couldn't skip, bomb out. in amf_parse_object() 604 avio_skip(ioc, 4); // skip 32-bit max array index in amf_parse_object() 608 // parse to not skip over the object in amf_parse_object() 627 return -1; // if we couldn't skip, bomb out. in amf_parse_object() 635 default: // unsupported type, we couldn't skip in amf_parse_object() 966 goto skip; in flv_data_packet() 975 goto skip; in flv_data_packet() 980 goto skip; in flv_data_packet() 986 goto skip; in flv_data_packet() 1009 skip in flv_data_packet() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/ |
H A D | jpeg-core.c | 763 static void skip(struct s5p_jpeg_buffer *buf, long len); 873 skip(&jpeg_buffer, 5); /* P, Y, X */ in exynos4_jpeg_parse_decode_q_tbl() 884 skip(&jpeg_buffer, 1); in exynos4_jpeg_parse_decode_q_tbl() 1064 static void skip(struct s5p_jpeg_buffer *buf, long len) in skip() function 1165 skip(&jpeg_buffer, 1); in s5p_jpeg_parse_hdr() 1167 skip(&jpeg_buffer, 1); in s5p_jpeg_parse_hdr() 1171 skip(&jpeg_buffer, components * 2); in s5p_jpeg_parse_hdr() 1185 skip(&jpeg_buffer, length); in s5p_jpeg_parse_hdr() 1198 skip(&jpeg_buffer, length); in s5p_jpeg_parse_hdr() 1205 /* skip payloa in s5p_jpeg_parse_hdr() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-jpeg/ |
H A D | jpeg-core.c | 763 static void skip(struct s5p_jpeg_buffer *buf, long len); 873 skip(&jpeg_buffer, 5); /* P, Y, X */ in exynos4_jpeg_parse_decode_q_tbl() 884 skip(&jpeg_buffer, 1); in exynos4_jpeg_parse_decode_q_tbl() 1064 static void skip(struct s5p_jpeg_buffer *buf, long len) in skip() function 1165 skip(&jpeg_buffer, 1); in s5p_jpeg_parse_hdr() 1167 skip(&jpeg_buffer, 1); in s5p_jpeg_parse_hdr() 1171 skip(&jpeg_buffer, components * 2); in s5p_jpeg_parse_hdr() 1185 skip(&jpeg_buffer, length); in s5p_jpeg_parse_hdr() 1198 skip(&jpeg_buffer, length); in s5p_jpeg_parse_hdr() 1205 /* skip payloa in s5p_jpeg_parse_hdr() [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | head_64.S | 144 .skip 64 146 .skip 64 906 * The following skip makes sure the trap table in ttable.S is aligned 913 .skip 0x4000 + _start - 1b 919 .skip (32 * 1024) 923 .skip (64 * 1024)
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
H A D | tc_flower.sh | 715 local skip=0 721 if (( $skip == 0 )) && (($count == 0)); then 722 ((skip=$RANDOM % $MAXSKIP + 1)) 725 if (( $skip != 0 )); then 726 ((skip-=1))
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | head_64.S | 144 .skip 64 146 .skip 64 906 * The following skip makes sure the trap table in ttable.S is aligned 913 .skip 0x4000 + _start - 1b 919 .skip (32 * 1024) 923 .skip (64 * 1024)
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | lbr.c | 788 int skip = 0; in intel_pmu_lbr_read_64() local 793 skip = 1; in intel_pmu_lbr_read_64() 798 skip = 3; in intel_pmu_lbr_read_64() 800 from = (u64)((((s64)from) << skip) >> skip); in intel_pmu_lbr_read_64()
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
H A D | tc_flower.sh | 715 local skip=0 721 if (( $skip == 0 )) && (($count == 0)); then 722 ((skip=$RANDOM % $MAXSKIP + 1)) 725 if (( $skip != 0 )); then 726 ((skip-=1))
|
/third_party/jinja2/ |
H A D | parser.py | 338 self.stream.skip() 350 self.stream.skip(2) 374 self.stream.skip() 577 self.stream.skip(2) 900 self.stream.skip(2)
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | parser.py | 287 self.stream.skip() 299 self.stream.skip(2) 323 self.stream.skip() 502 self.stream.skip(2) 813 self.stream.skip(2)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | parser.py | 281 self.stream.skip() 292 self.stream.skip(2) 314 self.stream.skip() 485 self.stream.skip(2) 784 self.stream.skip(2)
|
/third_party/mesa3d/src/util/ |
H A D | register_allocate.c | 756 BITSET_WORD skip = g->tmp.in_stack[i] | g->tmp.reg_assigned[i]; in ra_simplify() local 757 if (skip == mask) in ra_simplify() 760 BITSET_WORD pq = g->tmp.pq_test[i] & ~skip; in ra_simplify() 776 pq = g->tmp.pq_test[i] & ~skip; in ra_simplify() 787 if (skip & BITSET_BIT(j)) in ra_simplify()
|
/third_party/skia/src/core/ |
H A D | SkBlitter.cpp | 514 ((uint8_t*)aa)[index] = 0; // skip runs after right 525 int skip = runs[0]; 526 SkASSERT(skip >= -x); 527 aa += skip; 528 runs += skip; 529 x += skip;
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | parser.py | 287 self.stream.skip() 299 self.stream.skip(2) 323 self.stream.skip() 502 self.stream.skip(2) 813 self.stream.skip(2)
|
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 140 unsigned int skip) in sg_nents_xlen() 146 while (sg && skip) { in sg_nents_xlen() 147 if (sg_dma_len(sg) <= skip) { in sg_nents_xlen() 148 skip -= sg_dma_len(sg); in sg_nents_xlen() 152 skip_len = skip; in sg_nents_xlen() 153 skip = 0; in sg_nents_xlen() 429 unsigned int skip) in dsgl_walk_add_sg() 438 while (sg && skip) { in dsgl_walk_add_sg() 439 if (sg_dma_len(sg) <= skip) { in dsgl_walk_add_sg() 440 skip in dsgl_walk_add_sg() 138 sg_nents_xlen(struct scatterlist *sg, unsigned int reqlen, unsigned int entlen, unsigned int skip) sg_nents_xlen() argument 426 dsgl_walk_add_sg(struct dsgl_walk *walk, struct scatterlist *sg, unsigned int slen, unsigned int skip) dsgl_walk_add_sg() argument 511 ulptx_walk_add_sg(struct ulptx_walk *walk, struct scatterlist *sg, unsigned int len, unsigned int skip) ulptx_walk_add_sg() argument [all...] |
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 136 unsigned int skip) in sg_nents_xlen() 142 while (sg && skip) { in sg_nents_xlen() 143 if (sg_dma_len(sg) <= skip) { in sg_nents_xlen() 144 skip -= sg_dma_len(sg); in sg_nents_xlen() 148 skip_len = skip; in sg_nents_xlen() 149 skip = 0; in sg_nents_xlen() 425 unsigned int skip) in dsgl_walk_add_sg() 434 while (sg && skip) { in dsgl_walk_add_sg() 435 if (sg_dma_len(sg) <= skip) { in dsgl_walk_add_sg() 436 skip in dsgl_walk_add_sg() 134 sg_nents_xlen(struct scatterlist *sg, unsigned int reqlen, unsigned int entlen, unsigned int skip) sg_nents_xlen() argument 422 dsgl_walk_add_sg(struct dsgl_walk *walk, struct scatterlist *sg, unsigned int slen, unsigned int skip) dsgl_walk_add_sg() argument 507 ulptx_walk_add_sg(struct ulptx_walk *walk, struct scatterlist *sg, unsigned int len, unsigned int skip) ulptx_walk_add_sg() argument [all...] |
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.cc | 139 Label skip; in Jump() local 141 if (cond != al) b(NegateCondition(cond), &skip, cr); in Jump() local 147 bind(&skip); in Jump() 167 Label skip; in Jump() local 171 if (cond != al) b(NegateCondition(cond), &skip, cr); in Jump() local 173 bind(&skip); in Jump() 177 Label skip; in Jump() local 182 if (cond != al) b(NegateCondition(cond), &skip, cr); in Jump() local 184 bind(&skip); in Jump() 253 Label skip; in Call() local 256 if (cond != al) b(NegateCondition(cond), &skip); Call() local 276 Label skip; CallBuiltin() local 277 if (cond != al) b(NegateCondition(cond), &skip); CallBuiltin() local 1476 Label copy, skip; CallRecordWriteStub() local [all...] |