Procedures

ProcedureLocationProcedure TypeDescription
add_clonehasty_dictionarySubroutine

Add a node to the dictionary cloning content (non pointer add).

add_clonehasty_hash_tableSubroutine

Add a node to the hash table cloning content (non pointer add).

add_idhasty_dictionarySubroutine

Add a id to minimum and maximum unique key id values.

add_pointerhasty_dictionarySubroutine

Add a node pointer to the dictionary.

add_pointerhasty_hash_tableSubroutine

Add a node pointer to the hash table.

allocate_membershasty_hash_tableSubroutine

Allocate dynamic memory members.

assert_close_r32testerSubroutine

Check if two reals (32 bits) are close with respect a tolerance.

assert_close_r32_1testerSubroutine

Check if two real (32 bits) arrays (rank 1) are close with respect a tolerance.

assert_close_r64testerSubroutine

Check if two reals (64 bits) are close with respect a tolerance.

assert_close_r64_1testerSubroutine

Check if two real (64 bits) arrays (rank 1) are close with respect a tolerance.

assert_equal_i16testerSubroutine

Check if two integers (16 bits) are equal.

assert_equal_i16_1testerSubroutine

Check if two integer (16 bits) arrays (rank 1) are equal.

assert_equal_i32testerSubroutine

Check if two integers (32 bits) are equal.

assert_equal_i32_1testerSubroutine

Check if two integer (32 bits) arrays (rank 1) are equal.

assert_equal_i64testerSubroutine

Check if two integers (64 bits) are equal.

assert_equal_i64_1testerSubroutine

Check if two integer (64 bits) arrays (rank 1) are equal.

assert_equal_i8testerSubroutine

Check if two integers (8 bits) are equal.

assert_equal_i8_1testerSubroutine

Check if two integer (8 bits) arrays (rank 1) are equal.

assert_equal_ltesterSubroutine

Check if two logicals are equal.

assert_equal_l_1testerSubroutine

Check if two logical arrays (rank 1) are equal.

assert_equal_r32testerSubroutine

Check if two reals (32 bits) are equal.

assert_equal_r32_1testerSubroutine

Check if two real (32 bits) arrays (rank 1) are equal.

assert_equal_r64testerSubroutine

Check if two reals (64 bits) are equal.

assert_equal_r64_1testerSubroutine

Check if two real (64 bits) arrays (rank 1) are equal.

assert_positive_i16testerSubroutine

Check if a integer (16 bits) is positive.

assert_positive_i16_1testerSubroutine

Check if a integer (16 bits) array (rank 1) is positive.

assert_positive_i32testerSubroutine

Check if a integer (32 bits) is positive.

assert_positive_i32_1testerSubroutine

Check if a integer (32 bits) array (rank 1) is positive.

assert_positive_i64testerSubroutine

Check if a integer (32 bits) is positive.

assert_positive_i64_1testerSubroutine

Check if a integer (64 bits) array (rank 1) is positive.

assert_positive_i8testerSubroutine

Check if a integer (32 bits) is positive.

assert_positive_i8_1testerSubroutine

Check if a integer (8 bits) array (rank 1) is positive.

assert_positive_r32testerSubroutine

Check if a real (32 bits) is positive.

assert_positive_r32_1testerSubroutine

Check if a real (32 bits) array (rank 1) is positive.

assert_positive_r64testerSubroutine

Check if a real (64 bits) is positive.

assert_positive_r64_1testerSubroutine

Check if a real (64 bits) array (rank 1) is positive.

bctoi_I1Ppenf_stringifyFunction

Convert bit-string to integer.

bctoi_I2Ppenf_stringifyFunction

Convert bit-string to integer.

bctoi_I4Ppenf_stringifyFunction

Convert bit-string to integer.

bctoi_I8Ppenf_stringifyFunction

Convert bit-string to integer.

bctonpenf_stringifyInterface

Convert bit-string to number (real and integer, bit-string to number type casting).

bctor_R16Ppenf_stringifyFunction

Convert bit-string to real.

