Home
last modified time | relevance | path

Searched refs:vm (Results 1 – 8 of 8) sorted by relevance

/php-src/Zend/tests/
H A Dbug55509.phpt45 $freeMemory = ($infos['vm.stats.vm.v_inactive_count']*$infos['hw.pagesize'])
46 +($infos['vm.stats.vm.v_cache_count']*$infos['hw.pagesize'])
47 +($infos['vm.stats.vm.v_free_count']*$infos['hw.pagesize']);
/php-src/Zend/
H A DMakefile.frag35 $(srcdir)/zend_vm_execute.h $(srcdir)/zend_vm_opcodes.c: vm.gen.intermediate ;
36 .INTERMEDIATE: vm.gen.intermediate
37 vm.gen.intermediate: $(srcdir)/zend_vm_def.h $(srcdir)/zend_vm_execute.skl $(srcdir)/zend_vm_gen.php
H A DREADME.md129 different opcode threading model using `--with-vm-kind=CALL|SWITCH|GOTO|HYBRID`.
138 php zend_vm_gen.php --with-vm-kind=HYBRID
/php-src/ext/ldap/tests/
H A DREADME.md47 config.vm.box = "ubuntu/trusty64"
48 config.vm.network "private_network", ip: "192.168.33.10"
49 config.vm.provision "shell", inline: $setup
/php-src/ext/hash/tests/
H A Dfnv1a64.phpt236 array( ' G:e d;vm)kWWzm;hSPr:P)v)~\'~G*LHQf.RLJI:S5r,1`', 'de1bd4eebc876571' ),
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c95 #define VM4(vm) (((sljit_ins)freg_map[vm]) | ((sljit_ins)freg_ebit_map[vm] << 5)) argument
H A DsljitNativeARM_32.c91 #define VM(vm) (((sljit_ins)freg_map[vm]) | ((sljit_ins)freg_ebit_map[vm] << 5)) argument
H A DsljitNativeARM_64.c64 #define VM(vm) ((sljit_ins)freg_map[vm] << 16) argument

Completed in 113 milliseconds