Searched refs:osz (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/ext/opcache/jit/dynasm/ |
H A D | dasm_mips.h | 133 size_t osz = D->pcsize; in dasm_growpc() local 135 memset((void *)(((unsigned char *)D->pclabels)+osz), 0, D->pcsize-osz); in dasm_growpc()
|
H A D | dasm_ppc.h | 133 size_t osz = D->pcsize; in dasm_growpc() local 135 memset((void *)(((unsigned char *)D->pclabels)+osz), 0, D->pcsize-osz); in dasm_growpc()
|
H A D | dasm_arm.h | 134 size_t osz = D->pcsize; in dasm_growpc() local 136 memset((void *)(((unsigned char *)D->pclabels)+osz), 0, D->pcsize-osz); in dasm_growpc()
|
H A D | dasm_arm64.h | 136 size_t osz = D->pcsize; in dasm_growpc() local 138 memset((void *)(((unsigned char *)D->pclabels)+osz), 0, D->pcsize-osz); in dasm_growpc()
|
H A D | dasm_x86.h | 135 size_t osz = D->pcsize; in dasm_growpc() local 137 memset((void *)(((unsigned char *)D->pclabels)+osz), 0, D->pcsize-osz); in dasm_growpc()
|
Completed in 18 milliseconds