Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 1680) sorted by relevance

12345678910>>...68

/OK3568_Linux_fs/kernel/lib/
H A Ddecompress_unlzo.c41 STATIC inline long INIT parse_header(u8 *input, long *skip, long in_len) in parse_header() argument
94 *skip = parse - input; in parse_header()
105 long skip = 0; in unlzo() local
155 if (!parse_header(in_buf, &skip, in_len)) { in unlzo()
159 in_buf += skip; in unlzo()
160 in_len -= skip; in unlzo()
169 *posp = skip; in unlzo()
174 skip = fill(in_buf + in_len, 4 - in_len); in unlzo()
175 if (skip > 0) in unlzo()
176 in_len += skip; in unlzo()
[all …]
H A Dsg_split.c21 off_t skip, const size_t *sizes, in sg_calculate_split() argument
37 if (skip > sglen) { in sg_calculate_split()
38 skip -= sglen; in sg_calculate_split()
42 len = min_t(size_t, size, sglen - skip); in sg_calculate_split()
45 curr->skip_sg0 = skip; in sg_calculate_split()
51 while (!size && (skip + len < sglen) && (--nb_splits > 0)) { in sg_calculate_split()
54 skip += len; in sg_calculate_split()
55 len = min_t(size_t, size, sglen - skip); in sg_calculate_split()
58 curr->skip_sg0 = skip; in sg_calculate_split()
63 skip = 0; in sg_calculate_split()
[all …]
H A Diov_iter.c18 #define iterate_iovec(i, n, __v, __p, skip, STEP) { \ argument
22 __v.iov_len = min(n, __p->iov_len - skip); \
24 __v.iov_base = __p->iov_base + skip; \
27 skip += __v.iov_len; \
40 skip = __v.iov_len; \
46 #define iterate_kvec(i, n, __v, __p, skip, STEP) { \ argument
49 __v.iov_len = min(n, __p->iov_len - skip); \
51 __v.iov_base = __p->iov_base + skip; \
53 skip += __v.iov_len; \
63 skip = __v.iov_len; \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtarget-globals.h47 class target_flag_state *GTY((skip)) flag_state; in class()
48 struct target_regs *GTY((skip)) regs; in class()
50 struct target_recog *GTY((skip)) recog; in class()
51 struct target_hard_regs *GTY((skip)) hard_regs; in class()
52 struct target_function_abi_info *GTY((skip)) function_abi_info; in class()
53 struct target_reload *GTY((skip)) reload; in class()
54 struct target_expmed *GTY((skip)) expmed; in class()
55 struct target_optabs *GTY((skip)) optabs; in class()
57 struct target_cfgloop *GTY((skip)) cfgloop; in class()
58 struct target_ira *GTY((skip)) ira; in class()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtarget-globals.h47 class target_flag_state *GTY((skip)) flag_state; in class()
48 struct target_regs *GTY((skip)) regs; in class()
50 struct target_recog *GTY((skip)) recog; in class()
51 struct target_hard_regs *GTY((skip)) hard_regs; in class()
52 struct target_function_abi_info *GTY((skip)) function_abi_info; in class()
53 struct target_reload *GTY((skip)) reload; in class()
54 struct target_expmed *GTY((skip)) expmed; in class()
55 struct target_optabs *GTY((skip)) optabs; in class()
57 struct target_cfgloop *GTY((skip)) cfgloop; in class()
58 struct target_ira *GTY((skip)) ira; in class()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/savage/
H A Dsavage_state.c291 unsigned int skip = cmd_header->prim.skip; in savage_dispatch_dma_prim() local
332 if (skip != 0) { in savage_dispatch_dma_prim()
333 DRM_ERROR("invalid skip flags 0x%04x for DMA\n", skip); in savage_dispatch_dma_prim()
337 unsigned int size = 10 - (skip & 1) - (skip >> 1 & 1) - in savage_dispatch_dma_prim()
338 (skip >> 2 & 1) - (skip >> 3 & 1) - (skip >> 4 & 1) - in savage_dispatch_dma_prim()
339 (skip >> 5 & 1) - (skip >> 6 & 1) - (skip >> 7 & 1); in savage_dispatch_dma_prim()
340 if (skip > SAVAGE_SKIP_ALL_S4 || size != 8) { in savage_dispatch_dma_prim()
341 DRM_ERROR("invalid skip flags 0x%04x for DMA\n", skip); in savage_dispatch_dma_prim()
409 BCI_DRAW_INDICES_S4(count, prim, skip); in savage_dispatch_dma_prim()
433 unsigned int skip = cmd_header->prim.skip; in savage_dispatch_vb_prim() local
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A Dbtcx-risc.c178 unsigned int clip,skip; in btcx_calc_skips() local
181 skip=0; in btcx_calc_skips()
203 if (0 == skip || clips[clip].c.left > skips[skip-1].end) { in btcx_calc_skips()
205 skips[skip].start = clips[clip].c.left; in btcx_calc_skips()
206 if (skips[skip].start < 0) in btcx_calc_skips()
207 skips[skip].start = 0; in btcx_calc_skips()
208 skips[skip].end = clips[clip].c.left + clips[clip].c.width; in btcx_calc_skips()
209 if (skips[skip].end > width) in btcx_calc_skips()
210 skips[skip].end = width; in btcx_calc_skips()
211 skip++; in btcx_calc_skips()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/
H A Dtag.c30 unsigned int skip, in sh_css_create_tag_descr() argument
38 tag_descr->skip = skip; in sh_css_create_tag_descr()
53 unsigned int skip; in sh_css_encode_tag_descr() local
68 skip = tag->skip; in sh_css_encode_tag_descr()
80 assert((num_captures == 0) && (skip == 0) && (offset == 0)); in sh_css_encode_tag_descr()
88 | ((skip & 0x000000FF) << TAG_OFFSET_SHIFT) in sh_css_encode_tag_descr()
/OK3568_Linux_fs/kernel/drivers/crypto/bcm/
H A Dutil.h55 void __dump_sg(struct scatterlist *sg, unsigned int skip, unsigned int len);
57 #define dump_sg(sg, skip, len) __dump_sg(sg, skip, len) argument
66 #define dump_sg(sg, skip, len) do {} while (0) argument
70 int spu_sg_at_offset(struct scatterlist *sg, unsigned int skip,
75 unsigned int len, unsigned int skip);
78 unsigned int len, unsigned int skip);
80 int spu_sg_count(struct scatterlist *sg_list, unsigned int skip, int nbytes);
82 struct scatterlist **from_sg, u32 *skip,
H A Dutil.c27 int spu_sg_at_offset(struct scatterlist *sg, unsigned int skip, in spu_sg_at_offset() argument
36 while (next_index <= skip) { in spu_sg_at_offset()
44 *sge_offset = skip - index; in spu_sg_at_offset()
51 unsigned int len, unsigned int skip) in sg_copy_part_to_buf() argument
56 copied = sg_pcopy_to_buffer(src, nents, dest, len, skip); in sg_copy_part_to_buf()
60 flow_log("sg with %u entries and skip %u\n", nents, skip); in sg_copy_part_to_buf()
70 unsigned int len, unsigned int skip) in sg_copy_part_from_buf() argument
75 copied = sg_pcopy_from_buffer(dest, nents, src, len, skip); in sg_copy_part_from_buf()
79 flow_log("sg with %u entries and skip %u\n", nents, skip); in sg_copy_part_from_buf()
93 int spu_sg_count(struct scatterlist *sg_list, unsigned int skip, int nbytes) in spu_sg_count() argument
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Ddecompress.c44 static unsigned long skip; variable
67 if (end <= skip) { in flush()
73 if (decompressed_bytes < skip && end > skip) { in flush()
74 offset = skip - decompressed_bytes; in flush()
81 out = &output_buffer[decompressed_bytes - skip]; in flush()
131 skip = _skip; in partial_decompress()
143 return decompressed_bytes - skip; in partial_decompress()
/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dmm.h224 TP_PROTO(struct swap_info_struct *sis, struct page *page, bool *skip),
225 TP_ARGS(sis, page, skip));
231 bool free_slots, bool *skip),
232 TP_ARGS(cache, type, free_slots, skip), 1);
235 bool free_slots, bool *skip),
236 TP_ARGS(cache, type, free_slots, skip));
238 TP_PROTO(struct swap_slots_cache *cache, int *ret, bool *skip),
239 TP_ARGS(cache, ret, skip), 1);
241 TP_PROTO(struct swap_slots_cache *cache, int *ret, bool *skip),
242 TP_ARGS(cache, ret, skip));
[all …]
H A Dvmscan.h44 TP_PROTO(struct mem_cgroup *memcg, bool *skip),
45 TP_ARGS(memcg, skip));
48 enum lru_list inactive_lru, bool *skip),
49 TP_ARGS(gb, inactive_ratio, inactive_lru, skip));
54 TP_PROTO(struct page *page, int *skip),
55 TP_ARGS(page, skip));
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/harfbuzz/harfbuzz/
H A DCVE-2023-25193-pre1.patch29 + matcher_t::may_skip_t skip = matcher.may_skip (c, info);
30 + if (unlikely (skip == matcher_t::SKIP_YES))
36 + skip == matcher_t::SKIP_NO))
39 + if (skip == matcher_t::SKIP_NO)
53 - matcher_t::may_skip_t skip = matcher.may_skip (c, info);
54 - if (unlikely (skip == matcher_t::SKIP_YES))
60 - skip == matcher_t::SKIP_NO))
67 - if (skip == matcher_t::SKIP_NO)
96 - matcher_t::may_skip_t skip = matcher.may_skip (c, info);
97 - if (unlikely (skip == matcher_t::SKIP_YES))
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/
H A Dtdc_batch.py57 skip = "skip_hw" variable
59 skip = "skip_sw" variable
73 def format_add_filter(device, prio, handle, skip, src_mac, dst_mac, argument
77 device, prio, handle, skip, src_mac, dst_mac, share_action))
80 def format_rep_filter(device, prio, handle, skip, src_mac, dst_mac, argument
84 device, prio, handle, skip, src_mac, dst_mac, share_action))
87 def format_del_filter(device, prio, handle, skip, src_mac, dst_mac, argument
106 cmd = formatter(device, prio, handle_start + index, skip, src_mac,
/OK3568_Linux_fs/kernel/mm/
H A Dswap_slots.c128 bool skip = false; in alloc_swap_slot_cache() local
137 &ret, &skip); in alloc_swap_slot_cache()
139 &ret, &skip); in alloc_swap_slot_cache()
140 if (skip) in alloc_swap_slot_cache()
192 bool skip = false; in drain_slots_cache_cpu() local
196 free_slots, &skip); in drain_slots_cache_cpu()
198 free_slots, &skip); in drain_slots_cache_cpu()
199 if (skip) in drain_slots_cache_cpu()
302 bool skip = false; in free_swap_slot() local
305 trace_android_rvh_free_swap_slot(entry, cache, &skip); in free_swap_slot()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dstacktrace.c92 unsigned int skip; member
104 if (data->skip) { in save_trace()
105 data->skip--; in save_trace()
134 data.skip = trace->skip; in __save_stack_trace()
153 data.skip += 2; in __save_stack_trace()
169 data.skip = trace->skip; in save_stack_trace_regs()
/OK3568_Linux_fs/kernel/kernel/
H A Dstacktrace.c77 unsigned int skip; member
88 if (c->skip > 0) { in stack_trace_consume_entry()
89 c->skip--; in stack_trace_consume_entry()
118 .skip = skipnr + 1, in stack_trace_save()
143 .skip = skipnr + (current == tsk), in stack_trace_save_tsk()
171 .skip = skipnr, in stack_trace_save_regs()
277 .skip = skipnr + 1, in stack_trace_save()
302 .skip = skipnr + (current == task), in stack_trace_save_tsk()
324 .skip = skipnr, in stack_trace_save_regs()
/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_net.py88 pytest.skip('No DHCP server available')
107 pytest.skip('No static network configuration is defined')
125 pytest.skip('Network not initialized')
142 pytest.skip('Network not initialized')
146 pytest.skip('No TFTP readable file to read')
182 pytest.skip('Network not initialized')
186 pytest.skip('No NFS readable file to read')
H A Dtest_gpt.py22 pytest.skip('gpt command not supported')
33 pytest.skip('gpt command not supported')
44 pytest.skip('gpt rename command not supported')
58 pytest.skip('gpt rename command not supported')
60 pytest.skip('gpt swap test needs CMD_PART')
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dtime-utils-test.c66 u64 skip[TEST_MAX]; member
116 if (d->skip[i] && in test__perf_time__parse_for_ranges()
117 !perf_time__ranges_skip_sample(ptime, d->num, d->skip[i])) { in test__perf_time__parse_for_ranges()
118 pr_debug("failed to skip %" PRIu64 "\n", d->skip[i]); in test__perf_time__parse_for_ranges()
164 .skip = { b - 1, b + 2, }, in test__time_utils()
181 .skip = { b - 1, b + 2, c - 1, c + 124, e - 1, e + 6 }, in test__time_utils()
196 .skip = { b - 1, b + 10, }, in test__time_utils()
211 .skip = { b + 9, b + 20, }, in test__time_utils()
226 .skip = { b - 1, b + 20, }, in test__time_utils()
241 .skip = { b - 1, b + 10, b + 19, b + 30, b + 89, b + 101 }, in test__time_utils()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dstacktrace.c203 unsigned skip; member
211 if (trace_data->skip) { in stack_trace_cb()
212 --trace_data->skip; in stack_trace_cb()
226 .skip = trace->skip, in save_stack_trace_tsk()
244 unsigned skip; member
251 if (r->skip) { in return_address_cb()
252 --r->skip; in return_address_cb()
268 .skip = level, in return_address()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/
H A D0002-kpatch-build-allow-overriding-of-distro-name.patch30 echo " --skip-cleanup Skip post-build cleanup" >&2
31 echo " --skip-gcc-check Skip gcc version matching check" >&2
35 …inux:,jobs:,target:,name:,output:,oot-module:,debug,cross-compile:,skip-gcc-check,skip-cleanup" --…
36 …bs:,target:,name:,output:,oot-module:,debug,cross-compile:,distro:,skip-gcc-check,skip-cleanup" --…
48 --skip-cleanup)
/OK3568_Linux_fs/external/xserver/Xi/
H A Dlistdev.c339 Bool *skip; in ProcXListInputDevices() local
353 skip = calloc(sizeof(Bool), inputInfo.numDevices); in ProcXListInputDevices()
354 if (!skip) in ProcXListInputDevices()
360 skip[i] = ShouldSkipDevice(client, d); in ProcXListInputDevices()
361 if (skip[i]) in ProcXListInputDevices()
369 skip[i] = ShouldSkipDevice(client, d); in ProcXListInputDevices()
370 if (skip[i]) in ProcXListInputDevices()
388 if (skip[i]) in ProcXListInputDevices()
395 if (skip[i]) in ProcXListInputDevices()
405 free(skip); in ProcXListInputDevices()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dstacktrace.c17 int skip = trace->skip; in ia64_do_save_stack() local
24 if (skip == 0) { in ia64_do_save_stack()
29 skip--; in ia64_do_save_stack()

12345678910>>...68