Searched refs:t_list (Results 1 - 4 of 4) sorted by relevance

/external/checkpolicy/
H A Dpolicy_define.h33 int define_conditional(cond_expr_t *expr, avrule_t *t_list, avrule_t *f_list );
/external/iproute2/tc/
H A Dm_ipt.c54 static struct iptables_target *t_list = NULL; variable in typeref:struct:iptables_target
66 me->next = t_list;
67 t_list = me;
74 me->next = t_list;
75 t_list = me;
212 for (m = t_list; m; m = m->next) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c205 LLVMValueRef t_list; local
225 t_list = build_indexed_load(base->gallivm, t_list_ptr, t_offset);
237 args[0] = t_list;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c205 LLVMValueRef t_list; local
225 t_list = build_indexed_load(base->gallivm, t_list_ptr, t_offset);
237 args[0] = t_list;

Completed in 217 milliseconds