Home
last modified time | relevance | path

Searched refs:zn (Results 1 – 4 of 4) sorted by relevance

/u-boot/fs/ubifs/
A Dtnc_misc.c86 if (!zn) { in ubifs_tnc_levelorder_next()
94 znode = zn; in ubifs_tnc_levelorder_next()
95 zn = ubifs_tnc_find_child(zn, 0); in ubifs_tnc_levelorder_next()
96 if (!zn) { in ubifs_tnc_levelorder_next()
106 if (zn) { in ubifs_tnc_levelorder_next()
108 return zn; in ubifs_tnc_levelorder_next()
206 if (!zn) in ubifs_tnc_postorder_next()
227 ubifs_assert(zn); in ubifs_destroy_tnc_subtree()
241 if (zn == znode) { in ubifs_destroy_tnc_subtree()
244 kfree(zn); in ubifs_destroy_tnc_subtree()
[all …]
A Dtnc.c226 return zn; in copy_znode()
272 return zn; in dirty_cow_znode()
289 return zn; in dirty_cow_znode()
624 *zn = znode; in tnc_next()
669 *zn = znode; in tnc_prev()
1030 znode = *zn; in resolve_collision_directly()
1052 znode = *zn; in resolve_collision_directly()
2000 if (!zn) in tnc_insert()
2055 zi = zn; in tnc_insert()
2078 zn->zbranch[i].znode->parent = zn; in tnc_insert()
[all …]
A Dubifs.h2187 struct ubifs_znode **zn, int *n);
/u-boot/lib/bzip2/
A Dbzlib_decompress.c131 zn = gMinlen; \
132 GET_BITS(label1, zvec, zn); \
134 if (zn > 20 /* the longest code */) \
136 if (zvec <= gLimit[zn]) break; \
137 zn++; \
141 if (zvec - gBase[zn] < 0 \
142 || zvec - gBase[zn] >= BZ_MAX_ALPHA_SIZE) \
144 lval = gPerm[zvec - gBase[zn]]; \
173 Int32 zn; in BZ2_decompress() local
227 zn = s->save_zn; in BZ2_decompress()
[all …]

Completed in 18 milliseconds