Lines Matching defs:mem

260     let mem = &mut [0x11, 0x22];  in test_jit_be16()  localVariable
277 let mem = &mut [0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88]; in test_jit_be16_high() localVariable
294 let mem = &mut [0x11, 0x22, 0x33, 0x44]; in test_jit_be32() localVariable
311 let mem = &mut [0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88]; in test_jit_be32_high() localVariable
328 let mem = &mut [0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88]; in test_jit_be64() localVariable
370 let mem = &mut [0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08]; in test_jit_call_memfrob() localVariable
1829 let mem = &mut [0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09]; in test_jit_ldxb_all() localVariable
1845 let mem = &mut [0xaa, 0xbb, 0x11, 0xcc, 0xdd]; in test_jit_ldxb() localVariable
1861 let mem = &mut [ in test_jit_ldxdw() localVariable
1918 let mem = &mut [ in test_jit_ldxh_all() localVariable
1966 let mem = &mut [ in test_jit_ldxh_all2() localVariable
1985 let mem = &mut [0xaa, 0xbb, 0x11, 0x22, 0xcc, 0xdd]; in test_jit_ldxh() localVariable
2003 let mem = &mut [0xff, 0xff]; in test_jit_ldxh_same_reg() localVariable
2048 let mem = &mut [ in test_jit_ldxw_all() localVariable
2068 let mem = &mut [0xaa, 0xbb, 0x11, 0x22, 0x33, 0x44, 0xcc, 0xdd]; in test_jit_ldxw() localVariable
2085 let mem = &mut [0x22, 0x11]; in test_jit_le16() localVariable
2102 let mem = &mut [0x44, 0x33, 0x22, 0x11]; in test_jit_le32() localVariable
2119 let mem = &mut [0x88, 0x77, 0x66, 0x55, 0x44, 0x33, 0x22, 0x11]; in test_jit_le64() localVariable
2479 let mem = &mut [0xaa, 0xbb, 0xff, 0xcc, 0xdd]; in test_jit_stb() localVariable
2496 let mem = &mut [ in test_jit_stdw() localVariable
2515 let mem = &mut [0xaa, 0xbb, 0xff, 0xff, 0xcc, 0xdd]; in test_jit_sth() localVariable
2574 let mem = &mut [0xaa, 0xbb, 0xff, 0xff, 0xff, 0xff, 0xcc, 0xdd]; in test_jit_stw() localVariable
2592 let mem = &mut [0xaa, 0xbb, 0xff, 0xcc, 0xdd]; in test_jit_stxb() localVariable
2625 let mem = &mut [0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff]; in test_jit_stxb_all() localVariable
2647 let mem = &mut [0xff, 0xff]; in test_jit_stxb_all2() localVariable
2682 let mem = &mut [0x2a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00]; in test_jit_stxb_chain() localVariable
2702 let mem = &mut [ in test_jit_stxdw() localVariable
2722 let mem = &mut [0xaa, 0xbb, 0xff, 0xff, 0xcc, 0xdd]; in test_jit_stxh() localVariable
2740 let mem = &mut [0xaa, 0xbb, 0xff, 0xff, 0xff, 0xff, 0xcc, 0xdd]; in test_jit_stxw() localVariable
2768 let mem = &mut [ in test_jit_subnet() localVariable
2797 let mem = &mut [ in test_jit_tcp_port80_match() localVariable
2816 let mem = &mut [ in test_jit_tcp_port80_nomatch() localVariable
2835 let mem = &mut [ in test_jit_tcp_port80_nomatch_ethertype() localVariable
2854 let mem = &mut [ in test_jit_tcp_port80_nomatch_proto() localVariable
2873 let mut mem = TCP_SACK_MATCH.to_vec(); in test_jit_tcp_sack_match() localVariable
2884 let mut mem = TCP_SACK_NOMATCH.to_vec(); in test_jit_tcp_sack_nomatch() localVariable