Home
last modified time | relevance | path

Searched defs:eit (Results 1 – 25 of 869) sorted by relevance

12345678910>>...35

/dports/net/mptsd/mptsd-1.1/libtsfuncs/
H A Deit.c17 struct ts_eit *eit = calloc(1, sizeof(struct ts_eit)); in ts_eit_alloc() local
24 static void ts_eit_streams_data_free(struct ts_eit *eit) { in ts_eit_streams_data_free()
34 void ts_eit_clear(struct ts_eit *eit) { in ts_eit_clear()
53 struct ts_eit *eit = *peit; in ts_eit_free() local
62 struct ts_eit *ts_eit_push_packet(struct ts_eit *eit, uint8_t *ts_packet) { in ts_eit_push_packet()
114 int ts_eit_parse(struct ts_eit *eit) { in ts_eit_parse()
171 void ts_eit_generate(struct ts_eit *eit, uint8_t **ts_packets, int *num_packets) { in ts_eit_generate()
223 void ts_eit_check_generator(struct ts_eit *eit) { in ts_eit_check_generator()
245 void ts_eit_regenerate_packets(struct ts_eit *eit) { in ts_eit_regenerate_packets()
254 struct ts_eit *ts_eit_copy(struct ts_eit *eit) { in ts_eit_copy()
[all …]
H A Dtstest.c83 void ts_eit_test1(struct ts_eit *eit) { // Exactly one TS packet (188 bytes) in ts_eit_test1()
91 void ts_eit_test2(struct ts_eit *eit) { // One TS packet + 2 bytes (2 bytes of the CRC are in the n… in ts_eit_test2()
97 void ts_eit_test3(struct ts_eit *eit) { // Test 4096 PSI packet in ts_eit_test3()
108 void ts_eit_test4(struct ts_eit *eit) { // Test almost full PSI packet on the TS packet boundary in ts_eit_test4()
120 struct ts_eit *eit; in ts_eit_test() local
H A Deit_desc.c16 static void ts_eit_regenerate_packet_data(struct ts_eit *eit) { in ts_eit_regenerate_packet_data()
25 struct ts_eit *ts_eit_init(struct ts_eit *eit, uint16_t service_id, uint16_t transport_stream_id, u… in ts_eit_init()
59 struct ts_eit *eit = ts_eit_alloc(); in ts_eit_alloc_init() local
75 static int ts_eit_add_stream(struct ts_eit *eit, uint16_t event_id, uint8_t running, time_t start_t… in ts_eit_add_stream()
117 int ts_eit_add_short_event_descriptor(struct ts_eit *eit, uint16_t event_id, uint8_t running, time_… in ts_eit_add_short_event_descriptor()
161 int ts_eit_add_extended_event_descriptor(struct ts_eit *eit, uint16_t event_id, uint8_t running, ti… in ts_eit_add_extended_event_descriptor()
/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/system/
H A DComponentManagerSerialization.cpp64 std::map<entity_id_t, IComponent*>::const_iterator eit = ctit->second.begin(); in DumpDebugState() local
121 …for (std::map<entity_id_t, IComponent*>::const_iterator eit = cit->second.begin(); eit != cit->sec… in ComputeStateHash() local
136 …for (std::map<entity_id_t, IComponent*>::const_iterator eit = cit->second.begin(); eit != cit->sec… in ComputeStateHash() local
202 …for (std::map<entity_id_t, IComponent*>::const_iterator eit = cit->second.begin(); eit != cit->sec… in SerializeState() local
241 std::map<entity_id_t, IComponent*>::const_iterator eit = cit->second.find(SYSTEM_ENTITY); in SerializeState() local
268 …for (std::map<entity_id_t, IComponent*>::const_iterator eit = cit->second.begin(); eit != cit->sec… in SerializeState() local
281 …for (std::map<entity_id_t, IComponent*>::const_iterator eit = cit->second.begin(); eit != cit->sec… in SerializeState() local
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DMD5Parser.cpp243 …for (ElementList::const_iterator eit = (*iter).mElements.begin(), eitEnd = (*iter).mElements.end()… in MD5MeshParser() local
262 …for (ElementList::const_iterator eit = (*iter).mElements.begin(), eitEnd = (*iter).mElements.end()… in MD5MeshParser() local
356 …for (ElementList::const_iterator eit = (*iter).mElements.begin(), eitEnd = (*iter).mElements.end()… in MD5AnimParser() local
380 …for (ElementList::const_iterator eit = (*iter).mElements.begin(), eitEnd = (*iter).mElements.end()… in MD5AnimParser() local
406 …for (ElementList::const_iterator eit = (*iter).mElements.begin(), eitEnd = (*iter).mElements.end()… in MD5AnimParser() local
454 …for (ElementList::const_iterator eit = (*iter).mElements.begin(), eitEnd = (*iter).mElements.end()… in MD5CameraParser() local
459 …for (ElementList::const_iterator eit = (*iter).mElements.begin(), eitEnd = (*iter).mElements.end()… in MD5CameraParser() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DMD5Parser.cpp247 …for (ElementList::const_iterator eit = (*iter).mElements.begin(), eitEnd = (*iter).mElements.end()… in MD5MeshParser() local
266 …for (ElementList::const_iterator eit = (*iter).mElements.begin(), eitEnd = (*iter).mElements.end()… in MD5MeshParser() local
360 …for (ElementList::const_iterator eit = (*iter).mElements.begin(), eitEnd = (*iter).mElements.end()… in MD5AnimParser() local
384 …for (ElementList::const_iterator eit = (*iter).mElements.begin(), eitEnd = (*iter).mElements.end()… in MD5AnimParser() local
410 …for (ElementList::const_iterator eit = (*iter).mElements.begin(), eitEnd = (*iter).mElements.end()… in MD5AnimParser() local
458 …for (ElementList::const_iterator eit = (*iter).mElements.begin(), eitEnd = (*iter).mElements.end()… in MD5CameraParser() local
463 …for (ElementList::const_iterator eit = (*iter).mElements.begin(), eitEnd = (*iter).mElements.end()… in MD5CameraParser() local
/dports/math/graphthing/graphthing-1.3.2/src/
H A Dgraph.cc37 Graph::e_const_iterator eit; in Graph() local
66 Graph::e_const_iterator eit; in operator <<() local
235 Graph::e_const_iterator eit; in find() local
261 Graph::e_iterator eit; in remove() local
280 Graph::e_iterator eit; in remove() local
390 Graph::e_const_iterator eit; in are_adjacent() local
421 Graph::e_const_iterator eit; in identify() local
466 Graph::e_const_iterator eit; in subgraph_marked() local
486 Graph::e_const_iterator eit, eit2; in line_graph() local
515 Graph::e_const_iterator eit; in flattened() local
H A Dexporter.cc77 Graph::e_const_iterator eit; in output() local
98 Graph::e_const_iterator eit; in output() local
158 Graph::e_const_iterator eit; in output() local
186 Graph::e_const_iterator eit; in output() local
H A Dvertex.cc36 e_const_iterator eit; in indegree() local
47 e_const_iterator eit; in outdegree() local
88 e_iterator eit; in unhook() local
H A Dgraph2.cc36 Graph::e_const_iterator eit; in is_undirected() local
48 Graph::e_const_iterator eit; in is_connected() local
224 Graph::e_const_iterator eit; in mark_shortest_path() local
334 Graph::e_const_iterator eit; in diameter() local
417 Graph::e_const_iterator eit; in bfs() local
481 Graph::e_const_iterator eit; in minimum_spanning_tree() local
538 Graph::e_iterator eit; in ford_fulkerson() local
749 Graph::e_const_iterator eit; in dfs_do() local
776 Graph::e_const_iterator eit; in chromatic_poly() local
1001 Graph::e_iterator eit; in try_colouring() local
[all …]
/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/lib/libucsi/atsc/
H A Deit_section.h76 static inline uint16_t atsc_eit_section_source_id(struct atsc_eit_section *eit) in atsc_eit_section_source_id()
88 #define atsc_eit_section_events_for_each(eit, pos, idx) \ argument
142 atsc_eit_section_events_first(struct atsc_eit_section *eit) in atsc_eit_section_events_first()
153 atsc_eit_section_events_next(struct atsc_eit_section *eit, in atsc_eit_section_events_next()
/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/lib/libucsi/dvb/
H A Deit_section.h74 static inline uint16_t dvb_eit_section_service_id(struct dvb_eit_section *eit) in dvb_eit_section_service_id()
85 #define dvb_eit_section_events_for_each(eit, pos) \ argument
112 dvb_eit_section_events_first(struct dvb_eit_section *eit) in dvb_eit_section_events_first()
123 dvb_eit_section_events_next(struct dvb_eit_section *eit, in dvb_eit_section_events_next()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/lib/libdvbv5/tables/
H A Datsc_eit.c32 struct atsc_table_eit *eit; in atsc_table_eit_init() local
133 void atsc_table_eit_free(struct atsc_table_eit *eit) in atsc_table_eit_free()
147 void atsc_table_eit_print(struct dvb_v5_fe_parms *parms, struct atsc_table_eit *eit) in atsc_table_eit_print()
H A Deit.c32 struct dvb_table_eit *eit; in dvb_table_eit_init() local
122 void dvb_table_eit_free(struct dvb_table_eit *eit) in dvb_table_eit_free()
134 void dvb_table_eit_print(struct dvb_v5_fe_parms *parms, struct dvb_table_eit *eit) in dvb_table_eit_print()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/lib/libdvbv5/tables/
H A Datsc_eit.c32 struct atsc_table_eit *eit; in atsc_table_eit_init() local
133 void atsc_table_eit_free(struct atsc_table_eit *eit) in atsc_table_eit_free()
147 void atsc_table_eit_print(struct dvb_v5_fe_parms *parms, struct atsc_table_eit *eit) in atsc_table_eit_print()
H A Deit.c32 struct dvb_table_eit *eit; in dvb_table_eit_init() local
122 void dvb_table_eit_free(struct dvb_table_eit *eit) in dvb_table_eit_free()
134 void dvb_table_eit_print(struct dvb_v5_fe_parms *parms, struct dvb_table_eit *eit) in dvb_table_eit_print()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/lib/libdvbv5/tables/
H A Datsc_eit.c32 struct atsc_table_eit *eit; in atsc_table_eit_init() local
133 void atsc_table_eit_free(struct atsc_table_eit *eit) in atsc_table_eit_free()
147 void atsc_table_eit_print(struct dvb_v5_fe_parms *parms, struct atsc_table_eit *eit) in atsc_table_eit_print()
H A Deit.c32 struct dvb_table_eit *eit; in dvb_table_eit_init() local
122 void dvb_table_eit_free(struct dvb_table_eit *eit) in dvb_table_eit_free()
134 void dvb_table_eit_print(struct dvb_v5_fe_parms *parms, struct dvb_table_eit *eit) in dvb_table_eit_print()
/dports/math/igraph/igraph-0.9.5/tests/unit/
H A Dedge_selectors.c23 igraph_eit_t eit; in check() local
37 igraph_eit_t eit; in main() local
/dports/misc/vxl/vxl-3.3.2/contrib/gel/vtol/tests/
H A Dtest_cycle_processor.cxx45 auto eit = std::find(edges.begin(), edges.end(), e1); in test_cycle_processor() local
204 for (auto & eit : s1) in test_cycle_processor() local
207 for (auto & eit : s2) in test_cycle_processor() local
210 for (auto & eit : s1_and_s2) in test_cycle_processor() local
217 for (auto & eit : s1) in test_cycle_processor() local
220 for (auto & eit : s2) in test_cycle_processor() local
223 for (auto & eit : s1_diff_s2) in test_cycle_processor() local
/dports/math/vampire/vampire-4.5.1/Inferences/
H A DInferenceEngine.cpp96 ISList::Iterator eit(_inners); in attach() local
103 ISList::Iterator eit(_inners); in detach() local
178 GIList* eit=_inners; in attach() local
186 GIList* eit=_inners; in detach() local
/dports/cad/alliance/alliance/src/ocp/src/placer/
H A DPONet.cpp78 for (PElems::iterator eit = _elems.begin(); eit != _elems.end(); eit++) in DetPlaceComputeBBox() local
115 for (PElems::iterator eit = _elems.begin(); eit != _elems.end(); eit++) in DetPlaceUpdateCost() local
/dports/devel/boost-docs/boost_1_72_0/libs/yap/example/autodiff_library/
H A DEdgeSet.cpp28 Edge eit = *it; in containsEdge() local
56 Edge eit = *it; in numSelfEdges() local
/dports/devel/boost-libs/boost_1_72_0/libs/yap/example/autodiff_library/
H A DEdgeSet.cpp28 Edge eit = *it; in containsEdge() local
56 Edge eit = *it; in numSelfEdges() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/yap/example/autodiff_library/
H A DEdgeSet.cpp28 Edge eit = *it; in containsEdge() local
56 Edge eit = *it; in numSelfEdges() local

12345678910>>...35