Searched refs:ctx (Results 1 - 25 of 243) sorted by relevance

12345678910

/haiku-buildtools/gcc/libcilkrts/runtime/
H A Djmpbuf.h57 # define JMPBUF_SP(ctx) (ctx)[0].__jmpbuf[JB_RSP]
58 # define JMPBUF_FP(ctx) (ctx)[0].__jmpbuf[JB_RBP]
59 # define JMPBUF_PC(ctx) (ctx)[0].__jmpbuf[JB_PC]
61 # define JMPBUF_SP(ctx) (ctx)[0].__jmpbuf[JB_SP]
62 # define JMPBUF_FP(ctx) (ctx)[
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dssp-4.c6 struct ctx struct
12 buffer_copy (const struct ctx *ctx, void *resbuf) argument
15 buffer[0] = (ctx->A);
H A Dpr43864.c11 hprofStartupp (char *outputFileName, char *ctx) argument
18 myfree (ctx);
25 myfree (ctx);
31 return ctx;
/haiku-buildtools/isl/
H A Disl_ctx.c17 void isl_handle_error(isl_ctx *ctx, enum isl_error error, const char *msg, argument
20 if (!ctx)
23 isl_ctx_set_error(ctx, error);
25 switch (ctx->opt->on_error) {
74 void *isl_ctx_peek_options(isl_ctx *ctx, struct isl_args *args) argument
76 if (!ctx)
79 return ctx->opt;
80 return find_nested_options(ctx->user_args, ctx->user_opt, args);
85 struct isl_ctx *ctx local
154 isl_ctx_ref(struct isl_ctx *ctx) argument
159 isl_ctx_deref(struct isl_ctx *ctx) argument
165 isl_ctx_free(struct isl_ctx *ctx) argument
188 isl_ctx_options(isl_ctx *ctx) argument
195 isl_ctx_last_error(isl_ctx *ctx) argument
200 isl_ctx_reset_error(isl_ctx *ctx) argument
205 isl_ctx_set_error(isl_ctx *ctx, enum isl_error error) argument
211 isl_ctx_abort(isl_ctx *ctx) argument
217 isl_ctx_resume(isl_ctx *ctx) argument
223 isl_ctx_aborted(isl_ctx *ctx) argument
228 isl_ctx_parse_options(isl_ctx *ctx, int argc, char **argv, unsigned flags) argument
[all...]
H A Disl_blk.c42 static struct isl_blk extend(struct isl_ctx *ctx, struct isl_blk block, argument
52 block.data = isl_realloc_array(ctx, block.data, isl_int, new_n);
65 static void isl_blk_free_force(struct isl_ctx *ctx, struct isl_blk block) argument
74 struct isl_blk isl_blk_alloc(struct isl_ctx *ctx, size_t n) argument
80 if (n && ctx->n_cached) {
82 for (i = 1; ctx->cache[best].size != n && i < ctx->n_cached; ++i) {
83 if (ctx->cache[best].size < n) {
84 if (ctx->cache[i].size > ctx
107 isl_blk_extend(struct isl_ctx *ctx, struct isl_blk block, size_t new_n) argument
116 isl_blk_free(struct isl_ctx *ctx, struct isl_blk block) argument
127 isl_blk_clear_cache(struct isl_ctx *ctx) argument
[all...]
H A Disl_stream_private.h3 struct isl_token *isl_token_new(isl_ctx *ctx,
H A Dpolyhedron_detect_equalities.c14 struct isl_ctx *ctx = isl_ctx_alloc(); local
17 bset = isl_basic_set_read_from_file(ctx, stdin);
21 isl_ctx_free(ctx);
H A Disl_test.c33 static char *get_filename(isl_ctx *ctx, const char *name, const char *suffix) { argument
40 filename = isl_alloc_array(ctx, char, length);
50 void test_parse_map(isl_ctx *ctx, const char *str) argument
54 map = isl_map_read_from_str(ctx, str);
59 int test_parse_map_equal(isl_ctx *ctx, const char *str, const char *str2) argument
64 map = isl_map_read_from_str(ctx, str);
65 map2 = isl_map_read_from_str(ctx, str2);
73 isl_die(ctx, isl_error_unknown, "maps not equal",
79 void test_parse_pwqp(isl_ctx *ctx, const char *str) argument
83 pwqp = isl_pw_qpolynomial_read_from_str(ctx, st
88 test_parse_pwaff(isl_ctx *ctx, const char *str) argument
97 test_parse(struct isl_ctx *ctx) argument
224 test_read(struct isl_ctx *ctx) argument
248 test_bounded(struct isl_ctx *ctx) argument
270 test_construction(struct isl_ctx *ctx) argument
304 test_dim(struct isl_ctx *ctx) argument
382 test_un_val(isl_ctx *ctx) argument
509 test_bin_val(isl_ctx *ctx) argument
541 test_val(isl_ctx *ctx) argument
550 test_div(isl_ctx *ctx) argument
884 test_application_case(struct isl_ctx *ctx, const char *name) argument
912 test_application(struct isl_ctx *ctx) argument
918 test_affine_hull_case(struct isl_ctx *ctx, const char *name) argument
943 test_affine_hull(struct isl_ctx *ctx) argument
997 test_convex_hull_case(struct isl_ctx *ctx, const char *name) argument
1026 test_convex_hull_algo(struct isl_ctx *ctx, int convex) argument
1064 test_convex_hull(struct isl_ctx *ctx) argument
1070 test_gist_case(struct isl_ctx *ctx, const char *name) argument
1097 test_gist(struct isl_ctx *ctx) argument
1155 test_coalesce_set(isl_ctx *ctx, const char *str, int check_one) argument
1181 test_coalesce_unbounded_wrapping(isl_ctx *ctx) argument
1340 test_coalesce(struct isl_ctx *ctx) argument
1357 test_closure(struct isl_ctx *ctx) argument
1596 test_lex(struct isl_ctx *ctx) argument
1607 test_lexmin(struct isl_ctx *ctx) argument
1727 test_min(struct isl_ctx *ctx) argument
1809 test_dep(struct isl_ctx *ctx) argument
1997 test_sv(isl_ctx *ctx) argument
2047 test_bijective_case(struct isl_ctx *ctx, const char *str, int bijective) argument
2059 test_bijective(struct isl_ctx *ctx) argument
2076 test_pwqp(struct isl_ctx *ctx) argument
2201 test_split_periods(isl_ctx *ctx) argument
2217 test_union(isl_ctx *ctx) argument
2247 test_bound(isl_ctx *ctx) argument
2266 test_lift(isl_ctx *ctx) argument
2317 test_subset(isl_ctx *ctx) argument
2349 test_subtract(isl_ctx *ctx) argument
2377 test_factorize(isl_ctx *ctx) argument
2432 test_one_schedule(isl_ctx *ctx, const char *d, const char *w, const char *r, const char *s, int tilable, int parallel) argument
2555 compute_schedule(isl_ctx *ctx, const char *domain, const char *validity, const char *proximity) argument
2577 test_has_schedule(isl_ctx *ctx, const char *domain, const char *validity, const char *proximity) argument
2590 test_special_schedule(isl_ctx *ctx, const char *domain, const char *validity, const char *proximity, const char *expected_sched) argument
2615 test_padded_schedule(isl_ctx *ctx) argument
2649 test_schedule(isl_ctx *ctx) argument
2929 test_plain_injective(isl_ctx *ctx, const char *str, int injective) argument
2949 test_injective(isl_ctx *ctx) argument
3008 test_aff(isl_ctx *ctx) argument
3053 test_dim_max(isl_ctx *ctx) argument
3159 isl_ctx *ctx; local
3195 test_product_pma(isl_ctx *ctx) argument
3216 test_product(isl_ctx *ctx) argument
3255 test_disjoint(isl_ctx *ctx) argument
3276 test_equal(isl_ctx *ctx) argument
3297 test_plain_fixed(isl_ctx *ctx, __isl_take isl_map *map, enum isl_dim_type type, unsigned pos, int fixed) argument
3316 test_fixed(isl_ctx *ctx) argument
3341 test_vertices(isl_ctx *ctx) argument
3366 test_union_pw(isl_ctx *ctx) argument
3390 test_output(isl_ctx *ctx) argument
3420 test_sample(isl_ctx *ctx) argument
3468 test_fixed_power(isl_ctx *ctx) argument
3489 test_slice(isl_ctx *ctx) argument
3546 test_eliminate(isl_ctx *ctx) argument
3567 test_residue_class(isl_ctx *ctx) argument
3591 test_align_parameters(isl_ctx *ctx) argument
3622 test_list(isl_ctx *ctx) argument
3675 test_set_conversion(isl_ctx *ctx) argument
3705 test_map_conversion(isl_ctx *ctx) argument
3732 test_conversion(isl_ctx *ctx) argument
3743 test_curry(isl_ctx *ctx) argument
3796 test_preimage_basic_set(isl_ctx *ctx) argument
3853 test_preimage_union_map(isl_ctx *ctx) argument
3881 test_preimage(isl_ctx *ctx) argument
3913 test_pullback(isl_ctx *ctx) argument
3940 test_ast(isl_ctx *ctx) argument
4006 isl_ctx *ctx; local
4097 test_ast_gen1(isl_ctx *ctx) argument
4137 test_ast_gen2(isl_ctx *ctx) argument
4179 test_ast_gen3(isl_ctx *ctx) argument
4218 test_ast_gen4(isl_ctx *ctx) argument
4312 test_ast_gen5(isl_ctx *ctx) argument
4340 test_ast_gen(isl_ctx *ctx) argument
4358 test_pw_multi_aff(isl_ctx *ctx) argument
4393 test_simplify(isl_ctx *ctx) argument
4421 test_partial_lexmin(isl_ctx *ctx) argument
4445 test_compute_divs(isl_ctx *ctx) argument
4514 struct isl_ctx *ctx; local
[all...]
H A Dpolyhedron_sample.c17 struct isl_ctx *ctx = isl_ctx_alloc(); local
22 bset = isl_basic_set_read_from_file(ctx, stdin);
24 p = isl_printer_to_file(ctx, stdout);
33 isl_ctx_free(ctx);
H A Disl_hmap_map_basic_set.h13 __isl_give isl_hmap_map_basic_set *isl_hmap_map_basic_set_alloc( isl_ctx *ctx,
15 void isl_hmap_map_basic_set_free(isl_ctx *ctx,
18 int isl_hmap_map_basic_set_has(isl_ctx *ctx,
20 __isl_give isl_basic_set *isl_hmap_map_basic_set_get(isl_ctx *ctx,
22 int isl_hmap_map_basic_set_set(isl_ctx *ctx,
/haiku-buildtools/cloog/source/isl/
H A Dbackend.c14 CloogState *cloog_isl_state_malloc(struct isl_ctx *ctx) argument
17 int allocated = !ctx;
20 if (!ctx)
21 ctx = isl_ctx_alloc();
22 state->backend = isl_alloc_type(ctx, CloogBackend);
23 state->backend->ctx = ctx;
34 isl_ctx_free(state->backend->ctx);
/haiku-buildtools/isl/include/isl/
H A Doptions.h14 #include <isl/ctx.h>
26 int isl_options_set_bound(isl_ctx *ctx, int val);
27 int isl_options_get_bound(isl_ctx *ctx);
32 int isl_options_set_on_error(isl_ctx *ctx, int val);
33 int isl_options_get_on_error(isl_ctx *ctx);
35 int isl_options_set_gbr_only_first(isl_ctx *ctx, int val);
36 int isl_options_get_gbr_only_first(isl_ctx *ctx);
40 int isl_options_set_schedule_algorithm(isl_ctx *ctx, int val);
41 int isl_options_get_schedule_algorithm(isl_ctx *ctx);
43 int isl_options_set_coalesce_bounded_wrapping(isl_ctx *ctx, in
[all...]
H A Dschedule.h16 int isl_options_set_schedule_max_coefficient(isl_ctx *ctx, int val);
17 int isl_options_get_schedule_max_coefficient(isl_ctx *ctx);
19 int isl_options_set_schedule_max_constant_term(isl_ctx *ctx, int val);
20 int isl_options_get_schedule_max_constant_term(isl_ctx *ctx);
22 int isl_options_set_schedule_maximize_band_depth(isl_ctx *ctx, int val);
23 int isl_options_get_schedule_maximize_band_depth(isl_ctx *ctx);
25 int isl_options_set_schedule_outer_zero_distance(isl_ctx *ctx, int val);
26 int isl_options_get_schedule_outer_zero_distance(isl_ctx *ctx);
28 int isl_options_set_schedule_split_scaled(isl_ctx *ctx, int val);
29 int isl_options_get_schedule_split_scaled(isl_ctx *ctx);
[all...]
H A Dctx.h52 * isl_ctx_alloc. This ctx contains (or will contain) options that
55 * An object allocated within a given ctx should never be used inside
56 * another ctx. Functions for moving objects from one ctx to another
101 /* isl_check_ctx() checks at compile time if 'ctx' is of type 'isl_ctx *' and
105 #define isl_check_ctx(ctx, expr) ((ctx != (isl_ctx *) 0) ? expr : NULL)
107 #define isl_alloc(ctx,type,size) ((type *)isl_check_ctx(ctx,\
109 #define isl_calloc(ctx,typ
[all...]
H A Dblk.h28 struct isl_blk isl_blk_alloc(struct isl_ctx *ctx, size_t n);
31 struct isl_blk isl_blk_extend(struct isl_ctx *ctx, struct isl_blk block,
33 void isl_blk_free(struct isl_ctx *ctx, struct isl_blk block);
34 void isl_blk_clear_cache(struct isl_ctx *ctx);
H A Dast_build.h4 #include <isl/ctx.h>
16 int isl_options_set_ast_build_atomic_upper_bound(isl_ctx *ctx, int val);
17 int isl_options_get_ast_build_atomic_upper_bound(isl_ctx *ctx);
19 int isl_options_set_ast_build_prefer_pdiv(isl_ctx *ctx, int val);
20 int isl_options_get_ast_build_prefer_pdiv(isl_ctx *ctx);
22 int isl_options_set_ast_build_exploit_nested_bounds(isl_ctx *ctx, int val);
23 int isl_options_get_ast_build_exploit_nested_bounds(isl_ctx *ctx);
25 int isl_options_set_ast_build_group_coscheduled(isl_ctx *ctx, int val);
26 int isl_options_get_ast_build_group_coscheduled(isl_ctx *ctx);
30 int isl_options_set_ast_build_separation_bounds(isl_ctx *ctx, in
[all...]
/haiku-buildtools/cloog/include/cloog/isl/
H A Dbackend.h7 struct isl_ctx *ctx; member in struct:cloogbackend
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr69140.c20 MD4Update (MD4_CTX *ctx, const unsigned char *buf) argument
22 MD4Transform( ctx->buf, (unsigned int *)ctx->in);
23 MD4Transform( ctx->buf, (unsigned int *)ctx->in);
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc55 #define COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd) {}
59 #define COMMON_INTERCEPTOR_MUTEX_LOCK(ctx, m) {}
63 #define COMMON_INTERCEPTOR_MUTEX_UNLOCK(ctx, m) {}
67 #define COMMON_INTERCEPTOR_MUTEX_REPAIR(ctx, m) {}
71 #define COMMON_INTERCEPTOR_HANDLE_RECVMSG(ctx, msg) ((void)(msg))
75 #define COMMON_INTERCEPTOR_FILE_OPEN(ctx, file, path) {}
79 #define COMMON_INTERCEPTOR_FILE_CLOSE(ctx, file) {}
91 #define COMMON_INTERCEPTOR_ENTER_NOIGNORE(ctx, ...) \
92 COMMON_INTERCEPTOR_ENTER(ctx, __VA_ARGS__)
150 void *ctx;
[all...]
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_md5.cc40 static void *body(MD5_CTX *ctx, void *data, ulong_t size) { argument
47 a = ctx->a;
48 b = ctx->b;
49 c = ctx->c;
50 d = ctx->d;
134 ctx->a = a;
135 ctx->b = b;
136 ctx->c = c;
137 ctx->d = d;
142 void MD5_Init(MD5_CTX *ctx) { argument
152 MD5_Update(MD5_CTX *ctx, void *data, ulong_t size) argument
185 MD5_Final(unsigned char *result, MD5_CTX *ctx) argument
237 MD5_CTX ctx; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr69714.c31 int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size);
38 uint32_t av_crc(const AVCRC *ctx, uint32_t crc,
56 int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size) argument
70 ctx[i] = c;
74 ctx[i] = av_bswap32(c);
77 ctx[256] = 1;
82 ctx[256 *(j + 1) + i] =
83 (ctx[256 * j + i] >> 8) ^ ctx[ctx[25
102 av_crc(const AVCRC *ctx, uint32_t crc, const uint8_t *buffer, size_t length) argument
141 const AVCRC *ctx; local
[all...]
H A Dpr49603.c10 void quickdraw_rgb( struct gl_context * ctx, argument
16 alpha[j] = (int) ctx->Visual->AlphaScale;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dpr49318.c16 void gl_GetDoublev( GLcontext *ctx, GLenum pname, GLdouble *params ) { argument
19 params[i] = (GLint) ctx->TextureMatrix[i];
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A DBUG1.c25 register TextWidget ctx = (TextWidget) w; local
32 if (ctx->text.source->SetSelection != nullProc) {
/haiku-buildtools/legacy/binutils/include/
H A Dmd5.h95 extern void md5_init_ctx (struct md5_ctx *ctx);
102 struct md5_ctx *ctx);
109 struct md5_ctx *ctx);
118 extern void *md5_finish_ctx (struct md5_ctx *ctx, void *resbuf);
127 extern void *md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);

Completed in 930 milliseconds

12345678910