| /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 D | cfgloop.h | 95 typedef class loop *loop_p; 117 class GTY ((chain_next ("%h.next"))) loop { 145 class loop *inner; 148 class loop *next; 284 loop_constraint_set (class loop *loop, unsigned c) in loop_constraint_set() argument 286 loop->constraints |= c; in loop_constraint_set() 291 loop_constraint_clear (class loop *loop, unsigned c) in loop_constraint_clear() argument 293 loop->constraints &= ~c; in loop_constraint_clear() 298 loop_constraint_set_p (class loop *loop, unsigned c) in loop_constraint_set_p() argument 300 return (loop->constraints & c) == c; in loop_constraint_set_p() [all …]
|
| H A D | cfgloopmanip.h | 38 extern void place_new_loop (struct function *, class loop *); 39 extern void add_loop (class loop *, class loop *); 40 extern void scale_loop_frequencies (class loop *, profile_probability); 41 extern void scale_loop_profile (class loop *, profile_probability, gcov_type); 43 extern class loop *create_empty_loop_on_edge (edge, tree, tree, tree, tree, 44 tree *, tree *, class loop *); 45 extern class loop *loopify (edge, edge, 48 extern void unloop (class loop *, bool *, bitmap); 49 extern void copy_loop_info (class loop *loop, class loop *target); 50 extern class loop * duplicate_loop (class loop *, class loop *, [all …]
|
| H A D | tree-ssa-loop-niter.h | 24 extern tree simplify_using_initial_conditions (class loop *, tree); 25 extern bool loop_only_exit_p (const class loop *, basic_block *body, 27 extern bool number_of_iterations_exit (class loop *, edge, 31 extern bool number_of_iterations_exit_assumptions (class loop *, edge, 35 extern tree find_loop_niter (class loop *, edge *); 36 extern bool finite_loop_p (class loop *); 37 extern tree loop_niter_by_eval (class loop *, edge); 38 extern tree find_loop_niter_by_eval (class loop *, edge *); 39 extern bool estimated_loop_iterations (class loop *, widest_int *); 40 extern HOST_WIDE_INT estimated_loop_iterations_int (class loop *); [all …]
|
| H A D | tree-scalar-evolution.h | 24 extern tree number_of_latch_executions (class loop *); 25 extern gcond *get_loop_exit_condition (const class loop *); 32 extern tree analyze_scalar_evolution (class loop *, tree); 33 extern tree instantiate_scev (edge, class loop *, tree); 34 extern tree resolve_mixers (class loop *, tree, bool *); 36 extern bool final_value_replacement_loop (class loop *); 39 extern bool simple_iv_with_niters (class loop *, class loop *, tree, 41 extern bool simple_iv (class loop *, class loop *, tree, struct affine_iv *, 43 extern bool iv_can_overflow_p (class loop *, tree, tree, tree); 44 extern tree compute_overall_effect_of_inner_loop (class loop *, tree); [all …]
|
| H A D | tree-ssa-loop-manip.h | 23 typedef void (*transform_callback)(class loop *, void *); 25 extern void create_iv (tree, tree, tree, class loop *, gimple_stmt_iterator *, 28 class loop *); 30 extern void rewrite_virtuals_into_loop_closed_ssa (class loop *); 31 extern void verify_loop_closed_ssa (bool, class loop * = NULL); 34 checking_verify_loop_closed_ssa (bool verify_ssa_p, class loop *loop = NULL) 37 verify_loop_closed_ssa (verify_ssa_p, loop); 41 extern basic_block ip_end_pos (class loop *); 42 extern basic_block ip_normal_pos (class loop *); 43 extern void standard_iv_increment_position (class loop *, [all …]
|
| H A D | sese.h | 104 extern class loop *outermost_loop_in_sese (sese_l &, basic_block); 159 loop_in_sese_p (class loop *loop, const sese_l ®ion) in loop_in_sese_p() argument 161 return (bb_in_sese_p (loop->header, region) in loop_in_sese_p() 162 && bb_in_sese_p (loop->latch, region)); in loop_in_sese_p() 189 sese_loop_depth (const sese_l ®ion, loop_p loop) in sese_loop_depth() argument 193 while (loop_in_sese_p (loop, region)) in sese_loop_depth() 196 loop = loop_outer (loop); in sese_loop_depth() 275 static inline class loop * 287 loop_p loop = gbb_loop (gbb); in gbb_loop_at_index() local 288 int depth = sese_loop_depth (region, loop); in gbb_loop_at_index() [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 D | cfgloop.h | 95 typedef class loop *loop_p; 117 class GTY ((chain_next ("%h.next"))) loop { 145 class loop *inner; 148 class loop *next; 284 loop_constraint_set (class loop *loop, unsigned c) in loop_constraint_set() argument 286 loop->constraints |= c; in loop_constraint_set() 291 loop_constraint_clear (class loop *loop, unsigned c) in loop_constraint_clear() argument 293 loop->constraints &= ~c; in loop_constraint_clear() 298 loop_constraint_set_p (class loop *loop, unsigned c) in loop_constraint_set_p() argument 300 return (loop->constraints & c) == c; in loop_constraint_set_p() [all …]
|
| H A D | cfgloopmanip.h | 38 extern void place_new_loop (struct function *, class loop *); 39 extern void add_loop (class loop *, class loop *); 40 extern void scale_loop_frequencies (class loop *, profile_probability); 41 extern void scale_loop_profile (class loop *, profile_probability, gcov_type); 43 extern class loop *create_empty_loop_on_edge (edge, tree, tree, tree, tree, 44 tree *, tree *, class loop *); 45 extern class loop *loopify (edge, edge, 48 extern void unloop (class loop *, bool *, bitmap); 49 extern void copy_loop_info (class loop *loop, class loop *target); 50 extern class loop * duplicate_loop (class loop *, class loop *, [all …]
|
| H A D | tree-ssa-loop-niter.h | 24 extern tree simplify_using_initial_conditions (class loop *, tree); 25 extern bool loop_only_exit_p (const class loop *, basic_block *body, 27 extern bool number_of_iterations_exit (class loop *, edge, 31 extern bool number_of_iterations_exit_assumptions (class loop *, edge, 35 extern tree find_loop_niter (class loop *, edge *); 36 extern bool finite_loop_p (class loop *); 37 extern tree loop_niter_by_eval (class loop *, edge); 38 extern tree find_loop_niter_by_eval (class loop *, edge *); 39 extern bool estimated_loop_iterations (class loop *, widest_int *); 40 extern HOST_WIDE_INT estimated_loop_iterations_int (class loop *); [all …]
|
| H A D | tree-scalar-evolution.h | 24 extern tree number_of_latch_executions (class loop *); 25 extern gcond *get_loop_exit_condition (const class loop *); 32 extern tree analyze_scalar_evolution (class loop *, tree); 33 extern tree instantiate_scev (edge, class loop *, tree); 34 extern tree resolve_mixers (class loop *, tree, bool *); 36 extern bool final_value_replacement_loop (class loop *); 39 extern bool simple_iv_with_niters (class loop *, class loop *, tree, 41 extern bool simple_iv (class loop *, class loop *, tree, struct affine_iv *, 43 extern bool iv_can_overflow_p (class loop *, tree, tree, tree); 44 extern tree compute_overall_effect_of_inner_loop (class loop *, tree); [all …]
|
| H A D | tree-ssa-loop-manip.h | 23 typedef void (*transform_callback)(class loop *, void *); 25 extern void create_iv (tree, tree, tree, class loop *, gimple_stmt_iterator *, 28 class loop *); 30 extern void rewrite_virtuals_into_loop_closed_ssa (class loop *); 31 extern void verify_loop_closed_ssa (bool, class loop * = NULL); 34 checking_verify_loop_closed_ssa (bool verify_ssa_p, class loop *loop = NULL) 37 verify_loop_closed_ssa (verify_ssa_p, loop); 41 extern basic_block ip_end_pos (class loop *); 42 extern basic_block ip_normal_pos (class loop *); 43 extern void standard_iv_increment_position (class loop *, [all …]
|
| H A D | sese.h | 104 extern class loop *outermost_loop_in_sese (sese_l &, basic_block); 159 loop_in_sese_p (class loop *loop, const sese_l ®ion) in loop_in_sese_p() argument 161 return (bb_in_sese_p (loop->header, region) in loop_in_sese_p() 162 && bb_in_sese_p (loop->latch, region)); in loop_in_sese_p() 189 sese_loop_depth (const sese_l ®ion, loop_p loop) in sese_loop_depth() argument 193 while (loop_in_sese_p (loop, region)) in sese_loop_depth() 196 loop = loop_outer (loop); in sese_loop_depth() 275 static inline class loop * 287 loop_p loop = gbb_loop (gbb); in gbb_loop_at_index() local 288 int depth = sese_loop_depth (region, loop); in gbb_loop_at_index() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_loopback.c | 169 struct f_loopback *loop = func_to_loop(f); in loopback_bind() local 187 loop->in_ep = usb_ep_autoconfig(cdev->gadget, &fs_loop_source_desc); in loopback_bind() 188 if (!loop->in_ep) { in loopback_bind() 195 loop->out_ep = usb_ep_autoconfig(cdev->gadget, &fs_loop_sink_desc); in loopback_bind() 196 if (!loop->out_ep) in loopback_bind() 217 f->name, loop->in_ep->name, loop->out_ep->name); in loopback_bind() 237 struct f_loopback *loop = ep->driver_data; in loopback_complete() local 238 struct usb_composite_dev *cdev = loop->function.config->cdev; in loopback_complete() 243 if (ep == loop->out_ep) { in loopback_complete() 252 ep = loop->in_ep; in loopback_complete() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/ |
| H A D | logo-3.STL | 3 outer loop 10 outer loop 17 outer loop 24 outer loop 31 outer loop 38 outer loop 45 outer loop 52 outer loop 59 outer loop 66 outer loop [all …]
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | key.c | 170 int loop; in rxrpc_free_krb5_principal() local 173 for (loop = princ->n_name_parts - 1; loop >= 0; loop--) in rxrpc_free_krb5_principal() 174 kfree(princ->name_parts[loop]); in rxrpc_free_krb5_principal() 190 int loop; in rxrpc_rxk5_free() local 197 for (loop = rxk5->n_addresses - 1; loop >= 0; loop--) in rxrpc_rxk5_free() 198 rxrpc_free_krb5_tagged(&rxk5->addresses[loop]); in rxrpc_rxk5_free() 202 for (loop = rxk5->n_authdata - 1; loop >= 0; loop--) in rxrpc_rxk5_free() 203 rxrpc_free_krb5_tagged(&rxk5->authdata[loop]); in rxrpc_rxk5_free() 220 unsigned int toklen = *_toklen, n_parts, loop, tmp, paddedlen; in rxrpc_krb5_decode_principal() local 243 for (loop = 0; loop < n_parts; loop++) { in rxrpc_krb5_decode_principal() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ramfs/ |
| H A D | file-nommu.c | 64 unsigned long npages, xpages, loop; in ramfs_nommu_expand_for_mapping() local 95 for (loop = npages; loop < xpages; loop++) in ramfs_nommu_expand_for_mapping() 96 __free_page(pages + loop); in ramfs_nommu_expand_for_mapping() 104 for (loop = 0; loop < npages; loop++) { in ramfs_nommu_expand_for_mapping() 105 struct page *page = pages + loop; in ramfs_nommu_expand_for_mapping() 107 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping() 123 while (loop < npages) in ramfs_nommu_expand_for_mapping() 124 __free_page(pages + loop++); in ramfs_nommu_expand_for_mapping() 205 unsigned long maxpages, lpages, nr, loop, ret; in ramfs_nommu_get_unmapped_area() local 235 for (loop = lpages; loop > 1; loop--) in ramfs_nommu_get_unmapped_area() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/qbman/ |
| H A D | qman_test_stash.c | 215 int loop; in allocate_frame_data() local 229 for (loop = 0; loop < HP_NUM_WORDS; loop++) { in allocate_frame_data() 230 frame_ptr[loop] = lfsr; in allocate_frame_data() 257 int loop; in process_frame_data() local 264 for (loop = 0; loop < HP_NUM_WORDS; loop++, p++) { in process_frame_data() 318 int loop; in create_per_cpu_handlers() local 327 for (loop = 0; loop < HP_PER_CPU; loop++) { in create_per_cpu_handlers() 344 struct list_head *loop, *tmp; in destroy_per_cpu_handlers() local 350 list_for_each_safe(loop, tmp, &hp_cpu->handlers) { in destroy_per_cpu_handlers() 352 struct hp_handler *handler = list_entry(loop, struct hp_handler, in destroy_per_cpu_handlers() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/dpio/ |
| H A D | qbman_sys.h | 167 int loop; in qbman_cena_write_complete() local 174 for (loop = 15; loop >= 0; loop--) in qbman_cena_write_complete() 176 __raw_writel(shadow[loop], s->addr_cinh + in qbman_cena_write_complete() 177 offset + loop * 4); in qbman_cena_write_complete() 179 __raw_writel(shadow[loop], s->addr_cena + in qbman_cena_write_complete() 180 offset + loop * 4); in qbman_cena_write_complete() 187 unsigned int loop; in qbman_cena_read() local 194 for (loop = 0; loop < 16; loop++) in qbman_cena_read() 196 shadow[loop] = __raw_readl(s->addr_cinh + offset in qbman_cena_read() 197 + loop * 4); in qbman_cena_read() [all …]
|
| /OK3568_Linux_fs/buildroot/package/python-aiohttp/ |
| H A D | 0001-Bump-async-timeout-version-for-aiohttp-3.8-5299.patch | 39 - with CeilTimeout(real_timeout.connect, loop=self._loop): 52 - with async_timeout.timeout(self._timeout, loop=self._loop): 62 - timeout or self._receive_timeout, loop=self._loop 126 - self._task = current_task(loop=self._loop) 142 + loop = get_running_loop() 143 + now = loop.time() 168 - with CeilTimeout(timeout, loop=self._loop): 177 - with CeilTimeout(end_t - now, loop=loop): 181 now = loop.time() 190 - with async_timeout.timeout(self._timeout, loop=self._loop): [all …]
|
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A D | key.c | 38 int loop, len, max, seg, mark, print; in cachefiles_cook_key() local 46 for (loop = 2; loop < keylen; loop++) { in cachefiles_cook_key() 47 ch = raw[loop]; in cachefiles_cook_key() 98 for (loop = keylen; loop > 0; loop--) { in cachefiles_cook_key() 117 for (loop = keylen; loop > 0; loop--) { in cachefiles_cook_key()
|
| /OK3568_Linux_fs/buildroot/package/gcc/8.4.0/ |
| H A D | 0001-xtensa-fix-PR-target-91880.patch | 6 Xtensa hwloop_optimize segfaults when zero overhead loop is about to be 8 Insert zero overhead loop instruction into new basic block before the 9 loop when basic block that precedes the loop is empty. 14 loop instruction into new basic block before the loop when basic 15 block that precedes the loop is empty. 30 @@ -4232,7 +4232,9 @@ hwloop_optimize (hwloop_info loop) 34 - if (!single_succ_p (entry_bb) || vec_safe_length (loop->incoming) > 1) 36 + if (!single_succ_p (entry_bb) || vec_safe_length (loop->incoming) > 1 41 @@ -4253,7 +4255,6 @@ hwloop_optimize (hwloop_info loop)
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | cmservice.c | 234 int ret, loop; in afs_deliver_cb_callback() local 279 for (loop = call->count; loop > 0; loop--, cb++) { in afs_deliver_cb_callback() 367 unsigned loop; in afs_deliver_cb_init_call_back_state3() local 406 for (loop = 0; loop < 6; loop++) in afs_deliver_cb_init_call_back_state3() 407 r->node[loop] = ntohl(b[loop + 5]); in afs_deliver_cb_init_call_back_state3() 481 unsigned loop; in afs_deliver_cb_probe_uuid() local 518 for (loop = 0; loop < 6; loop++) in afs_deliver_cb_probe_uuid() 519 r->node[loop] = ntohl(b[loop + 5]); in afs_deliver_cb_probe_uuid() 538 int loop; in SRXAFSCB_TellMeAboutYourself() local 563 for (loop = 0; loop < 6; loop++) in SRXAFSCB_TellMeAboutYourself() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | binfmt_elf_fdpic.c | 143 int retval, loop; in elf_fdpic_fetch_phdrs() local 162 for (loop = 0; loop < params->hdr.e_phnum; loop++, phdr++) { in elf_fdpic_fetch_phdrs() 507 int loop; in create_elf_fdpic_tables() local 693 for (loop = bprm->argc; loop > 0; loop--) { in create_elf_fdpic_tables() 707 for (loop = bprm->envc; loop > 0; loop--) { in create_elf_fdpic_tables() 748 int loop, ret; in elf_fdpic_map_file() local 752 for (loop = 0; loop < params->hdr.e_phnum; loop++) in elf_fdpic_map_file() 753 if (params->phdrs[loop].p_type == PT_LOAD) in elf_fdpic_map_file() 792 for (loop = loadmap->nsegs; loop > 0; loop--, seg++) { in elf_fdpic_map_file() 808 for (loop = 0; loop < params->hdr.e_phnum; loop++, phdr++) { in elf_fdpic_map_file() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | run_loop.cpp | 70 uv_loop_t *loop = nullptr; member in mbgl::util::RunLoop::Impl 82 impl->loop = new uv_loop_t; in RunLoop() 83 if (uv_loop_init(impl->loop) != 0) { in RunLoop() 88 impl->loop = uv_default_loop(); in RunLoop() 94 if (uv_async_init(impl->loop, impl->holder, dummyCallback) != 0) { in RunLoop() 122 if (uv_loop_close(impl->loop) == UV_EBUSY) { in ~RunLoop() 125 delete impl->loop; in ~RunLoop() 129 return Get()->impl->loop; in getLoopHandle() 140 uv_run(impl->loop, UV_RUN_DEFAULT); in run() 146 uv_run(impl->loop, UV_RUN_NOWAIT); in runOnce() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/asyncrpc/ |
| H A D | serv.py | 141 self.loop = None 145 self.server = self.loop.run_until_complete( 173 self.server = self.loop.run_until_complete( 204 self.loop.run_forever() 210 self.loop.stop() 214 self.loop.add_signal_handler(signal.SIGTERM, self.signal_handler) 220 self.loop.run_until_complete(self.server.wait_closed()) 234 self.loop = asyncio.new_event_loop() 235 asyncio.set_event_loop(self.loop) 255 self.loop = asyncio.new_event_loop() [all …]
|