OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:question2
(Results
1 - 2
of
2
) sorted by null
/external/srec/seti/sltsEngine/include/
lts_seq_internal.h
104
short *
question2
; /*also used to hold backoff_output for leaf nodes*/
member in struct:RT_LTREE
/external/srec/seti/sltsEngine/src/
run_seq_lts.c
561
tree->
question2
= (short*) lts_alloc(tree->num_nodes, sizeof(short));
562
if (tree->
question2
== NULL) {
585
PORT_FREAD_INT16(&(tree->
question2
[i]), sizeof(short), 1, fp);
587
if (tree->
question2
[i] == -1) tree->
question2
[i] = 0;
589
pfprintf(PSTDOUT," %x", (unsigned short) tree->
question2
[i]);
636
if (tree->
question2
) {
637
FREE(tree->
question2
);
638
tree->
question2
= NULL;
[
all
...]
Completed in 343 milliseconds