nifs.c
Include dependency graph for nifs.c:
Defines
-
_GNU_SOURCE
-
MAX_NIF_NAME_LEN
-
FLOAT_BUF_SIZE
-
RAISE(a, b)
-
MAX(x, y)
-
NOT_FOUND
-
DECLARE_MATH_NIF_FUN(moniker)
-
DEFINE_MATH_NIF(moniker)
-
IF_HAVE_OPEN_CLOSE(expr)
-
IF_HAVE_MKFIFO(expr)
-
IF_HAVE_UNLINK(expr)
-
DEFINE_UNARY_MATH_OP(moniker)
-
DEFINE_BINARY_MATH_OP(moniker)
Typedefs
-
typedef avm_float_t (*unary_math_f)(avm_float_t x)
-
typedef avm_float_t (*binary_math_f)(avm_float_t x, avm_float_t y)
Functions
-
static NativeHandlerResult process_echo_mailbox(Context *ctx)
-
static NativeHandlerResult process_console_mailbox(Context *ctx)
-
const struct Nif *nifs_get(AtomString module, AtomString function, int arity)
-
static inline term make_maybe_boxed_int64(Context *ctx, avm_int64_t value)
-
static NativeHandlerResult process_console_message(Context *ctx, term msg)
-
static int is_valid_float_string(const char *str, int len)
-
static size_t lltoa(avm_int64_t int_value, unsigned base, char *integer_string)
-
static int format_float(term value, int scientific, int decimals, int compact, char *out_buf, int outbuf_len)
-
static void *nif_iterate_processes(GlobalContext *glb, context_iterator fun, void *accum)
-
static size_t nif_num_processes(GlobalContext *glb)
-
static size_t nif_num_ports(GlobalContext *glb)
-
static void refc_binary_avm_pack_destructor(struct AVMPackData *obj, GlobalContext *global)
-
static term open_avm_error_tuple(Context *ctx, enum OpenAVMResult result)
-
static inline uint8_t find_index(uint8_t c)
-
static void maybe_clear_exceptions()
-
static term get_exception(avm_float_t f)
-
static term math_unary_op(Context *ctx, term x_term, unary_math_f f)
Variables
- static const struct Nif binary_at_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_binary_at_2}
- static const struct Nif binary_first_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_binary_first_1}
- static const struct Nif binary_last_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_binary_last_1}
- static const struct Nif binary_part_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_binary_part_3}
- static const struct Nif binary_split_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_binary_split_2}
- static const struct Nif make_ref_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_make_ref_0}
- static const struct Nif atom_to_binary_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_atom_to_binary_2}
- static const struct Nif atom_to_list_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_atom_to_list_1}
- static const struct Nif binary_to_atom_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_binary_to_atom_2}
- static const struct Nif binary_to_float_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_binary_to_float_1}
- static const struct Nif binary_to_integer_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_binary_to_integer_1}
- static const struct Nif binary_to_list_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_binary_to_list_1}
- static const struct Nif binary_to_existing_atom_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_binary_to_existing_atom_2}
- static const struct Nif delete_element_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_delete_element_2}
- static const struct Nif display_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_display_1}
- static const struct Nif erase_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_erase_1}
- static const struct Nif error_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_error}
- static const struct Nif exit_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_exit}
- static const struct Nif insert_element_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_insert_element_3}
- static const struct Nif integer_to_binary_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_integer_to_binary_2}
- static const struct Nif integer_to_list_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_integer_to_list_2}
- static const struct Nif float_to_binary_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_float_to_binary}
- static const struct Nif float_to_list_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_float_to_list}
- static const struct Nif is_process_alive_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_is_process_alive_1}
- static const struct Nif list_to_atom_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_list_to_atom_1}
- static const struct Nif list_to_existing_atom_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_list_to_existing_atom_1}
- static const struct Nif list_to_binary_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_list_to_binary_1}
- static const struct Nif list_to_integer_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_list_to_integer_1}
- static const struct Nif list_to_float_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_list_to_float_1}
- static const struct Nif list_to_tuple_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_list_to_tuple_1}
- static const struct Nif iolist_size_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_iolist_size_1}
- static const struct Nif iolist_to_binary_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_iolist_to_binary_1}
- static const struct Nif open_port_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_open_port_2}
- static const struct Nif make_tuple_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_make_tuple_2}
- static const struct Nif register_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_register_2}
- static const struct Nif unregister_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_unregister_1}
- static const struct Nif spawn_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_spawn}
- static const struct Nif spawn_opt_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_spawn}
- static const struct Nif spawn_fun_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_spawn_fun}
- static const struct Nif spawn_fun_opt_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_spawn_fun}
- static const struct Nif send_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_send_2}
- static const struct Nif setelement_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_setelement_3}
- static const struct Nif whereis_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_whereis_1}
- static const struct Nif concat_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_concat_2}
- static const struct Nif monotonic_time_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_monotonic_time_1}
- static const struct Nif system_time_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_system_time_1}
- static const struct Nif universaltime_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_universaltime_0}
- static const struct Nif localtime_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_localtime}
- static const struct Nif timestamp_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_timestamp_0}
- static const struct Nif system_time_to_universal_time_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_calendar_system_time_to_universal_time_2}
- static const struct Nif tuple_to_list_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_tuple_to_list_1}
- static const struct Nif flat_size_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erts_debug_flat_size}
- static const struct Nif process_flag_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_process_flag}
- static const struct Nif processes_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_processes}
- static const struct Nif process_info_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_process_info}
- static const struct Nif put_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_put_2}
- static const struct Nif system_info_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_system_info}
- static const struct Nif system_flag_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_system_flag}
- static const struct Nif binary_to_term_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_binary_to_term}
- static const struct Nif term_to_binary_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_term_to_binary}
- static const struct Nif throw_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_throw}
- static const struct Nif pid_to_list_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_pid_to_list}
- static const struct Nif ref_to_list_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_ref_to_list}
- static const struct Nif fun_to_list_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_fun_to_list}
- static const struct Nif function_exported_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_function_exported}
- static const struct Nif garbage_collect_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_garbage_collect}
- static const struct Nif make_fun_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_make_fun_3}
- static const struct Nif memory_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_memory}
- static const struct Nif monitor_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_monitor}
- static const struct Nif demonitor_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_demonitor}
- static const struct Nif link_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_link}
- static const struct Nif unlink_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_unlink}
- static const struct Nif group_leader_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_group_leader}
- static const struct Nif get_module_info_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_get_module_info}
- static const struct Nif raise_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_erlang_raise}
- static const struct Nif atomvm_add_avm_pack_binary_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_atomvm_add_avm_pack_binary}
- static const struct Nif atomvm_add_avm_pack_file_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_atomvm_add_avm_pack_file}
- static const struct Nif atomvm_close_avm_pack_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_atomvm_close_avm_pack}
- static const struct Nif atomvm_get_start_beam_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_atomvm_get_start_beam}
- static const struct Nif atomvm_read_priv_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_atomvm_read_priv}
- static const struct Nif console_print_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_console_print}
- static const struct Nif base64_encode_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_base64_encode}
- static const struct Nif base64_decode_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_base64_decode}
- static const struct Nif base64_encode_to_string_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_base64_encode_to_string}
- static const struct Nif base64_decode_to_string_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_base64_decode_to_string}
- static const struct Nif code_load_abs_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_code_load_abs}
- static const struct Nif code_load_binary_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_code_load_binary}
- static const struct Nif maps_next_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_maps_next}
- static const struct Nif unicode_characters_to_list_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_unicode_characters_to_list}
- static const struct Nif unicode_characters_to_binary_nif ={.base.type =NIFFunctionType,.nif_ptr = nif_unicode_characters_to_binary}
- static const struct AVMPackInfo refc_binary_avm_pack_info = {.destructor = refc_binary_avm_pack_destructor}
-
static char b64_table[64] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
-
struct ContextAccumulator
Collaboration diagram for ContextAccumulator:
-
struct RefcBinaryAVMPack
Collaboration diagram for RefcBinaryAVMPack: