Home
last modified time | relevance | path

Searched refs:p_chk (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/avi/
H A Dlibavi.c130 if( !p_chk ) in AVI_NextChunk()
136 p_chk = &chk; in AVI_NextChunk()
203 if( !p_chk ) in AVI_ChunkRead_list()
216 if( p_chk ) in AVI_ChunkRead_list()
230 if( p_chk && in AVI_ChunkRead_list()
388 p_chk->avih.i_width, p_chk->avih.i_height ); in AVI_ChunkRead_avih()
582 p_chk->strd.p_data = malloc( p_chk->common.i_chunk_size ); in AVI_ChunkRead_strd()
983 if( !p_chk ) in AVI_ChunkRead()
1024 if( !p_chk ) in AVI_ChunkClean()
1167 if( !p_chk ) in AVI_ChunkCount_()
[all …]
H A Dlibavi.h60 #define AVI_CHUNK( p_chk ) (avi_chunk_t*)(p_chk) argument
249 avi_chunk_t *p_chk,
257 void AVI_ChunkFreeRoot( stream_t *, avi_chunk_t *p_chk );
260 #define AVI_ChunkCount( p_chk, i_fourcc, b_list ) \ argument
261 AVI_ChunkCount_( AVI_CHUNK(p_chk), i_fourcc, b_list )
262 #define AVI_ChunkFind( p_chk, i_fourcc, i_number, b_list ) \ argument
263 AVI_ChunkFind_( AVI_CHUNK(p_chk), i_fourcc, i_number, b_list )
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_cpu_topology.c1125 char *p_chk = c; in get_cput_entry() local
1126 while (*p_chk != '\0' && *p_chk != ':') { in get_cput_entry()
1127 if (*p_chk == 'p' || *p_chk == 'P') { in get_cput_entry()
1131 p_chk++; in get_cput_entry()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_cpu_topology.c1130 char *p_chk = c; in get_cput_entry() local
1131 while (*p_chk != '\0' && *p_chk != ':') { in get_cput_entry()
1132 if (*p_chk == 'p' || *p_chk == 'P') { in get_cput_entry()
1136 p_chk++; in get_cput_entry()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_cpu_topology.c1130 char *p_chk = c; in get_cput_entry() local
1131 while (*p_chk != '\0' && *p_chk != ':') { in get_cput_entry()
1132 if (*p_chk == 'p' || *p_chk == 'P') { in get_cput_entry()
1136 p_chk++; in get_cput_entry()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_cpu_topology.c1130 char *p_chk = c; in get_cput_entry() local
1131 while (*p_chk != '\0' && *p_chk != ':') { in get_cput_entry()
1132 if (*p_chk == 'p' || *p_chk == 'P') { in get_cput_entry()
1136 p_chk++; in get_cput_entry()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_cpu_topology.c1130 char *p_chk = c; in get_cput_entry() local
1131 while (*p_chk != '\0' && *p_chk != ':') { in get_cput_entry()
1132 if (*p_chk == 'p' || *p_chk == 'P') { in get_cput_entry()
1136 p_chk++; in get_cput_entry()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_cpu_topology.c1130 char *p_chk = c; in get_cput_entry() local
1131 while (*p_chk != '\0' && *p_chk != ':') { in get_cput_entry()
1132 if (*p_chk == 'p' || *p_chk == 'P') { in get_cput_entry()
1136 p_chk++; in get_cput_entry()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_cpu_topology.c1130 char *p_chk = c; in get_cput_entry() local
1131 while (*p_chk != '\0' && *p_chk != ':') { in get_cput_entry()
1132 if (*p_chk == 'p' || *p_chk == 'P') { in get_cput_entry()
1136 p_chk++; in get_cput_entry()
/dports/sysutils/namefix/namefix.pl/
H A Dnamefix.pl529 my $p_chk = $frm_left -> Checkbutton
543 $p_chk,
/dports/audio/picard-plugins/picard-plugins-d859757/plugins/classical_extras/
H A D__init__.py6522 p_chk = self.parts[parent_chk]