Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/
H A Dbloat-o-meter49 otot, ntot = 0, 0
63 ntot += new[name]
77 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot
80 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \
90 percent = (ntot - otot) * 100.0 / otot
93 print("Total: Before=%d, After=%d, chg %+.2f%%" % (otot, ntot, percent))
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h4098 int ntot = hlit + hdist; in stbi__compute_huffman_codes() local
4108 while (n < ntot) { in stbi__compute_huffman_codes()
4125 if (ntot - n < c) return stbi__err("bad codelengths", "Corrupt PNG"); in stbi__compute_huffman_codes()
4130 if (n != ntot) return stbi__err("bad codelengths","Corrupt PNG"); in stbi__compute_huffman_codes()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h4098 int ntot = hlit + hdist; in stbi__compute_huffman_codes() local
4108 while (n < ntot) { in stbi__compute_huffman_codes()
4125 if (ntot - n < c) return stbi__err("bad codelengths", "Corrupt PNG"); in stbi__compute_huffman_codes()
4130 if (n != ntot) return stbi__err("bad codelengths","Corrupt PNG"); in stbi__compute_huffman_codes()