Home
last modified time | relevance | path

Searched refs:arg_comp (Results 1 – 2 of 2) sorted by relevance

/external/minijail/
Dsyscall_filter_unittest.c179 struct sock_filter *arg_comp; in TEST_F() local
185 size_t len = bpf_arg_comp(&arg_comp, op, argidx, c, label_id); in TEST_F()
190 EXPECT_EQ_STMT(&arg_comp[0], in TEST_F()
192 EXPECT_EQ_BLOCK(&arg_comp[1], in TEST_F()
194 EXPECT_JUMP_LBL(&arg_comp[2]); in TEST_F()
196 EXPECT_EQ_STMT(&arg_comp[0], in TEST_F()
198 EXPECT_EQ_STMT(&arg_comp[1], BPF_ST, 0); in TEST_F()
199 EXPECT_EQ_STMT(&arg_comp[2], in TEST_F()
201 EXPECT_EQ_STMT(&arg_comp[3], BPF_ST, 1); in TEST_F()
203 EXPECT_EQ_BLOCK(&arg_comp[4], in TEST_F()
[all …]
/external/mesa3d/src/mesa/program/
Dprog_optimize.c695 GLuint src_comp, arg_comp; in _mesa_merge_mov_into_inst() local
700 arg_comp = GET_SWZ(arg_swz, src_comp); in _mesa_merge_mov_into_inst()
701 ASSERT(arg_comp < 4); in _mesa_merge_mov_into_inst()
702 inst->SrcReg[arg].Swizzle |= arg_comp << (3*dst_comp); in _mesa_merge_mov_into_inst()