Home
last modified time | relevance | path

Searched refs:seconds_east (Results 1 – 9 of 9) sorted by relevance

/dports/devel/libzvbi/zvbi-0.2.35/test/
H A Dtest-packet-830.cc140 int * seconds_east, in assert_decode_teletext_8301_local_time() argument
153 memset_rand (seconds_east, sizeof (*seconds_east)); in assert_decode_teletext_8301_local_time()
154 seconds_east2 = *seconds_east; in assert_decode_teletext_8301_local_time()
158 seconds_east, in assert_decode_teletext_8301_local_time()
163 assert (exp_seconds_east == *seconds_east); in assert_decode_teletext_8301_local_time()
167 assert (*seconds_east == seconds_east2); in assert_decode_teletext_8301_local_time()
181 int seconds_east; in assert_decode_teletext_8301_local_time() local
184 &seconds_east, in assert_decode_teletext_8301_local_time()
195 int seconds_east, in encode_teletext_8301_local_time() argument
199 ((abs (seconds_east / (30 * 60)) & 0x1F) << 1) in encode_teletext_8301_local_time()
[all …]
H A Dtest-pdc.cc472 int seconds_east; in assert_pil_validity_window() local
494 seconds_east = 0; in assert_pil_validity_window()
503 seconds_east = 3600; in assert_pil_validity_window()
513 pil, start, seconds_east); in assert_pil_validity_window()
838 int seconds_east; in assert_pil_to_time() local
850 seconds_east = 0; in assert_pil_to_time()
859 seconds_east = 3600; in assert_pil_to_time()
865 result = vbi_pil_lto_to_time (pil, start, seconds_east); in assert_pil_to_time()
/dports/devel/libzvbi/zvbi-0.2.35/src/
H A Dpdc.c604 int seconds_east) in valid_pil_lto_to_time() argument
625 if (seconds_east < 0) { in valid_pil_lto_to_time()
638 start += seconds_east; in valid_pil_lto_to_time()
661 if (seconds_east > 0) { in valid_pil_lto_to_time()
663 if (unlikely (start < seconds_east)) { in valid_pil_lto_to_time()
674 return start - seconds_east; in valid_pil_lto_to_time()
734 int seconds_east) in vbi_pil_lto_to_time() argument
899 int seconds_east)
1060 int seconds_east) in valid_pil_lto_validity_window() argument
1068 start, seconds_east); in valid_pil_lto_validity_window()
[all …]
H A Dpacket-830.c132 int * seconds_east, in vbi_decode_teletext_8301_local_time() argument
143 assert (NULL != seconds_east); in vbi_decode_teletext_8301_local_time()
205 *seconds_east = offset; in vbi_decode_teletext_8301_local_time()
H A Dpdc.h170 int seconds_east);
195 int seconds_east)
H A Dpacket-830.h48 int * seconds_east,
H A Devent.h704 int seconds_east; member
H A Dlibzvbi.h314 int seconds_east);
339 int seconds_east)
692 int seconds_east; member
2057 int * seconds_east,
H A Dpacket.c2145 (&lt.time, &lt.seconds_east, buffer)) in parse_8_30()