Home
last modified time | relevance | path

Searched refs:zerolength (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dptest.py86 zerolength = []
94 zerolength.append(section)
115 if zerolength:
116 … failmsg = failmsg + "\nptests which had no test results:\n%s" % pprint.pformat(zerolength)
/openbmc/linux/arch/alpha/lib/
H A Dev6-copy_user.S52 beq $18, $zerolength # U .. .. .. : U L U L
113 beq $0,$zerolength # U .. .. .. : U L U L
191 beq $0,$zerolength
218 $zerolength:
H A Dclear_user.S72 beq $0, $zerolength # .. e1 :
97 $zerolength:
H A Dev6-clear_user.S54 beq $0, $zerolength # U .. .. .. : U L U L
195 beq $0, $zerolength # U .. .. .. : U L U L
206 $zerolength:
/openbmc/linux/lib/
H A Dvsprintf.c1362 unsigned char zerolength[8]; in ip6_compressed_string() local
1375 memset(zerolength, 0, sizeof(zerolength)); in ip6_compressed_string()
1387 zerolength[i]++; in ip6_compressed_string()
1391 if (zerolength[i] > longest) { in ip6_compressed_string()
1392 longest = zerolength[i]; in ip6_compressed_string()