Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dtexi2html.py269 accu = []
274 if accu:
275 if not self.skip: self.process(accu)
276 accu = []
286 accu.append(line)
288 if accu:
290 self.process(accu)
291 accu = []
296 if accu:
298 self.process(accu)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_builtin.py805 accu = 0
806 for i in v: accu = accu + i
807 return accu