Home
last modified time | relevance | path

Searched refs:p_current (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/dports/multimedia/libdvbpsi/libdvbpsi-1.3.3/src/tables/
H A Dpmt.c472 p_current->i_table_id = 0x02; in dvbpsi_pmt_sections_generate()
479 p_current->i_number = 0; in dvbpsi_pmt_sections_generate()
481 p_current->p_payload_start = p_current->p_data + 8; in dvbpsi_pmt_sections_generate()
492 if ((p_current->p_payload_end - p_current->p_data) in dvbpsi_pmt_sections_generate()
496 i_info_length = (p_current->p_payload_end - p_current->p_data) - 12; in dvbpsi_pmt_sections_generate()
500 p_prev = p_current; in dvbpsi_pmt_sections_generate()
513 p_current->p_payload_start = p_current->p_data + 8; in dvbpsi_pmt_sections_generate()
535 i_info_length = (p_current->p_payload_end - p_current->p_data) - 12; in dvbpsi_pmt_sections_generate()
565 p_prev = p_current; in dvbpsi_pmt_sections_generate()
578 p_current->p_payload_start = p_current->p_data + 8; in dvbpsi_pmt_sections_generate()
[all …]
H A Dnit.c536 p_current->i_number = 0; in dvbpsi_nit_sections_generate()
538 p_current->p_payload_start = p_current->p_data + 8; in dvbpsi_nit_sections_generate()
545 if ((p_current->p_payload_end - p_current->p_data) in dvbpsi_nit_sections_generate()
558 p_prev = p_current; in dvbpsi_nit_sections_generate()
571 p_current->p_payload_start = p_current->p_data + 8; in dvbpsi_nit_sections_generate()
589 i_network_descriptors_length = (p_current->p_payload_end - p_current->p_payload_start) - 2; in dvbpsi_nit_sections_generate()
596 p_current->p_payload_end += 2; in dvbpsi_nit_sections_generate()
629 p_prev = p_current; in dvbpsi_nit_sections_generate()
642 p_current->p_payload_start = p_current->p_data + 8; in dvbpsi_nit_sections_generate()
664 p_current->i_length += 6; in dvbpsi_nit_sections_generate()
[all …]
H A Dbat.c543 if (p_current == NULL) in dvbpsi_bat_sections_generate()
549 p_current->i_table_id = 0x4a; in dvbpsi_bat_sections_generate()
556 p_current->i_number = 0; in dvbpsi_bat_sections_generate()
558 p_current->p_payload_start = p_current->p_data + 8; in dvbpsi_bat_sections_generate()
565 if( (p_current->p_payload_end - p_current->p_data) in dvbpsi_bat_sections_generate()
578 p_prev = p_current; in dvbpsi_bat_sections_generate()
596 p_current->p_payload_start = p_current->p_data + 8; in dvbpsi_bat_sections_generate()
614 i_bouquet_descriptors_length = (p_current->p_payload_end - p_current->p_payload_start) - 2; in dvbpsi_bat_sections_generate()
654 p_prev = p_current; in dvbpsi_bat_sections_generate()
667 p_current->p_payload_start = p_current->p_data + 8; in dvbpsi_bat_sections_generate()
[all …]
H A Dcat.c372 p_current->i_table_id = 0x01; in dvbpsi_cat_sections_generate()
373 p_current->b_syntax_indicator = true; in dvbpsi_cat_sections_generate()
374 p_current->b_private_indicator = false; in dvbpsi_cat_sections_generate()
377 p_current->i_version = p_cat->i_version; in dvbpsi_cat_sections_generate()
379 p_current->i_number = 0; in dvbpsi_cat_sections_generate()
381 p_current->p_payload_start = p_current->p_data + 8; in dvbpsi_cat_sections_generate()
388 if( (p_current->p_payload_end - p_current->p_data) in dvbpsi_cat_sections_generate()
391 p_prev = p_current; in dvbpsi_cat_sections_generate()
393 p_prev->p_next = p_current; in dvbpsi_cat_sections_generate()
395 p_current->i_table_id = 0x01; in dvbpsi_cat_sections_generate()
[all …]
H A Dsdt.c487 p_current->i_table_id = 0x42; in dvbpsi_sdt_sections_generate()
488 p_current->b_syntax_indicator = true; in dvbpsi_sdt_sections_generate()
494 p_current->i_number = 0; in dvbpsi_sdt_sections_generate()
496 p_current->p_payload_start = p_current->p_data + 8; in dvbpsi_sdt_sections_generate()
501 p_current->p_data[10] = 0xff; in dvbpsi_sdt_sections_generate()
522 p_prev = p_current; in dvbpsi_sdt_sections_generate()
524 p_prev->p_next = p_current; in dvbpsi_sdt_sections_generate()
526 p_current->i_table_id = 0x42; in dvbpsi_sdt_sections_generate()
535 p_current->p_payload_start = p_current->p_data + 8; in dvbpsi_sdt_sections_generate()
551 p_current->p_payload_end += 5; in dvbpsi_sdt_sections_generate()
[all …]
H A Dpat.c395 if (p_current == NULL) in dvbpsi_pat_sections_generate()
405 p_current->i_table_id = 0; in dvbpsi_pat_sections_generate()
412 p_current->i_number = 0; in dvbpsi_pat_sections_generate()
414 p_current->p_payload_start = p_current->p_payload_end; in dvbpsi_pat_sections_generate()
422 p_prev = p_current; in dvbpsi_pat_sections_generate()
424 if (p_current == NULL) in dvbpsi_pat_sections_generate()
429 p_prev->p_next = p_current; in dvbpsi_pat_sections_generate()
432 p_current->i_table_id = 0; in dvbpsi_pat_sections_generate()
441 p_current->p_payload_start = p_current->p_payload_end; in dvbpsi_pat_sections_generate()
451 p_current->p_payload_end += 4; in dvbpsi_pat_sections_generate()
[all …]
H A Drst.c202 dvbpsi_psi_section_t* p_current = p_result; in dvbpsi_rst_sections_generate() local
207 if (p_current == NULL) in dvbpsi_rst_sections_generate()
213 p_current->i_table_id = 0x71; in dvbpsi_rst_sections_generate()
214 p_current->b_syntax_indicator = false; in dvbpsi_rst_sections_generate()
215 p_current->b_private_indicator = false; in dvbpsi_rst_sections_generate()
216 p_current->i_length = 3; /* header */ in dvbpsi_rst_sections_generate()
222 p_current->p_payload_start = p_current->p_payload_end; in dvbpsi_rst_sections_generate()
228 if((p_current->p_payload_end - p_current->p_data) < 1021) in dvbpsi_rst_sections_generate()
240 p_current->i_length += 9; in dvbpsi_rst_sections_generate()
241 p_current->p_payload_end += 9; in dvbpsi_rst_sections_generate()
[all …]
H A Dsis.c513 p_current->i_table_id = 0xFC; in dvbpsi_sis_sections_generate()
514 p_current->b_syntax_indicator = false; in dvbpsi_sis_sections_generate()
515 p_current->b_private_indicator = false; in dvbpsi_sis_sections_generate()
520 p_current->p_payload_start = p_current->p_data + 3; in dvbpsi_sis_sections_generate()
522 p_current->p_data[3] = p_sis->i_protocol_version; in dvbpsi_sis_sections_generate()
532 p_current->p_data[8] = p_sis->i_pts_adjustment; in dvbpsi_sis_sections_generate()
534 p_current->p_data[9] = p_sis->cw_index; in dvbpsi_sis_sections_generate()
535 p_current->p_data[11] = 0x00; in dvbpsi_sis_sections_generate()
553 p_current->p_payload_end += (i_desc_start + 1); in dvbpsi_sis_sections_generate()
576 dvbpsi_BuildPSISection(p_dvbpsi, p_current); in dvbpsi_sis_sections_generate()
[all …]
H A Deit.c644 dvbpsi_psi_section_t *p_current = p_result; in dvbpsi_eit_sections_generate() local
648 if (!p_current) in dvbpsi_eit_sections_generate()
667 dvbpsi_psi_section_t *p_prev = p_current; in dvbpsi_eit_sections_generate()
670 p_event_start = p_current->p_payload_end; in dvbpsi_eit_sections_generate()
671 p_prev->p_next = p_current; in dvbpsi_eit_sections_generate()
680 p_current->p_payload_end += 12; in dvbpsi_eit_sections_generate()
681 p_current->i_length += 12; in dvbpsi_eit_sections_generate()
688 if ((p_current->p_payload_end - p_current->p_data) + in dvbpsi_eit_sections_generate()
713 for (p_current = p_result; p_current; p_current = p_current->p_next) in dvbpsi_eit_sections_generate()
716 p_current->p_data[12] = i_last_section_number; in dvbpsi_eit_sections_generate()
[all …]
/dports/multimedia/libdvbpsi/libdvbpsi-1.3.3/src/descriptors/
H A Ddr_58.c52 dvbpsi_local_time_offset_t * p_current; in dvbpsi_DecodeLocalTimeOffsetDr() local
69 p_current = p_decoded->p_local_time_offset; in dvbpsi_DecodeLocalTimeOffsetDr()
74 memcpy(p_current->i_country_code, p_data, 3); in dvbpsi_DecodeLocalTimeOffsetDr()
76 p_current->i_local_time_offset_polarity = p_data[3] & 0x01; in dvbpsi_DecodeLocalTimeOffsetDr()
94 p_current++; in dvbpsi_DecodeLocalTimeOffsetDr()
119 dvbpsi_local_time_offset_t * p_current; in dvbpsi_GenLocalTimeOffsetDr() local
122 p_current = p_decoded->p_local_time_offset; in dvbpsi_GenLocalTimeOffsetDr()
127 memcpy(p_data, p_current->i_country_code, 3); in dvbpsi_GenLocalTimeOffsetDr()
128 p_data[3] = ((p_current->i_country_region_id & 0x3f) << 2) in dvbpsi_GenLocalTimeOffsetDr()
130 | (p_current->i_local_time_offset_polarity & 0x01); in dvbpsi_GenLocalTimeOffsetDr()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/misc/playlist/
H A Dm3u.c67 playlist_item_t *p_current = p_root->pp_children[i]; in DoChildren() local
68 assert( p_current ); in DoChildren()
70 if( p_current->i_children >= 0 ) in DoChildren()
72 DoChildren( p_export, p_current, pf_fprintf ); in DoChildren()
78 char *psz_uri = input_item_GetURI( p_current->p_input ); in DoChildren()
82 char *psz_name = input_item_GetName( p_current->p_input ); in DoChildren()
105 vlc_mutex_lock( &p_current->p_input->lock ); in DoChildren()
106 for( int j = 0; j < p_current->p_input->i_options; j++ ) in DoChildren()
110 p_current->p_input->ppsz_options[j] + 1 : in DoChildren()
111 p_current->p_input->ppsz_options[j] ); in DoChildren()
[all …]
H A Dhtml.c50 playlist_item_t *p_current = p_root->pp_children[i]; in DoChildren() local
51 assert( p_current ); in DoChildren()
53 if( p_current->i_children >= 0 ) in DoChildren()
55 DoChildren( p_export, p_current ); in DoChildren()
60 char *psz_tmp = input_item_GetName( p_current->p_input ); in DoChildren()
68 psz_tmp = input_item_GetArtist( p_current->p_input ); in DoChildren()
73 mtime_t i_duration = input_item_GetDuration( p_current->p_input ); in DoChildren()
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_filter/
H A Dcache_block.c137 if (sys->p_current == NULL) in AStreamRefillBlock()
138 sys->p_current = b; in AStreamRefillBlock()
206 sys->p_current = sys->p_first; in AStreamPrebufferBlock()
223 sys->p_current = NULL; in AStreamControlReset()
250 sys->p_current = b; in AStreamSeekBlock()
316 sys->p_current = NULL; in AStreamSeekBlock()
335 sys->p_current = sys->p_current->p_next; in AStreamSeekBlock()
360 if (sys->p_current == NULL) in AStreamReadBlock()
373 sys->p_current = sys->p_current->p_next; in AStreamReadBlock()
376 if (sys->p_current == NULL) in AStreamReadBlock()
[all …]
/dports/math/xtensor-python/xtensor-python-0.26.0/include/xtensor-python/
H A Dpystrides_adaptor.hpp89 : p_current(current) in pystrides_iterator()
95 return *p_current / N; in operator *()
107 return *(p_current + n) / N; in operator []()
112 ++p_current; in operator ++()
118 --p_current; in operator --()
125 ++p_current; in operator ++()
132 --p_current; in operator --()
138 p_current += n; in operator +=()
144 p_current -= n; in operator -=()
161 return p_current - rhs.p_current; in operator -()
[all …]
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dproperty_selector.h70 …void select_method_from_base_type(const String &p_base, const String &p_current = "", bool p_virtu…
71 void select_method_from_script(const Ref<Script> &p_script, const String &p_current = "");
72 void select_method_from_basic_type(Variant::Type p_type, const String &p_current = "");
73 void select_method_from_instance(Object *p_instance, const String &p_current = "");
75 void select_property_from_base_type(const String &p_base, const String &p_current = "");
76 void select_property_from_script(const Ref<Script> &p_script, const String &p_current = "");
77 void select_property_from_basic_type(Variant::Type p_type, const String &p_current = "");
78 void select_property_from_instance(Object *p_instance, const String &p_current = "");
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Dproperty_selector.h70 …void select_method_from_base_type(const String &p_base, const String &p_current = "", bool p_virtu…
71 void select_method_from_script(const Ref<Script> &p_script, const String &p_current = "");
72 void select_method_from_basic_type(Variant::Type p_type, const String &p_current = "");
73 void select_method_from_instance(Object *p_instance, const String &p_current = "");
75 void select_property_from_base_type(const String &p_base, const String &p_current = "");
76 void select_property_from_script(const Ref<Script> &p_script, const String &p_current = "");
77 void select_property_from_basic_type(Variant::Type p_type, const String &p_current = "");
78 void select_property_from_instance(Object *p_instance, const String &p_current = "");
/dports/cad/geda/geda-gaf-1.8.2/libgeda/src/
H A Ds_hierarchy.c219 s_hierarchy_traversepages (TOPLEVEL *toplevel, PAGE *p_current, gint flags) in s_hierarchy_traversepages() argument
228 g_return_val_if_fail ((p_current != NULL), NULL); in s_hierarchy_traversepages()
239 && (g_list_find (pages, p_current) != NULL)) { in s_hierarchy_traversepages()
242 pages = g_list_append (pages, p_current); in s_hierarchy_traversepages()
246 for (iter = s_page_objects (p_current); in s_hierarchy_traversepages()
268 s_hierarchy_down_schematic_single (toplevel, filename, p_current, 0, in s_hierarchy_traversepages()
287 && (g_list_find (pages, p_current) != NULL)) { in s_hierarchy_traversepages()
290 pages = g_list_append (pages, p_current); in s_hierarchy_traversepages()
304 s_hierarchy_print_page (PAGE *p_current, void * data) in s_hierarchy_print_page() argument
307 p_current->page_filename, p_current->pid); in s_hierarchy_print_page()
H A Ds_tile.c73 t_current = &p_current->world_tiles[i][j]; in s_tile_init()
92 t_current = &p_current->world_tiles[i][j]; in s_tile_init()
115 PAGE *p_current; in s_tile_add_line_object() local
133 p_current = o_get_page (toplevel, object); in s_tile_add_line_object()
135 if (p_current == NULL) { in s_tile_add_line_object()
166 t_current = &p_current->world_tiles[v][w]; in s_tile_add_line_object()
182 t_current = &p_current->world_tiles[v][w]; in s_tile_add_line_object()
286 t_current = &p_current->world_tiles[v][w]; in s_tile_add_line_object()
418 t_current = &p_current->world_tiles[x][y]; in s_tile_get_objectlists()
468 void s_tile_free_all(PAGE * p_current) in s_tile_free_all() argument
[all …]
H A Ds_page.c488 PAGE *p_current; in s_page_save_all() local
495 p_current = (PAGE *)iter->data; in s_page_save_all()
502 p_current->CHANGED = 0; in s_page_save_all()
527 PAGE *p_current; in s_page_check_changed() local
533 p_current = (PAGE *)iter->data; in s_page_check_changed()
534 if (p_current->CHANGED) { in s_page_check_changed()
551 PAGE *p_current; in s_page_clear_changed() local
557 p_current = (PAGE *)iter->data; in s_page_clear_changed()
558 p_current->CHANGED = 0; in s_page_clear_changed()
592 PAGE *p_current; in s_page_autosave() local
[all …]
/dports/databases/mantis/mantisbt-2.25.2/plugins/Source/
H A DSource.ViewAPI.php208 * @param int $p_current Current page number
211 function Source_View_Pagination( $p_link, $p_current, $p_count, $p_perpage = 25 ) { argument
220 $t_page_link = function( $p_page, $p_text = null ) use( $p_current, $p_link ) {
226 } elseif( $p_page == $p_current ) {
240 || ( $i >= $p_current - $t_pages_per_block && $i <= $p_current + $t_pages_per_block )
255 if( $p_current > 1 ) {
257 echo '&nbsp;&nbsp;', $t_page_link( $p_current - 1, lang_get( 'prev' ) );
264 if( $p_current < $t_pages ) {
265 echo '&nbsp;&nbsp;', $t_page_link( $p_current + 1, lang_get( 'next' ) );
/dports/cad/lepton-eda/lepton-eda-1.9.17/liblepton/src/
H A Dundo.c279 void s_undo_init (LeptonPage *p_current) in s_undo_init() argument
281 p_current->undo_tos = p_current->undo_bottom = NULL; in s_undo_init()
282 p_current->undo_current = NULL; in s_undo_init()
291 s_undo_free_all (LeptonPage *p_current) in s_undo_free_all() argument
293 s_undo_destroy_all (p_current->undo_bottom); in s_undo_free_all()
294 p_current->undo_bottom = NULL; in s_undo_free_all()
295 p_current->undo_tos = NULL; in s_undo_free_all()
296 p_current->undo_current = NULL; in s_undo_free_all()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dfix_box_relax.cpp709 p_current[0] = p_current[1] = p_current[2] = pressure->scalar; in couple()
712 p_current[0] = p_current[1] = p_current[2] = ave; in couple()
715 p_current[0] = p_current[1] = ave; in couple()
716 p_current[2] = tensor[2]; in couple()
719 p_current[1] = p_current[2] = ave; in couple()
720 p_current[0] = tensor[0]; in couple()
723 p_current[0] = p_current[2] = ave; in couple()
724 p_current[1] = tensor[1]; in couple()
726 p_current[0] = tensor[0]; in couple()
731 if (!std::isfinite(p_current[0]) || !std::isfinite(p_current[1]) || !std::isfinite(p_current[2])) in couple()
[all …]
H A Dfix_press_berendsen.cpp373 p_current[0] = p_current[1] = p_current[2] = pressure->scalar; in couple()
376 p_current[0] = p_current[1] = p_current[2] = ave; in couple()
379 p_current[0] = p_current[1] = ave; in couple()
380 p_current[2] = tensor[2]; in couple()
383 p_current[1] = p_current[2] = ave; in couple()
384 p_current[0] = tensor[0]; in couple()
387 p_current[0] = p_current[2] = ave; in couple()
388 p_current[1] = tensor[1]; in couple()
390 p_current[0] = tensor[0]; in couple()
391 p_current[1] = tensor[1]; in couple()
[all …]
/dports/devel/godot/godot-3.2.3-stable/modules/visual_script/
H A Dvisual_script_property_selector.h77 …void select_method_from_base_type(const String &p_base, const String &p_current = "", const bool p…
78 …void select_from_base_type(const String &p_base, const String &p_current = "", bool p_virtuals_onl…
79 …void select_from_script(const Ref<Script> &p_script, const String &p_current = "", const bool p_co…
80 …void select_from_basic_type(Variant::Type p_type, const String &p_current = "", const bool p_conne…
81 …void select_from_action(const String &p_type, const String &p_current = "", const bool p_connectin…
82 …void select_from_instance(Object *p_instance, const String &p_current = "", const bool p_connectin…
/dports/devel/godot-tools/godot-3.2.3-stable/modules/visual_script/
H A Dvisual_script_property_selector.h77 …void select_method_from_base_type(const String &p_base, const String &p_current = "", const bool p…
78 …void select_from_base_type(const String &p_base, const String &p_current = "", bool p_virtuals_onl…
79 …void select_from_script(const Ref<Script> &p_script, const String &p_current = "", const bool p_co…
80 …void select_from_basic_type(Variant::Type p_type, const String &p_current = "", const bool p_conne…
81 …void select_from_action(const String &p_type, const String &p_current = "", const bool p_connectin…
82 …void select_from_instance(Object *p_instance, const String &p_current = "", const bool p_connectin…

12345678910>>...16