Lines Matching defs:mem
290 let mem = &mut [0x11, 0x22]; in test_vm_be16() localVariable
304 let mem = &mut [0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88]; in test_vm_be16_high() localVariable
318 let mem = &mut [0x11, 0x22, 0x33, 0x44]; in test_vm_be32() localVariable
332 let mem = &mut [0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88]; in test_vm_be32_high() localVariable
346 let mem = &mut [0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88]; in test_vm_be64() localVariable
382 let mem = &mut [0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08]; in test_vm_call_memfrob() localVariable
1641 let mem = &mut [0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09]; in test_vm_ldxb_all() localVariable
1654 let mem = &mut [0xaa, 0xbb, 0x11, 0xcc, 0xdd]; in test_vm_ldxb() localVariable
1667 let mem = &mut [ in test_vm_ldxdw() localVariable
1721 let mem = &mut [ in test_vm_ldxh_all() localVariable
1766 let mem = &mut [ in test_vm_ldxh_all2() localVariable
1782 let mem = &mut [0xaa, 0xbb, 0x11, 0x22, 0xcc, 0xdd]; in test_vm_ldxh() localVariable
1797 let mem = &mut [0xff, 0xff]; in test_vm_ldxh_same_reg() localVariable
1839 let mem = &mut [ in test_vm_ldxw_all() localVariable
1856 let mem = &mut [0xaa, 0xbb, 0x11, 0x22, 0x33, 0x44, 0xcc, 0xdd]; in test_vm_ldxw() localVariable
1870 let mem = &mut [0x22, 0x11]; in test_vm_le16() localVariable
1884 let mem = &mut [0x44, 0x33, 0x22, 0x11]; in test_vm_le32() localVariable
1898 let mem = &mut [0x88, 0x77, 0x66, 0x55, 0x44, 0x33, 0x22, 0x11]; in test_vm_le64() localVariable
2295 let mem = &mut [0xaa, 0xbb, 0xff, 0xcc, 0xdd]; in test_vm_stb() localVariable
2309 let mem = &mut [ in test_vm_stdw() localVariable
2333 let mem = &mut [ in test_vm_stdw_add_overflow() localVariable
2349 let mem = &mut [0xaa, 0xbb, 0xff, 0xff, 0xcc, 0xdd]; in test_vm_sth() localVariable
2402 let mem = &mut [0xaa, 0xbb, 0xff, 0xff, 0xff, 0xff, 0xcc, 0xdd]; in test_vm_stw() localVariable
2417 let mem = &mut [0xaa, 0xbb, 0xff, 0xcc, 0xdd]; in test_vm_stxb() localVariable
2447 let mem = &mut [0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff]; in test_vm_stxb_all() localVariable
2466 let mem = &mut [0xff, 0xff]; in test_vm_stxb_all2() localVariable
2498 let mem = &mut [0x2a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00]; in test_vm_stxb_chain() localVariable
2515 let mem = &mut [ in test_vm_stxdw() localVariable
2532 let mem = &mut [0xaa, 0xbb, 0xff, 0xff, 0xcc, 0xdd]; in test_vm_stxh() localVariable
2547 let mem = &mut [0xaa, 0xbb, 0xff, 0xff, 0xff, 0xff, 0xcc, 0xdd]; in test_vm_stxw() localVariable
2572 let mem = &mut [ in test_vm_subnet() localVariable
2598 let mem = &mut [ in test_vm_tcp_port80_match() localVariable
2614 let mem = &mut [ in test_vm_tcp_port80_nomatch() localVariable
2630 let mem = &mut [ in test_vm_tcp_port80_nomatch_ethertype() localVariable
2646 let mem = &mut [ in test_vm_tcp_port80_nomatch_proto() localVariable
2662 let mut mem = TCP_SACK_MATCH.to_vec(); in test_vm_tcp_sack_match() localVariable
2670 let mut mem = TCP_SACK_NOMATCH.to_vec(); in test_vm_tcp_sack_nomatch() localVariable