Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/src/
H A Doptimize.c203 unsigned int i, k, s_idx, t_idx; in is_avrule_redundant() local
212 s_idx = entry->key.source_type - 1; in is_avrule_redundant()
220 for (i = 0; i < type_map[s_idx].count; i++) { in is_avrule_redundant()
221 st = type_map[s_idx].types[i]; in is_avrule_redundant()
227 if (not_cond && s_idx == st && t_idx == tt) in is_avrule_redundant()
250 unsigned int s_idx = entry->key.source_type - 1; in is_avrule_with_attr() local
253 return is_type_attr(p, s_idx) || is_type_attr(p, t_idx); in is_avrule_with_attr()
/third_party/ffmpeg/libavformat/
H A Dfifo.c186 int ret, s_idx; in fifo_thread_write_packet() local
206 s_idx = pkt->stream_index; in fifo_thread_write_packet()
207 src_tb = avf->streams[s_idx]->time_base; in fifo_thread_write_packet()
208 dst_tb = avf2->streams[s_idx]->time_base; in fifo_thread_write_packet()
/third_party/pulseaudio/src/pulsecore/
H A Dcli-command.c1932 uint32_t s_idx, i_idx; in pa_cli_command_dump_volumes() local
1941 PA_IDXSET_FOREACH(s, c->sinks, s_idx) { in pa_cli_command_dump_volumes()
1943 pa_strbuf_printf(buf, "Sink %d: ", s_idx); in pa_cli_command_dump_volumes()
1993 PA_IDXSET_FOREACH(so, c->sources, s_idx) { in pa_cli_command_dump_volumes()
1995 pa_strbuf_printf(buf, "Source %d: ", s_idx); in pa_cli_command_dump_volumes()

Completed in 5 milliseconds