Searched refs:xbytes (Results 1 – 4 of 4) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | regexec.c | 212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local 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/ |
D | regexec.c | 212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local 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/ |
D | regexec.c | 212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local 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/ |
D | regexec.c | 212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local 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()
|