OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:values_or_question1
(Results
1 - 2
of
2
) sorted by null
/external/srec/seti/sltsEngine/include/
lts_seq_internal.h
102
short *
values_or_question1
; /*if leaf node, this is the value at the node. If not, this
member in struct:RT_LTREE
/external/srec/seti/sltsEngine/src/
run_seq_lts.c
555
tree->
values_or_question1
= (short*) lts_alloc(tree->num_nodes, sizeof(short));
556
if (tree->
values_or_question1
== NULL) {
579
PORT_FREAD_INT16(&(tree->
values_or_question1
[i]), sizeof(short), 1, fp);
582
pfprintf(PSTDOUT,"LOAD_TREE: node[%d] %d %d", i, tree->left_nodes[i], tree->
values_or_question1
[i]);
632
if (tree->
values_or_question1
) {
633
FREE(tree->
values_or_question1
);
634
tree->
values_or_question1
= NULL;
[
all
...]
Completed in 345 milliseconds