Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dlprops.c93 int val1, val2, val3, cpos; in adjust_lpt_heap() local
123 cpos = hpos * 2 + 1; in adjust_lpt_heap()
124 if (cpos >= heap->cnt) in adjust_lpt_heap()
126 val2 = get_heap_comp_val(heap->arr[cpos], cat); in adjust_lpt_heap()
129 if (cpos + 1 < heap->cnt) { in adjust_lpt_heap()
130 val3 = get_heap_comp_val(heap->arr[cpos + 1], in adjust_lpt_heap()
133 cpos += 1; /* Right child is bigger */ in adjust_lpt_heap()
135 heap->arr[cpos]->hpos = hpos; in adjust_lpt_heap()
136 heap->arr[hpos] = heap->arr[cpos]; in adjust_lpt_heap()
137 heap->arr[cpos] = lprops; in adjust_lpt_heap()
[all …]
/openbmc/phosphor-networkd/src/
H A Dconfig_parser.cpp162 auto cpos = line.find(']'); in pumpSection() local
163 if (cpos == line.npos) in pumpSection()
170 for (auto c : line.substr(cpos + 1)) in pumpSection()
181 auto s = line.substr(0, cpos); in pumpSection()
/openbmc/qemu/target/hppa/
H A Dinsns.decode404 shrp_imm 110100 r2:5 r1:5 c:3 01 0 cpos:5 t:5 d=0
406 d=1 cpos=%cpos6_11
416 dep_imm 110101 t:5 r:5 c:3 01 nz:1 cpos:5 ..... d=0 len=%len5
418 d=1 len=%len6_12 cpos=%cpos6_11
421 depi_imm 110101 t:5 ..... c:3 11 nz:1 cpos:5 ..... \
424 d=1 i=%im5_16 len=%len6_12 cpos=%cpos6_11