Home
last modified time | relevance | path

Searched refs:hmapx_insert (Results 1 – 9 of 9) sorted by relevance

/dports/math/pspp/pspp-1.4.1/tests/libpspp/
H A Dhmapx-test.c350 insert = i < reserve ? hmapx_insert_fast : hmapx_insert;
608 nodes[i] = hmapx_insert (&hmapx, &elements[i], hash (elements[i].data));
686 nodes[i] = hmapx_insert (&hmapx, &e[cur][i], hash (e[cur][i].data));
763 nodes[n] = hmapx_insert (&hmapx, &elements[n],
850 nodes[n] = hmapx_insert (&hmapx, &elements[n],
913 hmapx_insert (working, &elements[i], hash (elements[i].data));
957 nodes[i] = hmapx_insert (&hmapx, &elements[i],
/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dhmapx.c87 hmapx_insert (struct hmapx *map, void *data, size_t hash) in hmapx_insert() function
H A Dtemp-file.c114 hmapx_insert (&map, file_name, hash_pointer (stream, 0)); in create_temp_file()
H A Dhmapx.h159 struct hmapx_node *hmapx_insert (struct hmapx *, void *, size_t hash);
H A Di18n.c101 hmapx_insert (&map, NULL, hash); in create_iconv()
125 hmapx_insert (&map, converter, hash); in create_iconv()
/dports/math/pspp/pspp-1.4.1/src/data/
H A Dsession.c105 hmapx_insert (&s->datasets, ds,
/dports/math/pspp/pspp-1.4.1/src/language/lexer/
H A Dvariable-parser.c912 hmapx_insert (&avs->vars_by_name, CONST_CAST (void *, &avs->var[i]), in var_set_create_from_array()
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Dnpar.c1425 hmapx_insert (var_map, CONST_CAST (struct variable *, var), hash); in insert_variable_into_map()
H A Dcrosstabs.q1544 hmapx_insert (&set, (union value *) value, hash);