HomeSort by: relevance | last modified time | path
    Searched defs:no_states (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c 58 sljit_sw no_states; member in struct:regex_machine
387 /* Number of state descriptors for one term (same as machine->no_states). */
388 sljit_sw no_states; member in struct:compiler_common
1286 #define TERM_OFFSET_OF(index, offs) (((index) * no_states + (offs)) * sizeof(sljit_sw))
1319 sljit_sw no_states = compiler_common->no_states; local in function:compile_uncond_tran
1378 sljit_sw no_states; local in function:compile_cond_tran
1388 no_states = compiler_common->no_states;
1700 sljit_sw no_states; local in function:compile_newline_check
1740 sljit_sw no_states; local in function:compile_range_check
2431 sljit_sw no_states; local in function:regex_get_result
2502 sljit_sw no_states = match->machine->no_states; local in function:regex_continue_match_debug
    [all...]
regexJIT.c 58 sljit_sw no_states; member in struct:regex_machine
387 /* Number of state descriptors for one term (same as machine->no_states). */
388 sljit_sw no_states; member in struct:compiler_common
1286 #define TERM_OFFSET_OF(index, offs) (((index) * no_states + (offs)) * sizeof(sljit_sw))
1319 sljit_sw no_states = compiler_common->no_states; local in function:compile_uncond_tran
1378 sljit_sw no_states; local in function:compile_cond_tran
1388 no_states = compiler_common->no_states;
1700 sljit_sw no_states; local in function:compile_newline_check
1740 sljit_sw no_states; local in function:compile_range_check
2431 sljit_sw no_states; local in function:regex_get_result
2502 sljit_sw no_states = match->machine->no_states; local in function:regex_continue_match_debug
    [all...]

Completed in 948 milliseconds