Home
last modified time | relevance | path

Searched refs:p_temp (Results 1 – 25 of 67) sorted by relevance

123

/dports/multimedia/transcode/transcode-1.1.7/import/
H A Dioxml.c49 char *p_data,*p_temp,*p_temp1; in f_det_time() local
118 for (p_temp=p_node->p_next;p_temp !=NULL;) { in f_free_tree()
121 free(p_temp); in f_free_tree()
122 p_temp=p_temp1; in f_free_tree()
493 audiovideo_t *p_temp; in f_complete_tree() local
496 for (p_temp=p_audiovideo->p_next;p_temp != NULL;p_temp=p_temp->p_next) in f_complete_tree()
545 p_temp->s_start_audio=p_temp->s_start_video; in f_complete_tree()
546 p_temp->s_end_audio=p_temp->s_end_video; in f_complete_tree()
547 p_temp->s_end_a_time=p_temp->s_end_v_time; in f_complete_tree()
548 p_temp->s_start_a_time=p_temp->s_start_v_time; in f_complete_tree()
[all …]
H A Dprobe_xml.c44 audiovideo_t *p_temp; in f_check_video_H_W() local
47 for (p_temp=p_audio_video;p_temp != NULL;p_temp=p_temp->p_next) in f_check_video_H_W()
50 s_v_height=p_temp->s_v_height; in f_check_video_H_W()
54 s_v_width=p_temp->s_v_width; in f_check_video_H_W()
55 else if (s_v_width != p_temp->s_v_width) in f_check_video_H_W()
59 else if (p_temp->s_v_tg_height != 0) in f_check_video_H_W()
68 s_video_tg_width=p_temp->s_v_tg_width; in f_check_video_H_W()
69 else if (p_temp->s_v_tg_width != 0) in f_check_video_H_W()
74 p_temp->s_v_tg_width=s_video_tg_width; in f_check_video_H_W()
96 for (p_temp=p_audio_video;p_temp != NULL;p_temp=p_temp->p_next) //initialize all unset codec in f_check_video_H_W()
[all …]
H A Dimport_xml.c67 if (p_temp->s_v_tg_width==0) in f_dim_check()
140 if (p_tmp != p_temp) in f_mod_video_frame()
142 p_tmp=p_temp; in f_mod_video_frame()
152 p_pixel_tmp = tc_zalloc(3*p_temp->s_v_tg_width * p_temp->s_v_tg_height); in f_mod_video_frame()
153 …tcvhandle, p_vframe_buffer, p_pixel_tmp, p_temp->s_v_width, p_temp->s_v_height, 3, p_temp->s_v_tg_… in f_mod_video_frame()
156 int Y_size_in = p_temp->s_v_width * p_temp->s_v_height; in f_mod_video_frame()
157 int Y_size_out = p_temp->s_v_tg_width * p_temp->s_v_tg_height; in f_mod_video_frame()
158 int UV_size_in = (p_temp->s_v_width/2) * (p_temp->s_v_height/2); in f_mod_video_frame()
159 int UV_size_out = (p_temp->s_v_tg_width/2) * (p_temp->s_v_tg_height/2); in f_mod_video_frame()
162 …tcvhandle, p_vframe_buffer, p_pixel_tmp, p_temp->s_v_width, p_temp->s_v_height, 1, p_temp->s_v_tg_… in f_mod_video_frame()
[all …]
/dports/graphics/py-giddy/giddy-2.3.3/giddy/
H A Dutil.py118 p_temp = np.asarray(p)
119 if len(p_temp.shape) == 3:
121 elif len(p_temp.shape) == 2:
148 p_temp = copy.copy(p)
149 p0 = p_temp.sum(axis=1) == 0
153 p_temp[row, row] = 1
154 return p_temp
177 p_temp = copy.copy(p)
178 p0 = p_temp.sum(axis=2) == 0
184 p_temp[i, j, j] = 1
[all …]
/dports/net/libnet/libnet-1.1.6/src/
H A Dlibnet_build_tcp.c194 libnet_pblock_t *p, *p_temp; in libnet_build_tcp_options() local
224 p_temp = libnet_pblock_find(l, ptag); in libnet_build_tcp_options()
225 if (p_temp) in libnet_build_tcp_options()
227 if (adj_size >= p_temp->b_len) in libnet_build_tcp_options()
263 p_temp = p->next; in libnet_build_tcp_options()
264 while ((p_temp->next) && (p_temp->type != LIBNET_PBLOCK_TCP_H)) in libnet_build_tcp_options()
266 p_temp = p_temp->next; in libnet_build_tcp_options()
282 p_temp->h_len += offset; in libnet_build_tcp_options()
286 p_temp->h_len -= offset; in libnet_build_tcp_options()
289 while ((p_temp->next) && (p_temp->type != LIBNET_PBLOCK_IPV4_H)) in libnet_build_tcp_options()
[all …]
H A Dlibnet_build_ip.c50 libnet_pblock_t *p, *p_data, *p_temp; in libnet_build_ipv4() local
122 p_temp = p->prev; in libnet_build_ipv4()
123 while (p_temp->prev && in libnet_build_ipv4()
127 p_temp = p_temp->prev; in libnet_build_ipv4()
130 if (p_temp->type == LIBNET_PBLOCK_IPDATA) in libnet_build_ipv4()
132 ptag_data = p_temp->ptag; in libnet_build_ipv4()
200 p_temp = p_temp->next) in libnet_build_ipv4()
334 libnet_pblock_t *p, *p_temp; in libnet_build_ipv4_options() local
360 p_temp = libnet_pblock_find(l, ptag); in libnet_build_ipv4_options()
361 if (p_temp) in libnet_build_ipv4_options()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/text_renderer/freetype/
H A Dplatform_fonts.c206 const vlc_family_t *p_temp = in SearchFallbacks() local
208 if( !p_temp || !p_temp->p_fonts ) in SearchFallbacks()
210 p_fallback->p_fonts = p_temp->p_fonts; in SearchFallbacks()
332 vlc_font_t *p_temp = p_font->p_next; in FreeFamiliesAndFonts() local
335 p_font = p_temp; in FreeFamiliesAndFonts()
367 vlc_family_t *p_temp = in InitDefaultList() local
370 if( unlikely( !p_temp ) ) in InitDefaultList()
373 p_temp->p_fonts = p_family->p_fonts; in InitDefaultList()
528 if( p_temp && p_temp->p_fonts ) in Generic_Select()
530 FT_Face p_face = GetFace( p_filter, p_temp->p_fonts ); in Generic_Select()
[all …]
/dports/security/yubico-piv-tool/yubico-piv-tool-2.2.0/lib/
H A Dutil.c111 p_temp = buf; in ykpiv_util_get_cardid()
114 tag = *p_temp++; in ykpiv_util_get_cardid()
122 p_temp += offs; in ykpiv_util_get_cardid()
136 p_temp += cb_temp; in ykpiv_util_get_cardid()
1514 p_temp += offs; in _get_metadata_item()
1597 p_temp += cb_len; in _set_metadata_item()
1626 p_temp += _ykpiv_set_length(p_temp, cb_item); in _set_metadata_item()
1650 *p_temp++ = tag; in _set_metadata_item()
1651 p_temp += _ykpiv_set_length(p_temp, cb_item); in _set_metadata_item()
1694 p_temp = data; in _read_metadata()
[all …]
/dports/games/dangen/dangen-0.5/libtenm/
H A Dtenm_collision.c240 p_temp = p; in tenm_collided_primitive()
245 p_temp = q; in tenm_collided_primitive()
260 p_temp = p; in tenm_collided_primitive()
265 p_temp = q; in tenm_collided_primitive()
280 p_temp = p; in tenm_collided_primitive()
285 p_temp = q; in tenm_collided_primitive()
304 p_temp = p; in tenm_collided_primitive()
309 p_temp = q; in tenm_collided_primitive()
324 p_temp = p; in tenm_collided_primitive()
329 p_temp = q; in tenm_collided_primitive()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Dialog_Tab.cpp260 char *p_temp = new char[NewOffset + 1 + strlen(cbuffer) + 1]; in _event_Set() local
261 strcpy(p_temp, m_pszTabStops); in _event_Set()
264 strcat(p_temp, ","); in _event_Set()
266 strcat(p_temp, cbuffer); in _event_Set()
268 m_pszTabStops = p_temp; in _event_Set()
358 char *p_temp = new char[NewOffset + 1 + strlen(cbuffer) + 1]; in _event_Update() local
359 strcpy(p_temp, m_pszTabStops); in _event_Update()
362 strcat(p_temp, ","); in _event_Update()
364 strcat(p_temp, cbuffer); in _event_Update()
366 m_pszTabStops = p_temp; in _event_Update()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/msged/
H A Ddlist.c188 DLISTNODE *p_temp; in dlistSwapNodes() local
191 p_temp = p_node1->L_next; in dlistSwapNodes()
193 p_node2->L_next = p_temp; in dlistSwapNodes()
194 p_temp = p_node1->L_prev; in dlistSwapNodes()
196 p_node2->L_prev = p_temp; in dlistSwapNodes()
/dports/news/husky/husky-1.9.20191207/msged/
H A Ddlist.c188 DLISTNODE *p_temp; in dlistSwapNodes() local
191 p_temp = p_node1->L_next; in dlistSwapNodes()
193 p_node2->L_next = p_temp; in dlistSwapNodes()
194 p_temp = p_node1->L_prev; in dlistSwapNodes()
196 p_node2->L_prev = p_temp; in dlistSwapNodes()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/msged/
H A Ddlist.c188 DLISTNODE *p_temp; in dlistSwapNodes() local
191 p_temp = p_node1->L_next; in dlistSwapNodes()
193 p_node2->L_next = p_temp; in dlistSwapNodes()
194 p_temp = p_node1->L_prev; in dlistSwapNodes()
196 p_node2->L_prev = p_temp; in dlistSwapNodes()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/msged/
H A Ddlist.c188 DLISTNODE *p_temp; in dlistSwapNodes() local
191 p_temp = p_node1->L_next; in dlistSwapNodes()
193 p_node2->L_next = p_temp; in dlistSwapNodes()
194 p_temp = p_node1->L_prev; in dlistSwapNodes()
196 p_node2->L_prev = p_temp; in dlistSwapNodes()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/msged/
H A Ddlist.c188 DLISTNODE *p_temp; in dlistSwapNodes() local
191 p_temp = p_node1->L_next; in dlistSwapNodes()
193 p_node2->L_next = p_temp; in dlistSwapNodes()
194 p_temp = p_node1->L_prev; in dlistSwapNodes()
196 p_node2->L_prev = p_temp; in dlistSwapNodes()
/dports/news/husky-htick/husky-htick-1.9.20191207/msged/
H A Ddlist.c188 DLISTNODE *p_temp; in dlistSwapNodes() local
191 p_temp = p_node1->L_next; in dlistSwapNodes()
193 p_node2->L_next = p_temp; in dlistSwapNodes()
194 p_temp = p_node1->L_prev; in dlistSwapNodes()
196 p_node2->L_prev = p_temp; in dlistSwapNodes()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/msged/
H A Ddlist.c188 DLISTNODE *p_temp; in dlistSwapNodes() local
191 p_temp = p_node1->L_next; in dlistSwapNodes()
193 p_node2->L_next = p_temp; in dlistSwapNodes()
194 p_temp = p_node1->L_prev; in dlistSwapNodes()
196 p_node2->L_prev = p_temp; in dlistSwapNodes()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/msged/
H A Ddlist.c188 DLISTNODE *p_temp; in dlistSwapNodes() local
191 p_temp = p_node1->L_next; in dlistSwapNodes()
193 p_node2->L_next = p_temp; in dlistSwapNodes()
194 p_temp = p_node1->L_prev; in dlistSwapNodes()
196 p_node2->L_prev = p_temp; in dlistSwapNodes()
/dports/multimedia/vlc/vlc-3.0.16/modules/spu/dynamicoverlay/
H A Ddynamicoverlay_queue.c48 command_t *p_cur = p_queue->p_head, *p_temp; in QueueDestroy() local
51 p_temp = p_cur; in QueueDestroy()
53 free( p_temp ); in QueueDestroy()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c269 int *p_temp) in mlxsw_thermal_get_temp() argument
289 *p_temp = temp; in mlxsw_thermal_get_temp()
307 int trip, int *p_temp) in mlxsw_thermal_get_trip_temp() argument
314 *p_temp = thermal->trips[trip].temp; in mlxsw_thermal_get_trip_temp()
424 int *p_temp) in mlxsw_thermal_module_temp_get() argument
442 *p_temp = (int) temp; in mlxsw_thermal_module_temp_get()
446 *p_temp = temp; in mlxsw_thermal_module_temp_get()
474 int trip, int *p_temp) in mlxsw_thermal_module_trip_temp_get() argument
481 *p_temp = tz->trips[trip].temp; in mlxsw_thermal_module_trip_temp_get()
547 int *p_temp) in mlxsw_thermal_gearbox_temp_get() argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c269 int *p_temp) in mlxsw_thermal_get_temp() argument
289 *p_temp = temp; in mlxsw_thermal_get_temp()
307 int trip, int *p_temp) in mlxsw_thermal_get_trip_temp() argument
314 *p_temp = thermal->trips[trip].temp; in mlxsw_thermal_get_trip_temp()
424 int *p_temp) in mlxsw_thermal_module_temp_get() argument
442 *p_temp = (int) temp; in mlxsw_thermal_module_temp_get()
446 *p_temp = temp; in mlxsw_thermal_module_temp_get()
474 int trip, int *p_temp) in mlxsw_thermal_module_trip_temp_get() argument
481 *p_temp = tz->trips[trip].temp; in mlxsw_thermal_module_trip_temp_get()
547 int *p_temp) in mlxsw_thermal_gearbox_temp_get() argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c269 int *p_temp) in mlxsw_thermal_get_temp() argument
289 *p_temp = temp; in mlxsw_thermal_get_temp()
307 int trip, int *p_temp) in mlxsw_thermal_get_trip_temp() argument
314 *p_temp = thermal->trips[trip].temp; in mlxsw_thermal_get_trip_temp()
424 int *p_temp) in mlxsw_thermal_module_temp_get() argument
442 *p_temp = (int) temp; in mlxsw_thermal_module_temp_get()
446 *p_temp = temp; in mlxsw_thermal_module_temp_get()
474 int trip, int *p_temp) in mlxsw_thermal_module_trip_temp_get() argument
481 *p_temp = tz->trips[trip].temp; in mlxsw_thermal_module_trip_temp_get()
547 int *p_temp) in mlxsw_thermal_gearbox_temp_get() argument
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/text_renderer/freetype/fonts/
H A Dfontconfig.c247 vlc_family_t *p_temp = NewFamily( p_filter, psz_name, in FontConfig_GetFallbacks() local
250 if( unlikely( !p_temp ) ) in FontConfig_GetFallbacks()
260 psz_last_name = p_temp->psz_name; in FontConfig_GetFallbacks()
/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A DMCMCmnlslice.cc208 int p_temp = 2; in MCMCmnlslice_impl() local
209 while ((w(index) * pow(2.0, p_temp) ) < max(widthmat(_,index))) { in MCMCmnlslice_impl()
210 ++p_temp; in MCMCmnlslice_impl()
212 p(index) = p_temp + 1; in MCMCmnlslice_impl()
/dports/games/marblemarcher/Marble-Marcher-Community-Edition-1.4.5/game_folder/shaders/compute/original/
H A Doriginal_functions.glsl176 vec4 p_temp = vec4(p2+ n*fov*dir.w*2.5, 0);
179 refr = render_ray_orig(p_temp, r_temp, fov*1.5);
184 p_temp = vec4(pos.xyz + n*fov*dir.w*2., 0);
187 refl = render_ray_orig(p_temp, r_temp, fov*2.);

123