bctor_R4Ppenf_stringifyFunction

Convert bit-string to real.

bctor_R8Ppenf_stringifyFunction

Convert bit-string to real.

bit_sizepenfInterface

Overloading of the intrinsic bit_size function for computing the number of bits of (also) real and character variables.

bit_sizepenf_b_sizeInterface

Overloading of the intrinsic bit_size function for computing the number of bits of (also) real and character variables.

bit_size_chrpenf_b_sizeFunction

Compute the number of bits of a character variable.

bit_size_R16Ppenf_b_sizeFunction

Compute the number of bits of a real variable.

bit_size_R4Ppenf_b_sizeFunction

Compute the number of bits of a real variable.

bit_size_R8Ppenf_b_sizeFunction

Compute the number of bits of a real variable.

bstrpenf_stringifyInterface

Convert number (real and integer) to bit-string (number to bit-string type casting).

bstr_I1Ppenf_stringifyFunction

Convert integer to string of bits.

bstr_I2Ppenf_stringifyFunction

Convert integer to string of bits.

bstr_I4Ppenf_stringifyFunction

Convert integer to string of bits.

bstr_I8Ppenf_stringifyFunction

Convert integer to string of bits.

bstr_R16Ppenf_stringifyFunction

Convert real to string of bits.

bstr_R4Ppenf_stringifyFunction

Convert real to string of bits.

bstr_R8Ppenf_stringifyFunction

Convert real to string of bits.

byte_sizepenf_b_sizeInterface

Compute the number of bytes of a variable.

byte_size_chrpenf_b_sizeFunction

Compute the number of bytes of a character variable.

byte_size_I1Ppenf_b_sizeFunction

Compute the number of bytes of an integer variable.

byte_size_I2Ppenf_b_sizeFunction

Compute the number of bytes of an integer variable.

byte_size_I4Ppenf_b_sizeFunction

Compute the number of bytes of an integer variable.

byte_size_I8Ppenf_b_sizeFunction

Compute the number of bytes of an integer variable.

byte_size_R16Ppenf_b_sizeFunction

Compute the number of bytes of a real variable.

byte_size_R4Ppenf_b_sizeFunction

Compute the number of bytes of a real variable.

byte_size_R8Ppenf_b_sizeFunction

Compute the number of bytes of a real variable.

check_endianpenfSubroutine

Check the type of bit ordering (big or little endian) of the running architecture.

check_typehasty_hash_tableSubroutine

Check type consistency.

compact_real_stringpenf_stringifySubroutine

Compact a string representing a real number, so that the same value is displayed with fewer characters.

creatorhasty_key_baseFunction

Return an instance of key_base

ctoi_I1Ppenf_stringifyFunction

Convert string to integer.

ctoi_I2Ppenf_stringifyFunction

Convert string to integer.

ctoi_I4Ppenf_stringifyFunction

Convert string to integer.

ctoi_I8Ppenf_stringifyFunction

Convert string to integer.

ctonpenf_stringifyInterface

Convert string to number (real and integer, string to number type casting).

ctor_R16Ppenf_stringifyFunction

Convert string to real.

ctor_R4Ppenf_stringifyFunction

Convert string to real.

ctor_R8Ppenf_stringifyFunction

Convert string to real.

destroyhasty_dictionarySubroutine

Destroy the dictionary.

destroyhasty_dictionary_nodeSubroutine

Destroy the node (key & content).

destroyhasty_hash_tableSubroutine

Destroy the hash table.

destroyhasty_key_baseSubroutine

Destroy the key.

destroyhasty_key_mortonSubroutine

Destroy the key.

destroy_contenthasty_dictionary_nodeSubroutine

Destroy the node content.

destroy_dictionary_nodehasty_dictionary_nodeSubroutine

Destroy the node and its subsequent ones.

destroy_keyhasty_dictionary_nodeSubroutine

Destroy the node key.

dictionary_lenhasty_dictionaryFunction

Return the number of nodes of the dictionary, namely the dictionary length.

digitpenfInterface

