Searched defs:U_SIMPLE (Results 1 - 25 of 26) sorted by relevance

12

/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Derror.c628 (void) built_in(in_dict("error_id", 2), p_error_id, B_UNSAFE|U_SIMPLE); local
629 (void) local_built_in(in_dict("max_error", 1), p_max_error, B_UNSAFE|U_SIMPLE); local
631 (void) local_built_in(in_dict("get_last_errno", 1), p_get_last_errno, B_UNSAFE|U_SIMPLE); local
632 (void) built_in(in_dict("errno_id", 1), p_errno_id1, B_UNSAFE|U_SIMPLE); local
633 (void) built_in(in_dict("errno_id", 2), p_errno_id, B_UNSAFE|U_SIMPLE); local
H A Dbip_heapevents.c292 (void) built_in(in_dict("event_create_", 3), p_event_create, B_SAFE|U_SIMPLE); local
293 (void) built_in(in_dict("event_create_", 4), p_event_create4, B_SAFE|U_SIMPLE); local
H A Dbip_bag.c260 (void) built_in(in_dict("bag_create", 1), p_bag_create, B_SAFE|U_SIMPLE); local
H A Dbip_shelf.c435 (void) built_in(in_dict("shelf_create", 3), p_shelf_create3, B_SAFE|U_SIMPLE); local
436 (void) built_in(in_dict("shelf_create", 2), p_shelf_create2, B_SAFE|U_SIMPLE); local
H A Dbip_mps.c653 p_mps_error, B_SAFE|U_SIMPLE); local
H A Dbip_store.c872 (void) built_in(in_dict("store_create", 1), p_store_create, B_SAFE|U_SIMPLE); local
873 (void) built_in(in_dict("store_create_named_", 2), p_store_create_named, B_SAFE|U_SIMPLE); local
H A Dterm_copy.c1405 p_term_size, B_UNSAFE|U_SIMPLE); local
H A Dbip_load.c1051 (void) exported_built_in(in_dict("licence_checkout", 6), p_licence_checkout, B_UNSAFE|U_SIMPLE); local
1102 p_symbol_address, B_UNSAFE|U_SIMPLE); local
H A Dbip_module.c133 B_UNSAFE|U_SIMPLE); local
H A Dbip_record.c888 p_valid_key, B_SAFE|U_SIMPLE); local
H A Dbip_serialize.c1361 p_term_to_bytes, B_UNSAFE|U_SIMPLE); local
H A Dbip_control.c143 (void) local_built_in(in_dict("global_flags", 3), p_global_flags, B_SAFE|U_SIMPLE); local
144 (void) local_built_in(in_dict("vm_flags", 3), p_vm_flags, B_SAFE|U_SIMPLE); local
145 (void) local_built_in(in_dict("sys_flags", 2), p_sys_flags, B_SAFE|U_SIMPLE); local
153 (void) built_in(in_dict("timestamp_age", 3), p_timestamp_age, B_UNSAFE|U_SIMPLE); local
H A Dbip_strings.c108 (void) built_in(in_dict("hash_secure", 3), p_hash_secure, B_UNSAFE|U_SIMPLE); local
109 (void) built_in(in_dict("string_length", 2), p_string_length,B_UNSAFE|U_SIMPLE); local
110 (void) built_in(in_dict("get_string_code", 3), p_get_string_code, B_UNSAFE|U_SIMPLE); local
112 (void) built_in(in_dict("substring", 3), p_substring, B_UNSAFE|U_SIMPLE); local
113 (void) built_in(in_dict("atom_length", 2), p_atom_length, B_UNSAFE|U_SIMPLE); local
114 (void) built_in(in_dict("string_upper", 2), p_string_upper, B_UNSAFE|U_SIMPLE); local
115 (void) built_in(in_dict("string_lower", 2), p_string_lower, B_UNSAFE|U_SIMPLE); local
129 p_first_substring, B_UNSAFE|U_SIMPLE); local
[all...]
H A Dbip_tconv.c103 (void) built_in(in_dict("type_of", 2), p_type_of, B_UNSAFE|U_SIMPLE); local
105 p_get_var_type, B_UNSAFE|U_SIMPLE); local
107 p_get_var_name, B_UNSAFE|U_SIMPLE); local
119 (void) built_in(in_dict("term_hash", 4), p_term_hash, B_UNSAFE|U_SIMPLE); local
H A Dcode.c1246 make_function_bip(in_dict("+",3), BI_Add, PROC_DEMON|U_SIMPLE, BoundArg(3,CONSTANT), 16, 1); local
1247 make_function_bip(in_dict("-",3), BI_Sub, PROC_DEMON|U_SIMPLE, BoundArg(3,CONSTANT), 16, 1); local
1248 make_function_bip(in_dict("*",3), BI_Mul, PROC_DEMON|U_SIMPLE, BoundArg(3,CONSTANT), 16, 1); local
1249 make_function_bip(in_dict("/",3), BI_Quot, PROC_DEMON|U_SIMPLE, BoundArg(3,CONSTANT), 16, 1); local
1250 make_function_bip(in_dict("//",3), BI_Div, PROC_DEMON|U_SIMPLE, BoundArg(3,CONSTANT), 16, 1); local
1251 make_function_bip(in_dict("rem",3), BI_Rem, PROC_DEMON|U_SIMPLE, BoundArg(3,CONSTANT), 16, 1); local
1252 make_function_bip(in_dict("div",3), BI_FloorDiv, PROC_DEMON|U_SIMPLE, BoundAr local
1253 make_function_bip(in_dict("mod",3), BI_FloorRem, PROC_DEMON|U_SIMPLE, BoundArg(3,CONSTANT), 16, 1); local
1254 make_function_bip(in_dict("/\\\\",3), BI_And, PROC_DEMON|U_SIMPLE, BoundArg(3,CONSTANT), 16, 1); local
1255 make_function_bip(in_dict("\\\\/",3), BI_Or, PROC_DEMON|U_SIMPLE, BoundArg(3,CONSTANT), 16, 1); local
1256 make_function_bip(in_dict("xor", 3), BI_Xor, PROC_DEMON|U_SIMPLE, BoundArg(3,CONSTANT), 16, 1); local
[all...]
H A Dgc_stacks.c2681 p_gc_stat, B_UNSAFE|U_SIMPLE); local
2683 p_gc_interval, B_UNSAFE|U_SIMPLE); local
H A Dhandlers.c1474 p_define_error, B_UNSAFE|U_SIMPLE); local
H A Dlex.c278 (void) exported_built_in(in_dict("get_chtab_", 3), p_get_chtab, B_UNSAFE|U_SIMPLE); local
H A Dbip_arith.c2184 (void) built_in(in_dict("+", 2), p_uplus, B_UNSAFE|U_SIMPLE); local
2185 (void) built_in(in_dict("abs", 2), p_abs, B_UNSAFE|U_SIMPLE); local
2194 (void) built_in(in_dict("setbit", 3), p_setbit, B_UNSAFE|U_SIMPLE); local
2195 (void) built_in(in_dict("getbit", 3), p_getbit, B_UNSAFE|U_SIMPLE); local
2196 (void) built_in(in_dict("clrbit", 3), p_clrbit, B_UNSAFE|U_SIMPLE); local
2197 (void) built_in(in_dict("sin", 2), p_sin, B_UNSAFE|U_SIMPLE); local
2198 (void) built_in(in_dict("cos", 2), p_cos, B_UNSAFE|U_SIMPLE); local
2199 (void) built_in(in_dict("tan", 2), p_tan, B_UNSAFE|U_SIMPLE); local
2200 (void) built_in(in_dict("asin", 2), p_asin, B_UNSAFE|U_SIMPLE); local
2201 (void) built_in(in_dict("acos", 2), p_acos, B_UNSAFE|U_SIMPLE); local
2202 (void) built_in(in_dict("atan", 2), p_atan, B_UNSAFE|U_SIMPLE); local
2204 (void) built_in(in_dict("exp", 2), p_exp, B_UNSAFE|U_SIMPLE); local
2205 (void) built_in(in_dict("ln", 2), p_ln, B_UNSAFE|U_SIMPLE); local
2206 (void) built_in(in_dict("sqrt", 2), p_sqrt, B_UNSAFE|U_SIMPLE); local
2207 (void) built_in(in_dict("round", 2), p_round, B_UNSAFE|U_SIMPLE); local
2208 (void) built_in(in_dict("floor", 2), p_floor, B_UNSAFE|U_SIMPLE); local
2209 (void) built_in(in_dict("ceiling", 2), p_ceiling, B_UNSAFE|U_SIMPLE); local
2210 (void) built_in(in_dict("truncate", 2), p_truncate, B_UNSAFE|U_SIMPLE); local
2211 (void) built_in(in_dict("numerator", 2), p_numerator, B_UNSAFE|U_SIMPLE); local
2212 (void) built_in(in_dict("denominator", 2), p_denominator,B_UNSAFE|U_SIMPLE); local
2213 (void) built_in(in_dict("sgn", 2), p_sgn, B_UNSAFE|U_SIMPLE); local
2214 (void) local_built_in(in_dict("pi", 1), p_pi, B_UNSAFE|U_SIMPLE); local
2215 (void) local_built_in(in_dict("e", 1), p_e, B_UNSAFE|U_SIMPLE); local
2217 (void) built_in(in_dict("fix", 2), p_fix, B_UNSAFE|U_SIMPLE); local
2218 (void) built_in(in_dict("integer", 2), p_integer2, B_UNSAFE|U_SIMPLE); local
2219 (void) built_in(in_dict("float", 2), p_float2, B_UNSAFE|U_SIMPLE); local
2220 (void) built_in(in_dict("rational", 2), p_rational2, B_UNSAFE|U_SIMPLE); local
2221 (void) built_in(in_dict("rationalize", 2), p_rationalize, B_UNSAFE|U_SIMPLE); local
2222 (void) exported_built_in(in_dict("minint", 1), p_minint, B_UNSAFE|U_SIMPLE); local
2223 (void) exported_built_in(in_dict("maxint", 1), p_maxint, B_UNSAFE|U_SIMPLE); local
2224 (void) exported_built_in(in_dict("bignum", 2), p_bignum2,B_UNSAFE|U_SIMPLE); local
2225 (void) exported_built_in(in_dict("breal", 2), p_breal2,B_UNSAFE|U_SIMPLE); local
2227 (void) exported_built_in(in_dict("integer_list", 3), p_integer_list,B_UNSAFE|U_SIMPLE); local
[all...]
H A Dbip_delay.c191 p_last_suspension, B_UNSAFE|U_SIMPLE); local
209 p_init_suspension_list, B_SAFE|U_SIMPLE); local
H A Dbip_misc.c171 (void) built_in(in_dict("argc",1), p_argc, B_UNSAFE|U_SIMPLE); local
172 (void) built_in(in_dict("argv",2), p_argv, B_UNSAFE|U_SIMPLE); local
173 (void) built_in(in_dict("getenv",2), p_getenv, B_UNSAFE|U_SIMPLE); local
174 (void) built_in(in_dict("setenv",2), p_setenv, B_UNSAFE|U_SIMPLE); local
175 (void) built_in(in_dict("date",1), p_date, B_UNSAFE|U_SIMPLE); local
177 (void) built_in(in_dict("local_time_string",3), p_local_time_string, B_UNSAFE|U_SIMPLE); local
179 p_expand_filename, B_UNSAFE|U_SIMPLE); local
182 (void) built_in(in_dict("random",1), p_random, B_UNSAFE|U_SIMPLE); local
183 (void) built_in(in_dict("frandom",1), p_frandom, B_UNSAFE|U_SIMPLE); local
187 (void) built_in(in_dict("suffix", 2), p_suffix, B_UNSAFE|U_SIMPLE); local
190 (void) built_in(in_dict("getcwd", 1), p_getcwd, B_UNSAFE|U_SIMPLE); local
192 (void) built_in(in_dict("get_hr_time", 1), p_get_hr_time, B_UNSAFE|U_SIMPLE); local
195 p_get_timer, B_UNSAFE|U_SIMPLE); local
202 (void) local_built_in(in_dict("wm_set", 3), p_wm_set, B_UNSAFE|U_SIMPLE); local
204 B_UNSAFE|U_SIMPLE); local
206 B_UNSAFE|U_SIMPLE); local
211 p_heap_stat, B_UNSAFE|U_SIMPLE); local
213 p_get_sys_flag, B_UNSAFE|U_SIMPLE); local
215 p_sys_file_flag, B_UNSAFE|U_SIMPLE); local
220 (void) built_in(in_dict("cputime",1), p_cputime, B_UNSAFE|U_SIMPLE); local
[all...]
H A Ddict.h339 #define U_SIMPLE 0x00000004 /* unify 1 arg with a simple term */ macro
H A Dintervals.c2290 (void) exported_built_in(in_dict("breal_from_bounds", 3), p_breal_from_bounds, B_UNSAFE|U_SIMPLE); local
2291 (void) exported_built_in(in_dict("breal_min", 2), p_breal_min, B_UNSAFE|U_SIMPLE); local
2292 (void) exported_built_in(in_dict("breal_max", 2), p_breal_max, B_UNSAFE|U_SIMPLE); local
2293 (void) exported_built_in(in_dict("breal_bounds", 3), p_breal_bounds, B_UNSAFE|U_SIMPLE); local
H A Dwrite.c227 (void) local_built_in(in_dict("output_mode", 1), p_output_mode, B_UNSAFE|U_SIMPLE); local
228 (void) local_built_in(in_dict("output_mode_mask", 1), p_output_mode_mask, B_UNSAFE|U_SIMPLE); local
H A Dbip_db.c304 (void) built_in(in_dict("vm_statistics", 1), p_vm_statistics, B_UNSAFE|U_SIMPLE); local
306 (void) built_in(in_dict("load_eco", 4), p_load_eco, B_UNSAFE|U_SIMPLE); local
320 (void) exported_built_in(in_dict("dynamic_source_", 4), p_dynamic_source, B_UNSAFE|U_SIMPLE); local
337 (void) local_built_in(in_dict("dict_param", 2), ec_dict_param, B_UNSAFE|U_SIMPLE); local
340 (void) exported_built_in(in_dict("mode_", 2), p_mode, B_SAFE|U_SIMPLE); local

Completed in 203 milliseconds

12