Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dvec_string_helper.c84 uint64_t first_zero = 16; in vfae() local
113 first_zero = match_index(z0, z1); in vfae()
128 } else if (first_zero == 16) { in vfae()
130 } else if (first_equal < first_zero) { in vfae()
168 uint64_t first_zero = 16; in vfee() local
182 first_zero = match_index(z0, z1); in vfee()
189 } else if (first_zero == 16) { in vfee()
191 } else if (first_equal < first_zero) { in vfee()
225 uint64_t first_zero = 16; in vfene() local
249 first_zero = match_index(z0, z1); in vfene()
[all …]
/openbmc/openbmc/meta-google/recipes-google/networking/network-sh/
H A Dlib.sh171 local first_zero=0
179 local s=$((i - first_zero))
181 longest_i=$first_zero
184 first_zero=$((i+2))