Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/lib/
Dcache.c112 unsigned long dlsize = dcache_line_size(); in flush_cache() local
119 if ((ilsize == dlsize) && !slsize) { in flush_cache()
127 cache_loop(start_addr, start_addr + size, dlsize, HIT_WRITEBACK_INV_D); in flush_cache()
/external/curl/lib/
Dldap.c268 curl_off_t dlsize = 0; in Curl_ldap() local
558 dlsize += name_len + 5; in Curl_ldap()
630 dlsize += attr_len + 3; in Curl_ldap()
668 dlsize += val_b64_sz; in Curl_ldap()
686 dlsize += vals[i]->bv_len; in Curl_ldap()
702 dlsize++; in Curl_ldap()
718 dlsize++; in Curl_ldap()
719 Curl_pgrsSetDownloadCounter(data, dlsize); in Curl_ldap()
/external/python/cpython2/Lib/plat-mac/
Dpimp.py161 dlsize = 0
164 dlsize = dlsize + len(data)
173 keepgoing = self.update("Downloading %s: %d bytes..." % (url, dlsize))
175 …going = self.update("Downloading %s: %d%% (%d bytes)..." % (url, int(100.0*dlsize/length), dlsize))