Home
last modified time | relevance | path

Searched refs:xbytes (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
215 /* Ensure that tbytes and xbytes*num_states cannot overflow, and that in tre_tnfa_run_parallel()
232 xbytes = sizeof(regoff_t) * num_tags; in tre_tnfa_run_parallel()
235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel()
258 tmp_buf += xbytes; in tre_tnfa_run_parallel()
260 tmp_buf += xbytes; in tre_tnfa_run_parallel()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
215 /* Ensure that tbytes and xbytes*num_states cannot overflow, and that in tre_tnfa_run_parallel()
232 xbytes = sizeof(regoff_t) * num_tags; in tre_tnfa_run_parallel()
235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel()
258 tmp_buf += xbytes; in tre_tnfa_run_parallel()
260 tmp_buf += xbytes; in tre_tnfa_run_parallel()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
215 /* Ensure that tbytes and xbytes*num_states cannot overflow, and that in tre_tnfa_run_parallel()
232 xbytes = sizeof(regoff_t) * num_tags; in tre_tnfa_run_parallel()
235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel()
258 tmp_buf += xbytes; in tre_tnfa_run_parallel()
260 tmp_buf += xbytes; in tre_tnfa_run_parallel()
/third_party/musl/src/regex/
H A Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
215 /* Ensure that tbytes and xbytes*num_states cannot overflow, and that in tre_tnfa_run_parallel()
232 xbytes = sizeof(regoff_t) * num_tags; in tre_tnfa_run_parallel()
235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel()
258 tmp_buf += xbytes; in tre_tnfa_run_parallel()
260 tmp_buf += xbytes; in tre_tnfa_run_parallel()

Completed in 21 milliseconds