Home
last modified time | relevance | path

Searched refs:start_p (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gmp/
HDgen-trialdivtab.c55 int start_p, end_p, interval_start, interval_end, omitted_p; in main() local
93 start_p = 3; in main()
97 interval_start = start_p; in main()
103 for (t = start_p; t <= end_p; t += 2) in main()
149 interval_start = start_p; in main()
153 for (t = start_p; t <= end_p; t += 2) in main()
/dragonfly/contrib/gdb-7/gdb/
HDmemory-map.c64 ULONGEST *start_p, *length_p, *type_p; in memory_map_start_memory() local
66 start_p = xml_find_attribute (attributes, "start")->value; in memory_map_start_memory()
71 r->lo = *start_p; in memory_map_start_memory()
HDtracepoint.c5095 ULONGEST *start_p, *length_p; in traceframe_info_start_memory() local
5097 start_p = xml_find_attribute (attributes, "start")->value; in traceframe_info_start_memory()
5100 r->start = *start_p; in traceframe_info_start_memory()
/dragonfly/contrib/gcc-4.7/gcc/
HDggc-page.c984 page_entry *p, *start_p; in release_pages() local
1002 start_p = p; in release_pages()
1016 while (start_p != p) in release_pages()
1018 next = start_p->next; in release_pages()
1019 free (start_p); in release_pages()
1020 start_p = next; in release_pages()
1045 start_p = p; in release_pages()
1059 while (start_p != p) in release_pages()
1061 start_p->discarded = true; in release_pages()
1062 start_p = start_p->next; in release_pages()
HDira-emit.c689 unify_moves (basic_block bb, bool start_p) in unify_moves() argument
696 vec = (start_p ? bb->preds : bb->succs); in unify_moves()
701 if (! start_p && control_flow_insn_p (BB_END (bb))) in unify_moves()
710 if (start_p) in unify_moves()
HDmodulo-sched.c1870 sbitmap sched_nodes, int ii, int *start_p, int *step_p, in get_sched_window() argument
2005 *start_p = start; in get_sched_window()
/dragonfly/contrib/gcc-8.0/gcc/
HDggc-page.c1020 page_entry *p, *start_p; in release_pages() local
1038 start_p = p; in release_pages()
1052 while (start_p != p) in release_pages()
1054 next = start_p->next; in release_pages()
1055 free (start_p); in release_pages()
1056 start_p = next; in release_pages()
1081 start_p = p; in release_pages()
1095 while (start_p != p) in release_pages()
1097 start_p->discarded = true; in release_pages()
1098 start_p = start_p->next; in release_pages()
HDhsa-dump.c1016 bool start_p = arg_block->m_kind == BRIG_KIND_DIRECTIVE_ARG_BLOCK_START; in dump_hsa_insn_1() local
1017 char c = start_p ? '{' : '}'; in dump_hsa_insn_1()
1019 if (start_p) in dump_hsa_insn_1()
1025 if (!start_p) in dump_hsa_insn_1()
HDira-emit.c697 unify_moves (basic_block bb, bool start_p) in unify_moves() argument
704 vec = (start_p ? bb->preds : bb->succs); in unify_moves()
709 if (! start_p && control_flow_insn_p (BB_END (bb))) in unify_moves()
718 if (start_p) in unify_moves()
HDmodulo-sched.c1858 sbitmap sched_nodes, int ii, int *start_p, int *step_p, in get_sched_window() argument
1991 *start_p = start; in get_sched_window()