Searched refs:totaluse (Results 1 – 4 of 4) sorted by relevance
/external/skia/third_party/lua/src/ |
D | ltable.c | 255 int totaluse = 0; /* total number of elements */ in numusehash() local 262 totaluse++; in numusehash() 266 return totaluse; in numusehash() 347 int totaluse; in rehash() local 350 totaluse = nasize; /* all those keys are integer keys */ in rehash() 351 totaluse += numusehash(t, nums, &nasize); /* count keys in hash part */ in rehash() 354 totaluse++; in rehash() 358 luaH_resize(L, t, nasize, totaluse - na); in rehash()
|
/external/syslinux/com32/lua/src/ |
D | ltable.c | 256 int totaluse = 0; /* total number of elements */ in numusehash() local 263 totaluse++; in numusehash() 267 return totaluse; in numusehash() 348 int totaluse; in rehash() local 351 totaluse = nasize; /* all those keys are integer keys */ in rehash() 352 totaluse += numusehash(t, nums, &nasize); /* count keys in hash part */ in rehash() 355 totaluse++; in rehash() 359 luaH_resize(L, t, nasize, totaluse - na); in rehash()
|
/external/libvorbis/lib/ |
D | block.c | 119 vb->totaluse+=vb->localtop; in _vorbis_block_alloc() 148 if(vb->totaluse){ in _vorbis_block_ripcord() 149 vb->localstore=_ogg_realloc(vb->localstore,vb->totaluse+vb->localalloc); in _vorbis_block_ripcord() 150 vb->localalloc+=vb->totaluse; in _vorbis_block_ripcord() 151 vb->totaluse=0; in _vorbis_block_ripcord()
|
/external/libvorbis/include/vorbis/ |
D | codec.h | 109 long totaluse; member
|