Compute the number of digits in decimal base of the input integer.

digit_I1penfFunction

Compute the number of digits in decimal base of the input integer.

digit_I2penfFunction

Compute the number of digits in decimal base of the input integer.

digit_I4penfFunction

Compute the number of digits in decimal base of the input integer.

digit_I8penfFunction

Compute the number of digits in decimal base of the input integer.

finalizehasty_dictionarySubroutine

Finalize the dictionary.

finalizehasty_dictionary_nodeSubroutine

Finalize the dictionary node.

finalizehasty_hash_tableSubroutine

Finalize the hash table.

find_next_primehasty_hash_tableFunction

Return the next prime after n accordingly division test.

get_bucket_image_indexeshasty_hash_tableSubroutine

Get the bucket and image indexes corresponding to the given key.

get_clonehasty_dictionarySubroutine

Return a node's content by cloning.

get_clonehasty_hash_tableSubroutine

Return a node's content in the hash table by cloning.

get_pointerhasty_dictionaryFunction

Return a pointer to a node's content.

get_pointerhasty_dictionary_nodeFunction

Return a pointer to node's content.

get_pointerhasty_hash_tableFunction

Return a pointer to a node's content in the hash table.

has_keyhasty_dictionaryFunction

Check if the key is present in the dictionary.

has_keyhasty_dictionary_nodeFunction

Return .true. if the node has a key (or id) set-up.

has_keyhasty_hash_tableFunction

Check if the key is present in the hash table.

hashhasty_hash_tableFunction

Hash the key.

hashhasty_key_baseFunction

Hash the key.

hash_stringhasty_key_baseFunction

Hash a string.

hash_table_finalizehasty_test_hash_tableSubroutine

Test finalize.

hash_table_lenhasty_hash_tableFunction

Return the number of (actually stored) nodes of the hash table, namely the hash table length.

idhasty_key_baseFunction

Return the id.

idshasty_dictionaryFunction

Return the minimum and maximum unique key id values actually stored.

idshasty_hash_tableFunction

Return the minimum and maximum unique key id values actually stored.

inittesterSubroutine

Initialize the tester.

initializehasty_hash_tableSubroutine

Initialize the hash table.

initializehasty_test_dictionarySubroutine

Initialize tests.

initializehasty_test_hash_tableSubroutine

Initialize tests.

is_equalhasty_key_baseFunction

Implement == operator.

is_equalhasty_key_mortonFunction

Implement == operator.

is_filledhasty_dictionary_nodeFunction

Return storage status.

is_homogeneoushasty_hash_tableFunction

Return homogeneity status.

is_initializedhasty_hash_tableFunction

Return initialization status.

is_key_allowedhasty_key_baseFunction

Typeguard for used key.

is_primehasty_hash_tableFunction

Return true if n is prime accordingly division test, false if n is composite.

iterator_maxhasty_test_dictionarySubroutine

Iterator that computes the max of contents.

iterator_maxhasty_test_hash_tableSubroutine

Iterator that computes the max of contents.

key_basehasty_key_baseInterface
lenhasty_dictionaryInterface

Overload len builtin for accepting a dictionary.

lenhasty_hash_tableInterface

Overload len builtin for accepting a hash_table.

loophasty_dictionaryFunction

Sentinel while-loop on nodes returning the key/content pair (for dictionary looping).

nodehasty_dictionaryFunction

Return a pointer to a node in the dictionary.

penf_initpenfSubroutine

Initialize PENF's variables that are not initialized into the definition specification.

penf_printpenfSubroutine

Print to the specified unit the PENF's environment data.

printtesterSubroutine

Print tests results.

print_content_iteratorhasty_test_caf_basicSubroutine

Iterator that print contents.

print_content_iteratorhasty_test_caf_get_cloneSubroutine

Iterator that print contents.

print_keyshasty_dictionarySubroutine

Print the dictionary keys.

print_keyshasty_hash_tableSubroutine

Print the hash table keys.

removehasty_dictionarySubroutine

Remove a node from the dictionary, given the key.

