Home
last modified time | relevance | path

Searched refs:nhead (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_ksl.c211 ngtcp2_ksl_blk *rblk = NULL, *lblk, *nhead = NULL; in ksl_split_head() local
221 nhead = ksl_blk_objalloc_new(ksl); in ksl_split_head()
222 if (nhead == NULL) { in ksl_split_head()
226 nhead->next = nhead->prev = NULL; in ksl_split_head()
227 nhead->n = 2; in ksl_split_head()
228 nhead->leaf = 0; in ksl_split_head()
230 node = ngtcp2_ksl_nth_node(ksl, nhead, 0); in ksl_split_head()
234 node = ngtcp2_ksl_nth_node(ksl, nhead, 1); in ksl_split_head()
238 ksl->head = nhead; in ksl_split_head()
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_ksl.c214 nghttp3_ksl_blk *rblk = NULL, *lblk, *nhead = NULL; in ksl_split_head() local
224 nhead = ksl_blk_objalloc_new(ksl); in ksl_split_head()
225 if (nhead == NULL) { in ksl_split_head()
229 nhead->next = nhead->prev = NULL; in ksl_split_head()
230 nhead->n = 2; in ksl_split_head()
231 nhead->leaf = 0; in ksl_split_head()
233 node = nghttp3_ksl_nth_node(ksl, nhead, 0); in ksl_split_head()
238 node = nghttp3_ksl_nth_node(ksl, nhead, 1); in ksl_split_head()
243 ksl->head = nhead; in ksl_split_head()
/third_party/littlefs/
Dlfs.c2752 lfs_block_t nhead = head; in lfs_ctz_extend() local
2754 nhead = lfs_tole32(nhead); in lfs_ctz_extend()
2756 nblock, 4*i, &nhead, 4); in lfs_ctz_extend()
2757 nhead = lfs_fromle32(nhead); in lfs_ctz_extend()
2767 NULL, rcache, sizeof(nhead), in lfs_ctz_extend()
2768 nhead, 4*i, &nhead, sizeof(nhead)); in lfs_ctz_extend()
2769 nhead = lfs_fromle32(nhead); in lfs_ctz_extend()