| /netbsd-src/external/mit/isl/dist/include/isl/ |
| H A D | multi.h | 13 #define ISL_DECLARE_MULTI(BASE) \ argument 14 isl_ctx *isl_multi_##BASE##_get_ctx( \ 15 __isl_keep isl_multi_##BASE *multi); \ 17 __isl_give isl_space *isl_multi_##BASE##_get_space( \ 18 __isl_keep isl_multi_##BASE *multi); \ 19 __isl_give isl_space *isl_multi_##BASE##_get_domain_space( \ 20 __isl_keep isl_multi_##BASE *multi); \ 22 __isl_give isl_##BASE##_list *isl_multi_##BASE##_get_list( \ 23 __isl_keep isl_multi_##BASE *multi); \ 25 __isl_give isl_multi_##BASE *isl_multi_##BASE##_from_##BASE##_list( \ [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | alpha-opc.c | 399 #define BASE AXP_OPCODE_BASE macro 471 { "halt", SPCD(0x00,0x0000), BASE, ARG_NONE }, 472 { "draina", SPCD(0x00,0x0002), BASE, ARG_NONE }, 473 { "bpt", SPCD(0x00,0x0080), BASE, ARG_NONE }, 474 { "bugchk", SPCD(0x00,0x0081), BASE, ARG_NONE }, 475 { "callsys", SPCD(0x00,0x0083), BASE, ARG_NONE }, 476 { "chmk", SPCD(0x00,0x0083), BASE, ARG_NONE }, 477 { "imb", SPCD(0x00,0x0086), BASE, ARG_NONE }, 478 { "rduniq", SPCD(0x00,0x009e), BASE, ARG_NONE }, 479 { "wruniq", SPCD(0x00,0x009f), BASE, ARG_NONE }, [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | alpha-opc.c | 399 #define BASE AXP_OPCODE_BASE macro 471 { "halt", SPCD(0x00,0x0000), BASE, ARG_NONE }, 472 { "draina", SPCD(0x00,0x0002), BASE, ARG_NONE }, 473 { "bpt", SPCD(0x00,0x0080), BASE, ARG_NONE }, 474 { "bugchk", SPCD(0x00,0x0081), BASE, ARG_NONE }, 475 { "callsys", SPCD(0x00,0x0083), BASE, ARG_NONE }, 476 { "chmk", SPCD(0x00,0x0083), BASE, ARG_NONE }, 477 { "imb", SPCD(0x00,0x0086), BASE, ARG_NONE }, 478 { "rduniq", SPCD(0x00,0x009e), BASE, ARG_NONE }, 479 { "wruniq", SPCD(0x00,0x009f), BASE, ARG_NONE }, [all …]
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | print.c | 16 #undef BASE 17 #define BASE id macro 19 #undef BASE 20 #define BASE multi_id macro 22 #undef BASE 23 #define BASE val macro 25 #undef BASE 26 #define BASE multi_val macro 28 #undef BASE 29 #define BASE space macro [all …]
|
| H A D | isl_multi_templ.c | 18 #define MULTI_NAME(BASE) "isl_multi_" #BASE argument 20 isl_ctx *FN(MULTI(BASE),get_ctx)(__isl_keep MULTI(BASE) *multi) in FN() argument 27 __isl_keep isl_space *FN(MULTI(BASE),peek_space)(__isl_keep MULTI(BASE) *multi) in FN() argument 32 __isl_give isl_space *FN(MULTI(BASE),get_space)(__isl_keep MULTI(BASE) *multi) in FN() argument 34 return isl_space_copy(FN(MULTI(BASE),peek_space)(multi)); in FN() 37 __isl_give isl_space *FN(MULTI(BASE),get_domain_space)( in FN() argument 38 __isl_keep MULTI(BASE) *multi) in FN() 49 __isl_give MULTI(BASE) *FN(MULTI(BASE),alloc)(__isl_take isl_space *space) in MULTI() argument 53 MULTI(BASE) *multi; in MULTI() 61 multi = isl_calloc(ctx, MULTI(BASE), in MULTI() [all …]
|
| H A D | isl_multi_no_explicit_domain.c | 21 static int FN(MULTI(BASE),has_explicit_domain)(__isl_keep MULTI(BASE) *multi) in FN() argument 29 static __isl_give MULTI(BASE) *FN(MULTI(BASE),init_explicit_domain)( in MULTI() argument 30 __isl_take MULTI(BASE) *multi) in MULTI() 38 static __isl_give MULTI(BASE) *FN(MULTI(BASE),intersect_explicit_domain)( in MULTI() argument 39 __isl_take MULTI(BASE) *dst, __isl_keep MULTI(BASE) *src) in MULTI() 48 static __isl_give MULTI(BASE) *FN(MULTI(BASE),copy_explicit_domain)( in MULTI() argument 49 __isl_take MULTI(BASE) *dst, __isl_keep MULTI(BASE) *src) in MULTI() 56 static __isl_give MULTI(BASE) * 57 FN(MULTI(BASE),intersect_explicit_domain_product)( 58 __isl_take MULTI(BASE) *dst, __isl_keep MULTI(BASE) *src1, [all …]
|
| H A D | isl_multi_explicit_domain.c | 15 __isl_give MULTI(BASE) *FN(MULTI(BASE),cow)(__isl_take MULTI(BASE) *multi); 21 static int FN(MULTI(BASE),has_explicit_domain)(__isl_keep MULTI(BASE) *multi) in FN() argument 28 static isl_stat FN(MULTI(BASE),check_has_explicit_domain)( in FN() argument 29 __isl_keep MULTI(BASE) *multi) in FN() 33 if (!FN(MULTI(BASE),has_explicit_domain)(multi)) in FN() 34 isl_die(FN(MULTI(BASE),get_ctx)(multi), isl_error_internal, in FN() 42 static __isl_keep DOM *FN(MULTI(BASE),peek_explicit_domain)( in FN() argument 43 __isl_keep MULTI(BASE) *multi) in FN() 45 if (FN(MULTI(BASE),check_has_explicit_domain)(multi) < 0) in FN() 52 static __isl_give DOM *FN(MULTI(BASE),get_explicit_domain)( in FN() argument [all …]
|
| H A D | isl_multi_arith_templ.c | 18 __isl_give MULTI(BASE) *FN(MULTI(BASE),add)(__isl_take MULTI(BASE) *multi1, in MULTI() argument 19 __isl_take MULTI(BASE) *multi2) in MULTI() 21 return FN(MULTI(BASE),bin_op)(multi1, multi2, &FN(EL,add)); in MULTI() 26 __isl_give MULTI(BASE) *FN(MULTI(BASE),sub)(__isl_take MULTI(BASE) *multi1, in MULTI() argument 27 __isl_take MULTI(BASE) *multi2) in MULTI() 29 return FN(MULTI(BASE),bin_op)(multi1, multi2, &FN(EL,sub)); in MULTI() 35 static __isl_give MULTI(BASE) *FN(MULTI(BASE),scale_val_fn)( in MULTI() argument 36 __isl_take MULTI(BASE) *multi, __isl_take isl_val *v, in MULTI() 51 return FN(MULTI(BASE),fn_val)(multi, fn, v); in MULTI() 54 return FN(MULTI(BASE),free)(multi); in MULTI() [all …]
|
| H A D | isl_multi_tuple_id_templ.c | 15 const char *FN(MULTI(BASE),get_tuple_name)(__isl_keep MULTI(BASE) *multi, in FN() argument 23 isl_bool FN(MULTI(BASE),has_tuple_id)(__isl_keep MULTI(BASE) *multi, in FN() argument 38 isl_bool FN(MULTI(BASE),has_range_tuple_id)(__isl_keep MULTI(BASE) *multi) in FN() argument 40 return FN(MULTI(BASE),has_tuple_id)(multi, isl_dim_out); in FN() 45 __isl_give isl_id *FN(MULTI(BASE),get_tuple_id)(__isl_keep MULTI(BASE) *multi, in FN() argument 58 __isl_give isl_id *FN(MULTI(BASE),get_range_tuple_id)( in FN() argument 59 __isl_keep MULTI(BASE) *multi) in FN() 61 return FN(MULTI(BASE),get_tuple_id)(multi, isl_dim_out); in FN() 64 __isl_give MULTI(BASE) *FN(MULTI(BASE),set_tuple_name)( in MULTI() argument 65 __isl_keep MULTI(BASE) *multi, enum isl_dim_type type, in MULTI() [all …]
|
| H A D | isl_multi_dims.c | 19 isl_bool FN(MULTI(BASE),involves_dims)(__isl_keep MULTI(BASE) *multi, in FN() argument 37 if (FN(MULTI(BASE),has_explicit_domain)(multi)) in FN() 38 return FN(MULTI(BASE),involves_explicit_domain_dims)(multi, in FN() 44 __isl_give MULTI(BASE) *FN(MULTI(BASE),insert_dims)( in MULTI() argument 45 __isl_take MULTI(BASE) *multi, in MULTI() 52 size = FN(MULTI(BASE),size)(multi); in MULTI() 54 return FN(MULTI(BASE),free)(multi); in MULTI() 56 isl_die(FN(MULTI(BASE),get_ctx)(multi), isl_error_invalid, in MULTI() 58 return FN(MULTI(BASE),free)(multi)); in MULTI() 62 space = FN(MULTI(BASE),take_space)(multi); in MULTI() [all …]
|
| H A D | isl_multi_product_templ.c | 20 __isl_give MULTI(BASE) *FN(MULTI(BASE),product)( in MULTI() argument 21 __isl_take MULTI(BASE) *multi1, __isl_take MULTI(BASE) *multi2) in MULTI() 26 MULTI(BASE) *res; in MULTI() 29 FN(MULTI(BASE),align_params_bin)(&multi1, &multi2); in MULTI() 30 in1 = FN(MULTI(BASE),dim)(multi1, isl_dim_in); in MULTI() 31 in2 = FN(MULTI(BASE),dim)(multi2, isl_dim_in); in MULTI() 32 out1 = FN(MULTI(BASE),dim)(multi1, isl_dim_out); in MULTI() 33 out2 = FN(MULTI(BASE),dim)(multi2, isl_dim_out); in MULTI() 36 space = isl_space_product(FN(MULTI(BASE),get_space)(multi1), in MULTI() 37 FN(MULTI(BASE),get_space)(multi2)); in MULTI() [all …]
|
| H A D | isl_multi_identity_templ.c | 18 __isl_give MULTI(BASE) *FN(MULTI(BASE),identity)(__isl_take isl_space *space) in MULTI() argument 23 MULTI(BASE) *multi; in MULTI() 41 multi = FN(MULTI(BASE),alloc)(isl_space_copy(space)); in MULTI() 55 multi = FN(FN(MULTI(BASE),set),BASE)(multi, i, el); in MULTI() 69 __isl_give MULTI(BASE) *FN(MULTI(BASE),identity_on_domain_space)( in MULTI() argument 72 return FN(MULTI(BASE),identity)(isl_space_map_from_set(space)); in MULTI() 79 __isl_give MULTI(BASE) *FN(FN(isl_space_identity_multi,BASE),on_domain)( in MULTI() argument 82 return FN(MULTI(BASE),identity_on_domain_space)(space); in MULTI() 88 __isl_give MULTI(BASE) *FN(FN(MULTI(BASE),identity_multi),BASE)( in MULTI() argument 89 __isl_take MULTI(BASE) *multi) in MULTI() [all …]
|
| H A D | isl_multi_move_dims_templ.c | 19 __isl_give MULTI(BASE) *FN(MULTI(BASE),move_dims)(__isl_take MULTI(BASE) *multi, in MULTI() argument 27 size = FN(MULTI(BASE),size)(multi); in MULTI() 29 return FN(MULTI(BASE),free)(multi); in MULTI() 37 isl_die(FN(MULTI(BASE),get_ctx)(multi), isl_error_invalid, in MULTI() 39 return FN(MULTI(BASE),free)(multi)); in MULTI() 41 isl_die(FN(MULTI(BASE),get_ctx)(multi), isl_error_invalid, in MULTI() 43 return FN(MULTI(BASE),free)(multi)); in MULTI() 44 if (FN(MULTI(BASE),check_range)(multi, src_type, src_pos, n) < 0) in MULTI() 45 return FN(MULTI(BASE),free)(multi); in MULTI() 47 isl_die(FN(MULTI(BASE),get_ctx)(multi), isl_error_unsupported, in MULTI() [all …]
|
| H A D | isl_multi_union_add_templ.c | 27 __isl_give MULTI(BASE) *FN(MULTI(BASE),union_add)( in MULTI() argument 28 __isl_take MULTI(BASE) *multi1, __isl_take MULTI(BASE) *multi2) in MULTI() 35 return FN(MULTI(BASE),bin_op)(multi1, multi2, in MULTI() 37 FN(MULTI(BASE),align_params_bin)(&multi1, &multi2); in MULTI() 38 if (FN(MULTI(BASE),check_equal_space)(multi1, multi2) < 0) in MULTI() 40 if (FN(MULTI(BASE),check_has_explicit_domain)(multi1) < 0 || in MULTI() 41 FN(MULTI(BASE),check_has_explicit_domain)(multi2) < 0) in MULTI() 44 has_domain = FN(MULTI(BASE),has_non_trivial_domain)(multi1); in MULTI() 48 FN(MULTI(BASE),free)(multi2); in MULTI() 51 has_domain = FN(MULTI(BASE),has_non_trivial_domain)(multi2); in MULTI() [all …]
|
| H A D | isl_multi_dim_id_templ.c | 19 int FN(MULTI(BASE),find_dim_by_name)(__isl_keep MULTI(BASE) *multi, in FN() argument 30 int FN(MULTI(BASE),find_dim_by_id)(__isl_keep MULTI(BASE) *multi, in FN() argument 40 __isl_give isl_id *FN(MULTI(BASE),get_dim_id)(__isl_keep MULTI(BASE) *multi, in FN() argument 46 __isl_give MULTI(BASE) *FN(MULTI(BASE),set_dim_name)( in MULTI() argument 47 __isl_take MULTI(BASE) *multi, in MULTI() 52 space = FN(MULTI(BASE),get_space)(multi); in MULTI() 55 return FN(MULTI(BASE),reset_space)(multi, space); in MULTI() 60 __isl_give MULTI(BASE) *FN(MULTI(BASE),set_dim_id)( in MULTI() argument 61 __isl_take MULTI(BASE) *multi, in MULTI() 66 space = FN(MULTI(BASE),get_space)(multi); in MULTI() [all …]
|
| H A D | isl_multi_bin_val_templ.c | 12 static __isl_give MULTI(BASE) *FN(MULTI(BASE),fn_val)( in MULTI() argument 13 __isl_take MULTI(BASE) *multi, in MULTI() 20 n = FN(MULTI(BASE),size)(multi); in MULTI() 27 el = FN(MULTI(BASE),take_at)(multi, i); in MULTI() 29 multi = FN(MULTI(BASE),restore_at)(multi, i, el); in MULTI() 36 FN(MULTI(BASE),free)(multi); in MULTI() 41 #define TYPE MULTI(BASE) 46 static __isl_give MULTI(BASE) *FN(MULTI(BASE),fn_multi_val)( in MULTI() argument 47 __isl_take MULTI(BASE) *multi, in MULTI() 54 n = FN(MULTI(BASE),size)(multi); in MULTI() [all …]
|
| H A D | isl_multi_splice_templ.c | 38 __isl_give MULTI(BASE) *FN(MULTI(BASE),splice)( in MULTI() argument 39 __isl_take MULTI(BASE) *multi1, unsigned in_pos, unsigned out_pos, in MULTI() 40 __isl_take MULTI(BASE) *multi2) in MULTI() 45 n_in1 = FN(MULTI(BASE),dim)(multi1, isl_dim_in); in MULTI() 46 n_in2 = FN(MULTI(BASE),dim)(multi2, isl_dim_in); in MULTI() 50 if (FN(MULTI(BASE),check_range)(multi1, isl_dim_in, in_pos, 0) < 0) in MULTI() 53 multi1 = FN(MULTI(BASE),insert_dims)(multi1, isl_dim_in, in_pos, n_in2); in MULTI() 54 multi2 = FN(MULTI(BASE),insert_dims)(multi2, isl_dim_in, n_in2, in MULTI() 56 multi2 = FN(MULTI(BASE),insert_dims)(multi2, isl_dim_in, 0, in_pos); in MULTI() 58 return FN(MULTI(BASE),range_splice)(multi1, out_pos, multi2); in MULTI() [all …]
|
| H A D | isl_ilp_opt_val_templ.c | 12 #define TYPE CAT(isl_,BASE) 13 #define xBFN(BASE,NAME) isl_ ## BASE ## _ ## NAME argument 14 #define BFN(BASE,NAME) xBFN(BASE,NAME) argument 23 static __isl_give isl_val *BFN(BASE,dim_opt_val)(__isl_take TYPE *set, int max, in BFN() argument 30 if (BFN(BASE,check_range)(set, isl_dim_set, pos, 1) < 0) in BFN() 32 ls = isl_local_space_from_space(BFN(BASE,get_space)(set)); in BFN() 34 v = BFN(BASE,opt_val)(set, max, obj); in BFN() 36 BFN(BASE,free)(set); in BFN() local 40 BFN(BASE,free)(set); in BFN()
|
| H A D | isl_multi_min_max_templ.c | 12 __isl_give MULTI(BASE) *FN(MULTI(BASE),min)(__isl_take MULTI(BASE) *multi1, in MULTI() argument 13 __isl_take MULTI(BASE) *multi2) in MULTI() 15 return FN(MULTI(BASE),bin_op)(multi1, multi2, &FN(EL,min)); in MULTI() 20 __isl_give MULTI(BASE) *FN(MULTI(BASE),max)(__isl_take MULTI(BASE) *multi1, in MULTI() argument 21 __isl_take MULTI(BASE) *multi2) in MULTI() 23 return FN(MULTI(BASE),bin_op)(multi1, multi2, &FN(EL,max)); in MULTI()
|
| H A D | isl_multi_un_op_templ.c | 19 S(MULTI(BASE),un_op_control) { in S() argument 26 static __isl_give MULTI(BASE) *FN(MULTI(BASE),un_op)( in MULTI() argument 27 __isl_take MULTI(BASE) *multi, S(MULTI(BASE),un_op_control) *control) in MULTI() 33 n = FN(MULTI(BASE),size)(multi); in MULTI() 35 return FN(MULTI(BASE),free)(multi); in MULTI() 40 el = FN(MULTI(BASE),take_at)(multi, i); in MULTI() 42 multi = FN(MULTI(BASE),restore_at)(multi, i, el); in MULTI() 48 space = FN(MULTI(BASE),take_space)(multi); in MULTI() 50 multi = FN(MULTI(BASE),restore_space)(multi, space); in MULTI()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
| H A D | adler32.c | 11 #define BASE 65521UL /* largest prime smaller than 65536 */ macro 25 if (a >= (BASE << 16)) a -= (BASE << 16); \ 26 if (a >= (BASE << 15)) a -= (BASE << 15); \ 27 if (a >= (BASE << 14)) a -= (BASE << 14); \ 28 if (a >= (BASE << 13)) a -= (BASE << 13); \ 29 if (a >= (BASE << 12)) a -= (BASE << 12); \ 30 if (a >= (BASE << 11)) a -= (BASE << 11); \ 31 if (a >= (BASE << 10)) a -= (BASE << 10); \ 32 if (a >= (BASE << 9)) a -= (BASE << 9); \ 33 if (a >= (BASE << 8)) a -= (BASE << 8); \ [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
| H A D | adler32.c | 12 #define BASE 65521U /* largest prime smaller than 65536 */ macro 36 if (a >= BASE) a -= BASE; \ 54 if (a >= BASE) a -= BASE; \ 57 # define MOD(a) a %= BASE 58 # define MOD28(a) a %= BASE 59 # define MOD63(a) a %= BASE 78 if (adler >= BASE) 79 adler -= BASE; 81 if (sum2 >= BASE) 82 sum2 -= BASE; [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/ |
| H A D | adler32.c | 12 #define BASE 65521U /* largest prime smaller than 65536 */ macro 36 if (a >= BASE) a -= BASE; \ 54 if (a >= BASE) a -= BASE; \ 57 # define MOD(a) a %= BASE 58 # define MOD28(a) a %= BASE 59 # define MOD63(a) a %= BASE 78 if (adler >= BASE) 79 adler -= BASE; 81 if (sum2 >= BASE) 82 sum2 -= BASE; [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/ |
| H A D | adler32.c | 12 #define BASE 65521U /* largest prime smaller than 65536 */ macro 36 if (a >= BASE) a -= BASE; \ 54 if (a >= BASE) a -= BASE; \ 57 # define MOD(a) a %= BASE 58 # define MOD28(a) a %= BASE 59 # define MOD63(a) a %= BASE 78 if (adler >= BASE) 79 adler -= BASE; 81 if (sum2 >= BASE) 82 sum2 -= BASE; [all …]
|
| /netbsd-src/sys/arch/i386/stand/ |
| H A D | Makefile.booters | 41 CLEANFILES+= ${STARTFILE} ${BASE}.list 77 CLEANFILES+= ${BASE}.sym 78 ${BASE}.sym: ${STARTFILE} ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} ${LIBI386} 80 ${CC} -o ${BASE}.sym ${LDFLAGS} -Wl,-Ttext,${RELOC} \ 81 ${STARTFILE} ${OBJS} ${LIBLIST} >${BASE}.list 83 CLEANFILES+= ${BASE}.com 84 ${BASE}.com: ${STARTFILE} ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} ${LIBI386} 86 ${CC} -o ${BASE}.sym ${LDFLAGS} -Wl,-Ttext,${RELOC} \ 87 ${STARTFILE} ${OBJS} ${LIBLIST} >${BASE}.list 88 ${OBJCOPY} -O binary ${BASE}.sym ${BASE}.com [all …]
|