Home
last modified time | relevance | path

Searched refs:cur_seg (Results 1 - 4 of 4) sorted by relevance

/third_party/f2fs-tools/mkfs/
H A Df2fs_format.c45 #define prev_zone(cur) (c.cur_seg[cur] - c.segs_per_zone)
46 #define next_zone(cur) (c.cur_seg[cur] + c.segs_per_zone)
197 if (c.cur_seg[i] == c.cur_seg[j]) { in verify_cur_segs()
207 c.cur_seg[0] = 0; in verify_cur_segs()
209 c.cur_seg[i] = next_zone(i - 1); in verify_cur_segs()
549 c.cur_seg[CURSEG_HOT_NODE] = last_section(last_zone(total_zones)); in f2fs_prepare_super_block()
550 c.cur_seg[CURSEG_WARM_NODE] = 0; in f2fs_prepare_super_block()
551 c.cur_seg[CURSEG_COLD_NODE] = 0; in f2fs_prepare_super_block()
552 c.cur_seg[CURSEG_HOT_DAT in f2fs_prepare_super_block()
[all...]
/third_party/lwip/src/core/
H A Dtcp_out.c1404 struct tcp_seg **cur_seg = &(pcb->unacked); in tcp_output() local
1405 while (*cur_seg && in tcp_output()
1406 TCP_SEQ_LT(lwip_ntohl((*cur_seg)->tcphdr->seqno), lwip_ntohl(seg->tcphdr->seqno))) { in tcp_output()
1407 cur_seg = &((*cur_seg)->next ); in tcp_output()
1409 seg->next = (*cur_seg); in tcp_output()
1410 (*cur_seg) = seg; in tcp_output()
1740 struct tcp_seg **cur_seg; in tcp_rexmit() local
1761 cur_seg = &(pcb->unsent); in tcp_rexmit()
1762 while (*cur_seg in tcp_rexmit()
[all...]
/third_party/ffmpeg/libavformat/
H A Ddashdec.c108 struct fragment *cur_seg; member
352 free_fragment(&pls->cur_seg); in free_representation()
1777 free_fragment(&v->cur_seg); in read_data()
1778 v->cur_seg = get_current_fragment(v); in read_data()
1779 if (!v->cur_seg) { in read_data()
1789 ret = open_input(c, v, v->cur_seg); in read_data()
1810 /* check the v->cur_seg, if it is null, get current and double check if the new v->cur_seg*/ in read_data()
1811 if (!v->cur_seg) { in read_data()
1812 v->cur_seg in read_data()
[all...]
/third_party/f2fs-tools/include/
H A Df2fs_fs.h471 uint32_t cur_seg[6]; member

Completed in 10 milliseconds