Searched refs:total_length (Results 1 – 1 of 1) sorted by relevance
13399 sljit_uw total_length; in jit_compile() local13577 total_length = ccend - common->start; in jit_compile()13578 common->private_data_ptrs = (sljit_s32 *)SLJIT_MALLOC(total_length * (sizeof(sljit_s32) + (common->… in jit_compile()13584 memset(common->private_data_ptrs, 0, total_length * sizeof(sljit_s32)); in jit_compile()13602 common->then_offsets = (sljit_u8 *)(common->private_data_ptrs + total_length); in jit_compile()13603 memset(common->then_offsets, 0, total_length); in jit_compile()
Completed in 33 milliseconds