Home
last modified time | relevance | path

Searched refs:s_idx (Results 1 – 3 of 3) sorted by relevance

/third_party/selinux/libsepol/src/
Doptimize.c194 unsigned int i, k, s_idx, t_idx; in is_avrule_redundant() local
203 s_idx = entry->key.source_type - 1; in is_avrule_redundant()
211 for (i = 0; i < type_map[s_idx].count; i++) { in is_avrule_redundant()
212 st = type_map[s_idx].types[i]; in is_avrule_redundant()
218 if (not_cond && s_idx == st && t_idx == tt) in is_avrule_redundant()
241 unsigned int s_idx = entry->key.source_type - 1; in is_avrule_with_attr() local
244 return is_type_attr(p, s_idx) || is_type_attr(p, t_idx); in is_avrule_with_attr()
/third_party/ffmpeg/libavformat/
Dfifo.c185 int ret, s_idx; in fifo_thread_write_packet() local
201 s_idx = pkt->stream_index; in fifo_thread_write_packet()
202 src_tb = avf->streams[s_idx]->time_base; in fifo_thread_write_packet()
203 dst_tb = avf2->streams[s_idx]->time_base; in fifo_thread_write_packet()
/third_party/pulseaudio/src/pulsecore/
Dcli-command.c1886 uint32_t s_idx, i_idx; in pa_cli_command_dump_volumes() local
1895 PA_IDXSET_FOREACH(s, c->sinks, s_idx) { in pa_cli_command_dump_volumes()
1897 pa_strbuf_printf(buf, "Sink %d: ", s_idx); in pa_cli_command_dump_volumes()
1947 PA_IDXSET_FOREACH(so, c->sources, s_idx) { in pa_cli_command_dump_volumes()
1949 pa_strbuf_printf(buf, "Source %d: ", s_idx); in pa_cli_command_dump_volumes()