Home | History | Annotate | Download | only in src

Lines Matching full:question2

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;
1328 *pbackoff_output = tree->question2[index];
1332 q2_index = tree->question2[index] & 0x1FFF;
1333 comb_type = (tree->question2[index] & 0xE000) >> 13;