Home
last modified time | relevance | path

Searched refs:p_pred (Results 1 – 15 of 15) sorted by relevance

/dports/devel/splint/splint-3.1.2/src/Headers/
H A Dusymtab.h252 extern void usymtab_popOrBranch (exprNode p_pred, exprNode p_expr)
254 extern void usymtab_popAndBranch (exprNode p_pred, exprNode p_expr)
262 extern void usymtab_popTrueBranch (exprNode p_pred, exprNode p_expr, clause p_cl)
266 usymtab_popTrueExecBranch (exprNode p_pred, exprNode p_expr, clause p_cl)
270 usymtab_popBranches (exprNode p_pred, exprNode p_tbranch, exprNode p_fbranch,
305 extern bool usymtab_newCase (exprNode p_pred, exprNode p_last)
H A Dcontext.h74 extern void context_exitClause (exprNode p_pred,
220 extern void context_exitTrueClause (exprNode p_pred, exprNode p_tbranch);
253 extern void context_exitOrClause (exprNode p_pred, exprNode p_tbranch);
254 extern void context_exitAndClause (exprNode p_pred, exprNode p_tbranch);
264 extern void context_exitWhileClause (exprNode p_pred, exprNode p_body);
265 extern void context_exitDoWhileClause (exprNode p_pred);
H A DexprNode.h221 extern /*@observer@*/ guardSet exprNode_getForGuards (exprNode p_pred) /*@*/ ;
228 extern void exprNode_produceGuards (exprNode p_pred) /*@modifies p_pred@*/ ;
238 exprNode_cond (/*@keep@*/ exprNode p_pred, /*@keep@*/ exprNode p_ifclause,
242 exprNode_condIfOmit (/*@keep@*/ exprNode p_pred,
317 extern void exprNode_checkIfPred (exprNode p_pred) /*@modifies g_warningstream@*/ ;
319 extern exprNode exprNode_if (/*@only@*/ exprNode p_pred, /*@only@*/ exprNode p_tclause);
321 exprNode_ifelse (/*@only@*/ exprNode p_pred, /*@only@*/ exprNode p_tclause,
H A DexprData.h104 /*static*/ /*@only@*/ exprData exprData_makeTriple (/*@keep@*/ exprNode p_pred,
131 /*static*/ /*@only@*/ exprData exprData_makeCond (/*@keep@*/ exprNode p_pred,
136 /*@keep@*/ exprNode p_pred,
H A Dllerror.h13 extern bool doCheck (bool p_x, cstring p_pred, cstring p_file, int p_line);
/dports/math/ogdf/OGDF/src/ogdf/energybased/fmmm/
H A DMAARPacking.cpp239 PackingRowInfo p, p_pred; in export_new_rectangle_positions() local
262 p_pred = *(P.cyclicPred(row_item)); in export_new_rectangle_positions()
264 p_pred.get_max_height(); in export_new_rectangle_positions()
/dports/multimedia/jmref/JM/lencod/src/
H A Dimage_mp.c254 …populate_frame_slice_type( p_Inp, p_Vid->p_curr_frm_struct, I_SLICE, p_Vid->p_pred->max_num_slices… in frame_picture_mp_p_slice()
263 …populate_frame_slice_type( p_Inp, p_Vid->p_curr_frm_struct, B_SLICE, p_Vid->p_pred->max_num_slices… in frame_picture_mp_p_slice()
303 …populate_frame_slice_type( p_Inp, p_Vid->p_curr_frm_struct, frame_type, p_Vid->p_pred->max_num_sli… in frame_picture_mp_p_slice()
336 …populate_frame_slice_type( p_Inp, p_Vid->p_curr_frm_struct, I_SLICE, p_Vid->p_pred->max_num_slices… in frame_picture_mp_p_slice()
H A Dlencod.c822 SeqStructure *p_seq_struct = p_Vid->p_pred; in prepare_frame_params()
891 SeqStructure *p_seq_struct = p_Vid->p_pred; in encode_sequence()
919 if ( (curr_frame_to_code >> 1) >= p_Vid->p_pred->pop_start_frame ) in encode_sequence()
957 if ( curr_frame_to_code >= p_Vid->p_pred->pop_start_frame ) in encode_sequence()
1835 p_Vid->p_pred = init_seq_structure( p_Vid, p_Inp, &memory_size ); in init_global_buffers()
2130 free_seq_structure( p_Vid->p_pred ); in free_global_buffers()
H A Dimage.c1161 …int prev_type = (p_Vid->p_pred->p_frm_mvc + ( (p_Vid->curr_frm_idx << 1) % p_Vid->p_pred->num_fram… in update_video_stats()
/dports/math/cgal/CGAL-5.3/include/CGAL/Arrangement_2/
H A DArrangement_on_surface_2_impl.h2195 DHalfedge** p_pred) in _place_and_set_curve_end() argument
2210 *p_pred = nullptr; in _place_and_set_curve_end()
2230 *p_pred = m_topol_traits.split_fictitious_edge(fict_he, v); in _place_and_set_curve_end()
2232 _notify_after_split_fictitious_edge(Halfedge_handle(*p_pred), in _place_and_set_curve_end()
2233 Halfedge_handle((*p_pred)->next())); in _place_and_set_curve_end()
2243 *p_pred = m_topol_traits.locate_around_boundary_vertex(v, cv, ind, ps_x, ps_y); in _place_and_set_curve_end()
/dports/multimedia/jmref/JM/lencod/inc/
H A Dglobal.h980 SeqStructure *p_pred; member
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DArrangement_on_surface_2.h2075 DHalfedge** p_pred);
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/msdos/tiles/
H A Dindex693 0695 (purple-red / healing) : obj\p_pred.bmp
/dports/devel/splint/splint-3.1.2/src/
H A Dcontext.c164 static void context_exitClauseAux (exprNode p_pred, exprNode p_tbranch)
/dports/math/R-cran-igraph/igraph/src/
H A Drinterface.c7917 igraph_vector_t *p_order=0, *p_rank=0, *p_father=0, *p_pred=0, in R_igraph_bfs() local
7940 igraph_vector_init(&pred, 0); p_pred=&pred; in R_igraph_bfs()
7960 p_order, p_rank, p_father, p_pred, p_succ, p_dist, in R_igraph_bfs()
7987 SET_VECTOR_ELT(result, 5, R_igraph_0orvector_to_SEXP_d(p_pred)); in R_igraph_bfs()