HomeSort by relevance Sort by last modified time
    Searched refs:t_state (Results 1 - 2 of 2) sorted by null

  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 70 typedef struct t_state t_state; /* NFA/DFA state node. */ typedef in typeref:struct:t_state
90 t_state * t_from; /* Incoming state. */
91 t_state * t_to; /* Destination state. */
97 struct t_state { struct
98 t_state * s_next; /* Next state (for DFA construction). */
99 t_state * s_stack; /* Unprocessed DFA states stack. */
125 t_state * g_member; /* Group member (s_stack) list. */
132 t_state * initial_state; /* Initial NFA state. */
135 t_state * dfa_states; /* List of DFA states. *
    [all...]
  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 369 } t_state; member in struct:transaction_s

Completed in 840 milliseconds