removehasty_hash_tableSubroutine

Remove a node from the hash table, given the key.

remove_by_pointerhasty_dictionarySubroutine

Remove node from dictionary, given pointer to it.

remove_idhasty_dictionarySubroutine

Remove a id from ids list.

sethasty_key_baseSubroutine

Set the key.

set_buckets_numberhasty_hash_tableSubroutine

Set buckets number.

set_caf_dimensionshasty_hash_tableSubroutine

Set CAF dimensions by means of intrinsic inquiring functions.

set_clonehasty_dictionary_nodeSubroutine

Set the node cloning content.

set_homogeneoushasty_hash_tableSubroutine

Set homogeneity flag.

set_pointerhasty_dictionary_nodeSubroutine

Set the node pointer-associating content.

strpenf_stringifyInterface

Convert number (real and integer) to string (number to string type casting).

str_a_I1Ppenf_stringifyFunction

Convert integer array to string.

str_a_I2Ppenf_stringifyFunction

Convert integer array to string.

str_a_I4Ppenf_stringifyFunction

Convert integer array to string.

str_a_I8Ppenf_stringifyFunction

Convert integer array to string.

str_a_R16Ppenf_stringifyFunction

Converting real array to string.

str_a_R4Ppenf_stringifyFunction

Convert real array to string.

str_a_R8Ppenf_stringifyFunction

Convert real array to string.

str_bolpenf_stringifyFunction

Convert logical to string.

str_I1Ppenf_stringifyFunction

Convert integer to string.

str_I2Ppenf_stringifyFunction

Convert integer to string.

str_I4Ppenf_stringifyFunction

Converting integer to string.

str_I8Ppenf_stringifyFunction

Convert integer to string.

str_R16Ppenf_stringifyFunction

Convert real to string.

str_R4Ppenf_stringifyFunction

Convert real to string.

str_R8Ppenf_stringifyFunction

Convert real to string.

strf_I1Ppenf_stringifyFunction

Convert integer to string.

strf_I2Ppenf_stringifyFunction

Convert integer to string.

strf_I4Ppenf_stringifyFunction

Convert integer to string.

strf_I8Ppenf_stringifyFunction

Convert integer to string.

strf_R16Ppenf_stringifyFunction

Convert real to string.

strf_R4Ppenf_stringifyFunction

Convert real to string.

strf_R8Ppenf_stringifyFunction

Convert real to string.

stringifyhasty_key_baseFunction

Return a string representation of the key.

stringifyhasty_key_mortonFunction

Return a string representation of the key.

strzpenf_stringifyInterface

Convert integer, to string, prefixing with the right number of zeros (integer to string type casting with zero padding).

strz_I1Ppenf_stringifyFunction

Convert integer to string, prefixing with the right number of zeros.

strz_I2Ppenf_stringifyFunction

Convert integer to string, prefixing with the right number of zeros.

strz_I4Ppenf_stringifyFunction

Convert integer to string, prefixing with the right number of zeros.

strz_I8Ppenf_stringifyFunction

Converting integer to string, prefixing with the right number of zeros.

synchronize_imageshasty_hash_tableSubroutine

Synchronize CAF images.

test_assert_equalhasty_test_caf_basicSubroutine

Test content==reference.

test_assert_equalhasty_test_dictionarySubroutine

Test content==reference.

test_assert_equalhasty_test_hash_tableSubroutine

Test content==reference.

test_dictionary_finalizehasty_test_dictionarySubroutine

Test finalize.

tests_non_capturedhasty_test_dictionarySubroutine

Tests with non-captured results.

tests_non_capturedhasty_test_hash_tableSubroutine

Tests with non-captured results.

traversehasty_dictionarySubroutine

Traverse dictionary from head to tail calling the iterator procedure.

traversehasty_hash_tableSubroutine

Traverse hash table calling the iterator procedure.

traverse_iteratorhasty_dictionarySubroutine

Traverse dictionary from head to tail calling the iterator procedure.

