Home
last modified time | relevance | path

Searched refs:skip (Results 1126 - 1150 of 2119) sorted by relevance

1...<<41424344454647484950>>...85

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dedit.c871 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 Dmessenger.c787 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 DM7memcpy.S233 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 DM7memcpy.S233 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 Dnls.c659 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 Dnls.c659 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 Dmon_client.c53 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 Dbr_fdb.c791 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 Dflvdec.c591 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 Djpeg-core.c763 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 Djpeg-core.c763 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 Dhead_64.S144 .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 Dtc_flower.sh715 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 Dhead_64.S144 .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 Dlbr.c788 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 Dtc_flower.sh715 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 Dparser.py338 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 Dparser.py287 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 Dparser.py281 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 Dregister_allocate.c756 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 DSkBlitter.cpp514 ((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 Dparser.py287 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 Dchcr_algo.c140 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 Dchcr_algo.c136 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 Dmacro-assembler-ppc.cc139 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...]

Completed in 42 milliseconds

1...<<41424344454647484950>>...85