Home
last modified time | relevance | path

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

/dports/devel/mspdebug/mspdebug-493f38b/util/
H A Dvector.h61 #define VECTOR_AT(v, i, t) (*VECTOR_PTR(v, i, t))
62 #define VECTOR_PTR(v, i, t) \ macro
/dports/devel/mspdebug/mspdebug-493f38b/ui/
H A Daliasdb.c48 VECTOR_PTR(alias_list, i, struct alias); in find_alias()
132 VECTOR_PTR(alias_list, i, struct alias); in cmd_alias()
143 struct alias *end = VECTOR_PTR(alias_list, in cmd_alias()
H A Dpower.c251 VECTOR_PTR(*list, dst, struct profile_rec)->addr)) in merge_power()
259 (VECTOR_PTR(*list, dst + 1, in merge_power()
264 VECTOR_PTR(*list, dst, struct profile_rec); in merge_power()
310 VECTOR_PTR(*list, i, const struct profile_rec); in print_profile()
H A Drtools.c530 #define CG_NODE(g, i) (VECTOR_PTR((g)->node_list, (i), struct cg_node))
531 #define CG_EDGE_FROM(g, i) (VECTOR_PTR((g)->edge_from, (i), struct cg_edge))
532 #define CG_EDGE_TO(g, i) (VECTOR_PTR((g)->edge_to, (i), struct cg_edge))
H A Dsym.c200 VECTOR_PTR(rename->list, i, struct rename_record); in renames_do()
/dports/math/R/R-4.1.2/src/include/
H A DRdefines.h110 #define LIST_POINTER(x) VECTOR_PTR(x)
131 #define RECURSIVE_DATA(x) (VECTOR_PTR(x))
132 #define VECTOR_DATA(x) (VECTOR_PTR(x))
H A DRinternals.h506 #define VECTOR_PTR(x) ((SEXP *) DATAPTR(x)) macro
795 SEXP * NORET (VECTOR_PTR)(SEXP x);
/dports/math/libRmath/R-4.1.1/src/include/
H A DRdefines.h110 #define LIST_POINTER(x) VECTOR_PTR(x)
131 #define RECURSIVE_DATA(x) (VECTOR_PTR(x))
132 #define VECTOR_DATA(x) (VECTOR_PTR(x))
H A DRinternals.h506 #define VECTOR_PTR(x) ((SEXP *) DATAPTR(x)) macro
795 SEXP * NORET (VECTOR_PTR)(SEXP x);
/dports/devel/R-cran-bit/bit/src/
H A Dintegerutil.c102 ret = VECTOR_PTR(x_)==VECTOR_PTR(y_) ? TRUE : FALSE; in R_still_identical()
/dports/devel/R-cran-Rcpp/Rcpp/src/
H A Dbarrier.cpp68 return VECTOR_PTR(x); // #nocov end in get_vector_ptr()
/dports/converters/R-cran-RJSONIO/RJSONIO/src/
H A DRJSON.c73 ptr = VECTOR_PTR(tmp); in R_readFromJSON()
/dports/math/R/R-4.1.2/src/main/
H A Dmemory.c4024 SEXP * NORET (VECTOR_PTR)(SEXP x) in NORET() argument
/dports/math/libRmath/R-4.1.1/src/main/
H A Dmemory.c4024 SEXP * NORET (VECTOR_PTR)(SEXP x) in NORET() argument
/dports/devel/R-cran-Rcpp/Rcpp/
H A DChangeLog9441 we can use VECTOR_PTR (which R forbids unless we define