Searched refs:osz (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_mips.h | 127 size_t osz = D->pcsize; in dasm_growpc() local 129 memset((void *)(((unsigned char *)D->pclabels)+osz), 0, D->pcsize-osz); in dasm_growpc()
|
H A D | dasm_ppc.h | 127 size_t osz = D->pcsize; in dasm_growpc() local 129 memset((void *)(((unsigned char *)D->pclabels)+osz), 0, D->pcsize-osz); in dasm_growpc()
|
H A D | dasm_arm.h | 128 size_t osz = D->pcsize; in dasm_growpc() local 130 memset((void *)(((unsigned char *)D->pclabels)+osz), 0, D->pcsize-osz); in dasm_growpc()
|
H A D | dasm_x86.h | 129 size_t osz = D->pcsize; in dasm_growpc() local 131 memset((void *)(((unsigned char *)D->pclabels)+osz), 0, D->pcsize-osz); in dasm_growpc()
|
H A D | dasm_arm64.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()
|
Completed in 19 milliseconds