call~~graph~~CallGraph proc~str_r8p str_R8P proc~compact_real_string compact_real_string proc~str_r8p->proc~compact_real_string proc~finalize~2 finalize proc~bctoi_i4p bctoi_I4P interface~str str proc~bctoi_i4p->interface~str proc~stringify~2 stringify proc~stringify~2->interface~str proc~assert_equal_i32 assert_equal_i32 proc~byte_size_i8p byte_size_I8P proc~byte_size_i4p byte_size_I4P proc~str_bol str_bol proc~bit_size_chr bit_size_chr proc~is_equal~2 is_equal proc~traverse traverse proc~traverse~2 traverse proc~get_clone~2 get_clone proc~set_buckets_number set_buckets_number proc~find_next_prime find_next_prime proc~set_buckets_number->proc~find_next_prime proc~is_prime is_prime proc~set_buckets_number->proc~is_prime proc~test_assert_equal test_assert_equal proc~add_clone~2 add_clone proc~is_key_allowed is_key_allowed proc~add_clone~2->proc~is_key_allowed proc~strz_i1p strz_I1P proc~allocate_members allocate_members proc~assert_equal_r64 assert_equal_r64 interface~key_base key_base proc~creator creator interface~key_base->proc~creator proc~assert_equal_r64_1 assert_equal_r64_1 proc~strf_i8p strf_I8P proc~strf_r4p strf_R4P proc~assert_equal_i8 assert_equal_i8 proc~initialize~2 initialize proc~check_type check_type proc~ctoi_i8p ctoi_I8P proc~str_r4p str_R4P proc~str_r4p->proc~compact_real_string proc~print_content_iterator print_content_iterator proc~id id proc~destroy~4 destroy proc~ctoi_i4p ctoi_I4P proc~test_assert_equal~3 test_assert_equal proc~byte_size_r4p byte_size_R4P proc~add_clone add_clone proc~add_clone->proc~is_key_allowed proc~hash~2 hash interface~strz strz interface~strz->proc~strz_i1p proc~strz_i2p strz_I2P interface~strz->proc~strz_i2p proc~strz_i8p strz_I8P interface~strz->proc~strz_i8p proc~strz_i4p strz_I4P interface~strz->proc~strz_i4p proc~get_pointer~3 get_pointer proc~hash_table_finalize hash_table_finalize proc~print_content_iterator~2 print_content_iterator proc~bctor_r16p bctor_R16P proc~bctor_r16p->interface~str proc~check_endian check_endian proc~has_key~2 has_key proc~ids~2 ids proc~set_caf_dimensions set_caf_dimensions proc~assert_positive_i8_1 assert_positive_i8_1 proc~has_key~3 has_key proc~stringify stringify proc~stringify->interface~str proc~set set proc~assert_equal_l_1 assert_equal_l_1 proc~finalize~3 finalize proc~assert_close_r64 assert_close_r64 proc~ctor_r8p ctor_R8P proc~hash_string hash_string proc~set_homogeneous set_homogeneous proc~synchronize_images synchronize_images proc~initialize initialize proc~find_next_prime->proc~is_prime proc~assert_close_r64_1 assert_close_r64_1 proc~str_r16p str_R16P proc~str_r16p->proc~compact_real_string interface~cton cton interface~cton->proc~ctoi_i8p interface~cton->proc~ctoi_i4p interface~cton->proc~ctor_r8p proc~ctoi_i1p ctoi_I1P interface~cton->proc~ctoi_i1p proc~ctor_r4p ctor_R4P interface~cton->proc~ctor_r4p proc~ctoi_i2p ctoi_I2P interface~cton->proc~ctoi_i2p proc~bctoi_i1p bctoi_I1P proc~bctoi_i1p->interface~str proc~byte_size_i2p byte_size_I2P interface~str->proc~str_r8p interface~str->proc~str_bol interface~str->proc~strf_i8p interface~str->proc~strf_r4p interface~str->proc~str_r4p proc~strf_i4p strf_I4P interface~str->proc~strf_i4p proc~str_a_i2p str_a_I2P interface~str->proc~str_a_i2p proc~strf_r8p strf_R8P interface~str->proc~strf_r8p proc~str_i4p str_I4P interface~str->proc~str_i4p proc~str_a_r4p str_a_R4P interface~str->proc~str_a_r4p proc~str_a_i8p str_a_I8P interface~str->proc~str_a_i8p proc~str_i1p str_I1P interface~str->proc~str_i1p proc~strf_i2p strf_I2P interface~str->proc~strf_i2p proc~str_a_r8p str_a_R8P interface~str->proc~str_a_r8p proc~str_i2p str_I2P interface~str->proc~str_i2p proc~str_a_i1p str_a_I1P interface~str->proc~str_a_i1p proc~str_a_i4p str_a_I4P interface~str->proc~str_a_i4p proc~str_i8p str_I8P interface~str->proc~str_i8p proc~strf_i1p strf_I1P interface~str->proc~strf_i1p proc~is_equal is_equal proc~assert_positive_r32_1 assert_positive_r32_1 interface~bcton bcton interface~bcton->proc~bctoi_i4p interface~bcton->proc~bctoi_i1p proc~bctor_r8p bctor_R8P interface~bcton->proc~bctor_r8p proc~bctor_r4p bctor_R4P interface~bcton->proc~bctor_r4p proc~bctoi_i8p bctoi_I8P interface~bcton->proc~bctoi_i8p proc~bctoi_i2p bctoi_I2P interface~bcton->proc~bctoi_i2p proc~is_homogeneous is_homogeneous proc~get_bucket_image_indexes get_bucket_image_indexes interface~len~2 len proc~hash_table_len hash_table_len interface~len~2->proc~hash_table_len proc~bctor_r8p->interface~str proc~test_assert_equal~2 test_assert_equal proc~assert_positive_i16_1 assert_positive_i16_1 proc~tests_non_captured tests_non_captured proc~test_dictionary_finalize test_dictionary_finalize proc~tests_non_captured->proc~test_dictionary_finalize interface~digit digit proc~digit_i4 digit_I4 interface~digit->proc~digit_i4 proc~digit_i8 digit_I8 interface~digit->proc~digit_i8 proc~digit_i2 digit_I2 interface~digit->proc~digit_i2 proc~digit_i1 digit_I1 interface~digit->proc~digit_i1 proc~add_pointer~2 add_pointer proc~add_pointer~2->proc~is_key_allowed proc~add_id add_id proc~tests_non_captured~2 tests_non_captured proc~tests_non_captured~2->proc~hash_table_finalize proc~str_a_i2p->proc~str_i2p proc~assert_positive_i64_1 assert_positive_i64_1 proc~bstr_r8p bstr_R8P interface~bstr bstr interface~bstr->proc~bstr_r8p proc~bstr_i2p bstr_I2P interface~bstr->proc~bstr_i2p proc~bstr_i4p bstr_I4P interface~bstr->proc~bstr_i4p proc~bstr_r4p bstr_R4P interface~bstr->proc~bstr_r4p proc~bstr_i8p bstr_I8P interface~bstr->proc~bstr_i8p proc~bstr_i1p bstr_I1P interface~bstr->proc~bstr_i1p proc~byte_size_chr byte_size_chr proc~traverse_iterator traverse_iterator proc~bctor_r4p->interface~str proc~has_key has_key proc~ids ids interface~bit_size bit_size proc~finalize finalize proc~iterator_max iterator_max proc~destroy_key destroy_key interface~bit_size~2 bit_size interface~bit_size~2->proc~bit_size_chr proc~bit_size_r8p bit_size_R8P interface~bit_size~2->proc~bit_size_r8p proc~bit_size_r4p bit_size_R4P interface~bit_size~2->proc~bit_size_r4p proc~assert_positive_r64_1 assert_positive_r64_1 proc~initialize~3 initialize proc~node node proc~assert_positive_i32_1 assert_positive_i32_1 proc~str_a_r4p->proc~str_r4p proc~loop loop proc~str_a_r16p str_a_R16P proc~str_a_r16p->proc~str_r16p proc~destroy_dictionary_node destroy_dictionary_node proc~destroy_dictionary_node->proc~destroy_dictionary_node proc~init init proc~iterator_max~2 iterator_max proc~assert_positive_i8 assert_positive_i8 proc~assert_equal_i8_1 assert_equal_i8_1 proc~penf_init penf_init proc~penf_init->proc~check_endian proc~byte_size_r8p byte_size_R8P proc~str_a_i8p->proc~str_i8p proc~destroy_content destroy_content proc~assert_equal_i16 assert_equal_i16 proc~assert_positive_i16 assert_positive_i16 proc~assert_close_r32_1 assert_close_r32_1 proc~byte_size_i1p byte_size_I1P interface~len len proc~dictionary_len dictionary_len interface~len->proc~dictionary_len proc~assert_positive_i32 assert_positive_i32 proc~get_clone get_clone proc~print_keys print_keys proc~assert_positive_i64 assert_positive_i64 proc~assert_close_r32 assert_close_r32 proc~remove remove interface~byte_size byte_size interface~byte_size->proc~byte_size_i8p interface~byte_size->proc~byte_size_i4p interface~byte_size->proc~byte_size_r4p interface~byte_size->proc~byte_size_i2p interface~byte_size->proc~byte_size_chr interface~byte_size->proc~byte_size_r8p interface~byte_size->proc~byte_size_i1p proc~get_pointer~2 get_pointer proc~assert_positive_r32 assert_positive_r32 proc~bit_size_r16p bit_size_R16P proc~print print proc~assert_positive_r64 assert_positive_r64 proc~is_initialized is_initialized proc~penf_print penf_print proc~hash hash proc~destroy~2 destroy proc~assert_equal_i64_1 assert_equal_i64_1 proc~str_a_r8p->proc~str_r8p proc~is_filled is_filled proc~strf_r16p strf_R16P proc~str_a_i1p->proc~str_i1p proc~add_pointer add_pointer proc~add_pointer->proc~is_key_allowed proc~assert_equal_r32_1 assert_equal_r32_1 proc~str_a_i4p->proc~str_i4p proc~bstr_r16p bstr_R16P proc~assert_equal_r32 assert_equal_r32 proc~assert_equal_l assert_equal_l proc~byte_size_r16p byte_size_R16P proc~assert_equal_i16_1 assert_equal_i16_1 proc~destroy destroy proc~destroy->proc~destroy_dictionary_node proc~destroy~5 destroy proc~print_keys~2 print_keys proc~set_pointer set_pointer proc~remove_id remove_id proc~destroy~3 destroy proc~remove_by_pointer remove_by_pointer proc~set_clone set_clone proc~remove~2 remove proc~bctoi_i8p->interface~str proc~assert_equal_i32_1 assert_equal_i32_1 proc~ctor_r16p ctor_R16P proc~assert_equal_i64 assert_equal_i64 proc~get_pointer get_pointer proc~bctoi_i2p->interface~str program~test_tester_1 test_tester_1 init init program~test_tester_1->init assert_equal assert_equal program~test_tester_1->assert_equal assert_close assert_close program~test_tester_1->assert_close program~compact_real compact_real program~compact_real->interface~str program~compact_real->proc~penf_init program~test_all test_all program~test_all->interface~strz program~test_all->interface~cton program~test_all->interface~str program~test_all->interface~bcton program~test_all->interface~digit program~test_all->interface~bstr program~test_all->proc~penf_init program~test_all->proc~penf_print program~hasty_test_dictionary hasty_test_dictionary program~hasty_test_dictionary->proc~initialize~2 program~hasty_test_dictionary->proc~test_assert_equal~2 program~hasty_test_dictionary->proc~tests_non_captured program~hasty_test_hash_table hasty_test_hash_table program~hasty_test_hash_table->proc~test_assert_equal~3 program~hasty_test_hash_table->proc~tests_non_captured~2 program~hasty_test_hash_table->proc~initialize~3
Help