Home
last modified time | relevance | path

Searched refs:branch_start (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/
H A Dslre.c323 int op, esc, branch_start, last_op, fixup, cap_no, level; in compile() local
327 branch_start = last_op = r->code_size; in compile()
397 relocate(r, branch_start, 3); in compile()
398 r->code[branch_start] = BRANCH; in compile()
399 set_jump_offset(r, branch_start + 1, branch_start); in compile()
400 fixup = branch_start + 2; in compile()
/openbmc/linux/fs/gfs2/
H A Dbmap.c665 unsigned n, i, blks, alloced = 0, iblks = 0, branch_start = 0; in __gfs2_iomap_alloc() local
694 branch_start = metapath_branch_start(mp); in __gfs2_iomap_alloc()
695 iblks += (mp->mp_fheight - branch_start); in __gfs2_iomap_alloc()
734 for(i = branch_start; i < mp->mp_fheight; i++) { in __gfs2_iomap_alloc()
740 i = branch_start; in __gfs2_iomap_alloc()