Home
last modified time | relevance | path

Searched refs:first_int (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/
H A Dipaddress.py243 first_int = first._ip
245 while first_int <= last_int:
246 nbits = min(_count_righthand_zero_bits(first_int, ip_bits),
247 (last_int - first_int + 1).bit_length() - 1)
248 net = ip((first_int, ip_bits - nbits))
250 first_int += 1 << nbits
251 if first_int - 1 == ip._ALL_ONES:
/kernel/linux/linux-5.10/drivers/media/platform/omap/
H A Domap_voutdef.h169 int ps, vr_ps, line_length, first_int, field_id; member
H A Domap_vout.c444 if (vout->first_int) { in omapvid_handle_interlace_display()
445 vout->first_int = 0; in omapvid_handle_interlace_display()
531 if (!vout->first_int && (vout->cur_frm != vout->next_frm)) { in omap_vout_isr()
538 vout->first_int = 0; in omap_vout_isr()
1008 vout->first_int = 1; in omap_vout_vb2_start_streaming()
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap/
H A Domap_voutdef.h169 int ps, vr_ps, line_length, first_int, field_id; member
H A Domap_vout.c444 if (vout->first_int) { in omapvid_handle_interlace_display()
445 vout->first_int = 0; in omapvid_handle_interlace_display()
532 if (!vout->first_int && (vout->cur_frm != vout->next_frm)) { in omap_vout_isr()
539 vout->first_int = 0; in omap_vout_isr()
1010 vout->first_int = 1; in omap_vout_vb2_start_streaming()
/third_party/ffmpeg/libavformat/
H A Drtmpproto.c1379 static int rtmp_receive_hs_packet(RTMPContext* rt, uint32_t *first_int, in rtmp_receive_hs_packet() argument
1395 *first_int = AV_RB32(arraydata); in rtmp_receive_hs_packet()
1400 static int rtmp_send_hs_packet(RTMPContext* rt, uint32_t first_int, in rtmp_send_hs_packet() argument
1405 AV_WB32(arraydata, first_int); in rtmp_send_hs_packet()

Completed in 13 milliseconds